Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Thank you for using MobLoot!
- PermissionDenied: '&8[ &c:( &8] &7You do not have permission to do that!'
- # Max amount of custom items that can be dropped (overides 100% drop rate)
- MaxItemDrops: 1
- # Decimal Places of randomly generated number when dropping items
- RandomDecimalPlaces: 5
- # Only one of these values can be true
- MobSpawner:
- # Only drop MobLoot items from mobs spawn by a Mob Spawner
- OnlyFromSpawners: false
- # Disable MobLoot Drops from mobs spawn by a Mob Spawner
- NotFromSpawners: false
- ShiftClick: true
- Logger: true
- # Requires Vault
- MoneySettings:
- RewardMoney: false
- DecimalPlaces: 2
- # Note the "00", meaning exactly two decimal places.
- # If you use "#.##" (# means "optional" digit), it will drop trailing zeroes
- DisplayFormat: '#,###,##0.00'
- # 2 = $2.51 , 1 = $2.5, 0 = $2
- DisableMessage: true
- # Variables:
- # %uentity% - Displays entity's name in upper case
- # %lentity% - Displays entity's name in lower case
- # %entity% - Displays entity's with first letter capitalized
- # %money% - Displays money value
- Message: '&8[&dMob Loot&8] &7You recived &a%money% &7for killing a &a%lentity%&7!'
- UnknownSpawnCause:
- DropItems: true
- ConsoleMessage: false
Advertisement
Add Comment
Please, Sign In to add comment