Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. # __ __ __ __ __ __
  2. # / | / | / | / | / |/ |
  3. # $$ |____ $$ | $$ | _$$ |_ $$/ $$ | _______
  4. # $$ \ $$ | $$ |/ $$ | / |$$ | / |
  5. # $$$$$$$ |$$ | $$ |$$$$$$/ $$ |$$ |/$$$$$$$/
  6. # $$ | $$ |$$ | $$ | $$ | __ $$ |$$ |$$ \
  7. # $$ |__$$ |$$ \__$$ | $$ |/ |$$ |$$ | $$$$$$ |
  8. # $$ $$/ $$ $$/ $$ $$/ $$ |$$ |/ $$/
  9. # $$$$$$$/ $$$$$$/ $$$$/ $$/ $$/ $$$$$$$/
  10.  
  11.  
  12.  
  13. #DO NOT CHANGE THIS!
  14. CONFIG-VERSION: 'B5'
  15.  
  16. #Format for player reports
  17. REPORT: '&8(&6Report&8) (&6%server%&8) &6%name% &e has reported &6%target% &efor &6%reason%'
  18.  
  19. #Format for player staffchat
  20. STAFFCHAT-FORMAT: '&8(&6Staff-Chat&8) &8(&6%server%&8) &6%name%: &e%message%'
  21.  
  22. #Format for staff join message
  23. STAFF-JOIN: '&8(&6Staff&8) &6%player% &7has joined &6%server%'
  24.  
  25. #In-Cooldown message
  26. COOLDOWN: '&cYou are still in cooldown, please wait %cooldown%s'
  27.  
  28. #Format for player requests
  29. REQUEST-FORMAT: '&8(&6Request&8) &8(&6%player%&8) &e%msg%'
  30.  
  31. #Successful Report Message
  32. SUCCESSFULL-REPORT: '&aThank you for your report, all staff have been notified.'
  33.  
  34. #Successful Request Message
  35. SUCCESSFULL-REQUEST: '&aYour report has been submited, all staff have been notified.'
  36.  
  37. #Global Broadcast Message Format
  38. BROADCAST-FORMAT: '&8[&4Alert&8] &f%msg%'
  39.  
  40. #Toggled StaffChat Message
  41. TOGGLED-STAFFCHAT: '&aStaff chat has been toggled %status%.'
  42.  
  43. MOTD: '&8&l//&r &6&lThe Voltic Network &8&l// &a&l Sub Line &8&l//&r &e &8'
  44.  
  45.  
  46. #Whitelist Settings
  47. WHITELIST:
  48.  
  49. #Whether whitelist is enable or disabled
  50. ENABLED: false
  51.  
  52. #Players Currently whitelisted
  53. PLAYERS: []
  54.  
  55. #Player kick message
  56. KICK-MESSAGE:
  57. - '&c&lDisconnected'
  58. - ''
  59. - '&cThe server is currently whitelisted'
  60.  
  61. #Global Whitelist Activation Message
  62. ACTIVATION-MESSAGE:
  63. - ''
  64. - '&cMaintanance mode has been actived'
  65. - ''
  66.  
  67. #Global Whitelist De-Activation Message
  68. DEACTIVATION-MESSAGE:
  69. - ''
  70. - '&aMaintanance mode has been deactived'
  71. - ''
  72.  
  73. #Message displaced over server player count when whitelisted
  74. PLAYERCOUNT-MESSAGE: '&4Whitelisted'
  75.  
  76. #Motd when whitelist is enabled
  77. MOTD: '&8&l//&r &6&lThe Voltic Network &8&l// &a&l Sub Line &8&l//&r &e &8'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement