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
-
Code (Text):
/buy <Asset>
-
Code (Text):
/buy <Asset> <Units>
- Limit order
-
Code (Text):
/buy <Asset> <Units> <Price>
- Stop-Limit order
-
Code (Text):
/buy <Asset> <Units> <Price> stop-limit
- 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
Code (Text):
/buy <Asset> <Units> <Price> stop-limit
or
Code (Text):
/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.