Advertisement
Guest User

Untitled

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