Improve spawn-on-join with ability to specify groups.

This commit is contained in:
Ali Moghnieh 2016-10-30 13:29:21 +00:00
parent d41af02ade
commit 27ab90ab2a
No known key found for this signature in database
GPG key ID: F09D3A1BAF2E6D70
3 changed files with 45 additions and 4 deletions

View file

@ -250,6 +250,10 @@ public interface ISettings extends IConf {
boolean isSpawnOnJoin();
List<String> getSpawnOnJoinGroups();
boolean isUserInSpawnOnJoinGroup(IUser user);
boolean isTeleportToCenterLocation();
boolean isCommandCooldownsEnabled();