Advertisement
Guest User

Untitled

a guest
Apr 4th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #Only set this to true when you have configured MySQL!
  2. pluginEnabled: false
  3. ####################
  4.  
  5. #Time Limit in Hours (168 Hours = 1 Week)
  6. tempbanTimeLimit: 168
  7.  
  8. mysql:
  9. ip: 0.0.0.0
  10. port: 3306
  11. database: TitaniumBans
  12. username: root
  13. password: password
  14. layout:
  15. ban:
  16. - "&4Titanium Bans"
  17. - "&f"
  18. - "&6You have been permanently banned by {banner}"
  19. - "&6for &b{reason}"
  20. - "&f"
  21. - "&eYou can appeal this ban on our website: example.com"
  22. ipban:
  23. - "&4Titanium Bans"
  24. - "&f"
  25. - "&6Your IP Address has been permanently banned by {banner}"
  26. - "&6for &b{reason}"
  27. - "&f"
  28. - "&eYou can appeal this ban on our website: example.com"
  29. tempban:
  30. - "&4Titanium Bans"
  31. - "&f"
  32. - "&6You have been temporarily banned by {banner}"
  33. - "&6for &b{reason}"
  34. - "&6for the next &9{time}"
  35. - "&f"
  36. - "&eYou can appeal this ban on our website: example.com"
  37. kick:
  38. - "&4Titanium Bans"
  39. - "&f"
  40. - "&6You have been kicked by {banner}"
  41. - "&6for &b{reason}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement