/
enabled toggles across the mailbox, sent-mail, mail-view, and composer GUIs so you can hide any built-in control without custom code.lore for hover text and a commands list that executes console actions with %player% / %uuid% placeholders.config.yml.config.yml and use %player% / %uuid% where necessary.gui:
main:
decoration:
trigger-button: # Example of a decoration that runs commands (can add as many as you like)
enabled: true # Set to false to hide this button
material: LIGHT_WEIGHTED_PRESSURE_PLATE
name: '&bTrigger Reward'
lore:
- '&7Runs a console command on click.'
slots: [22]
commands: # Commands to run when clicked (as console)
- 'lp user %player% parent add reward'
- 'say %player% (%uuid%) just triggered the reward button!'

A mailbox system for Minecraft servers that allows players to send items, messages, and commands between each other.