Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. config:
  2. key: 'Enter your License key here'
  3. maincolor: '&b'
  4. secondcolor: '&f'
  5. prefix: '&7[&f&lCORE&7] &r'
  6. useeffects: true
  7.  
  8. message:
  9. to: '&7(To %player%&7) &f%message%'
  10. from: '&7(From %player%&7) &f%message%'
  11. disabled: '&cThis player has toggled his Private Messages off'
  12. socialspy: '&7[&f&lSOCIAL SPY&7] &8%from% -> %to%: &e%message%'
  13.  
  14.  
  15. chat:
  16. defaultcolor: '&a'
  17. help:
  18. - '&7&m----------------------'
  19. - '&f&lAVIABLE COLORS'
  20. - ' '
  21. - '&eYellow, &cRed, &aGreen, &bAqua, &dPurple, &fWhite'
  22. - '&7&m----------------------'
  23.  
  24. disguisenames:
  25. - 'Maximilian'
  26. - 'Ganger'
  27. - 'First'
  28.  
  29. blockedwords:
  30. blocked: '&cYou are not allowed to write this'
  31. chatblocked:
  32. - 'nibba'
  33.  
  34. mysql:
  35. host: localhost
  36. password: password
  37. port: 3306
  38. database: core
  39. user: root
  40.  
  41. disguise:
  42. already: '&cYou are already Disguised'
  43. usename: '&cThis Disguise name is already in use'
  44. disguise: '&aYou are now Disgusied as &e%name%'
  45. undisguise: '&cYour Disguise name has been removed'
  46. notdisguised: '&cYou are not Disguised'
  47. tabcolor: '&f'
  48. chat: '&f%player%: %message%'
  49.  
  50. help:
  51. - '&7&m-----------------------------'
  52. - '&b&lSERVER HELP'
  53. - ' '
  54. - '&bDiscord: &fdiscord.example.net'
  55. - '&bTeamSpeak: &fts.example.net'
  56. - '&bStore: &fstore.example.net'
  57. - '&7&m-----------------------------'
  58.  
  59. globalchat:
  60. muteon: '&aThe GlobalChat has been enabled'
  61. muteoff: '&cThe GlobalChat has been disabled'
  62. slowed: '&cThe GlobalChat has been slowed'
  63. unslowed: '&cThe GlobalChat is not longer slowed'
  64. activated: '&cYou can`t write when the GlobalChat is disabled'
  65. slowmode: '&cThe Chat is currently in slow mode'
  66. spamprotection: '&cYou can only Talk every 2 seconds'
  67. writetime: 2
  68. slowwritetime: 15
  69.  
  70. settings:
  71. togglemsg: '&eYou Successfully toggled your Private Messages %type%'
  72. togglesounds: '&eYou Successfully toggled your Private Messages Sound %type%'
  73. socialspy: '&eYou Successfully toggled SocialSpy %type%'
  74.  
  75. messages:
  76. ping: '&eYour Ping: &f%ping%'
  77. otherping: '&e%players%´s Ping: &f%ping%'
  78. coins: '&eYou have &e%coins%'
  79. othercoins: '&f%player%´s Coins: &e%coins%'
  80. chatcolor: '&eChanged your Color to %color%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement