HomeJavaMods[SimplePetsAddon] PermissionLore Addon
[SimplePetsAddon] PermissionLore Addon
ModsJava

[SimplePetsAddon] PermissionLore Addon

by brainsynder · on Modrinth

⬇ Download on Modrinth

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:

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)

Install via GUI Installer:

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:

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: []
Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more