Advertisement
Guest User

Untitled

a guest
May 26th, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.37 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # |   Thank you for downloading Chat Tweaks by Zacky1!   | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6. # +------------------------------------------------------+ #
  7. # |                         NOTES                        | #
  8. # +------------------------------------------------------+ #
  9. #         Edit anything you want AFTER the colon           #
  10. #      Do NOT edit the colons or the words before          #
  11. #                Chat Colors will NOT work.                #
  12. # Don't forget to enable Custom Messages in Configuration  #
  13. # DO NOT CHANGE THE VERSION
  14. Version: v3.0.3
  15. #
  16. # %v% is a variable.
  17. # Example: Link %v% [...]
  18. # Would turn out as: Link www.example.com [...]
  19. ############################################################
  20. Messages:
  21.     Misc:
  22.         ReloadConfSuccess: "You've successfully reloaded the %v% config!"
  23.         PurgeDataSuccess: "You've successfully deleted all hashtags and atsigns!"
  24.         ClearPChat: "You've successfully cleared your personal chat!"
  25.         DisabledFeature: "%v% are disabled!"
  26.         ClearChat: "The chat has been cleared by %v%!"
  27.         InLockdown: "Chat is in lockdown mode! Initiated by: %v%"
  28.         OutLockdown: "Chat lockdown mode has been lifted."
  29.         LockdownEnable: "You've successfully %v% lockdown mode!"
  30.         TooLittleBig: "The text ''%v%'' was either too small or too big to be recognized!"
  31.         DisableSound: "You've %v% your ability to receive sound notifications"
  32.    
  33.     #%p% = Player Name
  34.     #%dp% = Player Display Name # Please note: DisplayNames only work with certain permission plugins
  35.     #%r% = Kick Reason
  36.     #%cr% = Colored kick reason (if supported)
  37.     #%w% = World name
  38.     #%f% = From world
  39.     #ChatColor codes allowed.
  40.     #Please note that these will be prefixed with [+], [-], [*]
  41.     #[+]= Join & World changes || [-] = Disconnected || [*] = Kicked
  42.     Connections:
  43.         Login: "%p% has logged in!"
  44.         Logout: "%p% has logged out!"
  45.         Kick: "%p% has been &4kicked&c for &4%r%"
  46.         FullServer: "The server is full, please try again soon."
  47.         Whitelisted: "This server is whitelisted! Sorry"
  48.         WorldChange: "%p% has joined &a%w%&e from &a%f%&a!"
  49.    
  50.     Error:
  51.         NoPerm: "You don't have permission to do this!"
  52.         CommandInvalid: "The command %v% could not be found!"
  53.         NumberException: "Please use numbers after your dollar sign($)."
  54.         PlayerException: "The player provided could not be found."
  55.         WrongCmd: "This is not the right command..."
  56.         Unknown: "An unknown error occurred.. Please contact your server administrators!"
  57.         FileMissing: "A file is missing! Please contact your server administrators!"
  58.         UnknownCommand: "Unknown command. Type /help for a list of available commands..."
  59.        
  60.     Spam:
  61.         TooManySameAtSign: "You've already entered %v% in your message!"
  62.         MaxAtSignReached: "You have reached the maximum At Sign per Chat!"
  63.         NoPermLinks: "You may not type links in chat!"
  64.         UnAllowedLink: "Link/IP %v% is not allowed in the chat!"
  65.         Severe-UnAllowedLink: "Do not fool the anti-advertiser plugin!"
  66.         CapsLimit: "No caps in chat please!"
  67.         NoSwearing: "Do not swear in chat!"
  68.         RateLimit: "Please wait 1 second between each messages."
  69.     Channel:
  70.         Joined: "You have joined the %v% Channel."
  71.         NotFound: "Channel %v% could not be found."
  72.         Left: "You have left the %v% Channel."
  73.         NoPermJoin: "You do not have permission to join the %v% Channel."
  74.         NoPermAdd: "You do not have permission to add this player to the %v% channel!"
  75.         Kick: "You've been kicked from the channel %v%!"
  76.         PlayerException: "%v% is not in your channel!"
  77.         NotInChannel: "You are not in a channel!"
  78.         AlreadyInChannel: "You are already in the %v% channel!"
  79.         PlayerInChannel: "Player %v% is already in your channel!"
  80.         ChJoin: "%v% has joined the channnel"
  81.         ChJoinAdd: "%v% has been added to the channel!"
  82.         ChLeft: "%v% has left the channel"
  83.         ChKick: "%v% has been kicked from you channel!"
  84.    
  85. #Don"t forget to enable Custom Messages in the Configuration.yml File!
  86. #You"re done :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement