mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Improve spawn-on-join with ability to specify groups.
This commit is contained in:
parent
d41af02ade
commit
27ab90ab2a
3 changed files with 45 additions and 4 deletions
|
@ -250,6 +250,10 @@ public interface ISettings extends IConf {
|
|||
|
||||
boolean isSpawnOnJoin();
|
||||
|
||||
List<String> getSpawnOnJoinGroups();
|
||||
|
||||
boolean isUserInSpawnOnJoinGroup(IUser user);
|
||||
|
||||
boolean isTeleportToCenterLocation();
|
||||
|
||||
boolean isCommandCooldownsEnabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue