Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Orders | Cross Server Player Orders

Orders | Cross Server Player Orders v1.0.1

- Fixed deliveries being limited by the amount of free space in the player inventory.
- Fixed inserted delivery items dropping before the confirmation menu opened.
- Improved delivery confirmation so inserted items remain safe until confirmed or cancelled.
- Improved cancelled and failed deliveries so items are returned safely.
- Added an optional action bar animation while deliveries are being processed.
- Added configurable delivery animation.
- Added a configurable delivery success action bar message.
- Added custom item names and translations through items.yml.
- Added configurable full and shortened item amount formatting.
- Improved item searching to recognize custom names and translations.
- Improved configuration reload safety and error messages.
- Improved migration safety to prevent the same orders from being imported more than once.
- Added more ways for other plugins to respond to order actions.
- Improved order notifications across multiple servers.
- Improved general menu stability and item safety.
- Improved database reliability and transaction processing.
gui customization update
Fixed italic words issues in guis
Added formatted money placeholders in guis
New Config settings

YAML:
settings:
  min-item-amount: 1
  max-orders-per-player: 10
  expire-days: 7
  announce-orders: true
  reopen-deliver-menu: true
  min-broadcast-price: 1000.0
  require-full-durability: false
  click-cooldown-ms: 100
  quick-search: true
  skip-enchants: false
  drop-all-blacklist-worlds:
    - "spawn"
    - "afk"
  placeholder:
    alerts-on: "&aON"
    alerts-off: "&cOFF"
  number-format:
    compact: true
    compact-threshold: 1000.0
    compact-decimals: 2
    plain-decimals: 2
    strip-trailing-zeros: true
    thousands-separator: true
    suffixes:
      thousand: "K"
      million: "M"
      billion: "B"
      trillion: "T"
Added Proper Mini Message Support
Back
Top