Advertisement
Guest User

Untitled

a guest
May 25th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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: v2.7.1
  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.     Error:
  34.         NoPerm: "You don't have permission to do this!"
  35.         CommandInvalid: "The command %v% could not be found!"
  36.         NumberException: "Please use numbers after your dollar sign($)."
  37.         PlayerException: "The player provided could not be found."
  38.         WrongCmd: "This is not the right command..."
  39.         DisabledFeature: "%v% are disabled!" #You were missing this
  40.         Unknown: "An unknown error occurred.. Please contact your server administrators!"
  41.         FileMissing: "A file is missing! Please contact your server administrators!"
  42.        
  43.     Spam:
  44.         TooManySameAtSign: "You've already entered %v% in your message!"
  45.         MaxAtSignReached: "You have reached the maximum At Sign per Chat!"
  46.         NoPermLinks: "You may not type links in chat!"
  47.         UnAllowedLink: "Link/IP %v% is not allowed in the chat!"
  48.         Severe-UnAllowedLink: "Do not fool the anti-advertiser plugin!"
  49.         CapsLimit: "No caps in chat please!"
  50.         NoSwearing: "Do not swear in chat!"
  51.        
  52.     Channel:
  53.         Joined: "You have joined the %v% Channel."
  54.         NotFound: "Channel %v% could not be found."
  55.         Left: "You have left the %v% Channel."
  56.         NoPermJoin: "You do not have permission to join the %v% Channel."
  57.         NoPermAdd: "You do not have permission to add this player to the %v% channel!"
  58.         Kick: "You've been kicked from the channel %v%!"
  59.         PlayerException: "%v% is not in your channel!"
  60.         NotInChannel: "You are not in a channel!"
  61.         AlreadyInChannel: "You are already in the %v% channel!"
  62.         PlayerInChannel: "Player %v% is already in your channel!"
  63.         ChJoin: "%v% has joined the channnel"
  64.         ChJoinAdd: "%v% has been added to the channel!"
  65.         ChLeft: "%v% has left the channel"
  66.         ChKick: "%v% has been kicked from you channel!"
  67.    
  68. #Don"t forget to enable Custom Messages in the Configuration.yml File!
  69. #You"re done :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement