Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.76 KB | None | 0 0
  1. # The default format of the channel
  2. chat-format: "&6"
  3.  
  4. # The channel tag prefix shown before channel messages in rooms.
  5. chat-tag: "[Channel &6&l{ROOM}&r] "
  6.  
  7. # Whether to show displaynames formatted or stripped
  8. strip-displayname-format: false
  9.  
  10. # Channel list colors
  11. list-public-color: "&6"
  12. list-private-color: "&7"
  13.  
  14. # Invite Expiration (in Minutes)
  15. # Defaults to 2 minutes if nothing set
  16. invites-expiration: 2
  17.  
  18. # Cooldown Expiration (in Seconds)
  19. # Defaults to 30 seconds if nothing set
  20. cooldown-expiration: 30
  21.  
  22. # Default rooms will be created on server load
  23. default-rooms:
  24. # The channel name
  25.   TheLounge:
  26. # The default channel welcome message
  27.     msg: "Welcome to &fThe Lounge!"
  28. # The owners UUID, this must be supplied
  29.     owner: 7b2135c7-e93a-43d5-92a0-9a5851a5a63c
  30. # The channel chat format
  31.     format: "&6"
  32. # Optional: the password. If this is set, the room will be private
  33. # Passwords are stored in plain text! Do not be clever with your passwords!
  34. # Your passwords should inherently be for made for the public to use
  35. #    password: OptionalPassword
  36.  
  37. # Localization Strings
  38. # Tags in strings shown below are to be replaced with their respective
  39. # value if you so choose to use them.
  40. local:
  41.   added-default-room: "Added room:"
  42.   added-default-room-failed: "There was a problem adding the room:"
  43.   ban-self: "&cYou cannot ban yourself from the channel!"
  44.   banned-from-room-self: "&cYou have been &lbanned&r&c from &r&l{ROOM}."
  45.   banned-from-room-success: "&6Player banned."
  46.   banned-from-room: "&l{PLAYER} &r&chas been banned from the channel."
  47.   buzz-cooldown: "&cYou must wait &r{COUNT} &cseconds before doing that again."
  48.   buzz-self: "&cYou cannot &bbuzz &cyourself."
  49.   buzz-sent: "&6You have &bbuzzed &r{PLAYER}"
  50.   buzz-user: "{PLAYER} &6has &bbuzzed &6you."
  51.   default-welcome-message: "&6&lWelcome to &r&l{ROOM}&r&6 (&7{VISIBILITY}&6)"
  52.   format-change-failed: "&cThe format could not be set!"
  53.   format-changed: "&2The format has been changed!&r Sample: {FORMAT}Hello World&r"
  54.   format-invalid: "&cInvlaid chat format entered! Use only chat formatting codes!"
  55.   invite-deny: "&6You have &cdenied &6your pending invite."
  56.   invite-does-not-exist: "&cThere is no pending invite for you."
  57.   invite-user-pending-minutes: "&cThis user has a pending invite! &fPlease wait {MIN} minutes."
  58.   invite-user-pending-seconds: "&cThis user has a pending invite! &fPlease wait {COUNT} seconds."
  59.   invite-user-self: "&cYou cannot invite yourself!"
  60.   invite-user-sent: "&6Invitation sent to &f{PLAYER}"
  61.   invite-user: "&f{PLAYER}&6 has invited you to &f{ROOM}&6. You have &f{MIN}&6 minutes to &f/wcaccept"
  62.   join-room-self: "&6Joined the channel &r&l{ROOM}."
  63.   join-room: "&l{PLAYER} &r&6has joined the channel."
  64.   kick-self: "&cYou cannot kick yourself from the channel!"
  65.   kicked-from-room-self: "&cYou have been kicked from &r&l{ROOM}."
  66.   kicked-from-room-success: "&6Player kicked."
  67.   kicked-from-room: "&l{PLAYER} &r&chas been kicked from the channel."
  68.   left-room-self: "&6Disconnected from channel &f{ROOM}&6."
  69.   left-room: "&l{PLAYER} &r&6has left the channel."
  70.   no-permission: "&cYou do not have permission to do that!"
  71.   no-rooms: "&7&oThere are currently no chat channels available."
  72.   no-users: "&7&oThere are currently no users in any channels."
  73.   not-enough-args: "&cNot enough arguments supplied!"
  74.   not-in-room: "&cYou are not in a room to execute that command!"
  75.   not-owner: "&cYou are not the owner of &r&l{ROOM}&r&c."
  76.   passwd-change-error: "&cPassword could not be set!"
  77.   passwd-changed: "&2Password changed successfully!"
  78.   passwd-null-or-wrong: "&cThe room &r&l{ROOM}&c is private! &rPlease provide the password!"
  79.   passwd-wrong-current: "&cCurrent password is incorrect!"
  80.   passwd-wrong: "&cThe password for &r&l{ROOM} &cdoesn't match! &rPlease try again!"
  81.   room-created: "&2Channel created successfully!"
  82.   room-does-not-exist: "&cThe room &r&l{ROOM}&r&c doesn't exist!"
  83.   room-exists: "&cSorry, this channel already exists! &rPlease try and use a unique name."
  84.   room-list-prefix: "&2Chat Channels (&r{COUNT}&2):&r "
  85.   room-msg-change-failed: "&cUnable to set the new welcome message!"
  86.   room-msg-changed: "&2Welcome message changed successfully to: &r{MSG}"
  87.   room-null-or-banned: "&cThe room doesn't exist, or you have been banished!"
  88.   room-removed: "&6You have removed the room &r&l{ROOM}"
  89.   unknown-error: "&cThere was an unknown error!"
  90.   user-does-not-exist: "&cThe target player is invalid!"
  91.   user-already-in-room: "{PLAYER} &cis already in the room &r {ROOM}"
  92.   user-in-room: "&cThis player is currently in a room!"
  93.   user-list-prefix: "&2Users in Channels (&r{COUNT}&2):&r "
  94.   user-not-online: "&cThe target player is not online!"
  95.   users-in-room: "There are &6{COUNT}&r players in this room."
  96.   visibility-private: "private"
  97.   visibility-public: "public"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement