Cuberite Forum
Item Drop Plugin v1 - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+---- Forum: Archived Plugins (https://forum.cuberite.org/forum-18.html)
+---- Thread: Item Drop Plugin v1 (/thread-31.html)



Item Drop Plugin v1 - Tybor - 02-28-2011

Release of Item Drop Plugin v1

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_SAPLINGChance 20Amount 1},
  [
E_BLOCK_GRAVEL] = {Drop 318Chance 40Amount 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.