Players guide - Sponge-RPG-dev/NT-RPG GitHub Wiki

Commands:

NTRPG offers gui menus for everything, usually players should need very few commands that work as "entry" nodes into the inventory menus.

  - char create X
  - char
  - classes
  - cast <skillname>

All command names can be changed by server administrators. Following list represents defaults.

{} - optional argument
[] - required argument

/character create [name] - creates a character with given name, wihout it almost all actions are restricted
/show stats - shows stats of currect character like hp, mp, exp ... 
/show player [playername] - shows list of characters of a player.
/show races - shows list of avalaible races
/show classes - shows list of avalaible classes
/show race [name] - shows detailed info about a race
/show class [name] - shows detailed info about a class
/choose character [name] - activates/changes a character
/choose race [name] - sets a race for a current character
/choose class [name] - sets a primary class for a current character
/choose skill upgrade [skillname] - spends one skill point and upgrades a skill by 1 level.
/choose skill learn [skillname] - spends one skill point and learns a new skill.
/choose skill refund [skillname] - if it is possible refunds previously learned skill and gives back all skill points    
/skill [skillname] - executes a skill

/nadmin use skill [skillname] {level} - Invokes a skill as an admin - ignores manacost, skill tree dependencies...

//todo more

⚠️ **GitHub.com Fallback** ⚠️