Denizen Script Commands


Commands are always written with a '-' before them, and are the core component of any script, the primary way to cause things to happen.
Learn about how commands work in The Beginner's Guide.


Showing 1 out of 184 commands...
NamemcMMO
Syntaxmcmmo [add/remove/set] [levels/xp/xprate/vampirism/hardcore/leader] (skill:<skill>) (state:{toggle}/true/false) (quantity:<#>) (party:<party>)
Short DescriptionEdits mcMMO information.
Full DescriptionThis command allows you to add or remove skill levels and experience for players, add or remove
players to/from parties, set the level, xp, xprate, vampirism state, hardcore state of a player's
skill, or set the leader of a party.
Related Tags<PlayerTag.mcmmo.party> Returns the name of the player's party.
Usage Example
# Use to add 5 levels to a player's skill.
- mcmmo add levels skill:acrobatics quantity:5
Usage Example
# Use to remove a different player from a party.
- mcmmo remove player:<[player]> party:SerpentPeople
Usage Example
# Use to set vampirism mode for a player's skill.
- mcmmo set vampirism skill:woodcutting state:true
GroupDepenizen
RequiresDepenizen, mcMMO
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/mcmmo/McMMOCommand.java#L26