PIM (Placeholder Item Meta)
Version 1.0.1
This version was build for minecraft 1.21.4
Dependencies
A minecraft plugin that allows you to use (per player) placeholders in item names and lore.
PIM uses protocolLib to intercept all outgoing item packets and replace any placeholders (e.g; %player_name%) in the name or lore of the item with PlaceholderAPI's data.
It's a very simple but effective plugin that also features some customizability to fit your specific needs.
Commands
- /pim reload reloads the config
Config
Code (Text):
# Adding entries to this list will enable an item data container whitelist.
# Meaning only items that have a specified persistent data container will render placeholders.
# It's important to note that users will be able to use placeholders on any item using an anvil if this setting isn't used.
# This will still be possible for items that have a persistent data container, so you may want to block anvil use for these items.
whitelisted-persistent-data-containers: []
# Blocks players from using placeholders when renaming an item in an anvil.
block-anvil-placeholders: false