Release of Item Drop Plugin v1
Note: MCServer >= r173 is needed!
Features:
Just change the table ItemDropPlugin.Config to your needs!
Note: In case you are using Area Plugin, be sure to load Area Plugin before Item Drop Plugin in settings.ini for proper operation of both plugins.
Plugin attached.
Note: MCServer >= r173 is needed!
Features:
- alter the default item drop behaviour of MCServer
Just change the table ItemDropPlugin.Config to your needs!
PHP Code:
ItemDropPlugin.Config = {
[E_BLOCK_LEAVES] = {Drop = E_BLOCK_SAPLING, Chance = 20, Amount = 1},
[E_BLOCK_GRAVEL] = {Drop = 318, Chance = 40, Amount = 4},
}
Note: In case you are using Area Plugin, be sure to load Area Plugin before Item Drop Plugin in settings.ini for proper operation of both plugins.
Plugin attached.