Skip to content

Commands

TM (Holly) edited this page Jul 13, 2021 · 3 revisions

This a full list of plugin subcommands in v5 of SimplePets, including all of their permissions and usages. The only actual command in SimplePets is /pet, with aliases /pets, /simplepets and /simplepet.

NOTE: <> indicates required arguments in a command whilst [] indicates optional arguments.

Contents

Normal Commands

  • /pet summon
  • /pet modify
  • /pet remove
  • /pet list
  • /pet gui [player]
  • /pet data [player] <type>
  • /pet rename [player] <type> [name]

Administrator Commands

  • /pet purchased <add|remove|list> <player> [type]
  • /pet permissions
  • /pet regenerate <selector> [type]
  • /pet debug
  • /pet addon
  • /pet database
  • /pet reload [selector]
  • /pet report <issue title>

Normal Commands

/pet summon

Usage: /pet summon <type> [player] [nbt]
Description: Spawns a pet for the player running the command or the selected player.
Permission: pet.commands.summon
Arguments:

  • <type> - the pet type to be summoned.
  • [player] - the player that will have the pet summoned. If this is not specified, the player running the command will have the pet summoned for them.
  • [nbt] - TODO

/pet modify

Usage: /pet modify [player] <type> <nbt>
Description: Modifies the selected player's pet.
Permission: pet.commands.modify
Arguments:

  • [player] - the player that will have their pet modified. If this is not specified, the player running the command will have their own pet modified.
  • <type> - the pet type to be modified.
  • <nbt> - TODO

/pet remove

Usage: /pet remove [type]
Description: Removes your pet(s) or another player's.
Permission: pet.commands.remove
Arguments:

  • [type] - the pet type to be removed. If this is not specified, all pets are removed.

/pet list

Usage: /pet list
Description: Lists all the different pet types you can summon.
Permission: pet.commands.list


/pet gui

Usage: /pet gui [player]
Description: Opens the pet GUI for either yourself or another player.
Permission: pet.commands.gui
Arguments:

  • [player] - the player to have the GUI opened. If none is specified, it will open for the player running the command.

/pet data

Usage: /pet data [player] <type>
Description: Opens the pet data GUI to customize your pet.
Permission: pet.commands.data
Arguments:

  • [player] - the player to have the GUI opened. If none is specified, it will open for the player running the command.
  • <type> - the pet to have the data GUI opened for.

/pet rename

Usage: /pet rename [player] <type> [name]
Description: Renames the selected pet type.
Permission: pet.commands.rename
Arguments:

  • [player] - the player to have their pet renamed. If none is specified, the player running the command will instead have their pet renamed.
  • <type> - the pet type to be renamed.
  • [name] - the name to be applied. If none is specified, you will be prompted to choose a name.

Administrator Commands

/pet purchased

Usage: /pet purchased <add|remove|list> <player> [type]
Description: Controls what pets a given player has purchased.
Permission: pet.commands.purchased


/pet permissions


/pet regenerate


/pet debug


/pet addon


/pet database


/pet reload


/pet report