Advertisement
Guest User

ajeje

a guest
Jul 29th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.16 KB | None | 0 0
  1. # Bungee Chat configuration by shawn_ian & BrainStone (v10)
  2. #
  3. # A full documentation fo the plugin (including things like the config or
  4. # placeholders) can be found at:
  5. # https://github.com/AuraDevelopmentTeam/BungeeChatWiki/wiki
  6. # You can report bugs or request features here:
  7. # https://github.com/AuraDevelopmentTeam/BungeeChat2/issues
  8. # You can contact a developer by joining our Discord server:
  9. # https://discord.me/bungeechat
  10. #
  11. # You can change the settings and messages/formats of the plugin in this file.
  12. # Please do not change the 'Version' value, or else the plugin might not work.
  13.  
  14. Version: 10.1
  15.  
  16. Settings:
  17. Modules:
  18. #-----------------------#
  19. Alert:
  20. enabled: true
  21. aliases:
  22. - broadcast
  23. - bc
  24. - balert
  25. - bbc
  26. #-----------------------#
  27. AntiAdvertising:
  28. enabled: true
  29. whitelisted:
  30. - www.google.com
  31. #-----------------------#
  32. AntiDuplication:
  33. enabled: true
  34. checkPastMessages: 5
  35. #-----------------------#
  36. AntiSwear:
  37. enabled: true
  38. freeMatching: false
  39. leetSpeak: false
  40. ignoreSpaces: false
  41. ignoreDuplicateLetters: false
  42. words:
  43. - aminear
  44. - minepixel
  45. - breakingmine
  46. - blurkit
  47. - arkloud
  48. - puto
  49. - puta
  50. - subnormal
  51. - polla
  52. - gilipollas
  53. - retrasado
  54. replacement: "****"
  55. #-----------------------#
  56. AutoBroadcast:
  57. enabled: false
  58. random: false
  59. interval: 20
  60. messages:
  61. - "Message 1"
  62. - "Message 2
  63. with newline!"
  64. - "&6Message 3 &lwith &4colors &band &r&0Formats &mtoo!"
  65. #-----------------------#
  66. ChatLock:
  67. enabled: true
  68. emptyLinesOnClear: 20
  69. aliases:
  70. - lockchat
  71. #-----------------------#
  72. ChatLogging:
  73. enabled: true
  74. privateMessages: true
  75. console: true
  76. file: true
  77. logFile: "logs/%year%-%month%-%day%-chat.log"
  78. filteredCommands:
  79. - login
  80. - help
  81. - pagination
  82. #-----------------------#
  83. ClearChat:
  84. enabled: true
  85. emptyLines: 20
  86. aliases:
  87. - cc
  88. - chatclear
  89. #-----------------------#
  90. GlobalChat:
  91. enabled: true
  92. passToClientServer: false
  93. aliases:
  94. - g
  95. default: false
  96. symbol:
  97. enabled: false
  98. symbol: "!"
  99. serverList:
  100. enabled: false
  101. list:
  102. - lobby
  103. - towny
  104. #-----------------------#
  105. HelpOp:
  106. enabled: true
  107. aliases:
  108. - helpop
  109. #-----------------------#
  110. Ignoring:
  111. enabled: true
  112. aliases: []
  113. #-----------------------#
  114. JoinMessage:
  115. enabled: false
  116. #-----------------------#
  117. LeaveMessage:
  118. enabled: false
  119. #-----------------------#
  120. LocalChat:
  121. enabled: false
  122. passToClientServer: false
  123. #-----------------------#
  124. Messenger:
  125. enabled: true
  126. filterMessages: false
  127. aliases:
  128. message:
  129. - msg
  130. - tell
  131. - m
  132. - w
  133. - whisper
  134. reply:
  135. - r
  136. msgtoggle:
  137. - mtoggle
  138. #-----------------------#
  139. MOTD:
  140. enabled: false
  141. message:
  142. - "This is line 1"
  143. - "This is line 2"
  144. - "Placeholders do work in here %name%"
  145. - "&6Color&4codes &land &r&0Formats &mtoo!"
  146. #-----------------------#
  147. Muting:
  148. enabled: true
  149. aliases:
  150. mute:
  151. - silence
  152. unmute:
  153. - unsilence
  154. tempmute:
  155. - tempsilence
  156. blockedcommands:
  157. - message
  158. - msg
  159. - whisper
  160. - m
  161. - tell
  162. - t
  163. - w
  164. - global
  165. - g
  166. - reply
  167. - r
  168. ignoreBukkitLocalChat: false
  169. disableWithOtherMutePlugins: true
  170. #-----------------------#
  171. ServerSwitchMessages:
  172. enabled: false
  173. #-----------------------#
  174. Spy:
  175. enabled: true
  176. aliases:
  177. socialspy:
  178. - sspy
  179. localspy:
  180. - lspy
  181. #-----------------------#
  182. StaffChat:
  183. enabled: true
  184. passToClientServer: false
  185. aliases:
  186. - sc
  187. - s
  188. - schat
  189. #-----------------------#
  190. TabCompletion:
  191. enabled: true
  192. #-----------------------#
  193. Vanish:
  194. enabled: true
  195. aliases:
  196. - bhide
  197. #-----------------------#
  198. VersionChecker:
  199. enabled: true
  200. checkOnAdminLogin: true
  201. #-----------------------#
  202. WelcomeMessage:
  203. enabled: false
  204. message:
  205. - "This is line 1"
  206. - "This is line 2"
  207. - "Placeholders do work in here %name%"
  208. - "&6Color&4codes &land &r&0Formats &mtoo!"
  209. #-----------------------#
  210. PermissionsManager:
  211. defaultPrefix: ""
  212. defaultSuffix: "&r"
  213. #-----------------------#
  214. ServerAlias:
  215. lobby: "Lobby"
  216. towny: "Towny"
  217.  
  218. Messages:
  219. # Channel Type Messages
  220. enableGlobal: "&eYou are now talking in &bglobal chat&e!"
  221. enableStaffchat: "&eYou are now talking in &astaff chat&e!"
  222. enableLocal: "&eYou are now talking in &clocal chat&e!"
  223. globalIsDefault: "&eGlobal chat is already the default chatmode!"
  224. backToLocal: "&cThe feature linked to the channel you were talking in has been disabled or your permissions have been removed! You are now talking in local chat."
  225. notInGlobalServer: "&cGlobal Chat is not enabled on this server..."
  226. # Messenger Messages
  227. messageYourself: "&cYou can not send a private message to yourself..."
  228. enableMessager: "&eYou have &aenabled&e messaging!"
  229. disableMessager: "&eYou have &cdisabled&e messaging"
  230. noReply: "&cYou have nobody to reply."
  231. replyOffline: "&cThe player you were chatting with is no longer online."
  232. hasMessagerDisabled: "&c%name% has messaging disabled!"
  233. # Vanish Messages
  234. enableVanish: "&eYou have &aenabled&e hide mode!"
  235. disableVanish: "&eYou have &cdisabled&e hide mode!"
  236. # Clear Chat Messages
  237. clearedLocal: "&e%name% has cleared the chat locally."
  238. clearedGlobal: "&e%name% has cleared the chat globally."
  239. # Mute Messages
  240. muted: "&cSorry but you can not talk because you are muted until %muted_until%!"
  241. unmuteNotMuted: "&cThis player is not muted!"
  242. muteIsMuted: "This player is already muted!"
  243. unmute: "&eThe player &c%name% &ehas been unmuted!"
  244. mute: "&eThe player &c%name% &ehas been muted!"
  245. tempmute: "&eThe player &c%name% &ehas been muted until %muted_until%"
  246. # Spy Messages
  247. enableSocialSpy: "&eSocialSpy has been &aenabled&e!"
  248. disableSocialSpy: "&eSocialSpy has been &cdisabled&e!"
  249. enableLocalSpy: "&eLocalSpy has been &aenabled&e!"
  250. disableLocalSpy: "&eLocalSpy has been &cdisabled&e!"
  251. # Error Messages
  252. notPlayer: "&cYou need to be a player to use this command!"
  253. playerNotFound: "&cCould not find that player..."
  254. incorrectUsage: "&cIncorrect usage! Use this command like this: %command%"
  255. noPermission: "&cYou do not have the permissions to perform this action!"
  256. # Ignore Messages
  257. hasIgnored: "&c%target_name% is ignoring you..."
  258. addIgnore: "&eYou have ignored %name%!"
  259. removeIgnore: "&eYou have un-ignored %name%!"
  260. alreadyIgnored: "&eYou have are already ignoring this player!"
  261. ignoreYourself: "&cYou can not ignore yourself!"
  262. unignoreYourself: "&cYou can not unignore yourself!"
  263. notIgnored: "&cYou have not ignored this user!"
  264. ignoreList: "&eOnline users you ignore: &b%message%&e."
  265. ignoreNobody: "&eYou are ignoring &anobody&e that is online!"
  266. # Filter Messages
  267. antiAdvertise: "&cPlease do not advertise!"
  268. antiDuplication: "&cPlease do not spam messages!"
  269. # ChatLock Messages
  270. enableChatlock: "&eChatting has been disabled!"
  271. disableChatlock: "&eChatting has been enabled!"
  272. chatIsLocked: "&cYou may not talk now, the chat has been locked!"
  273. # Prefix/Suffix Messages
  274. prefixRemoved: "&ePrefix of %name% has been removed!"
  275. prefixSet: "&ePrefix of %name% has been set to %prefix%."
  276. suffixRemoved: "&eSuffix of %name% has been removed!"
  277. suffixSet: "&eSuffix of %name% has been set to %suffix%."
  278. # Update available Message
  279. updateAvailable: "&aAn update for Bungee Chat is available! Version &6%message%&a. Download it at: &6https://www.spigotmc.org/resources/bungee-chat.12592/&a"
  280.  
  281. Formats:
  282. alert: "&9ALERT > &c&l%name%: &r%message%"
  283. socialSpy: "&9SPY > &e%sender_name% &8-> &e%target_name% &8: &r%message%"
  284. localSpy: "&9SPY > &8%servername% > &e%name% &8: &r%message%"
  285. globalChat: "&9GLOBAL > &e%fullname%: %message%"
  286. messageSender: "&6You &8-> &6%target_name% &8: &r%message%"
  287. messageTarget: "&6%sender_name% &8-> &6You&8: &r%message%"
  288. staffChat: "&9STAFF > &e%name%: &r%message%"
  289. localChat: "%fullname%: %message%"
  290. joinMessage: "&e%name% has joined the network!"
  291. leaveMessage: "&e%name% has left the network!"
  292. helpOp: "&2HELPOP > &e%name%: &r%message%"
  293. serverSwitch: "&e%name% has moved to the &c%servername% &eserver!"
  294. chatLoggingConsole: "%channel% > %servername% > %name%: %message%"
  295. chatLoggingFile: "[%time%]: %channel% > %servername% > %name%(%uuid%): %message%"
  296.  
  297. AccountDataBase:
  298. enabled: false
  299. ip: 0.0.0.0
  300. port: 3306
  301. database: BungeeChat
  302. user: User
  303. password: Password
  304. tablePrefix: BungeeChat_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement