Advertisement
Guest User

Untitled

a guest
Jan 26th, 2021
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#
  2. # Author: Phizzle #
  3. # #
  4. # All messages and phrases support & and & #
  5. # Below you can customize your chat completely #
  6. # Please rate me on spigotmc.org #
  7. # Configuration version: 4.0 #
  8. # Temporarily: use '§' instead of '&' (ONLY IN LIST) #
  9. # #
  10. # For Russian: Перевод находится в .jar, открой #
  11. # плагин в архиве и найдешь lang/ru.yml #
  12. #~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#
  13.  
  14. JOIN_AND_QUIT_MESSAGES_DISABLE: false
  15. NOTIFY_VISIBLE: '&8[&6#&8] &fNotification of join/quit of the player: '
  16. NOTIFY_VISIBLE_ON: '&8[&6#&8] &fYou have enabled the notification on the join/quit of players'
  17. NOTIFY_VISIBLE_OFF: '&8[&c#&8] &fYou turned off the notification on the join/quit of players'
  18. PLAYER_JOIN: '&e%s joined the game'
  19. PLAYER_QUIT: '&e%s quit the game'
  20. ENABLE_NOTIFY_HOVER:
  21. - '§fClick to §aturn'
  22. - '§fnotifications on join/quit'
  23. DISABLE_NOTIFY_HOVER:
  24. - '§fClick to turn §coff'
  25. - '§fnotifications on join/quit'
  26.  
  27. ENABLE: '[&aEnable&f]'
  28. DISABLE: '[&cDisable&f]'
  29. GLOBAL_CHAT: '[&6Global&f]'
  30. LOCAL_CHAT: '[&6Local&f]'
  31.  
  32. GLOBAL_CHAT_VISIBLE: '&8[&6#&8] &fGlobal chat visibility: '
  33. GLOBAL_CHAT_VISIBLE_ON: '&8[&6#&8] &fYou have enabled global chat'
  34. GLOBAL_CHAT_VISIBLE_OFF: '&8[&c#&8] &fYou have turned off the global chat'
  35. GLOBAL_CHAT_DISABLED: '&8[&c#&8] &cYou have disabled global chat'
  36. ENABLE_GLOBAL_CHAT_HOVER:
  37. - '§fClick to §aturn'
  38. - '§fthe visibility in global chat'
  39. DISABLE_GLOBAL_CHAT_HOVER:
  40. - '§fClick to turn §coff'
  41. - '§fvisibility in global chat'
  42.  
  43. CHANGE_CHAT_PREFIX: '&8[&6#&8] &fChanging the prefix: '
  44. GLOBAL_CHAT_PREFIX_CHANGED: 'Did you change the prefix for global chat "%s&f" to "%s&f"'
  45. LOCAL_CHAT_PREFIX_CHANGED: 'Did you change the prefix for local chat "%s&f" to "%s&f"'
  46. GLOBAL_CHAT_HOVER:
  47. - '§fClick to show the command'
  48. - '§ffor changing the §6global §fprefix'
  49. LOCAL_CHAT_HOVER:
  50. - '§fClick to show the command'
  51. - '§ffor changing the §alocal §fprefix'
  52.  
  53. CHANGE_CHAT_STYLE: '&8[&6#&8] &fChanging the chat style: '
  54. CHAT_STYLE_CHANGED: '&8[&6#&8] &fYou changed the chat style from `%s` to %s'
  55. CHANGE: '[&6Edit&f]'
  56. CHANGE_HOVER:
  57. - '§fClick to show the command'
  58. - '§fto change the §6chat §fstyle'
  59. - ''
  60. - '§7%PLAYER% - it will be replaced by a nickname'
  61. - '§7%MESSAGE% - instead, there will be a message'
  62.  
  63. commands:
  64. chatsettings:
  65. lackPerms: '&cYou do not have permission at /chatsettings'
  66. permission: cs.use
  67. me:
  68. format: '&a*&f%s %s&a*'
  69. radius: 100
  70. hover:
  71. - '§fWhen executing the command, it shows'
  72. - '§fyoru RP action'
  73. - ''
  74. - '§7Click to execute'
  75. - '§7the /me command'
  76. roll:
  77. format: '&6*&f%s rolls the dice: %s&6*'
  78. radius: 100
  79. hover:
  80. - '§fWhen executing the command, it shows'
  81. - '§frandom number from §e0 §to §e100'
  82. - ''
  83. - '§7Click to execute'
  84. - '§7the /roll command'
  85. tell:
  86. formatTo: '&8[&7%s &6-> &7%s&8] &f%s'
  87. formatFrom: '&8[&7%s&8] &f%s' #hover msg
  88. usage: '&8[&6#&8] &fUsage: /msg <player> <message>'
  89. playerOffline: '&cPlayer &6%s &coffline'
  90. msgErrorYou: '&cYou cant send a message to yourself'
  91. #todo ignore
  92. try:
  93. format: '&6*&f%s: %s&6* %s'
  94. radius: 100
  95. successfully: '&f[&aSuc-ful&f]'
  96. unSuccessfully: '&f[&cUnsuc-ful&f]'
  97. hover:
  98. - '§fWhen executing the command, it shows'
  99. - '§faction marked §asuccessful §for §cunsuccessful'
  100. - ''
  101. - '§7Click to execute'
  102. - '§7the /try command'
  103. options:
  104. disable-chat: false
  105. nonPlayer: '&cCommand for players only'
  106. onLoad: '&eRPme successfully loaded!'
  107. local:
  108. format: '&8[&9L&8]'
  109. radius: 100
  110. shout:
  111. format: '&8[&6G&8]'
  112. startsWith: '!'
  113. default-style-format: '&f%PLAYER%&f: %MESSAGE%'
  114. mysql:
  115. domain: '127.0.0.1'
  116. user: 'root'
  117. password: ''
  118. database: 'test'
  119.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement