SimplePets
  • HOME
  • FAQ
  • Major changes to v5
  • Pet JSON Commands
  • Command Information
    • Commands
      • Addon Command
      • Database Command
      • Data Command
      • Debug Command
      • GUI Command
      • Help Command
      • List Command
      • Modify Command
      • Permissions Command
      • Purchased Command
      • Regenerate Command
      • Reload Command
      • Remove Command
      • Rename Command
      • Report Command
      • Summon Command
  • permissions
    • Pet Permissions
      • Armor Stand
      • Axolotl
      • Bat
      • Bee
      • Blaze
      • Cat
      • Cave Spider
      • Chicken
      • Cod
      • Cow
      • Creeper
      • Dolphin
      • Donkey
      • Drowned
      • Elder Guardian
      • Enderman
      • Endermite
      • Evoker
      • Fox
      • Ghast
      • Giant
      • Glow Squid
      • Goat
      • Guardian
      • Hoglin
      • Horse
      • Husk
      • Illusioner
      • Iron Golem
      • Llama
      • Magma Cube
      • Mooshroom
      • Mule
      • Ocelot
      • Panda
      • Parrot
      • Phantom
      • Pig
      • Piglin
      • Piglin Brute
      • Pillager
      • Polarbear
      • Pufferfish
      • Rabbit
      • Ravager
      • Salmon
      • Sheep
      • Shulker
      • Silverfish
      • Skeleton
      • Skeleton Horse
      • Slime
      • Snowman
      • Spider
      • Squid
      • Stray
      • Strider
      • Trader Llama
      • Tropical Fish
      • Turtle
      • Vex
      • Villager
      • Vindicator
      • Wandering Trader
      • Warden
      • Witch
      • Wither
      • Wither Skeleton
      • Wolf
      • Zoglin
      • Zombie
      • Zombie Horse
      • Zombie Villager
      • Zombified Piglin
    • Other Permissions
  • Pet Addons
    • Addon FAQ
    • How to make an addon
      • addon.json
  • Pet NBT
    • Pet NBT Tags
      • Allay
      • Armor Stand
      • Axolotl
      • Bat
      • Bee
      • Blaze
      • Cat
      • Cave Spider
      • Chicken
      • Cod
      • Cow
      • Creeper
      • Dolphin
      • Donkey
      • Drowned
      • Elder Guardian
      • Enderman
      • Endermite
      • Evoker
      • Fox
      • Frog
      • Ghast
      • Giant
      • Glow Squid
      • Goat
      • Guardian
      • Hoglin
      • Horse
      • Husk
      • Illusioner
      • Iron Golem
      • Llama
      • Magma Cube
      • Mooshroom
      • Mule
      • Ocelot
      • Panda
      • Parrot
      • Phantom
      • Pig
      • Piglin
      • Piglin Brute
      • Pillager
      • Polarbear
      • Pufferfish
      • Rabbit
      • Ravager
      • Salmon
      • Sheep
      • Shulker
      • Silverfish
      • Skeleton
      • Skeleton Horse
      • Slime
      • Snowman
      • Spider
      • Squid
      • Stray
      • Strider
      • Tadpole
      • Trader Llama
      • Tropical Fish
      • Turtle
      • Vex
      • Villager
      • Vindicator
      • Wandering Trader
      • Warden
      • Witch
      • Wither
      • Wither Skeleton
      • Wolf
      • Zoglin
      • Zombie
      • Zombie Horse
      • Zombie Villager
      • Zombified Piglin
Powered by GitBook
On this page
  • All Access Pet Permissions
  • Pet Renaming
  • Miscellaneous Permissions

Was this helpful?

Edit on GitHub
  1. permissions

Other Permissions

This page is still being worked on and is not 100% complete

All Access Pet Permissions

Permission
Description

pet.type.*

Grants access to ALL pets and their data (customization)

pet.type.passive

Grants access to all pets that would be passive in vanilla Minecraft (Includes their data permissions)

pet.type.hostile

Grants access to all pets that would be hostile in vanilla Minecraft (Includes their data permissions)

pet.type.*.data.*

Grants access to ALL pet data customization for ALL pets

Pet Renaming

Permission
Description

pet.name.bypass

This permission bypasses any of the pet renaming checks

pet.name.color

This permission is to allow players to add color codes when renaming their pet Example: &cNew Name

pet.name.color.hex

This permission is to allow players to add HEX color codes when renaming their pet Example: &#d05454New Name

Miscellaneous Permissions

Permission
Description

pet.update

Allows the player who has this permission to get notified when there is a plugin update. (OP players get alerted no mater what)

pet.amount.bypass

This permission bypasses the limit of how many pets can be spawned

pet.amount.{number}

This permission sets how many pets the player can have spawned Example: pet.amount.5 means they can spawn 5 pets at once

NOTE: Higher numbers take priority

pet.saves.bypass

This permission bypasses the limit of how many pets can be saved

pet.saves.{number}

This permission sets how many pets the player can have saved Example: pet.saves.5 means they can save 5 pets

NOTE: Higher numbers take priority

pet.saves.{type}.bypass

This permission bypasses the limit of how many of a certain type of pet can be saved

pet.saves.{type}.{number}

This permission sets how many of a certain pet type the player can have saved Example: pet.saves.cow.5 means they can save 5 different cow pets

NOTE: Higher numbers take priority

PreviousZombified PiglinNextAddon FAQ

Last updated 3 years ago

Was this helpful?