Skip to content
Steven edited this page Jun 26, 2018 · 2 revisions

Command List

/class acc <accountId>

User: player only
This changes the current active account for the player

/class ap [player] <amount>

User: player or console
Gives attribute points to yourself or a specified player

/class attr

User: player only
Opens the menu to invest points in and view attributes

/class backup

User: player or console
Saves all data from SQL database to the local files (requires SQL to be enabled, will fail if using invalid credentials)

/class bar

User: player only
Toggles skill bars on or off (if enabled)

/class bind <skill>

User: player only
This binds the skill to the player's held item if they have the skill unlocked

/class cast <skill>

User: player only
This causes the player to cast the skill if all conditions are met

/class changeclass <player> <group> <class>

User: player only
Changes the class of a player within the specified group to the target class. Levels remain the same.

/class clearbind

User: player only
This clears all bound skills the player has

/class combo <skill> <combo>

User: player only
Sets the click combo for the skill

/class customize

User: player only
Opens a GUI for customizing all other GUIs for the plugin with options for pages, dimensions, positioning, which icons to include, etc. Use tools.yml to create extra items for GUIs.

/class exp [player] <amount>

User: player or console
This gives experience to a player

/class info [player]

User: player or console
This displays class information about the player including what class they are and their level/experience

/class level [player] <amount>

User: player or console
This gives levels to a player

/class list [player]

User: player or console
This lists out the player's accounts along with what their main class and level is on each one

/class lore <lore>

User: player only
Adds a line of lore to the held item (mostly for testing purposes)

/class mana [player] <amount>

User: player or console
This gives a player mana that cannot exceed their max amount

/class options

User: player only
This displays the available classes that the player can turn into

/class points [player] <amount>

User: player or console
This gives a player skill points for all classes that accept command points

/class profess <class>

User: player only
This changes the player's class to the specified one unless they are not able to do so at the time

/class refund

User: player only
Refunds all skill points for the player

/class reload

User: player or console
This reloads the plugin, unloading all data then reloading it to apply config changes (VERY SLOW)

/class reset

User: player only
This resets the player's active account data, wiping all their professed classes

/class skill

User: player only
This causes the player to open up their skill tree

/class switch <class>

User: player only
Changes the active account of the player to be the account with the given class

/class unbind

User: player only
This removes any binds on the player's held item

/class world <world>

User: player only
Teleports the player to the given world

/class forceaccount <player> <accountId>

User: console only
Sets the active account for a specified player

/class forceattr <player> [attr] [amount]

User: console only
Resets all attributes for a player if only a player is specified
Resets a specific attribute for a player if an attribute is specified
Gives a player attribute points if an attribute and an amount is specified

/class forcecast <player> <skill> [level]

User: console only
Causes a player to cast a skill, ignoring any requirements to do so

/class forceprofess <player> <class>

User: console only
Forces a player to try to profess as the specified class

/class forcereset <player> [accountId]

User: console only
Forces a player to reset all of their progress on their current or specified account

/class forceskill <player> <up|down|reset> <skill>


"up" causes the skill to be upgraded
"down" causes the skill to be downgraded
"reset" causes the skill to be fully refunded

Clone this wiki locally