Bug fixes:
• /order toggle now shows the enabled/disabled chat message
• Auction GUI prices from 1K upward display as compact values (e.g. $5K) instead of $5,000
Code:# plugins/PerfOrders/config.yml — merge under pricing: pricing: smart-compact-threshold: 1000 compact-suffixes: thousands: "K" # plugins/PerfOrders/messages.yml — add: notifications-toggle-on: "<#10B981>Order notifications enabled!" notifications-toggle-off: "<#EF4444>Order notifications disabled!" notifications-toggle-disabled: "<#EF4444>Order notification toggling is disabled on this server."
New features:
• The compact number suffixes (k, m, b) are now configurable — set them to K, M, B or any custom text
Code:# plugins/PerfOrders/config.yml — add inside pricing: compact-suffixes: thousands: "k" millions: "m" billions: "b"
New features:
• You can create orders for specific potion types such as Strength, Speed, and Instant Health
• Splash, drink, lingering, and tipped arrow variants are each listed separately in the item picker
Bug fixes:
• Potions show up again in the item picker and Potions category
• /order toggle now sends the on/off chat message reliably
• Enchanted book names show level I for enchants that can go higher than I
Bug fixes:
• Potions, splash potions, and lingering potions appear again in the Potions filter when creating an order
• Enchanted book orders show level I enchants as "Mending" instead of "Mending I"
• Delivering more items than an order still needs no longer removes extras without pay — only the remaining amount is accepted and credited
• Extra items in the delivery GUI are returned to your inventory after delivery
• Full inventory sends leftover items to your order stash as before
Code:# plugins/PerfOrders/config.yml — comments only (behavior unchanged; merge if you want clearer docs): # When deliverer puts more than needed: only the remaining amount is credited; surplus goes back to inventory (or order stash if full). return-delivery-surplus: true # When slots hold more matching items than the order still needs: only the remainder is accepted and paid; extra items are returned. allow-delivery-overfill: false
Bug fixes:
• Cancelling a delivery after putting items in a shulker no longer returns an empty shulker with loose contents in your inventory
• Your original shulker and its contents are returned correctly when you decline the delivery confirmation
• Empty message keys in messages.yml no longer send blank chat lines
