forked from mjmcguire/Levelcraft
-
Notifications
You must be signed in to change notification settings - Fork 0
CoreCommands
cryxli edited this page Aug 8, 2012
·
3 revisions
In game players can issue commands related to ExpCraft. Also the server console can execute almost all commands.
-
/levelor/lvl
Permission: all players
Displays a list of commands the current player can use. This command pays respect to the permissions granted to the player. -
/lvl <Module Abbreviation>
Permission: all players
Will have the referenced module to display its status information. Usually this includes gained and locked goodies corresponding to the module. -
/lvl all
Permission: in-game players only
Displays an overview of all module levels of the current player. Because this command needs a reference to an actual player, it cannot be executed from the server console. -
/lvl getExp <Module Abbreviation> [Player]
/lvl getLevel <Module Abbreviation> [Player]
Permission: all players; only moderators can add the name of a player to display not their own stats
Display the level and experience of the current (or given) player for the referenced module. -
/lvl setExp <Module Abbreviation> [Player]
/lvl setLevel <Module Abbreviation> [Player]
Permission: moderators and server console
Set the given player's experience or level for the referenced module, respectively.
The above list references moderators and normal players. The difference is whether they have the corresponding permission node.