Advertisement
Guest User

DeathBan Config Example

a guest
Oct 17th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. ##################################################
  2. # DeathBanPlus by:
  3. # (Your Name)
  4. # Made for UnseenMC!
  5. # PLACEHOLDERS:
  6. # {player} is replaced with the players username who died!
  7. # {killer} is replaced with the person who killed {player}!
  8. # {time} is replaced with how long they are banned for
  9. # {event} is replaced with an event time for an event!
  10. # Enjoy!
  11. ##################################################
  12. # DeathBan:
  13. # This is in minutes!
  14. defaultBanTime: '10'
  15.  
  16. # DeathBan message:
  17. # This message is displayed globaly (in that world) to everyone!
  18. deathBanMessage: '&8[&4&lDeath&9&lBan&8]: &6{player} was deathbanned by {killer} for {time}!'
  19.  
  20. # Event Broadcast:
  21. # This message is broadcasted to everyone in that world where there is an event.
  22. eventTime: '5'
  23. eventMessage: '&8[&4&lDeath&9&lBan&8]: &6There is an event happening in {event}!'
  24.  
  25. # EventWorld:
  26. # This is the world that the event will be held in!
  27. World: event
  28. Cords: 25 25 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement