Recently, I've noticed that lots of players who have been playing on servers with Slimefun were having trouble getting dusts to make alloys, since using a washer is the only way of getting them. Now with SlimefunOres, you can get dusts by breaking ores!
CS-CoreLib and Slimefun must be installed for this plugin to work!
By breaking ores you can get:
- Iron Dust
- Gold Dust
- Aluminum Dust
- Zinc Dust
- Tin Dust
- Copper Dust
- Magnesium Dust
- Lead Dust
- Silver Dust
- Tiny Piles of Uranium (Only available from diamond and emerald ore)
Milestones
- Thank you for the 1000 Downloads!
- Thank you for the 5000 Downloads!
Old & New Algorithm
From version 1.4, I added a new choosing algorithm because the liast one wasn't completely random. Basically, the old algorithm had an order going on like this (most common on left): Iron Dust > Gold Dust > Aluminum Dust > Copper Dust > Zinc Dust > Tin Dust > Magnesium Dust > Lead Dust > Silver Dust. This means that the iron dust and gold dust would be the most common to get, lead and silver the rarest. The new algorithm is completely random, which means that each dust has an equal chance of getting chosen.
You can only get dusts if the ore you break hasn't been placed down and has been naturally generated.
Example Config
options: auto-update: true //Enable this if you want the plugin to get auto updated. old-algorithm: false //Enable this if you want to use the old dust choosing algorithm. coal_ore: overall_chance: 25 //This is the chance in percentage. It means that when you break a block there is a 25% that you will get a dust gold_dust: true aluminum_dust: true zinc_dust: true tin_dust: true copper_dust: true magnesium_dust: true lead_dust: true silver_dust: true iron_ore: overall_chance: 25 gold_dust: true aluminum_dust: true zinc_dust: true tin_dust: true copper_dust: true magnesium_dust: true lead_dust: true silver_dust: true gold_ore: overall_chance: 25 gold_dust: true aluminum_dust: true zinc_dust: true tin_dust: true copper_dust: true magnesium_dust: true lead_dust: true silver_dust: true diamond_ore: overall_chance: 25 gold_dust: true aluminum_dust: true zinc_dust: true tin_dust: true copper_dust: true magnesium_dust: true lead_dust: true silver_dust: true tiny_uranium: false //Disabled by default. emerald_ore: overall_chance: 25 gold_dust: true aluminum_dust: true zinc_dust: true tin_dust: true copper_dust: true magnesium_dust: true lead_dust: true silver_dust: true tiny_uranium: false //Disabled by default.
This plugin does not have any commands or permissions. The only thing you may want to edit is the config.yml file.
Auto-Updater and Metrics
All my Plugins are using an Auto-Updater to make sure, you're always using the latest and hopefully most bug free version of my Plugin. If you don't want this Plugin to be auto-updated, you can turn it off in the config file at "options -> auto-update: true/false"
They also use a Metrics-System which collects the following Information:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
- Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.