-
Notifications
You must be signed in to change notification settings - Fork 43
Commands
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.
- /pet summon
- /pet modify
- /pet remove
- /pet list
- /pet gui [player]
- /pet data [player] <type>
- /pet rename [player] <type> [name]
- /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>
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
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
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.
Usage: /pet list
Description: Lists all the different pet types you can summon.
Permission: pet.commands.list
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.
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.
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.
Usage: /pet purchased <add|remove|list> <player> [type]
Description: Controls what pets a given player has purchased.
Permission: pet.commands.purchased