- Improve ore storing action
- Add a setting to define allowed products to be added to the storage
YAML:# You can define allowed products to be added in the storage # By default, only ones defined in the transform circuit are allowed allowed-products: - netherite_block
- Add quick-craft feature
- Improve configuration validation
- NEW wiki: anhcraft.gitbook.io
CONFIGURATION UPDATE!
config.yml
YAML:accessibility-settings: craft-amount: # ADD THIS SECTION left: 1 # Remove or Set 0 to disable right: 64
Also, a new file will be automatically created: /gui/crafting.yml.
Then, add a button to the storage menu
YAML:components: "C": type: craft material: crafting_table name: "&eQuick craft" lore: - "&7Quickly craft available ingredients in" - "&7your storage into full blocks" - "" - "&e» Click to open crafting menu"
then change the layout
YAML:layout: - "---------" - "-XS-PPPP-" - "---------" - "++++|+++C"
- Added: Server data
- Added: Commands to set throughput & capacity
- Added: Statistics (W.I.P)
- Added: Random ore transformation
- Added: Behavior settings
- Improved API + added OreMineEvent
- Support EconomyShopGUI Premium
- Player data is now compressed using GZip
- Improve quick-sell button
- Fixes concurrent exception when using quick-sell button
- Viết lại hoàn toàn plugin
- Hỗ trợ thêm 1.20
- Cho phép thêm nhiều cách xử lý quặng
- GUI refresh nhanh hơn
- vvv lười viết quá
- Thêm chức năng Bán quặng nhanh
- Tích hợp ShopGUIPlus
Có thể test plugin trên BuiltByBit nhé: builtbybit.com
(Plugin trên đó là bản 1.0.0 xD)