Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.53 KB | None | 0 0
  1. #=================================================================================================#
  2. # Main Configuration of Chat Manager
  3. #=================================================================================================#
  4. #
  5. # If you need any plugin support, feel free to join our discord server
  6. # or private message me H1DD3NxN1NJA on Spigot.
  7. #
  8. # Discord Link: https://discord.gg/n9A9xtA
  9. #
  10. #=================================================================================================#
  11. #
  12. # Information:
  13. # 1. Color Codes are supported with the "&" character.
  14. # - To view a list of COLOR CODES you can do /Colors in-game.
  15. # - To view a list of FORMAT CODES you can do /Formats in-game.
  16. #
  17. # 2. Sound List
  18. # - 1.9 and newer: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  19. # - 1.8 and older: http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html
  20. #
  21. # 3. All messages are in the Messages.yml file
  22. #
  23. #=================================================================================================#
  24.  
  25. #=================================================================================================#
  26. # Block players from advertising other servers.
  27. #=================================================================================================#
  28. Anti_Advertising:
  29.  
  30. Chat:
  31.  
  32. #Block advertising in chat.
  33. Enable: true
  34.  
  35. #Should the anti advertising checker be more sensitive? This may cause false positives.
  36. Increase_Sensitivity: false
  37.  
  38. #Should staff get notified when a player advertises in chat?
  39. Notify_Staff: true
  40.  
  41. #Should a command be executed to the player that advertises?
  42. Execute_Command: false
  43.  
  44. #The command that is executed when a player advertises.
  45. #Set this section to Executed_Command: '' to disable
  46. Executed_Command: kick {player} Please do not advertise in chat
  47.  
  48. #Every time a player advertises in chat, their message will be logged in the Advertisements.txt file.
  49. Log_Advertisers: true
  50.  
  51. Commands:
  52.  
  53. #Block advertising in commands.
  54. Enable: true
  55.  
  56. #Should the anti advertising checker be more sensitive? This may cause false positives.
  57. Increase_Sensitivity: false
  58.  
  59. #Should staff get notified when a player advertises in commands?
  60. Notify_Staff: true
  61.  
  62. #Should a command be executed to the player that advertises?
  63. Execute_Command: false
  64.  
  65. #The command that is executed when a player advertises.
  66. #Set this section to Executed_Command: '' to disable
  67. Executed_Command: kick {player} Please do not advertise in chat
  68.  
  69. #Every time a player advertises in commands, their message will be logged in the Advertisements.txt file.
  70. Log_Advertisers: true
  71.  
  72. Signs:
  73.  
  74. #Block advertising on signs.
  75. Enable: true
  76.  
  77. #Should the anti advertising checker be more sensitive? This may cause false positives.
  78. Increase_Sensitivity: false
  79.  
  80. #Should staff get notified when a player advertises on a sign?
  81. Notify_Staff: true
  82.  
  83. #Should a command be executed to the player that advertises?
  84. Execute_Command: false
  85.  
  86. #The command that is executed when a player advertises.
  87. #Set this section to Executed_Command: '' to disable
  88. Executed_Command: kick {player} Please do not advertise in chat
  89.  
  90. #Every time a player advertises on signs, their message will be logged in the Advertisements.txt file.
  91. Log_Advertisers: true
  92.  
  93. #Websites that wont be blocked if said in chat, commands, or signs.
  94. Whitelist:
  95. - "google.com"
  96.  
  97. #=================================================================================================#
  98. # Prevent players from executing commands, or typing in chat until they move when they join your server.
  99. #=================================================================================================#
  100. Anti_Bot:
  101.  
  102. #Block players from typing in chat until they move.
  103. Block_Chat_Until_Moved: true
  104.  
  105. #Block players from executing commands until they move.
  106. Block_Commands_Until_Moved: true
  107.  
  108. #=================================================================================================#
  109. # Prevent messages written in CAPS.
  110. #=================================================================================================#
  111. Anti_Caps:
  112.  
  113. Enable: true
  114.  
  115. #Should players capitalize words in commands?
  116. Enable_In_Commands: true
  117.  
  118. #The minimum size the message has to be to get blocked.
  119. Min_Message_Length: 5
  120.  
  121. #The percentage the message has to be capitalized to get blocked.
  122. Required_Percentage: 70
  123.  
  124. #=================================================================================================#
  125. # Prevent the chat from being flooded with repetitive messages.
  126. #=================================================================================================#
  127. Anti_Spam:
  128.  
  129. #Anti-spam section for chat.
  130. Chat:
  131.  
  132. #How many seconds does the player have to wait till they send their next message?
  133. #Set to 0 to disable.
  134. Chat_Delay: 1
  135.  
  136. #Prevent players from repeating the same messages.
  137. Block_Repetitive_Messages: true
  138.  
  139. #Anti-spam section for commands.
  140. Command:
  141.  
  142. #How many seconds does the player have to wait till they send their next command?
  143. #Set to 0 to disable.
  144. Command_Delay: 5
  145.  
  146. #Prevent players from repeating the same commands.
  147. Block_Repetitive_Commands: true
  148.  
  149. #=================================================================================================#
  150. # Prevent players from swearing in chat, comamnds, and signs.
  151. #=================================================================================================#
  152. Anti_Swear:
  153.  
  154. Chat:
  155.  
  156. #Block swearing in chat
  157. Enable: true
  158.  
  159. #Should the anti-swear checker be more sensitive? This may cause false positives.
  160. Increase_Sensitivity: false
  161.  
  162. #Should staff get notified when a player swears in chat?
  163. Notify_Staff: true
  164.  
  165. #Should a command be executed when a player swears in chat?
  166. Execute_Command: true
  167.  
  168. #The command that is executed when a player swears in chat.
  169. #Set this section to Executed_Command: '' to disable.
  170. Executed_Command: kick {player} Please do not swear in chat
  171.  
  172. #Every time a player swears in chat their message will be logged in the Swears.txt file.
  173. Log_Swearing: true
  174.  
  175. Commands:
  176.  
  177. #Block swearing in commands.
  178. Enable: true
  179.  
  180. #Should the anti-swear checker be more sensitive? This may cause false positives.
  181. Increase_Sensitivity: false
  182.  
  183. #If a player executes one of these commands with a swear word in it, the command will not be blocked.
  184. Whitelisted_Commands:
  185. - "/report"
  186. - "/login"
  187. - "/register"
  188.  
  189. #Should staff get notified when a player swears in commands?
  190. Notify_Staff: true
  191.  
  192. #Should a command be executed when a player swears in commands?
  193. Execute_Command: true
  194.  
  195. #The command that is executed when a player swears in commands.
  196. #Set this section to Executed_Command: '' to disable.
  197. Executed_Command: kick {player} Please do not swear in commands
  198.  
  199. #Every time a player swears in commands their message will be logged in the Swears.txt file.
  200. Log_Swearing: true
  201.  
  202. Signs:
  203.  
  204. #Block swearing on signs.
  205. Enable: true
  206.  
  207. #Should the anti-swear checker be more sensitive? This may cause false positives.
  208. Increase_Sensitivity: false
  209.  
  210. #Should staff get notified when a player swears on signs?
  211. Notify_Staff: true
  212.  
  213. #Should a command be executed when a player swears on signs?
  214. Execute_Command: true
  215.  
  216. #The command that is executed when a player swears on signs.
  217. #Set this section to Executed_Command: '' to disable
  218. Executed_Command: kick {player} Please do not swear on signs
  219.  
  220. #Every time a player swears on signs their message will be logged in the Swears.txt file.
  221. Log_Swearing: true
  222.  
  223. #=================================================================================================#
  224. # Prevent players from using special chat characters.
  225. #=================================================================================================#
  226. Anti_Unicode:
  227.  
  228. #Block special characters in chat.
  229. Enable: true
  230.  
  231. #Should staff get notified when a player uses special characters in chat?
  232. Notify_Staff: true
  233.  
  234. #Should a command be executed when a player uses special characters in chat?
  235. Execute_Command: false
  236.  
  237. #The command that is executed when a player uses special characters in chat.
  238. #Set this section to Executed_Command: '' to disable
  239. Executed_Command: kick {player} Please do not use special characters in chat.
  240.  
  241. #=================================================================================================#
  242. # Prevent players from using certain commands.
  243. #=================================================================================================#
  244. Banned_Commands:
  245.  
  246. Enable: true
  247.  
  248. #Should staff get notified when a player uses a banned command?
  249. Notify_Staff: true
  250.  
  251. #Should a command be executed to the player that uses a banned command?
  252. Execute_Command: true
  253.  
  254. #The command that is executed when a player executed a banned command.
  255. #Set this section to Executed_Command: '' to disable
  256. Executed_Command: kick {player} You are not allowed to use that command!
  257.  
  258. #=================================================================================================#
  259. # Broadcast Commands
  260. #=================================================================================================#
  261. Broadcast_Commands:
  262.  
  263. Command:
  264.  
  265. #/Bradcast Command
  266. Broadcast:
  267.  
  268. #The default prefix that goes infront of the broadcasted message.
  269. Prefix: "&c[&4Broadcast&c]&r "
  270.  
  271. #The default color the broadcasted message will be.
  272. Default_Color: "&b"
  273.  
  274. #The sound that will be sent to everyone on the server when a broadcasted message is sent.
  275. #Set to '' to disable
  276. Sound: ''
  277.  
  278. #/Announce Command
  279. Announcement:
  280.  
  281. #The sound that will be sent to everyone on the server when an announcement is sent.
  282. #Set to '' to disable
  283. Sound: ''
  284.  
  285. #The message that will be sent to everyone on the server.
  286. Message:
  287. - "&8------------------------------"
  288. - " &7. . .&6&lANNOUNCEMENT&7. . . "
  289. - "&8------------------------------"
  290. - "{message}"
  291. - "&8------------------------------"
  292.  
  293. #/Warning Command
  294. Warning:
  295.  
  296. #The sound that will be sent to everyone on the server when a warning message is sent.
  297. #Set to '' to disable
  298. Sound: ''
  299.  
  300. #The message that will be sent to everyone on the server.
  301. Message:
  302. - "&8------------------------------"
  303. - " &7. . .&4&lWARNING&7. . . "
  304. - "&8------------------------------"
  305. - "{message}"
  306. - "&8------------------------------"
  307.  
  308. #=================================================================================================#
  309. # Per-Group chat formats. REQUIRES VAULT TO WORK!!!!!
  310. # Available Placeholders:
  311. # - {message} - Shows the players message.
  312. # - {player} - Shows the players name.
  313. # - {displayname} - Shows the players displayname.
  314. # - {world} - Shows the world the player is currently in.
  315. # - {vault_prefix} - Shows the players prefix.
  316. # - {vault_suffix} - Shows the players suffix.
  317. # - {vault_rank} - Shows the players rank.
  318. # - {ess_player_balance} - Shows the players balance.
  319. # - {ess_player_nickname} - Shows the players nickname.
  320. # - {factions_faction} - Shows the players faction name.
  321. # - {factions_role_prefix} - Shows the players role (-|+|*|**).
  322. # - {factions_role_name} - Shows the players role name (Member, Officer, Leader).
  323. # - {factions_player_power} - Shows the players current power level.
  324. # - {factions_player_max_power} - Shows the players max power level.
  325. # - {factions_faction_power} - Show the factions current power level.
  326. # - {factions_faction_max_power} - Shows the factions max power level.
  327. # - You can use PlaceholderAPI for more placeholders.
  328. #=================================================================================================#
  329. Chat_Format:
  330.  
  331. Enable: true
  332.  
  333. #This will only be used if the players permission group isn't on the bottom of this section.
  334. Default_Format: "{vault_prefix}&7{player} &b» &7{message}"
  335.  
  336. #Chat Formats are set depending on what permission group the player is in.
  337. #If a player is in the permission group named "Default" they will have the default chat format.
  338. Groups:
  339.  
  340. #=================================================================================================#
  341. # Players can only send messages to other players that are in range.
  342. #=================================================================================================#
  343. Chat_Radius:
  344.  
  345. Enable: false
  346.  
  347. #The maximum distance players will receive the senders messages.
  348. Block_Distance: 250
  349.  
  350. #=================================================================================================#
  351. # Clear Chat
  352. #=================================================================================================#
  353. Clear_Chat:
  354.  
  355. #Should the clear chat message be broadcasted to everyone on the server?
  356. Broadcast: true
  357.  
  358. #Should staff get notified when chat is cleared?
  359. Notify_Staff: false
  360.  
  361. #How many blank lines should be broadcasted in chat?
  362. Broadcasted_Lines: 300
  363.  
  364. #=================================================================================================#
  365. # Correct player's grammar.
  366. #=================================================================================================#
  367. Grammar:
  368.  
  369. Enable: false
  370.  
  371. #The minimum size the players message has to be for grammar to work.
  372. Min_Message_Length: 5
  373.  
  374. #Correct words from "i" to "I", "dont" to "don't", and many more pre-set words!
  375. Autocorrect:
  376. Enable: false
  377.  
  378. #=================================================================================================#
  379. # Logs
  380. #=================================================================================================#
  381. Logs:
  382.  
  383. #Should every message in chat be logged in the Chat.txt file?
  384. Log_Chat: true
  385.  
  386. #Should every command that is executed be logged in the Commands.txt file?
  387. Log_Commands: true
  388.  
  389. #Should every message placed on a sign be logged in the Signs.txt file?
  390. Log_Signs: true
  391.  
  392. #Commands that wont be logged in the Command.txt file.
  393. #Commands in the Blacklist_Commands list must be lowercase.
  394. Blacklist_Commands:
  395. - "/login"
  396. - "/register"
  397.  
  398. #=================================================================================================#
  399. # First Join, Join, and Quit Messages.
  400. #=================================================================================================#
  401. Messages:
  402.  
  403. Enable: false
  404.  
  405. First_Join_Message: "&eWelcome &b{player} &eto the server!"
  406.  
  407. Join_Message: "&b{player} &ejoined the server."
  408.  
  409. Quit_Message: "&b{player} &eleft the server."
  410.  
  411. Actionbar_Messages:
  412.  
  413. Enable: false
  414.  
  415. First_Join_Message: "&eWelcome &b{player} &eto {server_name}!"
  416.  
  417. Join_Message: "&eWelcome back &b{player}!"
  418.  
  419. Title_Messages:
  420.  
  421. Enable: true
  422.  
  423. First_Join_Title:
  424. Header: "&fWelcome!"
  425. Footer: "&fVex&bMC &fFactions"
  426.  
  427. Join_Title:
  428. Header: "&fWelcome back!"
  429. Footer: "&fVex&bMC &fFactions"
  430.  
  431. #=================================================================================================#
  432. # When players join your server, welcome them with a Message of the Day.
  433. #=================================================================================================#
  434. MOTD:
  435.  
  436. Enable: true
  437.  
  438. #How long to wait before displaying after login in seconds?
  439. Delay: 2
  440.  
  441. Message:
  442. - "&7&m------------------------------------"
  443. - "&aWelcome to the server &b{player}&a!"
  444. - ""
  445. - "&aIf you need any help please message any online staff member."
  446. - ""
  447. - "&aYou can change this message in the ChatManager - Config.yml"
  448. - "&7&m------------------------------------"
  449.  
  450. #=================================================================================================#
  451. # Mute Chat.
  452. #=================================================================================================#
  453. Mute_Chat:
  454.  
  455. #Should mute chat messages be broadcasted to everyone on the server?
  456. Broadcast: true
  457.  
  458. #Should staff get notified when chat is muted?
  459. Notify_Staff: false
  460.  
  461. Disable_Commands: true
  462.  
  463. #Commands that cannot be executed when chat is muted
  464. #if the boolean "Disable_Commands" is set to true.
  465. Disabled_Commands:
  466. - "/message"
  467. - "/msg"
  468. - "/m"
  469. - "/tell"
  470. - "/t"
  471. - "/whisper"
  472. - "/w"
  473. - "/me"
  474. - "/reply"
  475. - "/r"
  476.  
  477. #=================================================================================================#
  478. # Players can only talk to other players that are in the same world as them!
  479. #=================================================================================================#
  480. Per_World_Chat:
  481.  
  482. Enable: false
  483.  
  484. #=================================================================================================#
  485. # Private messages allow you to secretly message another player without everyone else seeing.
  486. #=================================================================================================#
  487. Private_Messages:
  488.  
  489. Format_Sender: "&c&l(!) &f&l[&e&lYou &d-> &e{receiver}&f&l] &b"
  490.  
  491. Format_Receiver: "&c&l(!) &f&l[&e{player} &d-> &e&lYou&f&l] &b"
  492.  
  493. #The sound thats played to the receiver
  494. #Do Sound: '' to disable
  495. Sound: ''
  496.  
  497. #=================================================================================================#
  498. # Server Rules.
  499. #=================================================================================================#
  500. Rules:
  501.  
  502. Enable: true
  503.  
  504. #=================================================================================================#
  505. # The server name used in {server_name} variable. Color codes are supported.
  506. #=================================================================================================#
  507. Server_Name: "Server Name"
  508.  
  509. #=================================================================================================#
  510. # Staff can see what players type in certain commands.
  511. #=================================================================================================#
  512. Social_Spy:
  513.  
  514. #These commands will be monitored when social spy is enabled.
  515. Command_List:
  516. - "/message"
  517. - "/msg"
  518. - "/m"
  519. - "/whisper"
  520. - "/w"
  521. - "/tell"
  522. - "/t"
  523. - "/reply"
  524. - "/r"
  525.  
  526. #=================================================================================================#
  527. # Talk silently with staff without everyone else on the server seeing.
  528. #=================================================================================================#
  529. Staff_Chat:
  530.  
  531. Enable: true
  532.  
  533. Format: "&e[&bStaff-Chat&e] &a{player} &7> &b{message}"
  534.  
  535. #=================================================================================================#
  536. # Checks if there is an available update for chat manager.
  537. #=================================================================================================#
  538. Update_Checker: true
  539.  
  540. #=================================================================================================#
  541. # You are done with the config!
  542. #=================================================================================================#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement