Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Thanks for using MobLoot!
  2. # More information can be found on the spigot page.
  3.  
  4. CheckForUpdates: true
  5. # Keep false unless reporting a bug (Spams console)
  6. Debug: false
  7. PermissionDenied: "&8[&aMobLoot&8] &7You don't have permission to do that"
  8.  
  9. Money:
  10. Enabled: true
  11. # Note the "00", meaning exactly two decimal places.
  12. # If you use "#.##" (# means "optional" digit), it will drop trailing zeroes
  13. DisplayFormat: '#,###,##0.00'
  14. DecimalPlaces: 2
  15. DisplayMessage: true
  16. Message: '&8[&aMobLoot&8] &7You have earned %money% for killing a %entity%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement