Commands & Permissions - Atherys/AtherysRPG GitHub Wiki

Commands

Attributes ( /attributes, /attribs, /stats )

Command Permission Description
/attributes atherysrpg.attributes.base Shows the player's current attribute totals
attributes reset atherysrpg.attributes.reset Resets the player's attributes and refunds the experience spent on them
/attributes add <player> <attributeType> <amount> atherysrpg.attributes.add Adds an amount of an attribute type to the attributes of a player. Intended as an admin command.
/attributes remove <player> <attributeType> <amount> atherysrpg.attributes.remove Removes an amount of an attribute type from the attributes of a player. Intended as an admin command.
/attributes enchant <attributeType> <amount> atherysrpg.attributes.enchant Adds an amount of the specified attribute to the player's currently held item. Intended as an admin command.

Skills (/skills)

This is also supplemented by the /skill command from the AtherysSkills plugin, as described here: https://github.com/Atherys-Horizons/AtherysSkills/wiki/Commands-&-Permissions

Command Permission Description
/skills atherysrpg.skills.base Displays the skills currently available to the player
/skills reset atherysrpg.skills.reset Resets the player's skills and refunds the experience spent on them
/skills pick <skill> atherysrpg.skills.pick Unlocks a new skill for the player to use, if they have the required experience to unlock it
/skills remove <skill> atherysrpg.skills.remove Removes access to a skill and refunds the experience spent on it, if possible

Experience (/experience, /exp, /xp)

Command Permission Description
/experience atherysrpg.experience.base Displays the player's current experience
/experience add <player> <amount> atherysrpg.experience.add Adds an amount of experience to the specified player. Intended as an admin command.
/experience remove <player> <amount> atherysrpg.experience.remove Removes an amount of experience from the specified player. Intended as an admin command.

Misc

Command Permission Description
/spawnitem <item-id> <player> <quantity> atherysrpg.spawnitem Spawn and give a custom RPG item ( as defined in items.conf ) to the specified player
⚠️ **GitHub.com Fallback** ⚠️