alessiodp

Parties messages

Sep 9th, 2020
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 19.27 KB | None | 0 0
  1. #
  2. # Messages configuration file
  3. #
  4. # You can find a list of available tags here: https://alessiodp.com/docs/parties/placeholders/
  5. #
  6.  
  7. # / = = = = = = = = = = = = = = = = \
  8. # |        PARTIES  MESSAGES        |
  9. # \ = = = = = = = = = = = = = = = = /
  10. parties:
  11.  # Special tags:
  12.   # => %version%     = New version found
  13.   # => %thisversion% = Version installed
  14.   update-available: "&9New version of Parties found: %version% (Current: %thisversion%)"
  15.   # Special tag:
  16.   # => %config%      = The configuration file name that is outdated
  17.   configuration-outdated: "&cThe configuration file '%config%' of Parties is outdated!"
  18.   common-messages:
  19.     invalid-command: "&cInvalid command"
  20.     configuration-reloaded: "&aConfiguration reloaded"
  21.     not-in-party: "&cYou are not in a party"
  22.     already-in-party: "&cYou are already in a party!"
  23.     party-not-found: "&cThe party %party% doesn't exist"
  24.     party-full: "&cThe party is full!"
  25.   permissions:
  26.    # Special tag:
  27.     # => %permission%   = Missing permission
  28.     no-permission: "&cYou do not have access to that command"
  29.     no-permission-in-party-general: "&cYour party rank do not have access to that command"
  30.     no-permission-in-party-rank: "&cYou need to be %rank_name% to perform that command"
  31.   out-party: "Out party"
  32.   list:
  33.     player-online-format: "&b%player%"
  34.     player-offline-format: "&7%player%"
  35.     player-separator: "&7, "
  36.     player-empty: "&7Nobody"
  37.     player-unknown: "&6Someone"
  38.     missing-value: "&7Miss"
  39.  
  40.  
  41.  
  42. # / = = = = = = = = = = = = = = = = \
  43. # |     MAIN COMMANDS  MESSAGES     |
  44. # \ = = = = = = = = = = = = = = = = /
  45. main-commands:
  46.   accept:
  47.     broadcast: "&b&l%player% joined the party"
  48.     accepted: "&aYou accepted the party invite"
  49.     accept-receipt: "&a%player% accepted your invite"
  50.     no-invite: "&cYou have not pending invitation"
  51.     no-exists: "&cThe invite doesn't exist anymore"
  52.     multiple-invites: "&cChoose the party that you want accept:"
  53.     multiple-invites-party: '[{"text":"%party%","color":"aqua"},{"text":" - Click here to accept","color":"gray","clickEvent":{"action":"run_command","value":"/party accept %party%"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Accept the invitation","color":"gold"}]}}}]'
  54.     wrong-command: "&cWrong variables: Type &7/party accept [party]"
  55.  
  56.   chat:
  57.     enabled: "&aChat set to party"
  58.     disabled: "&aChat set to public"
  59.     wrong-command: "&cWrong variables: Type &7/party chat [on/off]"
  60.  
  61.   create:
  62.     created: "&bYou have created the party %party%.\n&bType &7/party invite&b to invite your friend."
  63.     created-fixed: "&b&lYou have created the fixed party %party%"
  64.     name-already-exists: "&cThe party name %party% already exists, choose a different name"
  65.     name-too-long: "&cThe party name is too long!"
  66.     name-too-short: "&cThe party name is too short!"
  67.     invalid-name: "&cInvalid characters. Use: a-Z or 0-9."
  68.     censored: "&cThe party name contains censored words!"
  69.     wrong-command: "&cWrong variables: Type &7/party create <name>"
  70.  
  71.   delete:
  72.     deleted: "&aParty %party% deleted"
  73.     deleted-silently: "&aParty %party% deleted silently"
  74.     broadcast: "&6&lYour party has been deleted"
  75.     wrong-command: "&cWrong variables: Type &7/party delete <party> [silent]"
  76.  
  77.   deny:
  78.     denied: "&7You denied the party invite"
  79.     deny-receipt: "&7%player% denied your invite"
  80.     no-invite: "&cYou have not pending invitation"
  81.     no-exists: "&cThe invite doesn't exist anymore"
  82.     multiple-invites: "&cChoose the party that you want deny:"
  83.     multiple-invites-party: '[{"text":"%party%","color":"aqua"},{"text":" - Click here to deny","color":"gray","clickEvent":{"action":"run_command","value":"/party deny %party%"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Deny the invitation","color":"gold"}]}}}]'
  84.     wrong-command: "&cWrong variables: Type &7/party deny [party]"
  85.  
  86.   ignore:
  87.     start-ignore: "&7Ignoring %party% invites"
  88.     stop-ignore: "&7You stopped ignoring %party%"
  89.     ignore-list:
  90.       header: "&b&lList ignored parties:"
  91.       party-prefix: "&c"
  92.       separator: "&7, "
  93.       empty: "&7None"
  94.     wrong-command: "&cWrong variables: Type &7/party ignore [party]"
  95.  
  96.   info:
  97.    # Special tags:
  98.     # => %list_RANK%           = The list of players of that rank
  99.     #                            Example: %list_member%, %list_moderator% (%list_leader% it's unique)
  100.     # => %list_RANK_number%    = The number of players of that rank
  101.     # => %list_RANK_online%    = Online players of that rank
  102.     # => %online%              = List online players
  103.     # => %online_number%        = Number of online players
  104.     content:
  105.    - "&b============ &l%party%'s Info &r&b============"
  106.     - "&b&lDescription&r&7: %desc%"
  107.     - "&b&lMotd&r&7: %motd%"
  108.     - "&bLeader&7: %list_leader%"
  109.     - "&bMods&7: %list_moderator%"
  110.     - "&bMembers&7: %list_member%"
  111.     - "&bOnline players&7: %online_number%"
  112.  
  113.   invite:
  114.     sent: "&bYou invited %player% in your party"
  115.     player-invited: "&b%player% has invited you to the party %party%.\n&bYou can use &7/party <accept/deny> &bto choose."
  116.     timeout:
  117.       noresponse: "&7%player% didn't accept the party invite"
  118.       timeout: "&7You didn't accept the party invite to %party%"
  119.     revoke:
  120.       sent-revoked: "&7Revoked invite sent to %player%"
  121.       player-invite-revoked: "&7Invite received from %party% has been revoked"
  122.     cooldown:
  123.       global: "&cYou need to wait %seconds% before invite another player"
  124.       individual: "&cYou need to wait %seconds% before invite again the same player"
  125.     player-offline: "&cYou can invite only online players"
  126.     player-no-permission: "&c%player% doesn't have the permission to join"
  127.     player-in-party: "&c%player% is already in a party"
  128.     already-invited: "&c%player% was already invited"
  129.     wrong-command: "&cWrong variables: Type &7/party invite <name>"
  130.  
  131.   kick:
  132.     sent: "&aYou kicked %player% from your party!"
  133.     player-kicked: "&bYou have been kicked from %party%"
  134.     broadcast: "&b&l%player% has been kicked from the party"
  135.     broadcast-disband: "&b&lThe party has been disbanded because the leader got kicked"
  136.     player-higher-rank: "&cYou cannot kick your superior!"
  137.     player-not-in-party: "&c%player% is not in your party"
  138.     player-not-in-other-party: "&c%player% is not in a party"
  139.     players-conflict:
  140.      # Special tags:
  141.       # => %username%                       = The name of the player
  142.       # => %rank%                           = The rank
  143.       # => %list_players%                   = List of each player
  144.       # => %number%                         = The number of the player
  145.       # => %lastloginapi_last_logout_date%  = The last logout date (See LastLoginAPI plugin)
  146.       content:
  147.      - "&cWe have found some players with that name:"
  148.       - "%list_players%"
  149.       - "&cUse '&7/party kick <username> <number>&c' to kick the right player"
  150.       player: '{"text":"","extra":[{"text":"[%number%] ","color":"gray"},{"text":"%username%","color":"gold"},{"text":" [","color":"gray"},{"text":"%party%","color":"aqua"},{"text":"]: last login %lastloginapi_last_logout_date%","color":"gray"}],"clickEvent":{"action":"run_command","value":"/party kick %username% %number%"},"hoverEvent":{"action":"show_text","value":{"text":"Kick this player","color":"gold"}}}'
  151.     wrong-command: "&cWrong variables: Type &7/party kick <name>"
  152.  
  153.   leave:
  154.     left: "&b&lYou left the party %party%"
  155.     broadcast: "&b&l%player% left the party"
  156.     party-disbanded: "&6&lThe party has been disbanded because the leader left"
  157.  
  158.   p:
  159.    # Special tag:
  160.     # => %seconds%   = Remaining time in seconds
  161.     cooldown: "&cYou still have to wait %seconds% seconds"
  162.     censored: "&cThe message contains censored words!"
  163.     wrong-command: "&cWrong variables: Type &7/p <message>"
  164.  
  165.   rank:
  166.    # Special tag:
  167.     # => %rank_name%   = Rank wrote by the player
  168.     changed: "&a%player% rank changed into %rank_name%"
  169.     broadcast: ""
  170.     wrong-rank: "&cRank '%rank_name%' doesn't exist!"
  171.     same-rank: "&c%player% is already %rank_name%!"
  172.     low-rank: "&cYou cannot edit players with an equivalent or higher rank than yours!"
  173.     to-higher-rank: "&cYou cannot promote to a rank equivalent or higher than yours!"
  174.     fixed-leader: "&cYou cannot make someone a leader of a fixed party!"
  175.     changing-yourself: "&cYou cannot change yourself rank!"
  176.     player-not-in-party: "&c%player% is not in your party"
  177.     player-not-in-other-party: "&c%player% doesn't have a party"
  178.     players-conflict:
  179.      # Special tags:
  180.       # => %username%                       = The name of the player
  181.       # => %rank%                           = The rank
  182.       # => %list_players%                   = List of each player
  183.       # => %number%                         = The number of the player
  184.       # => %lastloginapi_last_logout_date%  = The last logout date (See LastLoginAPI plugin)
  185.       content:
  186.        - "&cWe have found some players with that name:"
  187.         - "%list_players%"
  188.         - "&cUse '&7/party rank <username> <rank> <number>&c' to change rank of the right player"
  189.       player: '{"text":"","extra":[{"text":"[%number%] ","color":"gray"},{"text":"%username%","color":"gold"},{"text":" [","color":"gray"},{"text":"%party%","color":"aqua"},{"text":"]: last login %lastloginapi_last_logout_date%","color":"gray"}],"clickEvent":{"action":"run_command","value":"/party rank %username% %rank% %number%"},"hoverEvent":{"action":"show_text","value":{"text":"Change rank of this player","color":"gold"}}}'
  190.     wrong-command: "&cWrong variables: Type &7/party rank <player> <rank>"
  191.  
  192.   rename:
  193.    # Special tag:
  194.     # => %old%   = Old party name
  195.     renamed: "&aThe party %old% has been renamed into %party%"
  196.     broadcast: "&6Your party has been renamed into %party%!"
  197.     wrong-command: "&cWrong variables: Type &7/party rename <newname>"
  198.     wrong-command-admin: "&cWrong variables: Type &7/party rename <party> <newname>"
  199.  
  200.   spy:
  201.     enabled: "&7Now you are a spy!"
  202.     disabled: "&7You are no longer a spy"
  203.     wrong-command: "&cWrong variables: Type &7/party spy [on/off]"
  204.  
  205.   version:
  206.    # Special tags:
  207.     # => %version%    = Parties version
  208.     # => %newversion% = Latest Parties version
  209.     # => %platform%   = Platform of the plugin (e.g. Bukkit, BungeeCord)
  210.     updated: "&b&lParties &b%version% &7(%platform%) - Developed by &6AlessioDP"
  211.     outdated: "&b&lParties &b%version% &7(%platform%) - Developed by &6AlessioDP\n&aNew version found: &2%newversion%"
  212.  
  213.  
  214. # / = = = = = = = = = = = = = = = = \
  215. # |  ADDITIONAL COMMANDS  MESSAGES  |
  216. # \ = = = = = = = = = = = = = = = = /
  217. additional-commands:
  218.   claim:
  219.     claimed: "&aGranted permission to the party"
  220.     removed: "&aRemoved permission to the party"
  221.     no-manager: "&cYou need to be the manager of the claim"
  222.     claim-no-exists: "&cClaim not found"
  223.     wrong-command: "&cWrong variables: Type &7/party claim <permission>\n&cPermissions: trust, container & access"
  224.  
  225.   color:
  226.     info: "&bYour party color is: %color_code%%color_command%"
  227.     empty: "&bYour party doesn't have a color"
  228.     changed: "&bParty color changed into %color_command%"
  229.     removed: "&bParty color removed"
  230.     broadcast: ""
  231.     wrong-color: "&cColor not found. You can select: red, green or special!"
  232.     wrong-command: "&cWrong variables: Type &7/party color <color>"
  233.  
  234.   desc:
  235.     changed: "&bParty description changed"
  236.     removed: "&bParty description removed"
  237.     broadcast: ""
  238.     invalid-chars: "&cInvalid characters. Use: a-Z or 0-9. Min 3 and max 16 chars."
  239.     censored: "&cThe description contains censored words!"
  240.     wrong-command: "&cWrong variables: Type &7/party desc <description/remove>"
  241.  
  242.   exp:
  243.    # Special tags:
  244.     # => %exp%        = Experience gained
  245.     # => %total_exp%  = Total experience dropped by the mob
  246.     party:
  247.       gained: "&bGained %exp% party experience for killing the mob"
  248.     normal:
  249.       gained-killer: "&bGained %exp% experience for killing the mob"
  250.       gained-others: "&b%player% has killed a mob, you gained %exp% experience"
  251.     skillapi:
  252.       gained-killer: "&bGained %exp% experience for killing the mob"
  253.       gained-others: "&b%player% has killed a mob, you gained %exp% experience"
  254.  
  255.   follow:
  256.     toggle-on: "&aNow your party members will follow your leader"
  257.     toggle-off: "&aYour party members will not follow your leader anymore"
  258.     wrong-command: "&cWrong variables: Type &7/party follow [on/off]"
  259.  
  260.   home:
  261.     teleported: "&7Teleported to the party home"
  262.     # Special tag: %time% = Time of cooldown
  263.     teleport-in: "&7You will be teleported in %time% seconds..."
  264.     teleport-denied: "&7Teleport denied"
  265.     teleport-waiting: "&cYou are already waiting for the teleport!"
  266.     no-home: "&cThere isn't a home yet"
  267.     no-exists: "&cThe party %party% doesn't exist"
  268.     wrong-command: "&cWrong variables: Type &7/party home"
  269.     wrong-command-admin: "&cWrong variables: Type &7/party home [party]"
  270.  
  271.   join:
  272.     joined: "&aYou joined the party %party%"
  273.     player-joined: "&b&l%player% joined in the party"
  274.     wrong-password: "&cWrong password!"
  275.     wrong-command: "&cWrong variables: Type &7/party join <party> [password]"
  276.  
  277.   list:
  278.    # Special tags:
  279.     # => %number%    = Number of online parties
  280.     # => %page%      = Current page of the list
  281.     # => %maxpages%  = Total pages
  282.     header: "&b============ &lOnline Parties List &r&b============"
  283.     footer: "&b================ &lPage %page% of %maxpages% &r&b================"
  284.     no-one: "&7No one"
  285.     format-party: '&a%party% &7[&6Online %online_number%&7]'
  286.     wrong-command: "&cWrong variables: Type &7/party list [page]"
  287.  
  288.   motd:
  289.     changed: "&bParty MOTD changed"
  290.     removed: "&bParty MOTD removed"
  291.     broadcast: ""
  292.     content:
  293.    - "&bParty MOTD:"
  294.     - "&b%motd%"
  295.     invalid-chars: "&cInvalid characters. You can also use '. , /'. Min 3 and max 100 chars."
  296.     censored: "&cThe MOTD contains censored words!"
  297.     wrong-command: "&cWrong variables: Type &7/party motd <motd/remove>"
  298.  
  299.   mute:
  300.     toggle-on: "&7You have disabled notifications!"
  301.     toggle-off: "&7You have enabled notifications!"
  302.     wrong-command: "&cWrong variables: Type &7/party mute [on/off]"
  303.  
  304.   password:
  305.     changed: "&aParty password changed"
  306.     removed: "&aParty password removed"
  307.     broadcast: ""
  308.     invalid-chars: "&cInvalid characters. Use: a-Z or 0-9. Min 1 and max 16 chars."
  309.     wrong-command: "&cWrong variables: Type &7/party password <password/remove>"
  310.  
  311.   protection:
  312.     toggle-on: "&aNow your party is protected by friendly fire"
  313.     toggle-off: "&aYour party is not protected anymore by friendly fire"
  314.     protected: "&cYou can't hit your partymates"
  315.     warn-on-attack: "&c%player% tried to hit %victim%!"
  316.     wrong-command: "&cWrong variables: Type &7/party protection [on/off]"
  317.  
  318.   sethome:
  319.     changed: ""
  320.     removed: "&bParty home removed"
  321.     broadcast: "&aThe party has a new home!"
  322.     wrong-command: "&cWrong variables: Type &7/party sethome [remove]"
  323.  
  324.   teleport:
  325.     teleporting: "&7Teleporting your party here!"
  326.     player-teleported: "&bTeleported to %player%"
  327.     # Special tag: %seconds% = Remaining time in seconds
  328.     cooldown: "&cYou have to wait %seconds% seconds!"
  329.  
  330.   vault:
  331.    # Special tag: %price% = Price of the command
  332.     no-money:
  333.       claim: "&cYou don't have enough money to perform a claim [%price%$]"
  334.       color: "&cYou don't have enough money to perform the color command [%price%$]"
  335.       create: "&cYou don't have enough money to create a party [%price%$]"
  336.       desc: "&cYou don't have enough money to set the description [%price%$]"
  337.       home: "&cYou don't have enough money to use the home command [%price%$]"
  338.       join: "&cYou don't have enough money to join a party [%price%$]"
  339.       motd: "&cYou don't have enough money to set the MOTD [%price%$]"
  340.       sethome: "&cYou don't have enough money to set the home [%price%$]"
  341.       teleport: "&cYou don't have enough money to perform a teleport [%price%$]"
  342.     confirm:
  343.         warn-onbuy: "&aCommand %cmd% costs %price%$.\n&aType &7/party confirm&a to use it"
  344.         confirmed: "&aPerforming the command."
  345.         no-cmd: "&cThere is no command to confirm"
  346.  
  347.  
  348. # / = = = = = = = = = = = = = = = = \
  349. # |         OTHER  MESSAGES         |
  350. # \ = = = = = = = = = = = = = = = = /
  351. other:
  352.   follow:
  353.    # Special tags: %world% = New world
  354.     following-world: "&7Following %player% in %world%"
  355.  
  356.   fixed-parties:
  357.    # Joined into a default party
  358.     default-join: "&bYou entered into %party%"
  359.  
  360.   join-leave:
  361.     server-join: "&b%player% is online!"
  362.     server-leave: "&7%player% is offline!"
  363.  
  364.  
  365. # / = = = = = = = = = = = = = = = = \
  366. # |          HELP MESSAGES          |
  367. # \ = = = = = = = = = = = = = = = = /
  368. help:
  369.   header: "&b================= &lParty Help %page%/%maxpages% &r&b================="
  370.   footer: ""
  371.   console-help:
  372.  - "You can only make these commands:"
  373.   - " > party create <name> fixed - Create a new party"
  374.   - " > party delete <party> - Delete a party"
  375.   - " > party info <party> - Show party information"
  376.   - " > party list - List of online parties"
  377.   - " > party kick <player> - Kick a player from the party"
  378.   - " > party rank <player> <rank> - Change rank of the player"
  379.   - " > party reload - Reload Parties configuration files"
  380.   - " > party rename <party> <name> - Rename the party"
  381.   - " > party version - Show Parties information"
  382.   main-commands:
  383.     help: '&b/party help [page]&7 - Show help pages'
  384.     accept: '&b/party accept&7 - Accept a party invitation'
  385.     chat: '&b/party chat [on/off]&7 - Toggle party chat'
  386.     create: '&b/party create <name&7 - Create a new party'
  387.     delete: '&b/party delete <party>&7 - Delete the party'
  388.     deny: '&b/party deny&7 - Deny a party invitation'
  389.     ignore: '&b/party ignore [party]&7 - Add/remove/show ignored parties'
  390.     info: '&b/party info [party]&7 - Show party information'
  391.     invite: '&b/party invite <player>&7 - Invite a player to your party'
  392.     kick: '&b/party kick <player>&7 - Kick a player from your party'
  393.     leave: '&b/party leave&7 - Leave your party'
  394.     p: '&b/p <message>&7 - Send a message to the party'
  395.     rank: '&b/party rank <player> <rank>&7 - Change rank of the player'
  396.     reload: '&b/party reload&7 - Reload Parties configuration files'
  397.     rename: '&b/party rename [party] <newname>&7 - Rename the party'
  398.     spy: '&b/party spy [on/off]&7 - Spy messages of other parties'
  399.     version: '&b/party version&7 - Show Parties information'
  400.   additional-commands:
  401.     claim: '&b/party claim <permission>&7 - Grant permissions to the claim'
  402.     color: '&b/party color <color>&7 - Change party color'
  403.     desc: '&b/party desc <description/remove>&7 - Set/remove party description'
  404.     follow: '&b/party follow [on/off]&7 - Toggle follow leader'
  405.     home: '&b/party home [party]&7 - Teleport to the party home'
  406.     join: '&b/party join <party> [password]&7 - Join into the party'
  407.     list: '&b/party list [page]&7 - List of online parties'
  408.     motd: '&b/party motd <motd/remove>&7 - Set/remove party motd'
  409.     mute: '&b/party mute [on/off]&7 - Toggle notifications'
  410.     password: '&b/party password <pw/remove>&7 - Change party password'
  411.     protection: '&b/party protection [on/off]&7 - Toggle friendly fire protection'
  412.     sethome: '&b/party sethome [remove]&7 - Set/remove party home'
  413.     teleport: '&b/party teleport &7- Teleport your party to you'
  414.  
  415. dont-edit-this:
  416.   version: 10
Add Comment
Please, Sign In to add comment