Class creation
Currently there is basic functionality for creating your own Arena classes. It will definitely be improved upon in the future
Creation
To register/create a new class, use the command:
- /arenas create class $classname
This will register the class. Please be aware that the class will not be saved unless it has items attached to it.
Adding items
To add items that the class will use, use the command
- /arenas class additem $classname $itemID
This will add the item specified by the item ID to the class: $classname
You can find a list of item ID's here: Minecraft ID's
Signs
The sign system for custom classes is identical except from using different brackets
Normal Sign: [CLASS]
Custom Class Sign: {CLASS}
Removal
Removal functions have not been added but you can directly edit the .txt file to your leisure
Please be aware that the data files can only be edited when the server is STOPPED, edits while the server is running will have no effect and will be reset when you do stop the server
Comments