AT-ShoppingMall v1.1.4
Menu Customization + Slot System Rework
Combined 1.1.3 + 1.1.4 drop.
✦ Menu Sizing & Pagination
Full control over how list menus look and how many entries they show per page.
- rows: sets menu height (
1-6) on Browse Plots, My Plots, Player Warps and Mall Warps- entries: picks exactly which slots the list fills, e.g.
"0-26"or"10-16, 19-25"- Number of entry slots = how many results show per page
- My Plots is a fixed 3-row menu by default, set
rows: 0to grow with plot count like before
✦ Slot System Rework
Plain slot numbers everywhere, no more guessing where buttons go.
- Every button uses a flat
slot:number now, starting from0(top-left)- To move any button, just change its
slot:to where you want it- Ranks Back/Info live in
ranks.ymlunderitems.back.slotanditems.info.slot- Bump
rows:inranks.ymlif you need more space, then reposition the buttons
✦ Back + Close Together
- Warps menus: in
warps.ymlorplayer_warps.ymlsetshow-both-buttons: true- Evicted Items menu: in
menus/evicted_plots.ymlsetshow-both-buttons: true- Give Back and Close different
slot:numbers, otherwise console will warn and only Back shows
✦ Example Config
YAML:rows: 6 # menu height (1-6) entries: "10-16, 19-25" # exact slots used for the list show-both-buttons: true # show Back and Close together
Existing menu files migrate automatically, your edits stay intact.
✦ Version Breakdown
Version Focus 1.1.3Menu sizing via rows:, precise pagination viaentries:, Back + Close on warps menus1.1.4Slot system rework (plain numbers everywhere), Back + Close extended to Evicted Items
Update now for full menu sizing control and a cleaner slot system.
All defaults match the previous look, opt in to the new options when you want them.
AT-ShoppingMall Changelog
Recent updates, newest first
🎛 v1.1.2 Menu and ranks cleanup
- Menu height now uses
rows: 1-6instead of raw slot counts. Oldsize:keys convert automatically.- Ranks menu layout now lives in
ranks.yml(one file instead of two).- New
menu.manual-slotstoggle: auto-arrange byorder, or set each rank's ownslot:.
v1.1.1 Menu customization
- Custom
model-dataon every menu icon for resource pack support.- Menu files auto-update safely on future jars, your edits stay intact.
- Admin search menu is now actually editable.
v1.1.0 Rank reload fix
- Adding or editing a rank no longer needs a full server restart. Edit
ranks.yml, run/sm reload, done.
Install
Replace the jar inplugins/and restart. Existing configs migrate automatically.
