Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commands

Danny Nguyen edited this page Apr 28, 2024 · 7 revisions

Home

Table of Contents
  1. Commands
  2. Contributing

Commands

Command Aliases Description Parameters
/aethelitem /aitem, /ai Saves and retrieves persistent items. "": opens main menu - "reload", "r": reloads the item registry
/aethelentitytag /etag, /aet Modifies item's plugin property tags. "get", "g": gets all plugin tags - "set", "s": sets a plugin tag - "remove", "r": removes a plugin tag
/aethelitemtag /itag, /ait Modifies item's plugin property tags. "get", "g": gets all plugin tags - "set", "s": sets a plugin tag - "remove", "r": removes a plugin tag
/buff /b Modifies an entity's buffs. "get", "g": gets entity's buffs - "set", "s": adds a buff to the entity - "remove", "r": removes all buffs from the entity
/character /char, /c Views a player's RPG data. "": opens character sheet belonging to the user - "playerName": opens character sheet belonging to the player
/developermode /dev, /dm Toggles developer mode. "": toggles mode on/off
/forge /f Create and modify Forge recipes. "": craft recipes - "edit", "e": modify recipes - "reload", "r": reloads recipe registry
/itemeditor /iedit, /ie Modifies item properties. "": opens main menu
/location /loc, /l Saves, tracks, and compares locations. "": opens main menu - "reload", "r": reloads saved locations - “get”, “g”: gets saved locations - “save”, “s”: saves a new location - “remove”, “rm”: removes a saved location - “track”, “t”: tracks a location - “compare”, “c”: compares two locations
/ping /p Responds with player's ping. "": Returns server latency.
/playerstat /stat, /ps Views a player's statistics. "": opens main menu - "playerName" : opens a stat menu belonging to the player - "past", "p": view past shared stats
/showitem /show, /si Shows an item to global chat. "": broadcast item in main hand - "past", "p": view past shown items
/status /s Modifies an entity's statuses. "get", "g": gets entity's statuses - "set", "s": adds a buff to the entity - "remove", "r": removes a status or all statuses from the entity
/whatsthisfeature /wtf Gets a key word's description. "": gets key word categories - "keyWord": gets key word's description

Contributing

  1. Create the command class.
  • It must implement CommandExecutor.
  • It must override the onCommand method.
  1. Register the command in the Plugin.

  2. Add the command to plugin.yml.

  3. Document the details.

  • Add the new entry to this wiki page.

Back to Top

Home

Clone this wiki locally