Advertisement
Guest User

Locale

a guest
Dec 27th, 2015
779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 15.39 KB | None | 0 0
  1. # Full color code support and some variables
  2. # Keep in mind that variables wont work for some lines, when it will for anothers :)
  3. # Just keep them where there are now and everything will be ok :)
  4.  
  5. info:
  6.   prefix: '&e[&aCMI&e] '
  7.   NoPermission: '&cYou don''t have permission!'
  8.   Ingame: '&cYou can use this only in game!'
  9.   FromConsole: '&cYou can use this only from console!'
  10.   NotOnline: '&cThe player is not online!'
  11.   Same: '&cCan''t open your own inventory for editing!'
  12.   Searching: '&eSearching for player data, please wait as this can take some time
  13.     to finish!'
  14.   NoPlayer: '&cCan''t find player with this name!'
  15.   UseInteger: '&4Please use numbers!'
  16.   UseBoolean: '&4Please use True or False!'
  17.   NoLessThan: '&4Number can''t be less than [amount]!'
  18.   NoMoreThan: '&4Value can''t be more than [amount]'
  19.   NoGameMode: '&4Please use 0/1/2/3 or Survival/Creative/Adventure/Spectator!'
  20.   NoWorld: '&4Can''t find world with this name!'
  21.   variables:
  22.     Online: '&6Online'
  23.     Offline: '&cOffline'
  24.     'True': '&6True'
  25.     'False': '&cFalse'
  26.     survival: '&6Survival'
  27.     creative: '&6Creative'
  28.     adventure: '&6Adventure'
  29.     spectator: '&6Spectator'
  30.     flying: '&6Flying'
  31.     notflying: '&6Not flying'
  32.   InventorySave:
  33.     saved: '&e[time] &eInventory saved with id: &e[id]'
  34.     NoSavedInv: '&eThis player don''t have any saved inventories'
  35.     NoEntries: '&e                             No inventories were founded'
  36.     CantFind: '&eCan''t find inventory with this id'
  37.     TopLine: '&e*************** [name] saved inventory. ***************'
  38.     BottomLine: '&e************************************************************'
  39.     List: '&eid: [id]. &e[time]'
  40.     Click: '&eClick to check ([id]) saved inventory'
  41.     IdDontExist: '&4This saves Id don''t exist!'
  42.     Deleted: '&eSaved inventory was successfully deleted!'
  43.     Restored: '&eYou have restored &e[sourcename] &einventory for &e[targetname] &euser.'
  44.     GotRestored: '&eYour inventory was restored from &e[sourcename] &esaved inventory
  45.       on &e[time]'
  46. Potion:
  47.   Effects: '&8Potion effects'
  48.   List: '&e[PotionName] [PotionAmplifier] &eDuration: &e[LeftDuration] &esec'
  49.   NoPotions: '&eNone'
  50. Information:
  51.   Title: '&8Players information'
  52.   Health: '&eHealth: &6[Health]/[maxHealth]'
  53.   Hunger: '&eHunger: &6[Hunger]'
  54.   Saturation: '&eSaturation: &6[Saturation]'
  55.   Exp: '&eExp: &6[Exp]'
  56.   GameMode: '&eGameMode: &6[GameMode]'
  57.   GodMode: '&eGodMode: &6[GodMode]'
  58.   Flying: '&eFlying: &6[Flying]'
  59.   CanFly: '&eCanFly: &6[CanFly]'
  60.   Uuid: '&6[uuid]'
  61.   ip: '&eIp address: &6[address]'
  62.   FirstConnect: '&eFirst connection: &6[y]-[m]-[d]'
  63.   LastSeen: '&eLast seen: &6[h] h [m] m [s] s'
  64.   OnlineSince: '&eOnline since: &6[h] h [m] m [s] s'
  65.   AliveFor: '&eAlive for: &6[h] h [m] m [s] s'
  66.   Money: '&eMoney: &6[money]'
  67.   Group: '&eGroup: &6[group]'
  68. Location:
  69.   Title: '&8Players location'
  70.   World: '&eWorld: &6[world]'
  71.   X: '&eX: &6[x]'
  72.   Y: '&eY: &6[y]'
  73.   Z: '&eZ: &6[z]'
  74.   Pitch: '&ePitch: &6[pitch]'
  75.   Yaw: '&eYaw: &6[yaw]'
  76. command:
  77.   help:
  78.     output:
  79.       usage: '&eUsage: &6%usage%'
  80.       title: '&e-------&e ======= &6CMI &e======= &e-------'
  81.       page: '&e-----&e ====== Page &6[1] &eof &6[2] &e====== &e-----'
  82.       prev: '&e<<<<< Prev page &e|'
  83.       next: '&e|&e Next Page >>>>'
  84.   nocmd:
  85.     help:
  86.       info: '&eShows all available commands'
  87.       args: ''
  88.   silentchest:
  89.     help:
  90.       info: '&eToggles silent chest'
  91.       args: ''
  92.     info:
  93.       feedback: '&eYou toggled silent chest mode to &3[offon].'
  94.   ender:
  95.     help:
  96.       info: '&eOpens players ender chest'
  97.       args: '[playerName] &3-l'
  98.     info:
  99.       feedback: '&eYou are editing &3[name] &eender inventory (&3[offon]&e).'
  100.   inv:
  101.     help:
  102.       info: '&eOpens players inventory'
  103.       args: '[playerName] &3-l'
  104.     info:
  105.       feedback: '&eYou are editing &3[name] &einventory (&3[offon]&e).'
  106.   give:
  107.     help:
  108.       info: '&eGive item to player'
  109.       args: '[playerName] [itemname] &3(amount)'
  110.     info:
  111.       feedback: '&6Giving &e[amount] &6of &e[itemname] &6to &e[playername]'
  112.   tp:
  113.     help:
  114.       info: '&eTeleports to player''s location'
  115.       args: '[playerName] &3(playername)'
  116.     info:
  117.       feedback: '&eYou have been teleported ([world],[x],[y],[z]) to &3[name] &elocation
  118.         (&3[offon]&e).'
  119.   tppos:
  120.     help:
  121.       info: '&eTeleports to location'
  122.       args: '[x] [y] [z] &3(world) (pitch) (yaw)'
  123.     info:
  124.       feedback: '&eYou have been teleported ([world],[x],[y],[z]).'
  125.   settp:
  126.     help:
  127.       info: '&eSets players location'
  128.       args: '[playerName] &3(playername)'
  129.     info:
  130.       feedback:
  131.         offline: '&eYou have set ([world],[x],[y],[z]) spawn location for &3[name]&e
  132.           (&3[offon]&e).'
  133.         online: '&eYou have teleported &3[name] &eto your location ([world],[x],[y],[z])'
  134.   maxhp:
  135.     help:
  136.       info: '&eSet player''s max hp'
  137.       args: set/add/take [playerName] [amount] &3(-s)
  138.     info:
  139.       feedback: '&eYou have set &3[amount]&e max hp for &3[name]&e (&3[offon]&e).'
  140.       targetfeedback: '&eYour max HP was set to &3[amount]&e by &3[name]&e.'
  141.   resethp:
  142.     help:
  143.       info: '&eResets players maxhp'
  144.       args: '[playerName]'
  145.     info:
  146.       feedback: '&eYou have reseted &3[name]&e max hp (&3[offon]&e).'
  147.   heal:
  148.     help:
  149.       info: '&eHeal player'
  150.       args: '[playerName]'
  151.     info:
  152.       feedback: '&eYou have healed &3[name]&e (&3[offon]&e).'
  153.       targetfeedback: '&eYou have been healed by &3[name]&e.'
  154.   hunger:
  155.     help:
  156.       info: '&eSet players hunger'
  157.       args: '[playerName] [amount]'
  158.     info:
  159.       feedback: '&eYou have set &3[amount]&e hunger for &3[name]&e (&3[offon]&e).'
  160.       targetfeedback: '&eYour hunger set to &3[amount]&e by &3[name]&e.'
  161.   air:
  162.     help:
  163.       info: '&eSet players air'
  164.       args: '[playerName] [amount]'
  165.     info:
  166.       feedback: '&eYou have set &3[amount]&e air for &3[name]&e (&3[offon]&e).'
  167.       targetfeedback: '&eYour air set to &3[amount]&e by &3[name]&e.'
  168.   saturation:
  169.     help:
  170.       info: '&eSet players saturation'
  171.       args: '[playerName] [amount]'
  172.     info:
  173.       feedback: '&eYou have set &3[amount]&e saturation for &3[name]&e (&3[offon]&e).'
  174.       targetfeedback: '&eYour saturation set to &3[amount]&e by &3[name]&e.'
  175.   fly:
  176.     help:
  177.       info: '&eSet players fly true or false'
  178.       args: '[playerName] [true/false]'
  179.     info:
  180.       feedback: '&eYou have set fly to &3[boolean]&e for &3[name]&e (&3[offon]&e).'
  181.       targetfeedback: '&eYour fly mode set to &3[boolean]&e by &3[name]&e.'
  182.   god:
  183.     help:
  184.       info: '&eSet players god mode to true or false'
  185.       args: '[playerName] &3(true/false)'
  186.     info:
  187.       feedback: '&eYou have set god to &3[boolean]&e for &3[name]&e (&3[offon]&e).'
  188.       targetfeedback: '&eYour god mode was set to &3[boolean]&e by &3[name]&e.'
  189.   tgod:
  190.     help:
  191.       info: '&eSet players temporarily god mode (until relog) to true or false'
  192.       args: '[playerName] &3(true/false)'
  193.     info:
  194.       feedback: '&eYou have set temporarily god to &3[boolean]&e for &3[name]&e.'
  195.       targetfeedback: '&eYour temp god mode was set to &3[boolean]&e by &3[name]&e.'
  196.   flyspeed:
  197.     help:
  198.       info: '&eSet players fly speed from 0 to 10'
  199.       args: '[playerName] [amount]'
  200.     info:
  201.       feedback: '&eYou have set &3[amount]&e fly speed for &3[name]&e (&3[offon]&e).'
  202.       targetfeedback: '&eYour flyspeed set to &3[amount]&e by &3[name]&e.'
  203.   walkspeed:
  204.     help:
  205.       info: '&eSet players walk speed from 0 to 10'
  206.       args: '[playerName] [amount]'
  207.     info:
  208.       feedback: '&eYou have set &3[amount]&e walk speed for &3[name]&e (&3[offon]&e).'
  209.       targetfeedback: '&eYour walkspeed set to &3[amount]&e by &3[name]&e.'
  210.   gm:
  211.     help:
  212.       info: '&eSet players game mode'
  213.       args: '[playerName] [gamemode]'
  214.     info:
  215.       feedback: '&eYou have set &3[mode]&e game mode for &3[name]&e (&3[offon]&e).'
  216.       targetfeedback: '&eYour game mode was set to &3[mode]&e by &3[name]&e.'
  217.   exp:
  218.     help:
  219.       info: '&eSet players exp. Use L to set levels'
  220.       args: '[playerName] [amount]'
  221.     info:
  222.       feedback: '&eYou have set &3[amount]&e exp for &3[name]&e (&3[offon]&e).'
  223.       targetfeedback: '&eYour exp was set to &3[amount]&e by &3[name]&e.'
  224.   compass:
  225.     help:
  226.       info: '&eSet players compass point to your location'
  227.       args: '[playerName] &3(playername)'
  228.     info:
  229.       feedback: '&eYou have set &3[name] &ecompass arrow to &3[sourcename] &elocation.'
  230.       targetfeedback: '&eYour compass target set to &3[name] &elocation by &3[sourcename]&e.'
  231.   info:
  232.     help:
  233.       info: '&eShow players information'
  234.       args: '[playerName]'
  235.     info:
  236.       feedback:
  237.         uuid: '&ePaste uuid into chat box'
  238.     infoPage:
  239.    - '&e************************************************************'
  240.     - '&e* Display name: &6[dname]([name])'
  241.     - '&e* UUID: &6[uuid]'
  242.     - '&e* Ip: &6[ip]'
  243.     - '&e* God mode: &6[godmode]'
  244.     - '&e* Is OP: &6[op]'
  245.     - '&e* Money: &6[money]'
  246.     - '&e* Group: &6[group]'
  247.     - '&e* Game mode: &6[mode]'
  248.     - '&e* Hp: &6[hp]/[maxhp]'
  249.     - '&e* Hunger: &6[food]/20 (saturation +[saturation])'
  250.     - '&e* Air: &6[leftair]/[totalair]'
  251.     - '&e* Exp: &6[totalexp]exp -> [currentexp]/[needexp] ([level]lvl)'
  252.     - '&e* Location: &6[world] (X: [x] Y: [y] Z: [z])'
  253.     - '&e* Speed: &6Fly [flyspeed] Walk [walkspeed]'
  254.     - '&e* Sprinting: &6[sprinting]&e, Sneeking: &6[sneeking]'
  255.     - '&e* Banned: &6[banned]&e, Can see you: &6[canseeyou]'
  256.     - '&e* Can fly: &6[fly] &e(&6[isflying]&e)'
  257.     - '&e* Online: &6[online]&e, Since: &6[logoff]'
  258.     - '&e************************************************************'
  259.   check:
  260.     help:
  261.       info: '&eOpen saved inventory in preview mode'
  262.       args: '&3(playerName) &e[id]'
  263.   hat:
  264.     help:
  265.       info: '&ePlace item like hat'
  266.       args: '&3(playerName)'
  267.     info:
  268.       feedback: '&6You have successfully changed hat!'
  269.       targetfeedback: '&6Your hat was changed by &3[name]&6!'
  270.       fullinv: '&3[name] &6inventory is full, can''t change hat!'
  271.   head:
  272.     help:
  273.       info: '&eGet players head'
  274.       args: '[playername] &3(playerName)'
  275.     info:
  276.       feedback: '&3[name] &6head created!'
  277.       targetfeedback: '&eYou got &3[name] &ehead from &3[sourcename]&e!'
  278.       fullinv: '&3[name] &6inventory is full, can''t give him head!'
  279.   list:
  280.     help:
  281.       info: '&eShow saved inventories list'
  282.       args: '&3(playerName)'
  283.   ping:
  284.     help:
  285.       info: '&eShows players ping'
  286.       args: '&3(playerName)'
  287.     info:
  288.       feedback: '&ePing: &6[ping]'
  289.   save:
  290.     help:
  291.       info: '&eSave inventory'
  292.       args: '&3(playerName)'
  293.   saveall:
  294.     help:
  295.       info: '&eSaves every player inventory'
  296.       args: '&3(daysRange)'
  297.       saving: '[simbol] &2checked: &e[checked]&2 from &e[total]&2 saved: &e[saved]
  298.         &2skipped: &e[skipped] [simbol]'
  299.       saved: '&eSave finished. Saved: &6[saved] &eSkipped: &6[skipped]'
  300.   load:
  301.     help:
  302.       info: '&eLoad saved inventory'
  303.       args: '&3(sourceName) (targetName) &e[id]'
  304.   purge:
  305.     help:
  306.       info: '&eCleans player data from world folder by inactive days'
  307.       args: ''
  308.   effect:
  309.     help:
  310.       info: '&eAdds potion effect to player. use clear to remove all effects'
  311.       args: '[playername] [effect] [duration] [multiplier]'
  312.     info:
  313.       feedback: '&ePotion effect &6[effect] &eadded to &3[name]&e for &6[sec]sec&e
  314.         with power of &6[power] &e(&3[offon]&e).'
  315.       cleared: '&ePotion effects have been cleared for &3[name]&e (&3[offon]&e).'
  316.   reload:
  317.     help:
  318.       info: '&eReloads plugins configure and locale files'
  319.       args: ''
  320.     info:
  321.       feedback: '&6Config and locale files reloaded!'
  322.   back:
  323.     help:
  324.       info: '&eTeleports back to last saved location'
  325.       args: ''
  326.     info:
  327.       noinfo: '&4There is no saved location to return to!'
  328.       feedback: '&6Returned to last saved location ([world],[x],[y],[z])!'
  329.   tpall:
  330.     help:
  331.       info: '&eTeleports ALL players from specific world'
  332.       args: '[worldname]'
  333.     info:
  334.       started: '&eTeleportations started!'
  335.       current: '&eCurrently teleported &3[amount] &eand &3[files] &echecked files'
  336.       total: '&eTotaly teleported &3[amount] &efrom posible &3[files] &echecked users'
  337.   search:
  338.     help:
  339.       info: '&eSearch items/enchants/gm modes and other stuff from all users'
  340.       args: '&eid &6[id:data] &ename &6[some custom itemname] &elore &6[some custom
  341.         lore] &eenchant &6[lowest enchant level] &epotion &6[lowest custom potion
  342.         effect level] &efly &6[true or false] &egm &6[0/1/2/3 or survival/creative/adventure/spectator]
  343.         &emaxhp &6[lowest hp player have]'
  344.     info:
  345.       started: '&eSearching '
  346.       current: '&eCurrently found &3[amount] &efrom &3[files] &echecked files'
  347.       nothingfound: '&eNothing found by your criteria'
  348.       totalfound: '&eTotaly found &3[amount] &efrom posible &3[files] &echecked users'
  349.       total: '&eChecking from [current]/[until] from total of [total]'
  350.       location:
  351.         ender: '&3Ender'
  352.         inv: '&eInv'
  353.       localsearch: '&e (L search)'
  354.       localsearchhover: |-
  355.         &eWill open inv from local files
  356.         &eThis will take longer
  357.       reglist: '&e[number]. &e[name]'
  358.       list: '&2[number]. [location] &6[name]'
  359.       listhover: '&eClick to open inv'
  360.       prev: '&e<<<<< Prev page &e|'
  361.       next: '&e|&e Next Page >>>>'
  362.   scan:
  363.     help:
  364.       info: /n&eScans for items in current world /n &6SubCommands:/n&e- &6stats &e- show current scanning stats /n&e- &6pause &e- pause scaning /n- &6continue &e- continue scaning /n- &6stop &e- stop scaning /n- &6speed [amount] &e- set current scan speed /n- &6autospeed [true/false] &e- set autospeed turned off or on /n- &6messages [true/false] &e- set message output to off or on
  365.       args: '&eid &6[id:data]&e q &6[minimum quantity]&e r &6[range in chunks]&e n
  366.         &6[item name]&e l &6[item lore]&e h &6uses info from item in hand&e e &6[enchantname]&e
  367.         elvl &6[enchantminlevel]'
  368.     info:
  369.       startScanning: '&eFound &6[amount] &echunks to check. Starting!'
  370.       paused: '&eScanning paused, to continue use &6/cmi scan continue.'
  371.       continuing: '&eScanning continuing'
  372.       holdItem: '&eYou need to hold the item in hand'
  373.       stoped: '&eScanning stoped. You can check the results with /cmi scan info'
  374.       speedChange: '&eSpeed changed to [amount]'
  375.       autospeedChange: '&eAutoSpeed changed to [state]'
  376.       messagesChange: '&eMessage state changed to [state]'
  377.       NoInfo: '&eThere is no info'
  378.       InfoShow: '&6TPS: &3[tps] &6Left &e[left] &6(&e[min]m:[sec]s&6) &6Speed: &e[speed]
  379.         &6CPS: &e[cps] &6Found: &e[found]'
  380.       Teleport: '&ePress to teleport'
  381.       scanList: '&2[number]. &e[place] &6[amount] &8(&7X:&f[x] &7Y:&f[y] &7Z:&f[z]&8)'
  382.       scanListChecked: '&7[number]. [place] [amount] (X:[x] Y:[y] Z:[z])'
  383.       edit: ' &e(Edit)'
  384.       stats:
  385.      - '&e************************************************************'
  386.       - '&e* &6Chunks: &e[checked]/[total]'
  387.       - '&e* &6Scan range: &e[range]'
  388.       - '&e* &6Scan speed: &e[scanspeed] &6(&e[autospeed]&6)'
  389.       - '&e* &6Real speed: &e[cps] &6CPS (&e[avgcps] avg&6)'
  390.       - '&e* &6World: &e[world]'
  391.       - '&e* &6Found: &e[found]'
  392.       - '&e* &6Time: &e[min]min [sec]sec'
  393.       - '&e* &6id: &e[id]'
  394.       - '&e* &6Qty: &e[qty] and up'
  395.       - '&e* &6Name: &e[name]'
  396.       - '&e* &6Lore: &e[lore]'
  397.       - '&e************************************************************'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement