Skip to content

Normalizes loot/experience dropped by monster traps and other farming methods in Minecraft

Notifications You must be signed in to change notification settings

Minecarts/NormalizedDrops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##NormalizedDrops We found that on Minecarts.com, monster spawners and traps greatly devalue their loot and makes hunting trivial. While we still allow the use of spawners and traps, we created this plugin to normalize their drops to minimize economic damage.

A sample configuration file is provided below. You can use /ndrop reload to reload the configuration file.

Note: Reloading plugins with /reload will clear the tracking history.

debug: false #Log debug messages when normalization occurs

radius: 10 #How close entity events need to be before considered nearby (radius in blocks)
minEvents: 4 #Minimum number of allowed events before normalization
maxEvents: 17 #Any events more than this will cleared of drops, but also the closer this is to min, the rarer drops will be
maxAge: 600 #How long before events expire in seconds

animals: true #Normalize animals
monsters: true #Normalize monsters

About

Normalizes loot/experience dropped by monster traps and other farming methods in Minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages