Advertisement
Guest User

Untitled

a guest
May 6th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 13.75 KB | None | 0 0
  1. chat:
  2.  prefix: "&6[&5NovaGuilds&6] &3"
  3.  nopermissions: "&cYou don't have enought permissions to do this."
  4.  unknowncmd: "&cUnknown command."
  5.  invalidparam: "&cInvalid command param"
  6.  cmdfromconsole: "You cannot perform this command from the Console"
  7.  enterinteger: "Please enter an integer."
  8.  
  9.  admin:
  10.   guild:
  11.    timerest:
  12.     set: "Guild's resting time set."
  13.    list:
  14.     header: "List of all guilds:"
  15.     page:
  16.      hasnext: "&7-- &cPage &7{PAGE} &cof &7{PAGES} -- &c/nga g list {NEXT} &7--"
  17.      nonext: "&7-- &cPage &7{PAGE} &cof &7{PAGES} --"
  18.     item: " &2- &a{GUILDNAME} &7[&a{TAG}&7] &3Leader: &c{PLAYERNAME}"
  19.    bank:
  20.     paid: "You paid &c${MONEY} &3to &a{GUILDNAME}&3's bank."
  21.     withdrew: "You took &c${MONEY} &3from &a{GUILDNAME}&3's bank."
  22.    abandon: "&a{GUILDNAME} &3abandoned."
  23.    kick:
  24.     leader: "You can't kick the leader. You have to abandon the guild."
  25.    invited: "Invited player &c{PLAYERNAME} &3to &a{GUILDNAME}"
  26.    teleported: "Teleported to home of &a{GUILDNAME}"
  27.    teleportedother: "Teleported &c{PLAYERNAME} &3to home of &a{GUILDNAME}"
  28.    settag: "Tag changed to &a{TAG}"
  29.    setname:
  30.     enternewname: "Enter new name"
  31.     success: "Guild's name changed."
  32.    setleader:
  33.     notinguild: "This player is not in guild &a{GUILDNAME}"
  34.     alreadyleader: "Player &c{PLAYERNAME} is already the leader!"
  35.     success: "New leader set!"
  36.   region:
  37.    rgbypass:
  38.     toggled: "Region bypass toggled. Currently: &c{BYPASS}"
  39.     toggledother: "Region bypass toggled for player &c{PLAYER}&3. Currently: &c{BYPASS}"
  40.     notifyother: "Your region bypass has been toggled. Currently: &c{BYPASS}"
  41.    delete:
  42.     success: "Successfully deleted guild's region."
  43.    teleport:
  44.     success: "Teleported you to &a{GUILDNAME}&3's region."
  45.     successother: "Teleported player &c{PLAYERNAME} &3to &a{GUILDNAME}&3's region"
  46.     notifyother: "You have been teleported to &a{GUILDNAME}&3's region"
  47.   save:
  48.    players: "Players saved."
  49.    guilds: "Guilds saved."
  50.    regions: "Regions saved."
  51.    all: "All data saved. (Players, Regions, Guilds)"
  52.    autosave: "AutoSave completed."
  53.  
  54.  reload:
  55.   reloading: "Reloading NovaGuilds..."
  56.   config: "Config reloaded!"
  57.   messages: "Messages reloaded!"
  58.   mysql: "MySQL reloaded!"
  59.   players: "Players loaded!"
  60.   guilds: "Guilds loaded!"
  61.   regions: "Regions loaded!"
  62.   newmsgfile: "New messages file created!"
  63.   reloaded: "NovaGuilds reloaded!"
  64.  
  65.  usage:
  66.   nga:
  67.    guild:
  68.     abandon: "&5* &7/nga &cg &6abandon &c<guild> &2- &3abandon the guild"
  69.     lives: "&5* &7/nga &cg &6lives &c<lives> &2- &3set lives"
  70.     bank:
  71.      pay: "&7/nga &cg &6pay &c<guild/tag> &6<money>"
  72.      withdraw: "&7/nga &cg &6withdraw &c<guild/tag> &6<money>"
  73.     tp: "&7/nga &cg &6tp &c<guild> &6[player]"
  74.   ng:
  75.    broadcast: "&c/ng bc <message>"
  76.   guild:
  77.    create: "&5* &7/create &c<tag> &6<name> &2- &3Create a guild"
  78.    invite: "&5* &7/invite &c<playername> &2- &3Invite player to the guild"
  79.  commands:
  80.   admin:
  81.    main:
  82.     header: "Admin commands:"
  83.     items:
  84.     - "&5* &7/nga &crg &2- &3Region commands"
  85.      - "&5* &7/nga &cg &2- &3Guild commands"
  86.      - "&5* &7/nga &creload &2- &3Reload &6[&5NovaGuilds&6]"
  87.      - "&5* &7/nga &csave &6[players/guilds/regions] &2- &3Save data"
  88.    region:
  89.     header: "Admin region commands:"
  90.     items:
  91.     - "&5* &7/nga &crg &6list &2- &3Region list"
  92.      - "&5* &7/nga &crg &6del &c<guildname> &2- &3Delete region"
  93.      - "&5* &7/nga &crg &6tp &c<guildname> &2- &3Delete region"
  94.    guild:
  95.     header: "Guild commands for admins"
  96.     items:
  97.     - "&5* &7/nga &cg &6tp &c<guild> &6[player] &2- &3TP to guild's home"
  98.      - "&5* &7/nga &cg &6abandon &c<guild> &2- &3abandon the guild"
  99.      - "&5* &7/nga &cg &6setname &c<guild> &c<name> &2- &3Rename the guild"
  100.      - "&5* &7/nga &cg &6settag &c<guild> &c<tag> &2- &3Set the tag"
  101.      - "&5* &7/nga &cg &6kick &c<player> &2- &3Kick player from guild"
  102.      - "&5* &7/nga &cg &6invite &c<guild> &c<player> &2- &3Invite somebody to a guild"
  103.      - "&5* &7/nga &cg &6promote &c<player> &2- &3Promote player to leader rank"
  104.      - "&5* &7/nga &cg &6list &2- &3List all guilds"
  105.      - "&5* &7/nga &cg &6pay &c<guild/tag> &2- &3Pay money to guild's bank"
  106.      - "&5* &7/nga &cg &6withdraw &c<guild/tag> &2- &3Take money from guild's bank"
  107.      - "&5* &7/nga &cg &6timerest &c<guild/tag> &6<time> &2- &3Set rest time. (1y 1d 1m 1h 1s)"
  108.      - "&5* &7/nga &cg &6lives &c<lives> &2- &3set lives"
  109.   guild:
  110.    hasguild:
  111.    - "&5* &7/g &cpay &6<amount> &2- &3Pay money into guild's bank"
  112.     - "&5* &7/g &cwithdraw &6<amount> &2- &3Withdraw money from guild's bank"
  113.     - "&5* &7/g &cleader &6<playername> &2- &3Set guild's leader"
  114.     - "&5* &7/g &ckick &6<playername> &2- &3Kick a player from the guild"
  115.     - "&5* &7/g &chome &2- &3TP to guild's home"
  116.     - "&5* &7/g &chome set &2- &3Set guild's home"
  117.     - "&5* &7/g &cinfo &2- &3Guild's info. &9/gi"
  118.     - "&5* &7/g &cleave &2- &3Leave the guild"
  119.     - "&5* &7/g &cally &6<guildname> &2- &3Invite to an ally"
  120.     - "&5* &7/g &cwar &6[guildname] &2- &3War!"
  121.     - "&5* &7/g &cabandon &6<guildname> &2- &3abandon your guild"
  122.     - "&5* &7/g &cinvite &6<playername> &2- &3invite player to your guild"
  123.     - "&5* &7/g &ccompass &2- &3Let the compass point your guild's home!"
  124.     - "&5* &7/g &cbuyregion &2- &3Buy selected area"
  125.     - "&5* &7/ng &ctool &2- &3Check or select area with the tool!"
  126.    noguild:
  127.    - "&5* &7/g &ccreate &6<tag> <name> &2- &3Create a guild"
  128.     - "&5* &7/g &cjoin &6[guildname] &2- &3Join a guild"
  129.     - "&5* &7/gi &c[guild/tag/player] &2- &3Join a guild"
  130.  
  131.  teampvp: "You cannot hurt your teammates"
  132.  allypvp: "You cannot hurt your allies."
  133.  noguild: "No guild"
  134.  
  135.  raid:
  136.   resting: "You have to wait &c{TIMEREST} &3before attacking this guild."
  137.  
  138.  guild:
  139.   compasstarget: "The compass is now pointing your guild's home."
  140.  
  141.   ally:
  142.    war: "First you need to end the war with that guild."
  143.    samename: "You cannot be allies with your own guild!"
  144.    alreadyally: "You already are allies!"
  145.    alreadyinvited: "You already invited that guild to an ally"
  146.    invited: "You invited &a{ALLYNAME} &3to an ally."
  147.    accepted: "You accepted ally invitation with &a{ALLYNAME}"
  148.    newinvite: "Guild &a{GUILDNAME} &3invited you to an ally."
  149.    notifyguild: "Guild &a{GUILDNAME} &3invited you to an ally."
  150.    notifyguildcanceled: "Guild &a{GUILDNAME} &3canceled their ally invitation"
  151.    canceled: "&3Canceled ally invitation with guild &a{GUILDNAME}"
  152.    
  153.   couldnotfind: "Couldn't find the guild."
  154.   hasnoregion: "This guild has no region"
  155.   entername: "Enter guild's name"
  156.   entertag: "Please give new tag"
  157.   namenotexist: "Could not find a guild with this name"
  158.   notinguild: "You don't have a guild"
  159.   abandoned: "guild abandoned successfully"
  160.   notleader: "You are not the leader"
  161.   notenoughtmoney: "There is not enought money in guild's bank."
  162.   setspawnpoint: "Guild's home set!"
  163.   tp: "Teleported to guild's home"
  164.   hasregionalready: "Your guild already has a region. Resize or delete current one."
  165.   guildatlocsp: "You cannot set the spawnpoint at someone's guild location!"
  166.   joined: "You have joined the guild!"
  167.   explosionatregion: "There was an explosion at your guild's region!"
  168.   kickyourself: "You cannot kick yourself from the guild!"
  169.  
  170.   war:
  171.    ally: "First you need to end your ally with that guild."
  172.    yourguildwar: "You cannot start a war with yourself!"
  173.    nowarinv: "You asked guild &a{GUILDNAME} &3to stop the war"
  174.    nowarinvnotify: "&a{GUILDNAME} &3asked you to stop the war"
  175.    list:
  176.     nowars: "No wars."
  177.     warsheader: "List of wars:"
  178.     nowarinvheader: "List of invitations to stop the war:"
  179.     item: "&c{GUILDNAME}"
  180.     separator: "&f, "
  181.  
  182.   leader:
  183.    success: "&a{PLAYERNAME} &3is now the leader!"
  184.    samenick: "You already are the leader!"
  185.    notsameguild: "This player is not in your guild."
  186.    notifynewleader: "You are now the leader of &a{GUILDNAME}"
  187.   leave:
  188.    isleader: "The leader cannot leave the guild. &c/abandon"
  189.    left: "You left the guild."
  190.   bank:
  191.    enteramount: "Please give the amount. &c/g pay &c&l<amount>"
  192.    pay:
  193.     paid: "You've paid &2$&c{AMOUNT} &3to guild's bank."
  194.     notenought: "You don't have enought money."
  195.    withdraw:
  196.     notleader: "Only leaders can withdraw money."
  197.     success: "You took &2$&c{AMOUNT} &3from guild's bank."
  198.     notenought: "There is not enought money in the bank."
  199.  
  200.  player:
  201.   entername: "Enter player's name"
  202.   notexists: "This player does not exist."
  203.   notonline: "This player is not online"
  204.   hasguild: "That player already has a guild."
  205.   hasnoguild: "That player doesn't have a guild"
  206.   alreadyinvited: "This player is already invited to that guild."
  207.   invited: "Player has been invited to the guild."
  208.   invitedtonothing: "You aren't invited to any guild."
  209.   notinvitedtoguild: "You aren't invited to this guild!"
  210.   uvebeeninvited: "You have been invited to guild &a{GUILDNAME}"
  211.   ureinvitedto: "List of guilds you've been invited to:"
  212.   notinyourguild: "That player is not in your guild!"
  213.  
  214.  region:
  215.   cannotinteract: "You cannot interact here"
  216.   cannotridemob: "You cannot ride this mob, its protected!"
  217.   cannotattackmob: "You cannot attack this mob"
  218.   noregionhere: "There's not guild here."
  219.   regionhere: "There's other guild's region!"
  220.   toosmall: "Selected area is too small. &6(&3min: &c{MINSIZE}x{MINSIZE}&6)"
  221.   toobig: "Selected area is too big. &6(&3max: &c{MAXSIZE}x{MAXSIZE}&6)"
  222.   size: "Selected area's size: &c{SIZE} &3blocks"
  223.   price: "Buying this area will cost you: &c${PRICE}"
  224.   confirm: "&cSneak &3and &cRight click &3to &fconfirm"
  225.   cnotafford: "You can't afford this claim. You need &c${NEEDMORE} &3more"
  226.   overlaps: "This area overlaps other guild's region"
  227.   notvalid: "Area you selected is not valid. Try again."
  228.   created: "Region created successfully"
  229.   selectsuccess: "Area selected. &c/g buyregion"
  230.   areanotselected: "Please select the area"
  231.   mustveguild: "You need a guild to buy this area. &c/create"
  232.   entered: "You entered the region of guild &a{GUILDNAME}"
  233.   exited: "You exited the region of guild &a{GUILDNAME}"
  234.   notifyguild:
  235.    entered: "Player &c{PLAYERNAME} &3entered your guild's region!"
  236.   belongsto: "This region belongs to &a{GUILDNAME}"
  237.   list:
  238.    header: "Region list:"
  239.    item: "&a{GUILDNAME}&7 - &2{X}&6;&2{Z}"
  240.   tool:
  241.    toggledmode: "Region Mode toggled. Currently: &c{MODE}"
  242.    modes:
  243.     check: "Check Mode"
  244.     select: "Select Mode"
  245.  
  246.  
  247.  createguild:
  248.   notenoughtmoney: "Not enought money"
  249.   itemlist: "&c{AMOUNT} {ITEMNAME}"
  250.   itemlistsep: "&f, "
  251.   noitems: "You don't have required items!"
  252.   tagexists: "There is a guild with this tag."
  253.   nameexists: "There is a guild with this name"
  254.   hasguild: "You already have a guild"
  255.   success: "Guild created"
  256.   regionhere: "You can't create a guild where another guild exists"
  257.   tooclosespawn: "You must go {DISTANCE} blocks away from spawn!"
  258.   tag:
  259.    tooshort: "The tag is too short!"
  260.    toolong: "The tag is too long!"
  261.   name:
  262.    tooshort: "The name is too short!"
  263.    toolong: "The name is too long!"
  264.  
  265.  guildinfo:
  266.   playerseparator: "&f, "
  267.   leaderprefix: "*"
  268.   playercolor:
  269.    online: "&a"
  270.    offline: "&f"
  271.   ally: "&5{GUILDNAME}"
  272.   war: "&c{GUILDNAME}"
  273.   fullinfo:
  274.   - "&4*** &3Guild information &4***"
  275.    - " &c* &2Name: &6{GUILDNAME}"
  276.    - " &c* &2Tag: &6{TAG}"
  277.    - " &c* &2Leader: &6{LEADER}"
  278.    - " &c* &2Lives: &6{LIVES}"
  279.    - " &c* &2Location: &6{SP_X},{SP_Y},{SP_Z}"
  280.    - " &c* &2Players: {PLAYERS}"
  281.   - " &c* &2Allies: {ALLIES}"
  282.   - " &c* &2Wars: {WARS}"
  283.   - " &c* &2Money: &6{MONEY}"
  284.    - " &c* &2Points: &6{POINTS}"
  285.   info:
  286.   - "&4*** &3Guild information &4***"
  287.    - " &c* &2Name: &6{GUILDNAME}"
  288.    - " &c* &2Tag: &6{TAG}"
  289.    - " &c* &2Leader: &6{LEADER}"
  290.    - " &c* &2Lives: &6{LIVES}"
  291.    - " &c* &2Players: {PLAYERS}"
  292.   - " &c* &2Allies: {ALLIES}"
  293.   - " &c* &2Wars: {WARS}"
  294.   - " &c* &2Points: &6{POINTS}"
  295.    
  296. #broadcast messages:
  297. broadcast:
  298.  admin:
  299.   autosave: "Saved plugin data."
  300.   guild:
  301.    abandon: "Admin &c{PLAYERNAME} &3abandoned guild &a{GUILDNAME}"
  302.  guild:
  303.   war: "Guild &a{GUILD1} &3has started a &cwar &3with &a{GUILD2}"
  304.   nowar: "Guild &a{GUILD1} &3and &a{GUILD2} &3have stopped the war"
  305.   joined: "Player &c{PLAYER} &3joined &a{GUILDNAME}"
  306.   left: "Player &c{PLAYER} &3left &a{GUILDNAME}"
  307.   created: "Player &c{PLAYER} &3created guild &a{GUILDNAME}"
  308.   abandoned: "Player &c{PLAYER} &3abandoned &a{GUILDNAME}"
  309.   setleader: "Player &c{PLAYERNAME} &3is now the leader of &a{GUILDNAME}"
  310.   allied: "&a{GUILDNAME} &3and &a{ALLYNAME} &3are allies now!"
  311.   endally: "&a{GUILDNAME} &3and &a{ALLYNAME} &3ended their ally!"
  312.   kicked: "Player &c{PLAYERNAME} &3has been kicked from &a{GUILDNAME}"
  313.   newleader: "Player &c{PLAYERNAME} &3is now the leader of &a{GUILDNAME}"
  314.   destroyed: "Guild &a{GUILDNAME} &3has been destroyed!"
  315.   raid:
  316.    finished:
  317.     attackerwon: "Raid finished! &a{ATTACKER} &3vs &a{DEFENDER}&3! Attacker won."
  318.     defenderwon: "Raid finished! &a{ATTACKER} &3vs &a{DEFENDER}&3! Defender won."
  319.  pvp:
  320.   killed: "Player {TAG1}&c{PLAYER1} &3was slain by {TAG2}&c{PLAYER2}"
  321.  
  322. holographicdisplays:
  323.  locations:
  324.   topguilds:
  325.  topguilds:
  326.   toprows: 5
  327.   header: "&2Guilds &cTOP5"
  328.   row: "&6[&2{N}&6] &a{GUILDNAME} &2- &c{POINTS}"
  329.  
  330. items:
  331.  tool:
  332.   name: "&5NovaGuilds &6Tool"
  333.   lore:
  334.   - "&cLeft Click + SHIFT"
  335.    - "&6To toggle the mode"
  336.    - "&e****&2Check Mode&e****"
  337.    - "&6Right click to check"
  338.    - "&e****&2Select Mode&e***"
  339.    - "&cLeft/Right"
  340.    - "&6click to select"
  341.    
  342. tablist:
  343.  pattern:
  344.  - "{SERVERNAME}"
  345.   - "GuildsSPLIT{GUILDNUMBER}"
  346.   - "Players onlineSPLIT{PLAYERSONLINE}"
  347.   - "Your guildSPLIT{GUILDNAME}"
  348.  
  349. #no prefix, start with color
  350. barapi:
  351.  warprogress: "&3Guild &a{DEFENDER} &3is under attack!"
  352.  
  353. book:
  354.  help:
  355.   title: "NovaGuilds Tutorial"
  356.   pages:
  357.   - "&6[&5NovaGuilds&6] &3HELP"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement