Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
[SimplePetsAddon] PermissionLore Addon
PluginGPL-3.0-only

[SimplePetsAddon] PermissionLore Addon

Simply adds a lore to the pet items if they do/don't have permission for the pet

493
Downloads
1
Followers
3 years ago
Updated
📦
1
Versions
game-mechanicsmobsutilitybukkitpaperspigot
Download Latestv0.1View on Modrinth

📖About [SimplePetsAddon] PermissionLore Addon

What is this addon?

This is a SimplePets Addon that will simply add additional lines to the pet items lore letting the player know if they have permission for a pet or not.

Plugin/Resource Links:

  • SimplePets (REQUIRED)

How to install:

The addon can be installed a few different ways it can be done via the install command, via the GUI installer, or manually

Install via Command: (Easiest)

  • Simply type the /pet addon install PermissionLore command
    It will also attempt to load and enable it

Install via GUI Installer:

  • Run the /pet addon command
  • Click the Install Addons item that is in the bottom row of the GUI
  • Locate the PermissionLore item in the GUI
  • Once found simply click it

NOTE: If it gets stuck saying "Installing..." then check your console for any errors, If there are none then try one of the other methods.

Install Manually:

  • Open the SimplePets plugin folder
  • Open the Addons folder
    (If the folder is not there then simply create one)
  • Download the addon from one of the download locations
  • Drop the addons jar file into the Addons folder
  • Restart your server (This is to actually get the addon loaded into the plugin)

Default Config:

# Should the addon check the players purchased pet list instead of their permissions?
# 
# Default: false
check-purchase-list-instead: true

missing-permission:
  lore:
    # If the player does not have permission to this pet should the text below be added to the pets item?
    # 
    # NOTE: This option only works if the 'Only-Show-Pets-Player-Can-Access' is set to false in the SimplePets config file
    # 
    # Default: true
    enabled: true
    # This list of text gets added to the pets item if they do not have permission for the pet
    # 
    # NOTE: This requires the 'missing-permission' lore to be enabled
    # 
    # Placeholders:
    # - {player} = the players name
    # - {type} = the pets name
    # 
    # Default: [&cSorry &7{player}, &cYou do not have permission, &cfor this pet :(]
    text:
    - '&cSorry &7{player}'
    - '&cYou do not have permission'
    - '&cfor this pet :('

has-permission:
  lore:
    # If the player does have permission to this pet should the text below be added to the pets item?
    # 
    # Default: false
    enabled: false
    # This list of text gets added to the pets item if they do not have permission for the pet
    # 
    # NOTE: This requires the 'has-permission' lore to be enabled
    # 
    # Placeholders:
    # - {player} = the players name
    # - {type} = the pets name
    # 
    # Default: []
    text: []

👥 Team & Contributors

brainsynder
brainsynderOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.181.18.11.18.21.191.19.11.19.21.19.31.19.4

🔗 Links

Modrinth Page