Major changes to v5
This page will show all the new features and changes that have been made for v5 of SimplePets. Especially if you are updating from v4
Introduction
pet-toggles:
# The maximum number of pets a player can spawn at a time.
# This can be overridden using pet.amount.<Number>, e.g. pet.amount.1 to only allow 1 at once.
#
# Default: 3
pet-spawn-limit: 3Pet Renaming
RenamePet:
# How should the player be able to modify their pets name?
# Types:
# - COMMAND (They have to use the '/pet rename' command to set the name)
# - CHAT (They have to type the name in chat)
# - ANVIL (The Anvil GUI will open and they can change the name there)
# - SIGN [REQUIRES ProtocolLib] (Will open a Sign GUI they input the name on the configured line)
# Default: ANVIL
Type: ANVILHEX Chat Colors
Customization of the Sign GUI
Last updated