Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. pluginEnabled: true
  2. tempbanTimeLimit: 720
  3. mysql:
  4. ip: localhost
  5. port: 3306
  6. database: t
  7. username: t
  8. password: t
  9. layout:
  10. ban:
  11. - '&a&nPlasma Bans'
  12. - '&f'
  13. - '&cYou have been permanently banned from PlasmaMC!'
  14. - '&f'
  15. - '&7Reason: &a{reason}'
  16. - '&7Banned By: &a{banner}'
  17. - '&f'
  18. - '&7You may appeal on our website: &ahttps://www.plasmamc.net'
  19. ipban:
  20. - '&a&nPlasma Bans'
  21. - '&f'
  22. - '&cYour IP address been permanently banned from PlasmaMC!'
  23. - '&f'
  24. - '&7Reason: &a{reason}'
  25. - '&7Banned By: &a{banner}'
  26. - '&f'
  27. - '&7You may appeal on our website: &ahttps://www.plasmamc.net'
  28. tempban:
  29. - '&a&nPlasma Bans'
  30. - '&f'
  31. - '&cYou have been temporarily banned from PlasmaMC!'
  32. - '&f'
  33. - '&7Reason: &a{reason}'
  34. - '&7Until: &a{time}'
  35. - '&7Banned By: &a{banner}'
  36. - '&f'
  37. kick:
  38. - '&a&nPlasma Bans'
  39. - '&f'
  40. - '&cYou have been kicked from PlasmaMC!'
  41. - '&f'
  42. - '&7Reason: &a{reason}'
  43. - '&7Kicked By: &a{banner}'
  44. - '&f'
  45. databaseLoadOk: true
  46. muteTimeLimit: 168
  47. mutedCommandBlacklist:
  48. - msg
  49. - w
  50. - r
  51. - mail
  52. - m
  53. - t
  54. - whisper
  55. - emsg
  56. - tell
  57. - er
  58. - reply
  59. - ereply
  60. - email
  61. - action
  62. - describe
  63. - eme
  64. - eaction
  65. - edescribe
  66. - etell
  67. - ewhisper
  68. - pm
  69. chat:
  70. prefix: '&aPlasmaMC &8ยป &7'
  71. permDenied: '&7&nPermission Denied'
  72. banNotify: '&a{player} &7was Banned by &a{banner} &7for &a{reason}'
  73. ipbanNotify: '&a{player} &7was IP Banned by &a{banner} &7for &a{reason}'
  74. tempbanNotify: '&a{player} &7was Temp-Banned by &a{banner} &7for &a{reason} &7for
  75. &a{time}'
  76. kickNotify: '&a{player} &7was Kicked by &a{banner} &7for &a{reason}'
  77. unbanNotify: '&a{player} &7was unbanned by &a{banner}'
  78. ipunbanNotify: '&a{player} &7was IP unbanned by &a{banner}'
  79. autoUnban: '&a{player}s &7Temp-Ban is over, user is now unbanned'
  80. alreadyBanned: '&7That player is already banned!'
  81. notBanned: '&7That player is not banned on the server!'
  82. banExempt: '&7That player can not be banned'
  83. kickExempt: '&7That player can not be kicked'
  84. alreadyIPBanned: '&7That IP is already Banned'
  85. tempbanTooLong: '&7You cant tempban players for more than 1 week!'
  86. muteTooLong: '&7You cant mute players for more than 1 week!'
  87. muteExempt: '&7That player can not be muted'
  88. alreadyMuted: '&7That player is already muted!'
  89. autoUnmute: '&a{player}s &7Mute is over, user is now unmuted'
  90. muteNotify: '&a{player} &7was Muted by &a{muter} &7for &a{reason} &7for &a{time}'
  91. unmuteNotify: '&a{player} &7was unmuted by &a{muter}'
  92. unmuted: '&7You have been unmuted by &a{muter}'
  93. muted: '&7You have been muted by &a{muter} &7for &a{time} &7for &a{reason}'
  94. notMuted: '&7That player is not muted on the server!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement