Implement spawn-on-join configuration.

Admins can now specify whether all joining players should be teleported to the user's group spawn when joining the server. Players can be assigned the essentials.spawn-on-join.exempt permission to become exempt from this feature.
This commit is contained in:
Ali Moghnieh 2016-06-19 21:07:45 +01:00
parent a267fb16b8
commit b673630a7e
5 changed files with 34 additions and 2 deletions

View file

@ -243,4 +243,6 @@ public interface ISettings extends IConf {
boolean isSendFlyEnableOnJoin();
boolean isWorldTimePermissions();
boolean isSpawnOnJoin();
}