Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 510 Bytes

File metadata and controls

22 lines (13 loc) · 510 Bytes

BankManager

BankManager is a Spigot plugin that adds a virtual banking system to your Minecraft server. Players can create and manage their own banks, providing a secure way to store items.

Build

  1. Clone this repository:

    git clone https://github.com/yourusername/BankManager.git
  2. Navigate to the project folder

  3. Build the plugin:

    
    

mvn clean install ```

  1. Find the built JAR file in the target folder. (Do not use the JAR file with "original" in its name.)