SwiftSwamp

Untitled

Jan 14th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # Thank you for using MobLoot!
  2.  
  3. PermissionDenied: '&8[ &c:( &8] &7You do not have permission to do that!'
  4.  
  5. # Max amount of custom items that can be dropped (overides 100% drop rate)
  6. MaxItemDrops: 1
  7.  
  8. # Decimal Places of randomly generated number when dropping items
  9. RandomDecimalPlaces: 5
  10.  
  11. # Only one of these values can be true
  12. MobSpawner:
  13. # Only drop MobLoot items from mobs spawn by a Mob Spawner
  14. OnlyFromSpawners: false
  15. # Disable MobLoot Drops from mobs spawn by a Mob Spawner
  16. NotFromSpawners: false
  17.  
  18. ShiftClick: true
  19.  
  20. Logger: true
  21.  
  22. # Requires Vault
  23. MoneySettings:
  24. RewardMoney: false
  25. DecimalPlaces: 2
  26.  
  27. # Note the "00", meaning exactly two decimal places.
  28. # If you use "#.##" (# means "optional" digit), it will drop trailing zeroes
  29. DisplayFormat: '#,###,##0.00'
  30.  
  31. # 2 = $2.51 , 1 = $2.5, 0 = $2
  32. DisableMessage: true
  33. # Variables:
  34. # %uentity% - Displays entity's name in upper case
  35. # %lentity% - Displays entity's name in lower case
  36. # %entity% - Displays entity's with first letter capitalized
  37. # %money% - Displays money value
  38. Message: '&8[&dMob Loot&8] &7You recived &a%money% &7for killing a &a%lentity%&7!'
  39.  
  40. UnknownSpawnCause:
  41. DropItems: true
  42. ConsoleMessage: false
Advertisement
Add Comment
Please, Sign In to add comment