This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Base Arena class. | |
* This class is a GameComponent so you can add any of the components. | |
* @see {@link com.jroossien.gameapi.components} | |
*/ | |
public abstract class Arena extends GameComponent { | |
protected UUID uid; | |
protected String name; | |
protected String type; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enabled: true | |
uniqueLine: 1 | |
playerCmd: true | |
ignoreColors: true | |
delay: 0 | |
cost: '' | |
syntax: | |
'1': '[balance]' | |
'2': '' | |
'3': '' |