Advertisement
Guest User

Untitled

a guest
May 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. Messages:
  2. # Channel Type Messages
  3. enableGlobal: "&eYou are now talking in &bglobal chat&e!"
  4. enableStaffchat: "&eYou are now talking in &astaff chat&e!"
  5. enableLocal: "&eYou are now talking in &clocal chat&e!"
  6. globalIsDefault: "&eGlobal chat is already the default chatmode!"
  7. backToLocal: "&cThe feature linked to the channel you were talking in has been disabled or your permissions have been removed! You are now talking in local chat."
  8. notInGlobalServer: "&cGlobal Chat is not enabled on this server..."
  9. # Messenger Messages
  10. messageYourself: "&cYou can not send a private message to yourself..."
  11. enableMessager: "&eYou have &aenabled&e messaging!"
  12. disableMessager: "&eYou have &cdisabled&e messaging"
  13. noReply: "&cYou have nobody to reply."
  14. replyOffline: "&cThe player you were chatting with is no longer online."
  15. hasMessagerDisabled: "&c%name% has messaging disabled!"
  16. # Vanish Messages
  17. enableVanish: "&eYou have &aenabled&e hide mode!"
  18. disableVanish: "&eYou have &cdisabled&e hide mode!"
  19. # Clear Chat Messages
  20. clearedLocal: "&e%name% has cleared the chat locally."
  21. clearedGlobal: "&e%name% has cleared the chat globally."
  22. # Mute Messages
  23. muted: "&cSorry but you can not talk because you are muted until %muted_until%!"
  24. unmuteNotMuted: "&cThis player is not muted!"
  25. muteIsMuted: "This player is already muted!"
  26. unmute: "&eThe player &c%name% &ehas been unmuted!"
  27. mute: "&eThe player &c%name% &ehas been muted!"
  28. tempmute: "&eThe player &c%name% &ehas been muted until %muted_until%"
  29. # Spy Messages
  30. enableSocialSpy: "&eSocialSpy has been &aenabled&e!"
  31. disableSocialSpy: "&eSocialSpy has been &cdisabled&e!"
  32. enableLocalSpy: "&eLocalSpy has been &aenabled&e!"
  33. disableLocalSpy: "&eLocalSpy has been &cdisabled&e!"
  34. # Error Messages
  35. notPlayer: "&cYou need to be a player to use this command!"
  36. playerNotFound: "&cCould not find that player..."
  37. incorrectUsage: "&cIncorrect usage! Use this command like this: %command%"
  38. noPermission: "&cYou do not have the permissions to perform this action!"
  39. # Ignore Messages
  40. hasIgnored: "&c%target_name% is ignoring you..."
  41. addIgnore: "&eYou have ignored %name%!"
  42. removeIgnore: "&eYou have un-ignored %name%!"
  43. alreadyIgnored: "&eYou have are already ignoring this player!"
  44. ignoreYourself: "&cYou can not ignore yourself!"
  45. unignoreYourself: "&cYou can not unignore yourself!"
  46. notIgnored: "&cYou have not ignored this user!"
  47. ignoreList: "&eOnline users you ignore: &b%message%&e."
  48. ignoreNobody: "&eYou are ignoring &anobody&e that is online!"
  49. # Filter Messages
  50. antiAdvertise: "&cPlease do not advertise!"
  51. antiDuplication: "&cPlease do not spam messages!"
  52. # ChatLock Messages
  53. enableChatlock: "&eChatting has been disabled!"
  54. disableChatlock: "&eChatting has been enabled!"
  55. chatIsLocked: "&cYou may not talk now, the chat has been locked!"
  56. # Prefix/Suffix Messages
  57. prefixRemoved: "&ePrefix of %name% has been removed!"
  58. prefixSet: "&ePrefix of %name% has been set to %prefix%."
  59. suffixRemoved: "&eSuffix of %name% has been removed!"
  60. suffixSet: "&eSuffix of %name% has been set to %suffix%."
  61. # Update available Message
  62. updateAvailable: "&aAn update for Bungee Chat is available! Version &6%message%&a. Download it at: &6https://www.spigotmc.org/resources/bungee-chat.12592/&a"
  63.  
  64. Formats:
  65. alert: "&9ALERT > &c&l%name%: &r%message%"
  66. socialSpy: "&9SPY > &e%sender_name% &8-> &e%target_name% &8: &r%message%"
  67. localSpy: "&9SPY > &8%servername% > &e%name% &8: &r%message%"
  68. globalChat: "&9GLOBAL > &e%fullname%: %message%"
  69. messageSender: "&6You &8-> &6%target_name% &8: &r%message%"
  70. messageTarget: "&6%sender_name% &8-> &6You&8: &r%message%"
  71. staffChat: "&9STAFF > &e%name%: &r%message%"
  72. localChat: "%fullname%: %message%"
  73. joinMessage: "&e%name% has joined the network!"
  74. leaveMessage: "&e%name% has left the network!"
  75. helpOp: "&2HELPOP > &e%name%: &r%message%"
  76. serverSwitch: "&e%name% has moved to the &c%servername% &eserver!"
  77. chatLoggingConsole: "%channel% > %servername% > %name%: %message%"
  78. chatLoggingFile: "[%time%]: %channel% > %servername% > %name%(%uuid%): %message%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement