OtherDrops
- 237.1K
- Bukkit Plugins
Simple block/mob/player drop editing - ultimate customization!
- 237.1K
- January 6, 2015
OtherDrops
- 237.1K
- Bukkit Plugins
Simple block/mob/player drop editing - ultimate customization!
- 237.1K
- January 6, 2015

OtherGrowth lets you bring your world to life by creating "recipies" that change blocks based on the surrounding blocks - such as "cobble to mossy-cobble near water" (grow mossy-cobble) or "air to leaves near grass" (add a unique feeling to plains) and much much more.
To be written/expanded as the plugin progresses.
"Config.yml"
verbosity: normal run_on_startup: true tick_delay_between_scans: 200 scan_asynchronously: true scan_all_loaded_chunks: true # ignores radius setting (if true) chunk_scan_radius: 6
"recipies.yml"
recipes: #Mossy Cobblestone From water (cobble to mossy adj. water) [slowish] - mossynearwater: # use a dash at front if this allows tags with same spelling - need: COBBLESTONE adjacent: {WATER, STATIONARY_WATER} # { } = or, [ ] = and replacement: MOSSYCOBBLE chance: 6% # equivalent to old “30:500” chance # other conditions as per OtherDrops, as possible (performance permitting) #Mossy Cobblestone spreads (cobble to mossy adj. mossy) [slow] - mossy spreads: - need: COBBLE adjacent: MOSSYCOBBLE replacement: MOSSYCOBBLE chance: 0.5% # equivalent to old “1:200” chance #leaves on Mossy Cobblestone (air to leaves adj. mossy) [slow] - leaves on mossy: - need: AIR adjacent: MOSSYCOBBLE replacement: LEAVES chance: 1% # equivalent to old “1:200” chance #Mossy Cobble grows sponges (water to sponge adj. mossy) [v. slow] - mossy cobble grows on sponges:: - need: {WATER, STATIONERY_WATER} adjacent: SPONGES replacement: MOSSYCOBBLE chance: 0.002% # equivalent to old “1:200” chance
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
OtherGrowth is a inspired by the original iGrow plugin by TechGuard. Thanks to Valdark and Raspberry for inspiration with recipies for the original iGrow.
Simple block/mob/player drop editing - ultimate customization!
Simple block/mob/player drop editing - ultimate customization!