New mining experience! Boost Server Performance! ItemsAdder/Oraxen support
The download file is an archive of two versions:
View the wiki for further information: https://anhcraft.gitbook.io/oreprocessor/configuration/custom-items
The download file is now an archive of two versions:
View the wiki for further information: https://anhcraft.gitbook.io/oreprocessor/configuration/custom-items
New feature: Filter
Big news:
I have released the source code of Ore Processor. From now on, the plugin is open-source with a paid model for support.
This is a better approach since:
The semi-premium approach has been conducted by several popular plugins on Spigot including McMMO, Citizens, Oxaren, MMOItems, LibDisguises, etc
New Terms of Services:
The source is licensed under GNU General Public License v3.0.
Link: https://github.com/anhcraft/OreProcessor
Add pickup tracker: Show which ore was picked up in the action bar
New configuration (config.yml)
pickup-tracker:
enabled: true
message: "&a+{amount} &f{item}"
interval: 1
New API event: OrePickupEvent
- Support Minecraft 1.20.2
- Support RGB in chat messages and GUI e.g: db7e8
- Minor optimization
- Properly support AdvancedEnchantments
- Now log offline-processing data
- Improve drop checks
behaviour-settings:
item-pickup-radius: 3
# old settings....
/ore store hand: Store the item in hand to the suitable ore storage (oreprocessor.store.hand)
/ore store all: Store all appropriate items in the inventory to suitable ore storages (oreprocessor.store.all)
Configuration update:
config.yml:
date-format: "dd/MM/yyyy HH:mm:ss"
messages.yml:
empty-hand: "&cYour hand is empty"
store-invalid-item: "&cThis item is inappropriate"
cannot-store-item: "&cFailed due to inappropriate item or no space left"
stored-items: "&aStored &f{amount}&a items into &f{ores}&a storage!"
/ore add <player> <ore> <material> <amount> [<force: true/false>]: add item to an ore storage
/ore subtract <player> <ore> <material> <amount>: take item from an ore storage
UPDATE config.yml
whitelist-worlds: # Leaves empty to allow for all worlds
- world
- world_nether
behaviour-settings:
process-silk-touch-items: false
purge-stats:
max-player-records: 1000 # Set 0 to disable
max-server-records: 20000 # Set 0 to disable
# 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
CONFIGURATION UPDATE!
config.yml
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
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
layout:
- "---------"
- "-XS-PPPP-"
- "---------"
- "++++|+++C"
- Fixed NPE related to the statistics system
- Added new commands to add throughput and capacity
/ore upgrade throughput add <player> <ore> <amount>
/ore upgrade capacity add <player> <ore> <amount>
- Added new command to debug plugin conflicts better!
/ore debugevents
- Now support custom placeholders with PlaceholderAPI!
%ore_name_<ore>%
%ore_server_stats_mining_<ore-query>%
%ore_server_stats_feedstock_<ore-query>%
%ore_server_stats_products_<ore-query>%
%ore_capacity_<ore>%
%ore_throughput_per_minute_<ore>%
%ore_throughput_<ore>%
%ore_feedstock_<ore>%
%ore_products_<ore>%
%ore_free_space_<ore>%
%ore_player_stats_mining_<ore-query>%
%ore_player_stats_feedstock_<ore-query>%
%ore_player_stats_products_<ore-query>%
statistic-cumulative-details:
- "&f{target}&7's cumulative stats for &f{ore-query}"
- "&7▪ Total mined: &e{total-mined}&7 blocks"
- "&7▪ Total feedstock: &e{total-feedstock}&7 items"
- "&7▪ Total products: &e{total-products}&7 items"