*-- Hey there! -- *
As you can see I am selling the plugin LuckyMine, its basically a plugin that allows you to configure extra drops when a player mines the configured block..
For example, you can add a 29% chance of dropping an emerald when you mine a beacon.
*-- Configuration --*
config.yml
As you can see I am selling the plugin LuckyMine, its basically a plugin that allows you to configure extra drops when a player mines the configured block..
For example, you can add a 29% chance of dropping an emerald when you mine a beacon.
*-- Configuration --*
config.yml
Code:
# LuckyMine Configurtation File
# Goodluck with the plugin :)
disabled-worlds:
- my_world_1
- my_world_2
messages:
lucky-drop:
enabled: true
message: "&9LuckyMine > &7You were lucky and got %amount% extra %item%"
The disabled plugins is a list for worlds that you dont want the LuckyMine plugin to be enabled in. You can change the message to what every you want, amount is the amount of dropped extra items, and the %item% is the item that dropped
items.yml
Code:
blocks:
diamond_ore:
emerald: 20/2
obsidian: 10/5
In blocks you configure the block type, so in this case its diamond_ore, (diamond ore)
Under that you configure the dropped item, the chance of dropping it, and the amount.
So the basic configuration is like this:
When you mine a diamond ore, there is a 20% chance of dropping 2 emeralds, and 10% chance of dropping 5 obsidian. Easy right?
*-- Buying --*
You can buy this plugin by adding me on skype: pingpongbalinjekoelkast123
Price: $3,50 (negotiable)
Under that you configure the dropped item, the chance of dropping it, and the amount.
So the basic configuration is like this:
When you mine a diamond ore, there is a 20% chance of dropping 2 emeralds, and 10% chance of dropping 5 obsidian. Easy right?
*-- Buying --*
You can buy this plugin by adding me on skype: pingpongbalinjekoelkast123
Price: $3,50 (negotiable)
