Folia support and other minor improvements
Trading
Typing only /buy
or /sell
will trigger a market order to trade item on your right hand
You can also type 'hand' to reference the item you're holding. Ex:
/sell hand 4 32
(Sells 4 items from your hand at price of 32)
Compatibility and optimization
- Full support for Folia servers
- Database queries now run async preventing slowing down main thread
- Now claimed entities lookup only scanns for entities that are 20 blocks away from you
🔖 New features - 0.2.0-beta
⭐️ Highlights
- Stop-Limit Orders
- Fees (Taxes)
- MySQL support
- PlayerPoints support
- Automatic database migration
- Multiple Order Complexity Levels
- Market order
/buy <Asset>
/buy <Asset> <Units>
- Limit order
/buy <Asset> <Units> <Price>
- Stop-Limit order
/buy <Asset> <Units> <Price> stop-limit
- Market order
- Extra customization on configuration file
- Asset customization
- Exchange Colors
- Fees (fixed and percentage)
- Transact items and entities without delivery
- Command to reload configuration
- Console update notice
📑 Stop-Limit Order
A Stop-Limit Order becomes a Limit Order once the market reaches the specified trigger price
/buy <Asset> <Units> <Price> stop-limit
or /sell <Asset> <Price> stop-limit
Useful if you think Prices will keep going up after a certain price
⚠️ Important
This Update had major changes on the way databases are managed, meaning databases from pre 0.2.0 versions will only migrate partially as Orders and Multi-World data cannot be migrated, cancel all orders and back-up your data before runing this new version.
- Replaced ChatColor completelly for AdventureAPI components
- Fixed bug where you couldnt see Ask if bid was null
- deleted infobook temporally
- Divided /account subcommands into: /account /wallet /orders /delivery /claimtag Each with the same functionality as before
- worked command outputs for clarity
- updated certain command outputs for admincommands
- Made sql lookups slightly more performant
- Fixed other minor bugs