Changelog
Updates ✨
- Added per-slot
enabled
toggles across the mailbox, sent-mail, mail-view, and composer GUIs so you can hide any built-in control without custom code. - Decorations now accept
lore
for hover text and acommands
list that executes console actions with%player%
/%uuid%
placeholders. - Inline comments and README guidance explain how to wire the new toggles and command hooks directly from
config.yml
.
Notes 📌
- Existing installs keep their behaviour—new flags default to the previous values until you opt in.
- Place any console actions under the relevant decoration block in
config.yml
and use%player%
/%uuid%
where necessary.
Config Example
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!'
Files
LamMailBox-1.3.0.jar(108.77 KiB) Primary Download
Details
Licensed GPL-3.0-only
Published a month ago
Updated 13 days ago