A pocketmine plugin that allows players to brag about their items.
-
Download the phar from poggit.
-
Upload to your servers 'plugin' folder.
-
Restart your server.
/brag:
Hold the item you wish to brag to other players, run /brag and the items name will appear in chat along with its count. Any enchants will appear (including enchants from piggy ces) aslong as you have the permissions which can be found in the permissions section of the plugin. A delay for the command has been highly requested so I have done that and made it configurable.
Set this to true if you wish to disable /brag without uninstalling the plugin
brag-disabled: false
Message sent to player if brag-feature-disabled is set to true
brag-feature-disabled-message: "§cThis command is currently disabled!"
Message sent to player if they run /brag and their hand is empty
message-sent-to-player-when-hand-is-empty: "§cYou must hold an item while running this command!"
Message sent to player if they lack the permissions to brag
no-perms-message: "§cYou do not have permission to use this command!"
Message sent to player if they lack the permission to brag about items with enchants on
no-perms-message-enchants: "§cYou do not have permission to brag about items with enchants on!"
The cooldown of the /brag command in seconds
brag-cooldown-time: "30"
permissions:
itembrag.brag.allow:
description: Allows players to brag using /brag.
default: op
itembrag.allow.enchants:
description: Allows players to brag about items with enchants on.
default: op
- Correct colour formats for rarities of enchants from piggy custom enchants.
If you need any assistance or have suggestions DM me on discord TPE#3107.