2019-03-03 04:51:21 +01:00
|
|
|
package com.massivecraft.factions.struct;
|
|
|
|
|
2019-08-02 23:01:33 +02:00
|
|
|
import com.massivecraft.factions.P;
|
2019-03-03 04:51:21 +01:00
|
|
|
import org.bukkit.command.CommandSender;
|
|
|
|
|
|
|
|
public enum Permission {
|
2019-09-12 22:53:52 +02:00
|
|
|
MANAGE_SAFE_ZONE("managesafezone"),
|
|
|
|
MANAGE_WAR_ZONE("managewarzone"),
|
|
|
|
OWNERSHIP_BYPASS("ownershipbypass"),
|
|
|
|
ADMIN("admin"),
|
|
|
|
ALTS("alts"),
|
|
|
|
ADMIN_ANY("admin.any"),
|
|
|
|
AHOME("ahome"),
|
|
|
|
ANNOUNCE("announce"),
|
|
|
|
AUTOCLAIM("autoclaim"),
|
|
|
|
AUTO_LEAVE_BYPASS("autoleavebypass"),
|
|
|
|
BAN("ban"),
|
|
|
|
BYPASS("bypass"),
|
|
|
|
CHAT("chat"),
|
|
|
|
CHATSPY("chatspy"),
|
|
|
|
CLAIM("claim"),
|
|
|
|
CLAIMAT("claimat"),
|
|
|
|
CLAIM_LINE("claim.line"),
|
|
|
|
CLAIM_RADIUS("claim.radius"),
|
|
|
|
CONFIG("config"),
|
|
|
|
CONVERT("convert"),
|
|
|
|
CREATE("create"),
|
|
|
|
CORNER("corner"),
|
|
|
|
DEFAULTRANK("defaultrank"),
|
|
|
|
DEINVITE("deinvite"),
|
|
|
|
DESCRIPTION("description"),
|
|
|
|
DISBAND("disband"),
|
|
|
|
DISBAND_ANY("disband.any"),
|
|
|
|
FLY("fly"),
|
|
|
|
FOCUS("focus"),
|
|
|
|
GRACE("grace"),
|
|
|
|
HELP("help"),
|
|
|
|
HOME("home"),
|
|
|
|
INVITE("invite"),
|
|
|
|
INVSEE("invsee"),
|
|
|
|
JOIN("join"),
|
|
|
|
JOIN_ANY("join.any"),
|
|
|
|
JOIN_OTHERS("join.others"),
|
|
|
|
KICK("kick"),
|
|
|
|
KICK_ANY("kick.any"),
|
|
|
|
LEAVE("leave"),
|
|
|
|
LIST("list"),
|
|
|
|
LOCK("lock"),
|
|
|
|
LOGOUT("logout"),
|
|
|
|
MAP("map"),
|
|
|
|
MAPHEIGHT("mapheight"),
|
|
|
|
MOD("mod"),
|
|
|
|
COLEADER("coleader"),
|
|
|
|
MOD_ANY("mod.any"),
|
|
|
|
COLEADER_ANY("coleader.any"),
|
|
|
|
MISSIONS("missions"),
|
|
|
|
MODIFY_POWER("modifypower"),
|
|
|
|
MONEY_BALANCE("money.balance"),
|
|
|
|
MONEY_BALANCE_ANY("money.balance.any"),
|
|
|
|
MONEY_DEPOSIT("money.deposit"),
|
|
|
|
MONEY_WITHDRAW("money.withdraw"),
|
|
|
|
MONEY_WITHDRAW_ANY("money.withdraw.any"),
|
|
|
|
MONEY_F2F("money.f2f"),
|
|
|
|
MONEY_F2P("money.f2p"),
|
|
|
|
MONEY_P2F("money.p2f"),
|
|
|
|
MONITOR_LOGINS("monitorlogins"),
|
|
|
|
NO_BOOM("noboom"),
|
|
|
|
OPEN("open"),
|
|
|
|
OWNER("owner"),
|
|
|
|
OWNERLIST("ownerlist"),
|
|
|
|
SET_PEACEFUL("setpeaceful"),
|
|
|
|
SET_PERMANENT("setpermanent"),
|
|
|
|
SET_PERMANENTPOWER("setpermanentpower"),
|
|
|
|
SHOW_INVITES("showinvites"),
|
|
|
|
PAYPAL("paypal"),
|
|
|
|
PAYPALSET("setpaypal"),
|
|
|
|
PERMISSIONS("permissions"),
|
|
|
|
POWERBOOST("powerboost"),
|
|
|
|
POWER("power"),
|
|
|
|
POWER_ANY("power.any"),
|
|
|
|
PROMOTE("promote"),
|
|
|
|
RELATION("relation"),
|
|
|
|
RELOAD("reload"),
|
|
|
|
SAVE("save"),
|
|
|
|
SPAM("spam"),
|
|
|
|
SETHOME("sethome"),
|
|
|
|
SETHOME_ANY("sethome.any"),
|
|
|
|
SETSTRIKES("setstrikes"),
|
|
|
|
SHOW("show"),
|
|
|
|
STATUS("status"),
|
|
|
|
STEALTH("stealth"),
|
|
|
|
STUCK("stuck"),
|
|
|
|
TAG("tag"),
|
|
|
|
TNT("tnt"),
|
|
|
|
TITLE("title"),
|
|
|
|
TITLE_COLOR("title.color"),
|
|
|
|
TOGGLE_ALLIANCE_CHAT("togglealliancechat"),
|
|
|
|
UNCLAIM("unclaim"),
|
|
|
|
UNCLAIM_ALL("unclaimall"),
|
|
|
|
VERSION("version"),
|
|
|
|
SCOREBOARD("scoreboard"),
|
|
|
|
SEECHUNK("seechunk"),
|
|
|
|
SETWARP("setwarp"),
|
|
|
|
TOP("top"),
|
|
|
|
VIEWCHEST("viewchest"),
|
|
|
|
ADDPOINTS("addpoints"),
|
|
|
|
REMOVEPOINTS("removepoints"),
|
|
|
|
SETPOINTS("setpoints"),
|
|
|
|
VAULT("vault"),
|
|
|
|
GETVAULT("getvault"),
|
|
|
|
SETMAXVAULTS("setmaxvaults"),
|
|
|
|
RULES("rules"),
|
|
|
|
CHECKPOINT("checkpoint"),
|
|
|
|
UPGRADES("upgrades"),
|
|
|
|
BANNER("banner"),
|
|
|
|
TPBANNER("tpbanner"),
|
|
|
|
KILLHOLOS("killholos"),
|
|
|
|
INSPECT("inspect"),
|
|
|
|
TNTFILL("tntfill"),
|
|
|
|
COORD("coords"),
|
|
|
|
SHOWCLAIMS("showclaims"),
|
|
|
|
WARP("warp"),
|
|
|
|
CHEST("chest"),
|
|
|
|
CONVERTCONFIG("convertconfig");
|
2019-03-03 04:51:21 +01:00
|
|
|
|
2019-09-12 22:53:52 +02:00
|
|
|
public final String node;
|
2019-03-03 04:51:21 +01:00
|
|
|
|
2019-09-12 22:53:52 +02:00
|
|
|
Permission(final String node) {
|
|
|
|
this.node = "factions." + node;
|
|
|
|
}
|
2019-03-03 04:51:21 +01:00
|
|
|
|
2019-09-12 22:53:52 +02:00
|
|
|
public boolean has(CommandSender sender, boolean informSenderIfNot) {
|
|
|
|
return P.p.perm.has(sender, this.node, informSenderIfNot);
|
|
|
|
}
|
2019-03-03 04:51:21 +01:00
|
|
|
|
2019-09-12 22:53:52 +02:00
|
|
|
public boolean has(CommandSender sender) {
|
|
|
|
return has(sender, false);
|
|
|
|
}
|
2019-03-03 04:51:21 +01:00
|
|
|
}
|