General Configuration
server-name
Search for the property: server-name
inside the configuration file.
The server name should be unique for this server. If you have a multi-server setup every server running Staff++ must configure this with a different name.
I recommend keeping the server-name property alphanumeric. Underscore, dashes and spaces can be used.
main-world
Search for the property: main-world
inside the configuration file. This should be the name of the main world. Meaning the world folder name which contains the player data files. By default in Minecraft this is just the "world" folder. So if you have a regular setup just leave the default setting. If for some reason your world location folder has a different name, you can change it here.
timestamp-format
Configure the way you want dates and times to be displayed inside the in-game GUI screen. You can use the java datetime format options. Examples:
Another plugin is overriding a staff++ command
It is possible that another plugin like 'essentialsx' might get priority over certain commands like the ban
, tempban
and unban
command. To prevent this we suggest the same solution as is proposed by EssentialsX.
Configure your server aliases in such a way that the commands from Staff++ will always be used. This can be done by editing the commands.yml
file and specifying your aliases there.
To enable Staff++ commands this would be done, for example, in this way:
More info on the bukkit wiki
Last updated