forked from mjmcguire/Levelcraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Scavenger
cryxli edited this page Nov 27, 2012
·
2 revisions
based on LC-Scavenger
This modules gives players additional drops when digging through softer materials like dirt, sand, etc. The drops are random and depend on world type (normal or nether), player experience and luck. For each scavenger drop the players get experience. With more experience the drop rate increases.
This module only has one permission node describing whether the module is active for players: ec.module.sc
The configuration let the server admin declare at which levels which items will drop and how much experience they give. Just start the server once with the module enabled and it will create a default config for you.
# Level requirements for drops
# world: normal
DropLevel.Saddle=0
DropLevel.Bowl=0
DropLevel.Boots=0
DropLevel.Ingot=0
DropLevel.Bucket=0
DropLevel.Helmet=0
DropLevel.Chestplate=0
DropLevel.Leggins=0
# world: nether
DropLevel.GhastTear=10
DropLevel.Nugget=10
DropLevel.BlazePowder=20
#
# Experience gained for drops
# world: normal
ExpGain.Saddle=100.0
ExpGain.Bowl=15.0
ExpGain.Boots=20.0
ExpGain.Ingot=200.0
ExpGain.Bucket=200.0
ExpGain.Helmet=20.0
ExpGain.Chestplate=10.0
ExpGain.Leggins=15.0
# world: nether
ExpGain.GhastTear=15.0
ExpGain.Nugget=22.2
ExpGain.BlazePowder=30.0