lNockl

Messages

Oct 25th, 2016
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.86 KB | None | 0 0
  1. Command:
  2.   Help:
  3.     '1': "&7&m--------------&a&m--->&2 Party Commands &a&m<---&7&m---------------"
  4.     '2': "&6          /party invite <player>"
  5.     '3': "&6          /party join"
  6.     '4': "&6          /party leave"
  7.     '5': "&6          /party players or /party list"
  8.     '6': "&6          /party remove or /party remove <player>"
  9.     '7': "&6          /party removeall"
  10.     '8': "&7&m---------------------------------------------------"
  11. All:
  12.   NoPermission: "&cYou doesn't have permission for this Command"
  13. Invite:
  14.   Sender: "&eYou send an invitations to &6<player>"
  15.   Accept:
  16.     ClickMessage: "&e<sender> &eInvited you to party! Click &a&l[HERE] &eto Accept"
  17.     ToolTip: "&eClick to join the Party"
  18.   PlayerAlreadInParty: "&cThis player is Alread in your party"
  19.   AlreadInParty: "&cyou are already in party &6Type /party leave &cto leave"
  20.   NoInviteYouself: "&cYou can not invite youself to Party"
  21.   NotOnline: "&cThis player doesn't online!"
  22.   Use: "&cUse /party invite <player>"
  23. Join:
  24.   Accept: "&6<player> &eAccepted you Party!"
  25.   Joined: "&eYou Joined the Party!"
  26.   NoInvitation: "&cYou doesn't have any invitation!"
  27. Leave:
  28.   PlayerLeft: "&c<player> left of you'r party"
  29.   LeaveMessage: "&cYou left of party of <owner>"
  30.   NotInParty: "&cYou're not in party"
  31. RemoveAll:
  32.   AlreadEmpty: "&cYou party is alread empty"
  33.   PlayersRemoved: "&cAll player's were removed from you'r party"
  34. GUI:
  35.   PlayerList:
  36.     MenuTitle: "&6Players"
  37.     NoPlayers: "&cYou party have no Players"
  38.     PlayerName: "&7- <player>"
  39.   Remove:
  40.     MenuTitle: "&6Remove Players"
  41.     NoPlayers: "&cYou Party have no Players"
  42.     PlayerName: "&7- &c<player>"
  43.     PlayerLore: "&cClick to remove this player"
  44. Remove:
  45.   RemovedMessage: "&cPlayer <player> removed from you party"
  46.   PlayerNoInParty: "&cThis player is not in you'r party"
  47.   PlayerNotOnline: "&cThis player is not Online"
Advertisement
Add Comment
Please, Sign In to add comment