/
This is a SimplePets Addon that allows server owners/admins to customize what happens to certain pet events when outside of custom borders.
For example: when a pet spawns, walks, gets mounted, or when its controlled by the player
(At least v2.1.4)The addon can be installed a few different ways it can be done via the install command, via the GUI installer, or manually
/pet addon install WorldBorder command
It will also attempt to load and enable it/pet addon commandInstall Addons item that is in the bottom row of the GUIWorldBorder item in the GUINOTE: If it gets stuck saying "Installing..." then check your console for any errors, If there are none then try one of the other methods.
Addons folder
(If the folder is not there then simply create one)Addons folder# What should the bypass permission be set to?
bypass-permission: pet.worldborder.bypass
checks:
spawning:
# Should the addon check when a pet is spawned?
enabled: true
# This message is only visible when you hover over the 'pet failed to spawn' message
# You can make this blank or 'null' if you want no message
reason: '&cYour pet is not able to be spawned in this area'
mounting:
# Should the addon check when the player mounts the pet?
enabled: true
# Should the pet be removed or should it just be canceled?
remove-pet: true
moving:
# Should the addon check when a pet moves?
enabled: true
# Should the pet be removed or should it just be canceled?
remove-pet: true
riding:
# Should the addon check when the pets owner is riding it?
enabled: true
# Should the pet be removed or should it just be canceled?
remove-pet: true
# Should the player be dismounted (if remove-pet is set to true this is ignored)?
dismount: true
![[SimplePetsAddon] WorldBorder Addon](/_next/image?url=%2Fapi%2Fproxy-image%3Furl%3Dhttps%253A%252F%252Fcdn.modrinth.com%252Fdata%252F5Ll3csHU%252Fb7b0438f0ed7b227a9305c00bd6e17e969be24b6.png&w=256&q=75)
Hooks into the WorldBorder plugin So you can stop specific pet events from occurring when outside of borders