📦Main Configuration

Ores

name: "Iron"
icon: iron_ingot
blocks:
  - iron_ore
  - deepslate_iron_ore
allowed-products:
  - netherite_block

blocks: define a list of whitelisted blocks. A block can only belong to a single ore configuration.

allowed-products (removed since v1.1.8): whitelist additional items to the storage. By default, only products mentioned in the transform part are allowed. This option is recommended if you are going to use quick-craft feature.

Behaviour settings

drop-on-full-storage: Enable this option to drop items when the storage is full. Otherwise, the plugin will show a warning to the player and prevent breaking.

enable-mining-stat-on-full-storage: Enable this option to increase mining stat even if the storage is already full. It is safe to enable when drop-on-full-storage is also set to true. Otherwise, the player can exploit this feature to progress the stat infinitely.

disable-offline-processing: Turn off ore processing when the player goes away. It is recommended to leave this setting as default (which is false) since offline processing does not affect performance at all.

process-silk-touch-items: By default, the plugin ignores silk-touch items. If you want it to check and process them, set it to true.

item-pickup-radius: With some 3rd plugins, the plugin has to scan nearby drops for the auto-pickup feature. This setting determines the scanning radius. This defaults to 3 which is a good enough setting.

Accessibility settings

quick-sell-ratio: Define controls for quick-sell button (Ratio)

For example, right: 0.5 means when right-clicks on the quick sell button, 50% of the available amount will be sold

take-amount: Define controls for taking action (Fixed amount)

craft-amount: Define controls for quick-craft button (Fixed amount) For a list of click types: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/inventory/ClickType.html

Purge settings

max-player-records: Control the maximum number of player statistics records The plugin will record player statistics and group them per hour If the records exceed the limit, the plugin will remove older ones. This removal does not affect all-time cumulative statistics.

max-server-records: Control the maximum number of server statistics records Works the same as max-player-records

Other settings

shop-provider: Define the shop plugin for quick-sell feature. Available options: ShopGUIPlus, EconomyShopGUI, EconomyShopGUI-Premium If you do not use quick-sell feature, simply select any option above. The plugin will automatically detect unavailable integration and disable relevant features.

whitelist-worlds: Defines a list of worlds where ores will be transformed by Ore Processor. If you leave it empty, it implies all worlds are whitelisted. This feature can help improve server performance by specifying one or two worlds that the plugin will process and not all. processing-interval: Define the processing rate in ticks For example, processing-interval = 5 means for every 5 ticks, the plugin processes ores for all online players. debug-level: Will print out debug messages to the console. A higher debug level contains messages from lower levels. Available levels: 0, 1, 2 date-format: Specify the date format, currently used for logging. Example: dd/MM/yyy HH:mm:ss, MM/dd/yyy HH:mm:ss

Last updated