Package studio.magemonkey.divinity
Class Perms
java.lang.Object
studio.magemonkey.divinity.Perms
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetSocketCmdMerchant(ModuleSocket<?> module) static StringgetSocketCmdMerchantOthers(ModuleSocket<?> module) static StringgetSocketGuiMerchant(ModuleSocket<?> module) static StringgetSocketGuiUser(ModuleSocket<?> module) static booleanChecks whether the permissible has the given permission, accepting both the legacyquantumrpg.*namespace and the currentdivinity.*namespace as equivalent.
-
Field Details
-
USER
- See Also:
-
ADMIN
- See Also:
-
CLASS
- See Also:
-
BYPASS_REQ_USER_CLASS
- See Also:
-
BYPASS_REQ_USER_LEVEL
- See Also:
-
BYPASS_REQ_USER_SOULBOUND
- See Also:
-
BYPASS_REQ_USER_UNTRADEABLE
- See Also:
-
EXTRACTOR_CMD_OPEN
- See Also:
-
EXTRACTOR_GUI
- See Also:
-
CLASS_CMD_SELECT
- See Also:
-
CLASS_CMD_SKILLS
- See Also:
-
CLASS_CMD_ASPECTS
- See Also:
-
CLASS_CMD_STATS
- See Also:
-
CLASS_CMD_CAST
- See Also:
-
CLASS_CMD_ADDSKILL
- See Also:
-
CLASS_CMD_ADDEXP
- See Also:
-
CLASS_CMD_ADDLEVEL
- See Also:
-
CLASS_CMD_ADD_ASPECT_POINTS
- See Also:
-
CLASS_CMD_ADD_SKILL_POINTS
- See Also:
-
CLASS_CMD_SETCLASS
- See Also:
-
CLASS_CMD_RESET
- See Also:
-
CLASS_CMD_RESET_ASPECT_POINTS
- See Also:
-
CLASS_CMD_RESET_SKILL_POINTS
- See Also:
-
CLASS_CLASS
- See Also:
-
COMBAT_LOG_CMD_LOG
- See Also:
-
IDENTIFY_CMD_IDENTIFY
- See Also:
-
FORTIFY_CMD_FORTIFY
- See Also:
-
FORTIFY_CMD_UNFORTIFY
- See Also:
-
MAGIC_DUST_CMD_OPEN
- See Also:
-
MAGIC_DUST_GUI
- See Also:
-
PARTY_CMD_CHAT
- See Also:
-
PARTY_CMD_CREATE
- See Also:
-
PARTY_CMD_DISBAND
- See Also:
-
PARTY_CMD_DROP
- See Also:
-
PARTY_CMD_EXP
- See Also:
-
PARTY_CMD_MENU
- See Also:
-
PARTY_CMD_INVITE
- See Also:
-
PARTY_CMD_JOIN
- See Also:
-
PARTY_CMD_KICK
- See Also:
-
PARTY_CMD_LEAVE
- See Also:
-
PARTY_CMD_TP
- See Also:
-
PARTY_CMD_ROLL
- See Also:
-
REFINE_CMD_REFINE
- See Also:
-
REFINE_CMD_DOWNGRADE
- See Also:
-
REPAIR_CMD_OPEN
- See Also:
-
REPAIR_GUI
- See Also:
-
DISMANTLE_CMD_OPEN
- See Also:
-
DISMANTLE_GUI
- See Also:
-
SELL_CMD_OPEN
- See Also:
-
SELL_GUI
- See Also:
-
SOULBOUND_CMD_SOUL
- See Also:
-
SOULBOUND_CMD_UNTRADE
- See Also:
-
-
Constructor Details
-
Perms
public Perms()
-
-
Method Details
-
getSocketCmdMerchant
-
getSocketCmdMerchantOthers
-
getSocketGuiUser
-
getSocketGuiMerchant
-
has
public static boolean has(@NotNull org.bukkit.permissions.Permissible permissible, @NotNull String permission) Checks whether the permissible has the given permission, accepting both the legacyquantumrpg.*namespace and the currentdivinity.*namespace as equivalent.
-