PiggiesGoSqueal

Locale_EN.yml

Jan 5th, 2019
901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 151.24 KB | None | 0 0
  1. # Keep in mind that variables wont work for some lines, when it will for anothers :)
  2. # Just keep them where there are now and everything will be ok :)
  3. # Some lines can have global variables set. For player who will be effected. In example /heal Zrips then Zrips data will be used
  4. # [playerName] to show target player name
  5. # [playerDisplayName] to show target player display name
  6. # [lvl] to show target player level
  7. # [exp] to show target player total exp
  8. # [hp] to show target player health
  9. # [maxHp] to show target player max health
  10. # [hunger] to show target player hunger level
  11. # [gameMode] to show target player gamemode
  12. # [prefix] to show target player prefix if posible
  13. # [suffix] to show target player suffix if posible
  14. # Sender is console or player who performs command. In example Zrips performs /heal Zhax then Zrips data will be used
  15. # [senderName] to show Sender player name
  16. # [senderDisplayName] to show Sender player display name
  17. # [senderLvl] to show Sender player level
  18. # [senderExp] to show Sender player total exp
  19. # [senderHp] to show Sender player health
  20. # [senderMaxHp] to show Sender player max health
  21. # [senderHunger] to show Sender player hunger level
  22. # [senderGameMode] to show Sender player gamemode
  23. # [senderPrefix] to show Sender player prefix if posible
  24. # [senderSuffix] to show Sender player suffix if posible
  25. # Source is player which is being used for extra info. In example Zrips performs /tp Zhax Zrips then Zhax data will be used as its location is being taken for new player location
  26. # [sourceName] to show source player name
  27. # [sourceDisplayName] to show source player display name
  28. # [sourceLvl] to show source player level
  29. # [sourceExp] to show source player total exp
  30. # [sourceHp] to show source player health
  31. # [sourceMaxHp] to show source player max health
  32. # [sourceHunger] to show source player hunger level
  33. # [sourceGameMode] to show source player gamemode
  34. # [sourcePrefix] to show source player prefix if posible
  35. # [sourceSuffix] to show source player suffix if posible
  36. # ***********************************************
  37. # Some lines supports option to send them to custom places, like action bar, title, sub title or even create JSON/clickable messages
  38. # If line starts with !toast! then player will get toast message (advancement popup, only 1.12 and up). Some extra variables can be used to define type and icon. example: !toast! -t:goal -icon:paper Hello world!
  39. # If line starts with !actionbar! then player will get action bar message defined after this variable
  40. # If line starts with !broadcast! then everyone will receive message
  41. # If line starts with !customtext:[cTextName]! then custom text will be taken by name provided and shown for player. In case its used after !broadcast! then everyone who is online will get this custom text message
  42. # If line starts with !title! then player will get title message defined after this variable, in adition it can contain !subtitle! which will add subtitle message
  43. # To include clickable messages: <T>Text</T><H>Hover text</H><C>command</C><SC>Suggested text</SC>
  44. # <T> and </T> required, other is optional
  45. # Use /n to break line
  46. # To have more than one JSON message use <Next>
  47. # <CC> performs command from console once
  48. # <CCI> performs command from console every time player clicks text
  49. # <CCI> performs command from console every time player clicks text
  50. # <URL> includes url
  51.  
  52. info:
  53.  # Use !prefix! in any locale line to automatically include this prefix
  54.   prefix: '&e[&aCMI&e] '
  55.   NoPermission: '&cYou don''t have permission!'
  56.   NoPlayerPermission: '&c[playerName] doesn''t have permission for: [permission]'
  57.   Ingame: '&cYou can use this only in game!'
  58.   NoInformation: '&cCant find any information!'
  59.   Console: '&6Server'
  60.   FromConsole: '&cYou can use this only from console!'
  61.   NotOnline: '&cThe player is not online!'
  62.   NobodyOnline: '&cThere is no one online!'
  63.   Same: '&cCan''t open your own inventory for editing!'
  64.   cantLoginWithDifCap: '&cCan''t login with different name capitalization! Old name:
  65.     &e[oldName]&c. Current: &e[currentName]'
  66.   Searching: '&eSearching for player data, please wait as this can take some time
  67.     to finish!'
  68.   NoPlayer: '&cCan''t find player with this name!'
  69.   NoCommand: '&cThere is no command by this name!'
  70.   cantFindCommand: '&5Couldn''t find &7[%1]&5 command, did you mean &7[%2]&5?'
  71.   PurgeNotEnabled: '&cPurge function is not enabled in config file!'
  72.   FeatureNotEnabled: '&cThis feature is not enabled!'
  73.   versionNotSupported: '&cServer version is not supported for this feature'
  74.   clickToTeleport: '&eClick to teleport'
  75.   UseInteger: '&4Please use numbers!'
  76.   UseBoolean: '&4Please use True or False!'
  77.   NoLessThan: '&4Number can''t be less than [amount]!'
  78.   NoMoreThan: '&4Value can''t be more than [amount]'
  79.   NoGameMode: '&cPlease use 0/1/2/3 or Survival/Creative/Adventure/Spectator or s/c/a/sp!'
  80.   NoWorld: '&4Can''t find world with this name!'
  81.   IncorrectLocation: '&4Location defined incorrectly!'
  82.   NameChange: '&6[playerDisplayName] &elogged in, also known as: &6[namelist]'
  83.   Cooldowns: '&eCooldown in motion for &6[cmd] &ewait &6[time]'
  84.   specializedCooldowns: '&eCooldown in motion for this command, please wait &6[time]'
  85.   CooldownOneTime: '&eThis command is one time use'
  86.   WarmUp:
  87.     canceled: '&eCommand was cancelled due to your movement'
  88.     counter: '!actionbar!&6--> &e[time] &6<--'
  89.     DontMove: '!title!!subtitle!&6Don''t move!'
  90.   Spawner: '&r[type] Spawner'
  91.   Elevator:
  92.     created: '&eCreated elevator sign'
  93.   CantPlaceSpawner: '&eCan''t place spawner so close to another spawner (&6[range]&e)'
  94.   ChunksLoading: '&eWorld chunk data is still being loaded. Please wait a bit and
  95.     try again.'
  96.   ShulkerBox: Shulker Box
  97.   Show: '&eShow'
  98.   Remove: '&cRemove'
  99.   Back: '&eBack'
  100.   Forward: '&eForward'
  101.   Update: '&eUpdate'
  102.   Save: '&eSave'
  103.   Delete: '&cDelate'
  104.   Click: '&eClick'
  105.   PasteOld: '&ePaste old'
  106.   ClickToPaste: '&eClick to paste into chat'
  107.   CantTeleport: '&eYou can''t teleport because you wear to many limited items. Scroll
  108.     over this line to see the maximum allowed items.'
  109.   teleported: '&eYou have been teleported.'
  110.   BlackList: '&e[material] [amount] &6Max: [max]'
  111.   PlayerSpliter: '&e----- &6[playerDisplayName] &e-----'
  112.   Spliter: '&e--------------------------------------------------'
  113.   ProgressBarFill: '&2▏'
  114.   ProgressBarEmpty: '&e▏'
  115.   nothingInHand: '&eYou need to hold item in hand'
  116.   nothingInHandLeather: '&eYou need to hold leather item in hand'
  117.   nothingToShow: '&eNothing to show'
  118.   noItem: '&cCan''t find item'
  119.   dontHaveItem: '&cYou dont have &6[itemName] x[amount] &cin your inventory'
  120.   ItemWillBreak: '!actionbar!&eYour item (&6[itemName]&e) will break soon! &e[current]&6/&e[max]'
  121.   cantDoForPlayer: '&eYou can''t do this to &6[playerDisplayName]'
  122.   cantDetermineMobType: '&cCan''t determine mob type from &e[type] &cvariable'
  123.   cantRename: '!actionbar!&eYou can''t rename item to this name'
  124.   wrongName: '&cWrong name'
  125.   invalidName: '&cInvalid name'
  126.   alreadyexist: '&4This name is taken'
  127.   dontexist: '&4Nothing found by this name'
  128.   worldDontExist: '&cTarget world can''t be accesses any more. Can''t teleport you
  129.     there!'
  130.   flyingToHigh: '&cYou can''t fly so high, max height is &6[max]&c!'
  131.   specializedItemFail: '&cCan''t determine specialized command item requirement by
  132.     value: &7[value]'
  133.   sunSpeeding: Sleeping [count] of [total] [hour] hour [speed]X speed
  134.   sunSpeedingTitle: '&7[hour]'
  135.   sunSpeedingSubTitle: '&f[count]&7/&f[total] &7(&f[speed]X&7)'
  136.   notSet: not set
  137.   startedEditingPainting: '&eYou started painting editing. Click any other block to
  138.     cancel.'
  139.   canceledEditingPainting: '&eYou canceled painting editing mode'
  140.   changedPainting: '!actionbar!&eChanged painting to &6[name] &ewith id of &6[id]'
  141.   noSpam: '!title!&cNo spamming!'
  142.   noCmdSpam: '!title!&cNo command spamming!'
  143.   lookAtSign: '&eLook at sign'
  144.   lookAtBlock: '&eLook at block'
  145.   lookAtEntity: '&eLook at entity'
  146.   notOnGround: '&eYou can''t perform this while flying'
  147.   FirstJoin: '&eWelcome &6[playerDisplayName] &eto our server!'
  148.   LogoutCustom: ' &6[playerDisplayName] &eleft the game'
  149.   LoginCustom: ' &6[playerDisplayName] &ejoined the game'
  150.   deathlocation: '&eYou died at x:&6[x]&e, y:&6[y]&e, z:&6[z]&e in &6[world]'
  151.   bungee:
  152.     Online: '&6Online'
  153.     Offline: '&cOffline'
  154.     not: '&cServer don''t belong to bungee network'
  155.     noserver: '&cCan''t find server by this name!'
  156.   variables:
  157.     Online: '&6Online'
  158.     Offline: '&cOffline'
  159.     'True': '&6True'
  160.     'False': '&cFalse'
  161.     Enabled: '&6Enabled'
  162.     Disabled: '&cDisabled'
  163.     survival: '&6Survival'
  164.     creative: '&6Creative'
  165.     adventure: '&6Adventure'
  166.     spectator: '&6Spectator'
  167.     flying: '&6Flying'
  168.     notflying: '&6Not flying'
  169.   noSchedule: '&cSchedule by this name is not found'
  170.   totem:
  171.     cooldown: '&eTotem cooldown: [time]'
  172.     warmup: '&eTotem effect: [time]'
  173.     cantConsume: '&eTotem usage was denied due to its cooldown time'
  174.   InventorySave:
  175.     info: '&8Info: &8[playerDisplayName]'
  176.     saved: '&e[time] &eInventory saved with id: &e[id]'
  177.     NoSavedInv: '&eThis player doesn''t have any saved inventories'
  178.     NoEntries: '&4File exists, but no inventories were found!'
  179.     CantFind: '&eCan''t find inventory with this id'
  180.     TopLine: '&e----------- &6[playerDisplayName] saved inventory &e-----------'
  181.     List: '&eid: &6[id]&e. &6[time]'
  182.     KillerSymbol: '&c ☠'
  183.     Click: '&eClick to check ([id]) saved inventory'
  184.     IdDontExist: '&4This saves Id doesn''t exist!'
  185.     Deleted: '&eSaved inventory was successfully deleted!'
  186.     Restored: '&eYou have restored &e[sourcename] &einventory for &e[targetname] &euser.'
  187.     GotRestored: '&eYour inventory was restored from &e[sourcename] &esaved inventory
  188.       on &e[time]'
  189.     LoadForSelf: '&eLoad this inventory for your self'
  190.     LoadForOwner: '&eLoad this inventory for owner'
  191.     NextInventory: '&eNext inventory'
  192.     PreviousInventory: '&ePrevious inventory'
  193.     Editable: '&eEdit mode enabled'
  194.     NonEditable: '&eEdit mode disabled'
  195.   years: '&e[years] &6years '
  196.   oneYear: '&e[years] &6year '
  197.   day: '&e[days] &6days '
  198.   oneDay: '&e[days] &6day '
  199.   hour: '&e[hours] &6hours '
  200.   oneHour: '&e[hours] &6hour '
  201.   min: '&e[mins] &6min '
  202.   sec: '&e[secs] &6sec '
  203.   vanishSymbolOn: '&8[&7H&8]&r'
  204.   vanishSymbolOff: ''
  205.   afkSymbolOn: '&8[&7Afk&8]&r'
  206.   afkSymbolOff: ''
  207.   prevPage: '&2----<< &6Prev '
  208.   prevPageGui: '&6Previous page '
  209.   prevPageClean: '&6Prev '
  210.   prevPageOff: '&2----<< &7Prev '
  211.   prevPageHover: '&7<<<'
  212.   nextPage: '&6 Next &2>>----'
  213.   nextPageGui: '&6Next Page'
  214.   nextPageClean: '&6 Next'
  215.   nextPageOff: '&7 Next &2>>----'
  216.   nextPageHover: '&7>>>'
  217.   pageCount: '&2[current]&7/&2[total]'
  218.   pageCountHover: '&2[totalEntries]'
  219.   circle: '&3Circle'
  220.   square: '&5Square'
  221.   valueToLong: '&eValue is too long. Max: [max]'
  222.   valueToShort: '&eValue is too short. Min: [min]'
  223.   DamageCause:
  224.     contact: Block Damage
  225.     entity_attack: Entity attack
  226.     entity_sweep_attack: entity sweep attack
  227.     projectile: Projectile
  228.     suffocation: Suffocation
  229.     fall: Fall
  230.     fire: Fire
  231.     fire_tick: Fire
  232.     melting: Melting
  233.     lava: Lava
  234.     drowning: Drowning
  235.     block_explosion: Explosion
  236.     entity_explosion: Explosion
  237.     void: Void
  238.     lightning: Lightning
  239.     suicide: Suicide
  240.     starvation: Starvation
  241.     poison: Poison
  242.     magic: Magic
  243.     wither: Wither
  244.     falling_block: Falling block
  245.     thorns: Thorns
  246.     dragon_breath: Dragon breath
  247.     custom: Unknown
  248.     fly_into_wall: Fly into wall
  249.     hot_floor: Magma block
  250.     cramming: cramming
  251.     dryout: dryout
  252.   Biomes:
  253.     OCEAN: Ocean
  254.     PLAINS: Plains
  255.     DESERT: Desert
  256.     MOUNTAINS: Mountains
  257.     FOREST: Forest
  258.     TAIGA: Taiga
  259.     SWAMP: Swamp
  260.     RIVER: River
  261.     NETHER: Nether
  262.     THE_END: The end
  263.     FROZEN_OCEAN: Frozen ocean
  264.     FROZEN_RIVER: Frozen river
  265.     SNOWY_TUNDRA: Snowy tundra
  266.     SNOWY_MOUNTAINS: Snowy mountains
  267.     MUSHROOM_FIELDS: Mushroom fields
  268.     MUSHROOM_FIELD_SHORE: Mushroom field shore
  269.     BEACH: Beach
  270.     DESERT_HILLS: Desert hills
  271.     WOODED_HILLS: Wooded hills
  272.     TAIGA_HILLS: Taiga hills
  273.     MOUNTAIN_EDGE: Mountain edge
  274.     JUNGLE: Jungle
  275.     JUNGLE_HILLS: Jungle hills
  276.     JUNGLE_EDGE: Jungle edge
  277.     DEEP_OCEAN: Deep ocean
  278.     STONE_SHORE: Stone shore
  279.     SNOWY_BEACH: Snowy beach
  280.     BIRCH_FOREST: Birch forest
  281.     BIRCH_FOREST_HILLS: Birch forest hills
  282.     DARK_FOREST: Dark forest
  283.     SNOWY_TAIGA: Snowy taiga
  284.     SNOWY_TAIGA_HILLS: Snowy taiga hills
  285.     GIANT_TREE_TAIGA: Giant tree taiga
  286.     GIANT_TREE_TAIGA_HILLS: Giant tree taiga hills
  287.     WOODED_MOUNTAINS: Wooded mountains
  288.     SAVANNA: Savanna
  289.     SAVANNA_PLATEAU: Savanna plateau
  290.     BADLANDS: Badlands
  291.     WOODED_BADLANDS_PLATEAU: Wooded badlands plateau
  292.     BADLANDS_PLATEAU: Badlands plateau
  293.     SMALL_END_ISLANDS: Small end islands
  294.     END_MIDLANDS: End midlands
  295.     END_HIGHLANDS: End highlands
  296.     END_BARRENS: End barrens
  297.     WARM_OCEAN: Warm ocean
  298.     LUKEWARM_OCEAN: Lukewarm ocean
  299.     COLD_OCEAN: Cold ocean
  300.     DEEP_WARM_OCEAN: Deep warm ocean
  301.     DEEP_LUKEWARM_OCEAN: Deep lukewarm ocean
  302.     DEEP_COLD_OCEAN: Deep cold ocean
  303.     DEEP_FROZEN_OCEAN: Deep frozen ocean
  304.     THE_VOID: The void
  305.     SUNFLOWER_PLAINS: Sunflower plains
  306.     DESERT_LAKES: Desert lakes
  307.     GRAVELLY_MOUNTAINS: Gravelly mountains
  308.     FLOWER_FOREST: Flower forest
  309.     TAIGA_MOUNTAINS: Taiga mountains
  310.     SWAMP_HILLS: Swamp hills
  311.     ICE_SPIKES: Ice spikes
  312.     MODIFIED_JUNGLE: Modified jungle
  313.     MODIFIED_JUNGLE_EDGE: Modified jungle edge
  314.     TALL_BIRCH_FOREST: Tall birch forest
  315.     TALL_BIRCH_HILLS: Tall birch hills
  316.     DARK_FOREST_HILLS: Dark forest hills
  317.     SNOWY_TAIGA_MOUNTAINS: Snowy taiga mountains
  318.     GIANT_SPRUCE_TAIGA: Giant spruce taiga
  319.     GIANT_SPRUCE_TAIGA_HILLS: Giant spruce taiga hills
  320.     MODIFIED_GRAVELLY_MOUNTAINS: Modified gravelly mountains
  321.     SHATTERED_SAVANNA: Shattered savanna
  322.     SHATTERED_SAVANNA_PLATEAU: Shattered savanna plateau
  323.     ERODED_BADLANDS: Eroded badlands
  324.     MODIFIED_WOODED_BADLANDS_PLATEAU: Modified wooded badlands plateau
  325.     MODIFIED_BADLANDS_PLATEAU: Modified badlands plateau
  326.   EntityType:
  327.     area_effect_cloud: Area effect cloud
  328.     armor_stand: Armor stand
  329.     arrow: Arrow
  330.     bat: Bat
  331.     blaze: Blaze
  332.     boat: Boat
  333.     cave_spider: Cave spider
  334.     chicken: Chicken
  335.     cod: Cod
  336.     complex_part: Complex part
  337.     cow: Cow
  338.     creeper: Creeper
  339.     dolphin: Dolphin
  340.     donkey: Donkey
  341.     dragon_fireball: Dragon fireball
  342.     dropped_item: Dropped item
  343.     drowned: Drowned
  344.     egg: Egg
  345.     elder_guardian: Elder guardian
  346.     enderman: Enderman
  347.     endermite: Endermite
  348.     ender_crystal: Ender crystal
  349.     ender_dragon: Ender dragon
  350.     ender_pearl: Ender pearl
  351.     ender_signal: Ender signal
  352.     evoker: Evoker
  353.     evoker_fangs: Evoker fangs
  354.     experience_orb: Experience orb
  355.     falling_block: Falling block
  356.     fireball: Fireball
  357.     firework: Firework
  358.     fishing_hook: Fishing hook
  359.     ghast: Ghast
  360.     giant: Giant
  361.     guardian: Guardian
  362.     horse: Horse
  363.     husk: Husk
  364.     illusioner: Illusioner
  365.     iron_golem: Iron golem
  366.     item_frame: Item frame
  367.     leash_hitch: Leash hitch
  368.     lightning: Lightning
  369.     lingering_potion: Lingering potion
  370.     llama: Llama
  371.     llama_spit: Llama spit
  372.     magma_cube: Magma cube
  373.     minecart: Minecart
  374.     minecart_chest: Minecart chest
  375.     minecart_command: Minecart command
  376.     minecart_furnace: Minecart furnace
  377.     minecart_hopper: Minecart hopper
  378.     minecart_mob_spawner: Minecart mob spawner
  379.     minecart_tnt: Minecart tnt
  380.     mule: Mule
  381.     mushroom_cow: Mushroom cow
  382.     ocelot: Ocelot
  383.     painting: Painting
  384.     parrot: Parrot
  385.     phantom: Phantom
  386.     pig: Pig
  387.     pig_zombie: Pig zombie
  388.     player: Player
  389.     polar_bear: Polar bear
  390.     primed_tnt: Primed tnt
  391.     pufferfish: Pufferfish
  392.     rabbit: Rabbit
  393.     salmon: Salmon
  394.     sheep: Sheep
  395.     shulker: Shulker
  396.     shulker_bullet: Shulker bullet
  397.     silverfish: Silverfish
  398.     skeleton: Skeleton
  399.     skeleton_horse: Skeleton horse
  400.     slime: Slime
  401.     small_fireball: Small fireball
  402.     snowball: Snowball
  403.     snowman: Snowman
  404.     spectral_arrow: Spectral arrow
  405.     spider: Spider
  406.     splash_potion: Splash potion
  407.     squid: Squid
  408.     stray: Stray
  409.     thrown_exp_bottle: Thrown exp bottle
  410.     tipped_arrow: Tipped arrow
  411.     trident: Trident
  412.     tropical_fish: Tropical fish
  413.     turtle: Turtle
  414.     unknown: Unknown
  415.     vex: Vex
  416.     villager: Villager
  417.     vindicator: Vindicator
  418.     weather: Weather
  419.     witch: Witch
  420.     wither: Wither
  421.     wither_skeleton: Wither skeleton
  422.     wither_skull: Wither skull
  423.     wolf: Wolf
  424.     zombie: Zombie
  425.     zombie_horse: Zombie horse
  426.     zombie_villager: Zombie villager
  427.   EnchantAliases:
  428.     protection_fire:
  429.    - FireProtection
  430.     damage_all:
  431.    - Sharpness
  432.     arrow_fire:
  433.    - Flame
  434.     water_worker:
  435.    - AquaAffinity
  436.     arrow_knockback:
  437.    - Punch
  438.     loyalty:
  439.    - LOYALTY
  440.     depth_strider:
  441.    - DepthStrider
  442.     vanishing_curse:
  443.    - VanishingCurse
  444.     durability:
  445.    - Unbreaking
  446.     knockback:
  447.    - Knockback
  448.     luck:
  449.    - Luck
  450.     binding_curse:
  451.    - BindingCurse
  452.     loot_bonus_blocks:
  453.    - Fortune
  454.     protection_environmental:
  455.    - Protection
  456.     dig_speed:
  457.    - Efficiency
  458.     mending:
  459.    - Mending
  460.     frost_walker:
  461.    - FrostWalker
  462.     lure:
  463.    - Lure
  464.     loot_bonus_mobs:
  465.    - Looting
  466.     protection_explosions:
  467.    - BlastProtection
  468.     damage_undead:
  469.    - Smite
  470.     fire_aspect:
  471.    - FireAspect
  472.     channeling:
  473.    - CHANNELING
  474.     sweeping_edge:
  475.    - SweepingEdge
  476.     thorns:
  477.    - Thorns
  478.     damage_arthropods:
  479.    - BaneOfArthropods
  480.     oxygen:
  481.    - Respiration
  482.     riptide:
  483.    - RIPTIDE
  484.     silk_touch:
  485.    - SilkTouch
  486.     protection_projectile:
  487.    - ProjectileProtection
  488.     impaling:
  489.    - IMPALING
  490.     protection_fall:
  491.    - FallProtection
  492.     - FeatherFalling
  493.     arrow_damage:
  494.    - Power
  495.     arrow_infinite:
  496.    - Infinity
  497.   PotionEffectAliases:
  498.     speed:
  499.    - Speed
  500.     slow:
  501.    - Slow
  502.     fast_digging:
  503.    - Fast digging
  504.     slow_digging:
  505.    - Slow digging
  506.     increase_damage:
  507.    - Increase damage
  508.     heal:
  509.    - Heal
  510.     harm:
  511.    - Harm
  512.     jump:
  513.    - Jump
  514.     confusion:
  515.    - Confusion
  516.     regeneration:
  517.    - Regeneration
  518.     damage_resistance:
  519.    - Damage resistance
  520.     fire_resistance:
  521.    - Fire resistance
  522.     water_breathing:
  523.    - Water breathing
  524.     invisibility:
  525.    - Invisibility
  526.     blindness:
  527.    - Blindness
  528.     night_vision:
  529.    - Night vision
  530.     hunger:
  531.    - Hunger
  532.     weakness:
  533.    - Weakness
  534.     poison:
  535.    - Poison
  536.     wither:
  537.    - Wither
  538.     health_boost:
  539.    - Health boost
  540.     absorption:
  541.    - Absorption
  542.     saturation:
  543.    - Saturation
  544.     glowing:
  545.    - Glowing
  546.     levitation:
  547.    - Levitation
  548.     luck:
  549.    - Luck
  550.     unluck:
  551.    - Unluck
  552.     slow_falling:
  553.    - Slow falling
  554.     conduit_power:
  555.    - Conduit power
  556.     dolphins_grace:
  557.    - Dolphins grace
  558. modify:
  559.   middlemouse: '&2Middle mouse click to edit'
  560.   newItem: '&7Place new item here'
  561.   newLine: '&2<NewLine>'
  562.   newLineHover: '&2Add new line'
  563.   newPage: '&2<NewPage>'
  564.   newPageHover: '&2Create new page'
  565.   removePage: '&c<RemovePage>'
  566.   removePageHover: '&cRemove page'
  567.   deleteSymbol: '&cX'
  568.   deleteSymbolHover: '&cDelete &e[text]'
  569.   extraEditSymbol: ' &6!'
  570.   addSymbol: ' &2+'
  571.   addSymbolHover: '&2Add new'
  572.   acceptSymbol: ' &2[!] '
  573.   acceptSymbolHover: '&2Accept'
  574.   denySymbol: ' &4[X] '
  575.   denySymbolHover: '&cDeny'
  576.   enabledSymbol: '&2[+]'
  577.   disabledSymbol: '&c[-]'
  578.   enabled: '&2Enabled'
  579.   disabled: '&cDisabled'
  580.   running: '&2Running'
  581.   paused: '&cPaused'
  582.   editSymbol: '&e✎'
  583.   editSymbolHover: '&eEdit &6[text]'
  584.   listUpSymbol: '&6⇑'
  585.   listUpSymbolHover: '&eUp'
  586.   listDownSymbol: '&6⇓'
  587.   listDownSymbolHover: '&eDown'
  588.   ChangeHover: '&eClick to change'
  589.   commandTitle: ' &e--- &6[name] &e---'
  590.   commandList: ' &e[command]  '
  591.   emptyLine: '&7[Empty line]'
  592.   commandEdit: '&eEdit list'
  593.   lineAddInfo: '&eEnter new line. Type &6cancel &eto cancel'
  594.   commandAddInfo: '&eEnter new command. Type &6cancel &eto cancel'
  595.   commandAddInformationHover: "&e[playerName] can be used to get player name \n&eTo\
  596.    \ include delay in commands: \n&edelay! 5 \n&eSpecialized commands are supported.\
  597.    \ More info at \n&ewww.spigotmc.org/wiki/cmi-specialized-commands/"
  598.   commandEditInfo: '&eClick to paste old text. Type &6cancel &eto cancel action. Type
  599.     &6remove &eto remove line'
  600.   commandEditInfoHover: '&eClick to paste old text'
  601. warp:
  602.   list: '&e[pos]. &6[warpName] &f- &7[worldName] ([x]:[y]:[z])'
  603. teleportation:
  604.   relocation: '!actionbar!&4Your teleport location was obstructed. You have been teleported
  605.     to a safe location.'
  606. afk:
  607.   'on': '&6AFK'
  608.   'off': '&7Playing'
  609.   left: '&6[playerDisplayName] &eis no longer AFK'
  610.   MayNotRespond: '&ePlayer is AFK and may not respond'
  611.   MayNotRespondStaff: '&eStaff memeber is AFK and may not respond. Try contacting
  612.     us through discord'
  613. BossBar:
  614.   hpBar: '&f[victim] &e[max]&f/&e[current] &f(&c-[damage]&f)'
  615. Potion:
  616.   Effects: '&8Potion effects'
  617.   List: '&e[PotionName] [PotionAmplifier] &eDuration: &e[LeftDuration] &esec'
  618.   NoPotions: '&eNone'
  619. Information:
  620.   Title: '&8Players information'
  621.   Health: '&eHealth: &6[Health]/[maxHealth]'
  622.   Hunger: '&eHunger: &6[Hunger]'
  623.   Saturation: '&eSaturation: &6[Saturation]'
  624.   Exp: '&eExp: &6[Exp]'
  625.   NotEnoughExp: '&eNot enough exp: &6[Exp]'
  626.   NotEnoughExpNeed: '&eNot enough exp: &6[Exp]/[need]'
  627.   NotEnoughVotes: '&eNot enough votes: &6[votes]'
  628.   BadGameMode: '&cYou can''t do this in your current game mode'
  629.   BadArea: '&cYou can''t perform this action in this area'
  630.   GameMode: '&eGameMode: &6[GameMode]'
  631.   GodMode: '&eGodMode: &6[GodMode]'
  632.   Flying: '&eFlying: &6[Flying]'
  633.   CanFly: '&eCanFly: &6[CanFly]'
  634.   Uuid: '&6[uuid]'
  635.   ip: '&eIp address: &6[address]'
  636.   FirstConnect: '&eFirst connection: &6[y]-[m]-[d]'
  637.   Lastseen: '&eLast seen: &6[time]'
  638.   Onlinesince: '&eOnline since: &6[time]'
  639.   Money: '&eMoney: &6[money]'
  640.   Group: '&eGroup: &6[group]'
  641. econ:
  642.   disabled: '&cCan''t use this command while economy support is disabled'
  643.   noMoney: '&cNot enough money in balance'
  644. Elytra:
  645.   Speed: '&eSpeed: &6[speed]&ekm/h'
  646.   SpeedBoost: ' &2+ '
  647.   SpeedSuperBoost: ' &6+ '
  648.   CanUse: '&cCan''t equip elytra without permission!'
  649.   Charging: '&eCharging &f[percentage]&e%'
  650. Selection:
  651.   SelectPoints: '&cSelect 2 points with selection tool! AKA: &6[tool]'
  652.   PrimaryPoint: '&ePlaced &6Primary &eSelection Point [point]'
  653.   SecondaryPoint: '&ePlaced &6Secondary &eSelection Point [point]'
  654.   CoordsTop: '&eX:&6[x] &eY:&6[y] &eZ:&6[z]'
  655.   CoordsBottom: '&eX:&6[x] &eY:&6[y] &eZ:&6[z]'
  656. NetherPortal:
  657.   ToHigh: '&cPortal is to big, max height is &6[max]&c!'
  658.   ToWide: '&cPortal is to wide, max width is &6[max]&c!'
  659.   Disabled: '&cPortal creation disabled!'
  660. Location:
  661.   Title: '&8Players location'
  662.   Killer: '&eKiller: &6[killer]'
  663.   DeathReason: '&eDeath Reason: &6[reason]'
  664.   World: '&eWorld: &6[world]'
  665.   X: '&eX: &6[x]'
  666.   Y: '&eY: &6[y]'
  667.   Z: '&eZ: &6[z]'
  668.   Pitch: '&ePitch: &6[pitch]'
  669.   Yaw: '&eYaw: &6[yaw]'
  670. Ender:
  671.   Title: '&7Open ender chest'
  672. Chat:
  673.   localPrefix: ''
  674.   shoutPrefix: '&c[S]&r'
  675.   shoutDeduction: '!actionbar!&cDeducted &e[amount] &cfor shout'
  676.   # Use \n to add new line
  677.   publicHover: '&eSent time: &6%server_time_hh:mm:ss%'
  678.   privateHover: '&eSent time: &6%server_time_hh:mm:ss%'
  679.   staffHover: '&eSent time: &6%server_time_hh:mm:ss%'
  680.   helpopHover: '&eSent time: &6%server_time_hh:mm:ss%'
  681.   link: '&l&4[&7LINK&4]'
  682.   item: '&7[%cmi_iteminhand_displayname%[amount]&7]'
  683.   itemAmount: ' x[amount]'
  684.   itemEmpty: '&7[Mighty fist]'
  685. command:
  686.   help:
  687.     output:
  688.       usage: '&eUsage: %usage%'
  689.       cmdInfoFormat: '[command] &f- &e[description]'
  690.       cmdFormat: '&6/[command]&f[arguments]'
  691.       helpPageDescription: '&e* [description]'
  692.       explanation: '&e * [explanation]'
  693.       title: '&e------ ======= &6CMI&e &e======= ------'
  694.   nocmd:
  695.     help:
  696.       info: '&eShows all available commands'
  697.       args: ''
  698.   actionbarmsg:
  699.     help:
  700.       info: '&eSends action bar message to player'
  701.       args: '[playerName/all] [message]'
  702.     info:
  703.       message: '&f[messsage]'
  704.   afk:
  705.     help:
  706.       info: '&eToggle afk mode. Reason could be provided'
  707.       args: (-p:playerName) (reasson)
  708.   afkcheck:
  709.     help:
  710.       info: '&eCheck players afk status'
  711.       args: '[playerName]'
  712.     info:
  713.       feedback: '&e[playerDisplayName]&e: &6[status]'
  714.       feedbackInactive: '&eInactive for past &6[time]'
  715.       feedbackReason: '&7[reason]'
  716.   air:
  717.     help:
  718.       info: '&eSet players air'
  719.       args: '[playerName] [amount]'
  720.     info:
  721.       feedback: '&eYou have set &3[amount]&e air for &3[playerName]&e (&3[offon]&e).'
  722.       targetFeedback: '&eYour air was set to &3[amount]&e by &3[senderDisplayName]&e.'
  723.       current: '&eCurrent &3[playerDisplayName] &eair: &3[amount]'
  724.   alert:
  725.     help:
  726.       info: '&eAlerts administration on players login'
  727.       args: '[playerName] (reason)'
  728.       explanation:
  729.      - '&ePermissions:'
  730.       - '&6command.alert.info.inform &e- to see alerts on player login'
  731.     info:
  732.       inform:
  733.      - '&e!Alert!******** &6[name] &4just loged in! &e*******!Alert!'
  734.       reason: '&eAlert reason: &6[reason]'
  735.       removed: '&6[playerDisplayName] &eremoved from alert list'
  736.       added: '&eAlert message will be sent to all administrators, if &6[playerDisplayName]
  737.         &ejoin''s in next 24Hours'
  738.       online: '&6[playerDisplayName] &ealready online'
  739.   aliaseditor:
  740.     help:
  741.       info: '&eAlias editor'
  742.       args: (new) (alias-cmd)
  743.     info:
  744.       ListNumber: '&e[number].'
  745.       aliasName: ' &6[alias]   '
  746.       commandList: ' &e/[command]  '
  747.       commandListDelay: ' &6[command]  '
  748.       permReq: '&2Requires custom permission: &6[state]'
  749.       permReqExplanation: '&7Will require &6cmi.customalias.[alias] &7to use it'
  750.       addAliasInfo: '&eEnter new alias. Type &6cancel &eto cancel'
  751.       addInfo: '&eEnter new command. Type &6cancel &eto cancel'
  752.       addInformationHover: "&eGlobal variables supported as of sender category \n\
  753.        &edelay! 5 &6to include delay in commands \n&e$1 &6will take provided variable\
  754.        \ by new command and will place in that place \n&e$1- &6takes all variables\
  755.        \ from this point and inserts into original commands \n&e? &6makes it valid\
  756.        \ when using any last variable. For Help page usage\n&efromConsole! will perform\
  757.        \ command from console"
  758.       editInfo: '&eClick to paste old text. Type &6cancel &eto cancel action. Type
  759.         &6remove &eto remove line'
  760.   armorstand:
  761.     help:
  762.       info: '&eOpen armor stand editor'
  763.       args: (last)
  764.     info:
  765.       cantClick: '&cCant do this. Someone is editing this armor stand'
  766.       tooFar: '&cArmor stand is too far'
  767.       coordX: '&cX'
  768.       coordY: '&2Y'
  769.       coordZ: '&eZ'
  770.       body: '&7Body rotation: &f[amount]'
  771.       head: '&7Head [coord]&7: &f[amount]'
  772.       torso: '&7Torso [coord]&7: &f[amount]'
  773.       leftArm: '&7Left arm [coord]&7: &f[amount]'
  774.       rightArm: '&7Right arm [coord]&7: &f[amount]'
  775.       leftLeg: '&7Left leg [coord]&7: &f[amount]'
  776.       rightLeg: '&7Right leg [coord]&7: &f[amount]'
  777.       pos: '&7Position [coord]&7: &f[amount]'
  778.       plate: '&7Plate'
  779.       size: '&7Small'
  780.       visible: '&7Visible'
  781.       arms: '&7Visible arms'
  782.       gravity: '&7Gravity'
  783.       glow: '&7Glowing'
  784.       invulnerable: '&7Invulnerable'
  785.       name: '&7Visible name'
  786.       interactable: '&7Interactable'
  787.       explanation: '&8Left or right mouse button adjusts value'
  788.       explanation2: '&8Hold shift to make it 10x faster'
  789.   attachcommand:
  790.     help:
  791.       info: '&eAttaches command to item'
  792.       args: '[command/-clear]'
  793.       explanation:
  794.      - Separate commands with ;;
  795.       - You can define to run command on left or right mouse click separately with
  796.       - '!left! to perform command on left mouse click'
  797.       - '!right! to perform command on right click'
  798.       - '!limiteduse:[amount]! defines how many times you can use this item'
  799.       - '!cc! performs command from console, requires cmi.command.attachcommand.cc
  800.         permission'
  801.       - '[interactedPlayer] inserts name of player you interacted while holding item'
  802.       - Global variables working in addition with [itemUses]
  803.     info:
  804.       list: ' &e[id]. &6[cmd]'
  805.       noCmds: ' &eThere is no comamnds attached to this item'
  806.       uses: '&eItem usages: &6[amount]'
  807.       usesLeft: '!actionbar!&eItem uses left: &6[itemUses]'
  808.   back:
  809.     help:
  810.       info: '&eTeleports back to last saved location'
  811.       args: (playerName) (-s)
  812.     info:
  813.       noinfo: '&4There is no saved location to return to!'
  814.       feedback: '&eReturned to last saved location (&6[worldName]&e,&6[x]&e,&6[y]&e,&6[z]&e)!'
  815.   balance:
  816.     help:
  817.       info: '&eCheck money balance'
  818.       args: (playerName)
  819.     info:
  820.       balance: '&eMoney: &6[money]'
  821.       balanceOther: '&6[playerDisplayName] &emoney: &6[money]'
  822.   baltop:
  823.     help:
  824.       info: '&eCheck top money list'
  825.       args: (playerName)
  826.     info:
  827.       topLine: '&e----- TopBalance &e-----'
  828.       topLineHover: '&eTotal server funds: &6[total]'
  829.       list: '&e[place]. &6[playerDisplayName]: &e[balance]'
  830.       ownLine: '&2[place]. &2[playerDisplayName]: &2[balance]'
  831.       recalculating: '&2Bal top is being recalculated, please wait a couple seconds
  832.         and try again'
  833.   ban:
  834.     help:
  835.       info: '&eBan player'
  836.       args: '[playerName] (reason) (-s)'
  837.       explanation:
  838.      - cmi.command.ban.bypass - to bypass ban
  839.     info:
  840.       message: '&cYou are banned from this server!'
  841.       reason: '&6Reason: &e[reason]'
  842.       defaultReason: '&eViolated server rules'
  843.       messageToAll: '&6[playerDisplayName] &egot banned by &6[senderDisplayName] &efor:
  844.        &6[reason]'
  845.       banedSilent: '&7[&8Silent&7]&6[playerDisplayName] &egot banned by &6[senderDisplayName]
  846.         &efor: &6[reason]'
  847.       noSelfBan: '&cYou can''t ban yourself'
  848.       cantBan: '&cYou can''t ban this player'
  849.   blockcycling:
  850.     help:
  851.       info: '&eCycle block states'
  852.       args: ''
  853.   blockinfo:
  854.     help:
  855.       info: '&eCheck block information'
  856.       args: ''
  857.     info:
  858.       Info: ' &eId: &6[id][data] &eMaterial: &6[name][ndata]'
  859.       RealName: ' &eReal name: &6[name]'
  860.       TempLight: ' &eTemperature: &6[temp]&e, Light - block: &6[blevel]&e, sky: &6[slevel]&e,
  861.         overral: &6[level]'
  862.       Resistance: ' &eResistance - Mining: &6[mining]&e, Explosion: &6[explosion]'
  863.       noteBlock: ' &eTone: &6[tone] &eOctave: &6[octave] &6Instrument: &e[instrument]
  864.         &6Pitch: &7[pitch]'
  865.       BlockState: ' &7[state]: &f[value]'
  866.   blocknbt:
  867.     help:
  868.       info: '&eShow block NBT information'
  869.       args: ''
  870.     info:
  871.       noNbt: '&eBlock does not contain any NBT data'
  872.   book:
  873.     help:
  874.       info: '&eBook editing'
  875.       args: '[Author/Title/Unlock] [value]'
  876.     info:
  877.       noitem: '&cNot holding any item in hand.'
  878.       notBook: '&cItem is not a written book.'
  879.       wrongValue: '&cItem is not a closed written book.'
  880.       inccorectAction: '&eIncorrect action name.'
  881.       authorChanged: '&eAuthor changed to: [author]'
  882.       titleChanged: '&eTitle changed to: [title]'
  883.       unlocked: '&eBook was unlocked'
  884.   bossbarmsg:
  885.     help:
  886.       info: '&eSends boss bar message to player'
  887.       args: '[playerName/all] (-sec:[seconds])(-t:[timeToKeepFor]) (-n:nameOfBar)
  888.         (-p:[maxValue/current]) (-c:[color]) (-s:[1,6,10,12,20]) (-cmd:"command;;command2")
  889.         (-a:[ticks]) [message]'
  890.       explanation:
  891.      - PlaceHolderAPI is supported for progression and text it self
  892.       - Time is defined in regular way, like 1s is one second and 1m is one minute.
  893.         This will determine for how long to keep bar shown for player before automatically
  894.         hiding
  895.       - nameOfBar is option and when defining same one, then current bar will update
  896.         with new information
  897.       - 'colors can be: red, green, pink, purple, white, yellow'
  898.       - max and current values determines bar fillup, PlaceHolderAPI variables can
  899.         be used for dinamic updates
  900.       - 'Examples:'
  901.       - /cmi bossbar Zrips BossBarTitle
  902.       - /cmi bossbarmsg all -t:1s -p:%server_max_players%/%server_online% -n:testbar
  903.         -c:red &2Title of bar %server_online%/%server_max_players% &e%cmi_user_name%
  904.       - /cmi bossbarmsg all -p:+1 -n:testbar - will add one percent towards current
  905.         progresion bar by name
  906.       - /cmi bossbarmsg all -p:-1 -n:testbar - will take out one percent from current
  907.         progresion bar by name
  908.       - /cmi bossbarmsg all -s:10 -n:testbar - will set bossbar style to 10 segments
  909.         by bar name
  910.       - /cmi bossbarmsg all -sec:5 - will count for 5 seconds from 0 to 5
  911.       - /cmi bossbarmsg all -sec:-5 - will count for 5 seconds from 5 to 0
  912.       - https://www.spigotmc.org/wiki/cmi-bossbar-usage/
  913.   broadcast:
  914.     help:
  915.       info: '&eSends special message to all players'
  916.       args: '[message]'
  917.       explanation:
  918.      - If message starts with ! then clean message will be shown
  919.     info:
  920.       format: '&e[&4Broadcast&e] &2[message]'
  921.   burn:
  922.     help:
  923.       info: '&eBurn a player'
  924.       args: (playerName) (time) (-s)
  925.     info:
  926.       feedback: '&eYou have put on fire &3[playerDisplayName]&e for &6[time] &e(&3[offon]&e).'
  927.       targetfeedback: '&eYou have been put on fire by &3[senderDisplayName]&e for
  928.         &6[time]&e.'
  929.   charges:
  930.     help:
  931.       info: '&eShows left charges'
  932.       args: '[playerName] [add/set/take/clear/reset] (-f)'
  933.     info:
  934.       charges: '&e* Charges: &6[current]&e/&6[max] [bypass]'
  935.       cd: '&e* CD: &6[cdtime] &eNext in: &6[time]'
  936.       bypass: '&6(Bypass)'
  937.       allUsed: '&eAll charges used! Next in [time]'
  938.       noGroup: '&eDon''t have an assigned charge group'
  939.       cantBreak: '&eYou can''t break until you have an assigned charge group'
  940.       minusCd: '&e Minus &6[sec]&esec on spawner charge cooldown'
  941.       add: '&eAdded &6[amount] &espawner charges for &6[playerDisplayName]'
  942.       set: '&eSet &6[amount] &espawner charges for &6[playerDisplayName]'
  943.       clear: '&eCleared all spawner charges for &6[playerDisplayName]'
  944.       reset: '&eReset spawner charge group for &6[playerDisplayName]'
  945.       take: '&eTook &6[amount] &espawner charges from &6[playerDisplayName]'
  946.   chat:
  947.     help:
  948.       info: '&eChat with target player through public messages'
  949.       args: '[playerName/off]'
  950.     info:
  951.       toggledOn: '&ePersistent chat have been started with &6[playerDisplayName]&e.
  952.         You can now write messages in public chat.'
  953.       toggledOff: '&eToggled off Persistent chat'
  954.       toggle: '&6[playerDisplayName] &ewants to enable persistent chat with you'
  955.   checkaccount:
  956.     help:
  957.       info: '&eCheck players another accounts'
  958.       args: (playerName/ip)
  959.       explanation:
  960.       - 'Extra permission: cmi.command.checkaccount.showip'
  961.     info:
  962.       place: '&e[place]. &6'
  963.       ip: '&6[ip]&e: '
  964.       name: '&6[name]&e(&6[times]&e)'
  965.       nonIpList: '&eAccounts: &6'
  966.       nonIpName: '&6[name]'
  967.       click: '&eClick to check &6[name] &eaccount'
  968.       noData: '&cThere is no records for this user'
  969.   checkban:
  970.     help:
  971.       info: '&eBan player'
  972.       args: (playerName)
  973.     info:
  974.       list: '&6[place]&e. &e[playerDisplayName] &6[time]'
  975.       permanent: '&3Permanent'
  976.       bannedUntil: '&eBanned for next: &6[time]'
  977.       reason: '&eReason: &6[reason]'
  978.       bannedBy: '&eBanned by: &6[sourceDisplayName]'
  979.       bannedWhen: '&eBanned at: &6[date]'
  980.   checkcommand:
  981.     help:
  982.       info: '&eCheck possible commands by keyword'
  983.       args: (key word)
  984.     info:
  985.       list: '&e[place]. &f[command] &7[args]'
  986.       hover: '&e[desc]'
  987.       variableColor: '&f'
  988.   checkexp:
  989.     help:
  990.       info: '&eCheck players exp'
  991.       args: (playerName)
  992.     info:
  993.       current: '&eLevel: &6[currentLevel] &eExp: &6[levelExp] &eTotal exp: &6[exp]'
  994.       need: '&eNeed exp until next level: &6[missingExp]'
  995.   checkperm:
  996.     help:
  997.       info: '&eCheck posible permission nodes'
  998.       args: (key word)
  999.     info:
  1000.       list: '&e[place]. [permission]'
  1001.       hover: '&e[desc]'
  1002.       permissionColor: '&6'
  1003.       cmdPermissionColor: '&2'
  1004.       variableColor: '&f'
  1005.       noPermissionFound: '&7No permissions found by this keyword'
  1006.   cheque:
  1007.     help:
  1008.       info: '&eConvert money into check'
  1009.       args: (playerName) [amount]
  1010.     info:
  1011.       transfered: '&eTransfered &6[amount] &eto your account. New balance: &6[balance]'
  1012.       chequeName: '&eCheque for &6[amount]'
  1013.       chequeLore:
  1014.      - '&r&fIssued by &7[senderDisplayName]'
  1015.       - '&r&fRight click to deposit'
  1016.       holdPaper: '&eHold paper in your hand'
  1017.       cantUse: '&eCan''t use this peace of paper. It has a cheque already!'
  1018.   clear:
  1019.     help:
  1020.       info: '&eClear players inventory'
  1021.       args: (playerName) (-s)
  1022.     info:
  1023.       feedback: '&eYou have cleared &3[playerDisplayName]&e inventory (&3[offon]&e).'
  1024.       targetfeedback: '&eYour inventory was cleared by &3[senderDisplayName]&e.'
  1025.   clearchat:
  1026.     help:
  1027.       info: '&eClears chat'
  1028.       args: '[self]'
  1029.       explanation:
  1030.      - 'Permission:'
  1031.       - ' &6cmi.command.clearchat.bypass &e- to ignore chat cleaning'
  1032.     info:
  1033.       information: '&eChat was cleared by &6[senderDisplayName]'
  1034.   clearender:
  1035.     help:
  1036.       info: '&eClear players ender chest'
  1037.       args: '[playerName] (-s)'
  1038.     info:
  1039.       feedback: '&eYou have cleared &3[playerDisplayName]&e ender chest (&3[offon]&e).'
  1040.       targetfeedback: '&eYour ender chest was cleared by &3[senderDisplayName]&e.'
  1041.   colorlimits:
  1042.     help:
  1043.       info: '&eShows all posible colors'
  1044.       args: (playerName)
  1045.     info:
  1046.       publicmessage: ' &ePublic: '
  1047.       privatemessage: ' &ePrivate: '
  1048.       nickname: ' &eNickName: '
  1049.       signs: ' &eSigns: '
  1050.       me: ' &eMe: '
  1051.       None: '&e-'
  1052.   colors:
  1053.     help:
  1054.       info: '&eShows all posible colors'
  1055.       args: (playerName)
  1056.     info:
  1057.       List:
  1058.      - '&e***************************************'
  1059.       - '     &0&%0  &1&%1  &2&%2  &3&%3  &4&%4  &5&%5  &6&%6  &7&%7'
  1060.       - '     &8&%8  &9&%9  &a&%a  &b&%b  &c&%c  &d&%d  &e&%e  &f&%f'
  1061.       - '       &%k - &kMagic&r      &%l - &lBold'
  1062.       - '       &%m - &mStrike&r     &%n - &nUline'
  1063.       - '       &%o - &oItalic&r      &%r - &rReset'
  1064.       - '&e***************************************'
  1065.   commandspy:
  1066.     help:
  1067.       info: '&eToggle command spy'
  1068.       args: (playerName)
  1069.       explanation:
  1070.      - cmi.command.commandspy.hide - Hides performed commands from commandspy
  1071.     info:
  1072.       command: '&5C&2Spy&7[&8[senderDisplayName]&7]&7: &f[command]'
  1073.       toggled: '&eCommand spy toggled to &6[state] &estate'
  1074.   compass:
  1075.     help:
  1076.       info: '&eSet players compass point to your location'
  1077.       args: '[sourceName] (targetName) (x) (z) (worldname) (-s)'
  1078.       explanation:
  1079.       - 'Example: /cmi compass Zhax'
  1080.       - /cmi compass Zrips Zhax
  1081.       - /cmi compass LT_Craft 0 0 Zrips -s
  1082.       - /cmi compass reset Zrips
  1083.     info:
  1084.       wrongworld: '&cYour defined world doesnt exist!'
  1085.       feedback: '&eYou have set &3[playerDisplayName] &ecompass arrow to &3[sourceDisplayName]
  1086.         &elocation.'
  1087.       feedbackCustom: '&eYou have set &3[playerDisplayName] &ecompass arrow to &3[x]
  1088.         [z] [world] &elocation.'
  1089.       targetFeedback: '&eYour compass target was set to &3[sourceDisplayName] &elocation
  1090.         by &3[senderName]&e.'
  1091.       targetFeedbackCustom: '&eYour compass target was set to &3[x] [z] [world] &elocation
  1092.         by &3[sourceDisplayName]&e.'
  1093.       reset: '&eCompass target got reset'
  1094.   condense:
  1095.     help:
  1096.       info: '&eCondense items into blocks'
  1097.       args: (itemName)
  1098.     info:
  1099.       converted: '&eConverted &7[items] &eitems into &7[blocks] &eblocks'
  1100.       nothing: '&cThere is nothing in your inventory that can be condensed.'
  1101.   counter:
  1102.     help:
  1103.       info: '&eStarts counter for surrounding players'
  1104.       args: '[join/leave/start] (t:time) (r:[range/-1]) (c:[world:x:y:z]) (msg:custom_message)
  1105.         (-f)'
  1106.       explanation:
  1107.      - '&ePermissions:'
  1108.       - '&6cmi.command.counter.force &e- to force counter for everyone in range '
  1109.       - '&6cmi.command.counter.time &e- define custom time range '
  1110.       - '&6cmi.command.counter.range &e- to define custom range'
  1111.       - '&6cmi.command.counter.msg &e- to define custom message'
  1112.       - '&6cmi.command.counter.autojoin &e- joins counter automatically'
  1113.       - -f will force counter to all players in range
  1114.       - 'Example: /cmi counter start r:30 t:7 msg:&eCustom_message -f'
  1115.     info:
  1116.       join: '&eJoined counter'
  1117.       leave: '&eLeft counter'
  1118.       go: '&eGO!'
  1119.       tooFast: '&cCant repeat command that fast, wait: &6[sec]&esec'
  1120.       noOne: '&cNo one seeing this counter!'
  1121.   cplaytime:
  1122.     help:
  1123.       info: '&eDetailed playtime'
  1124.       args: (playerName)
  1125.     info:
  1126.       moreDetails: '&7Click for more details'
  1127.       title: '&8[playerDisplayName] &7playtime'
  1128.       date: '&8[date]'
  1129.       time: '&7[hour]:00&f-&7[nextHour]:00'
  1130.       thishour: '&7Current hour'
  1131.       hourback: '&7Previous hour'
  1132.       today: '&7Today'
  1133.       yesterday: '&7Yesterday'
  1134.       thisweek: '&7Current week'
  1135.       week: '&77 day range'
  1136.       thismonth: '&7Current month'
  1137.       month: '&730 day range'
  1138.       thisyear: '&7Current year'
  1139.       year: '&7365 day range'
  1140.       total: '&7Total'
  1141.   ctext:
  1142.     help:
  1143.       info: '&eShows custom text'
  1144.       args: '[cText] (playerName)'
  1145.     info:
  1146.       list: '&eCustom Text''s: &6'
  1147.       check: '&eCheck: &6[text]'
  1148.   cuff:
  1149.     help:
  1150.       info: '&eSuspends players actions'
  1151.       args: '[playername] (true/false)'
  1152.     info:
  1153.       noChat: '&cAll your actions are suspended. You can''t chat.'
  1154.       noCommand: '&cYou cant use commands while suspended. &eAllowed: &6/msg, /r,
  1155.         /tell'
  1156.       cuffed: '&6[playerDisplayName] &ecuffed'
  1157.       unCuffed: '&6[playerDisplayName] &euncuffed'
  1158.       free: '&eYou are free now'
  1159.       gotCuffed: '&eYou have been cuffed'
  1160.       cantCuff: '&cYou can''t cuff this player!'
  1161.   customrecipe:
  1162.     help:
  1163.       info: '&eManages item custom recipes'
  1164.       args: ''
  1165.     info:
  1166.       removed: '&eRecipe removed: [id]. For FULL effect you will need server restart.'
  1167.       noRecipe: '&eThere is no custom recipe by this id'
  1168.       edit: '&8Edit recipe (&6[type]&8)'
  1169.       addNew: '&eAdd new recipe (&6[type]&e)'
  1170.       shapelessRecipe: '&6Make new shapeless recipe'
  1171.       shapedRecipe: '&eMake new shaped recipe'
  1172.       furnaceRecipe: '&2Make new furnace recipe'
  1173.       mainTitle: '&8Custom recipes (&7[current]&8/&7[total]&8)'
  1174.   dback:
  1175.     help:
  1176.       info: '&eReturns to death location'
  1177.       args: (playerName) (-s)
  1178.     info:
  1179.       noinfo: '&4There is no saved location to return to!'
  1180.       feedback: '&6Returned to last saved location ([world],[x],[y],[z])!'
  1181.   disableenchant:
  1182.     help:
  1183.       info: '&eDisable enchantment'
  1184.       args: '[enchant/id] (disable/enable)'
  1185.     info:
  1186.       title: Enchant disabler
  1187.       feedback: '&6[enchantName] &ehas been [state]'
  1188.   dispose:
  1189.     help:
  1190.       info: '&eDispose of unneeded items'
  1191.       args: (playerName)
  1192.     info:
  1193.       title: '&cPlace all items you don''t need'
  1194.   dsign:
  1195.     help:
  1196.       info: '&eManage dynamic signs'
  1197.       args: (new)
  1198.       explanation:
  1199.      - Look at sign and perform /cmi dsign new
  1200.     info:
  1201.       howTo: '&cThis is not dynamic sign, to create new perform &e/cmi dsign new'
  1202.       gui: '&7---- &f<Open gui> &7----'
  1203.       guiHover: '&7Open dynamic sign settings GUI'
  1204.       individual: '&7Individual: [state]'
  1205.       individualLore:
  1206.      - '&2True &7- Will result sign to be different for each player'
  1207.       - '&2True &7- Will update player placeholders'
  1208.       - '&2False &7- Will result in sign to be physically updated'
  1209.       - '&2False &7- Is more efficient but more limited at same time'
  1210.       interval: '&7Update every &6[second] &7second'
  1211.       intervalLore:
  1212.      - '&7How often in second update sign information'
  1213.       - '&7This also defines line scrooll speed'
  1214.       range: '&7Activation range: &6[blocks]'
  1215.       rangeLore:
  1216.      - '&7Defines area around sign to trigger updates'
  1217.   dye:
  1218.     help:
  1219.       info: '&eDye leather armor'
  1220.       args: (playerName) (red,green,blue/hexCode/colorName/random/clear/rainbow/day/biome/health/day)
  1221.         (-s)
  1222.     info:
  1223.       color: '&eCurrent color - &c[red],&2[green],&9[blue] &eHex:&6#[hex]'
  1224.       custom: '&eEnabled custom color mode: &6[mode]'
  1225.   editctext:
  1226.     help:
  1227.       info: '&eCustom text editor'
  1228.       args: ''
  1229.     info:
  1230.       noText: '&cCant find custom text by this name'
  1231.       editInfo: '&eClick to paste old text. Type &6cancel &eto cancel action. Type
  1232.         &6remove &eto remove line'
  1233.       addInfo: '&eEnter new line text. Type &6cancel &eto cancel'
  1234.       addInformationHover: "&eGlobal variables supported as of sender category \n\
  1235.        &eTo include clickable messages: \n&e<T>&rText&e</T><H>&rHover text&e</H><C>&rcommand&e</C><SC>&rSuggested\
  1236.        \ text&e</SC> \n&6<T> &eand &6</T> &erequired, other is optional \n&eUse \\\
  1237.        u005Cn to break line \n&eTo have more than one JSON message use <Next> \n\
  1238.        &6<CC> &eperforms console command once \n&6<CCI> &eperforms console commands\
  1239.        \ every time player clicks text \n&6<URL> &eallows to add url to redirect\
  1240.        \ player into web page"
  1241.       newInfo: '&eEnter name of new custom text. Type &6cancel &eto cancel'
  1242.       deleteInfo: '&eType in &6confirm &eto confirm removal or type &6cancel &eto
  1243.         cancel this action'
  1244.       deleted: '&eCustom text (&6[ctext]&e) was removed'
  1245.       createdNew: '&eCustom text (&6[ctext]&e) was created'
  1246.       createNew: '&2 + '
  1247.       createNewHover: '&eAdd new'
  1248.       autoPage: '&eAuto page: &6[state]'
  1249.       autoAlias: '&eAuto alias: &6[state]'
  1250.       permReq: '&eRequires permission: &6[state]'
  1251.       list: '&eCustom Text''s: &6'
  1252.   editlocale:
  1253.     help:
  1254.       info: '&eEdit your locale file'
  1255.       args: (keyword(-s))
  1256.     info:
  1257.       found: '&7********* &eFound: [found] &7*********'
  1258.   editplaytime:
  1259.     help:
  1260.       info: '&eEdit players playtime'
  1261.       args: (playerName) [add/take/set] [amount] (-s)
  1262.     info:
  1263.       cantSet: '&cFailed to change playtime'
  1264.       set: '&eChanged from &6[old] &eto &6[new]'
  1265.   editwarnings:
  1266.     help:
  1267.       info: '&eCheck player warnings'
  1268.       args: (playerName/clearall) (clear)
  1269.     info:
  1270.       list: '&7[place]. &e[time] &6by [warnedBy] &cfor: &7[warnedFor]'
  1271.       hover: '&7Expires in: [time]'
  1272.       cleared: '&eAll warnings from player got cleared'
  1273.       allCleared: '&eAll warnings from ALL players got cleared'
  1274.   editwarp:
  1275.     help:
  1276.       info: '&eEdit warps'
  1277.       args: (warpName)
  1278.     info:
  1279.       placeItem: '&2Place item to set custom icon'
  1280.       placeOffItem: '&2Place item to set custom off icon'
  1281.       autoLore: '&2Auto lore generation: [state]'
  1282.       permission: '&2Requires permission to use: [state]'
  1283.       reqPermission: '&2Show without permission: [state]'
  1284.       location: '&2Set new location'
  1285.       slot: '&2Slot: &6[slot]'
  1286.       page: '&2Page: &6[page]'
  1287.       overllaps: '&2Overllaps with:'
  1288.       notSet: '&eNot set'
  1289.   effect:
  1290.     help:
  1291.       info: '&eAdds potion effect to player. use clear to remove all effects'
  1292.       args: '[playername] [effect/clear] (duration) (multiplier) (-s) (-visual)'
  1293.       explanation:
  1294.      - -visual will add visible bubbles and icon on top right corner
  1295.       - 'Examples:'
  1296.       - /cmi effect zrips nightvision 60 1 - will give 60 sec night vision for Zrips
  1297.       - /cmi effect zrips nightvision +10 - will add 10 sec to current night vision
  1298.         time
  1299.       - /cmi effect zrips nightvision -10 - will take out 10 sec from current night
  1300.         vision time
  1301.     info:
  1302.       feedback: '&ePotion effect &6[effect] &eadded to &3[playerDisplayName]&e for
  1303.         &6[sec]sec&e with power of &6[power] &e(&3[offon]&e).'
  1304.       cleared: '&ePotion effects have been cleared for &3[playerDisplayName]&e (&3[offon]&e).'
  1305.   enchant:
  1306.     help:
  1307.       info: '&eEnchant items'
  1308.       args: (playerName) [enchant] [level] (-o) (-onlyvalid) (-inform) (-s) (-i:[itemName(:data)])
  1309.       explanation:
  1310.      - -o will take item from offhand
  1311.     info:
  1312.       feedback: '&eYou have enchanted item with &3[enchant]:[level]&e enchantment
  1313.         for &3[playerDisplayName]&e (&3[offon]&e).'
  1314.       removed: '&eYou have removed &3[enchant] &eenchanted from item for &3[playerDisplayName]&e
  1315.         (&3[offon]&e).'
  1316.       cleared: '&eCleared &3ALL &eenchantments from item for &3[playerDisplayName]&e
  1317.         (&3[offon]&e).'
  1318.       noitem: '&cNot holding any item in hand.'
  1319.       invalidEnchant: '&cYou dont have permission to enchant item with invalid enchantment'
  1320.       inccorectId: '&eIncorrect enchant name or id.'
  1321.       wrongItem: '&eWrong item in your hand'
  1322.       levellimit: '&cLevel is too high, max allowed is &e[level].'
  1323.       posible: '&ePossible enchants: '
  1324.       posibleList: '&6[enchant]'
  1325.   ender:
  1326.     help:
  1327.       info: '&eOpens players ender chest'
  1328.       args: (playerName)
  1329.       explanation:
  1330.      - cmi.command.ender.preventmodify - prevents inventory modifications
  1331.       - cmi.enderedit - allows to edit opened inventory
  1332.     info:
  1333.       title: '&8[playerDisplayName] Ender Chest'
  1334.       feedback: '&eYou are editing &3[playerDisplayName] &eender inventory (&3[offon]&e).'
  1335.   entityinfo:
  1336.     help:
  1337.       info: '&eCheck entity information'
  1338.       args: ''
  1339.     info:
  1340.       type: '&eEntity Type: &6[type]'
  1341.       customName: '&eCustom name: &6[name]'
  1342.       health: '&eHealth: &6[current]&e/&6[max]'
  1343.       lastDamage: '&eLast damage cause: &6[cause]'
  1344.       tamed: '&eTamed: &6[state]'
  1345.       owner: '&eOwner: &6[playerDisplayName]'
  1346.   entitynbt:
  1347.     help:
  1348.       info: '&eCheck entity nbt information'
  1349.       args: ''
  1350.   exp:
  1351.     help:
  1352.       info: '&eManage players exp. Use L to set levels'
  1353.       args: '[playerName] [add/set/take/clear] [amount]'
  1354.       explanation:
  1355.      - 'Example:'
  1356.       - /exp 10
  1357.       - /exp add 10
  1358.       - /exp set 10L
  1359.       - /exp take 10
  1360.       - /exp Zrips clear
  1361.       - /exp Zrips add 10
  1362.     info:
  1363.       current: '&e[playerDisplayName] &eis at &6[lvl]&elvl with &6[currentExp]&eexp
  1364.         or with &6[exp]&eexp in total.'
  1365.       selfFeedback: '&eExp was set to &3[exp] &efor &3[playerDisplayName]&e (&3[offon]&e).'
  1366.       targetFeedback: '&eYour exp was set to &3[exp]&e by &3[senderDisplayName]&e.'
  1367.   ext:
  1368.     help:
  1369.       info: '&eExtinguish a player'
  1370.       args: (playerName) (-s)
  1371.     info:
  1372.       feedback: '&eYou have extinguished &3[playerDisplayName]&e (&3[offon]&e).'
  1373.       targetfeedback: '&eYou have been extinguished by &3[senderDisplayName]&e.'
  1374.   feed:
  1375.     help:
  1376.       info: '&eFeed player'
  1377.       args: '[playerName]'
  1378.     info:
  1379.       feedback: '&eYou have fed &3[playerDisplayName]&e (&3[offon]&e).'
  1380.       targetfeedback: '&eYou have been fed by &3[senderDisplayName]&e.'
  1381.   fixchunk:
  1382.     help:
  1383.       info: '&eScans for damaged chunks'
  1384.       args: '&ew &6[worldName]&e r &6[range in chunks]&e c &6[x:z]&e '
  1385.       explanation:
  1386.      - '&6SubCommands:'
  1387.       - '- &6stats &e- show current scanning stats'
  1388.       - '- &6pause &e- pause scaning'
  1389.       - '- &6continue &e- continue scaning'
  1390.       - '- &6stop &e- stop scaning'
  1391.       - '- &6speed [amount] &e- set current scan speed'
  1392.       - '- &6autospeed [true/false] &e- set autospeed turned off or on'
  1393.       - '- &6messages [true/false] &e- set message output to off or on'
  1394.       - 'Example:'
  1395.       - /fixchunk w LT_Craft
  1396.       - /fixchunk w LT_Craft r 50 c 1024:-2048
  1397.       - /fixchunk w LT_Craft r g
  1398.       - /fixchunk fix
  1399.     info:
  1400.       startScanning: '&eFound &6[amount] &echunks to check. Starting!'
  1401.       paused: '&eScanning paused, to continue use &6/cmi fixchunk continue.'
  1402.       continuing: '&eScan continuing'
  1403.       stoped: '&eScanning stoped. You can check the results with /cmi fixchunk info'
  1404.       speedChange: '&eSpeed changed to [amount]'
  1405.       autospeedChange: '&eAutoSpeed changed to [state]'
  1406.       messagesChange: '&eMessage state changed to [state]'
  1407.       NoInfo: '&eThere is no info'
  1408.       InfoShow: '&6TPS: &3[tps] &6Left &e[left] &6(&e[min]m:[sec]s&6) &6Speed: &e[speed]
  1409.         &6Found: &e[found]'
  1410.       scanList: '&2[number]. &7X:&f[x] &7Z:&f[z]'
  1411.       finished: '&eScanning finished, use &6/cmi fixchunk fix &eto fix found issues.
  1412.         &cChunks will be regenerated!'
  1413.       fixed: '&2[number] &echunks fixed'
  1414.       total: '&eChecking from [current]/[until] from total of [total]'
  1415.       stats:
  1416.      - '&e************************************************************'
  1417.       - '&e* &6Chunks: &e[checked]/[total]'
  1418.       - '&e* &6Scan range: &e[range]'
  1419.       - '&e* &6Scan speed: &e[scanspeed] &6(&e[autospeed]&6)'
  1420.       - '&e* &6Real speed: &e[cps] &6CPS (&e[avgcps] avg&6)'
  1421.       - '&e* &6World: &e[world]'
  1422.       - '&e* &6Found: &e[found]'
  1423.       - '&e* &6Time: &e[min]min [sec]sec'
  1424.       - '&e************************************************************'
  1425.   flightcharge:
  1426.     help:
  1427.       info: '&eCheck flight charges'
  1428.       args: (add/take/set/show/expcharge/moneycharge/recharge) (playerName) (amount)
  1429.     info:
  1430.       charge: '&eCurrent charge: &6[charge]&e/&6[max]'
  1431.       changed: '&eYour flight charge level changed to &6[charge]'
  1432.       newCharge: '&eNew charge level: &6[charge]'
  1433.       bossbar: '&2>> &fFlight Charge [charge][changeAmount]&7/&f[max] &2<<'
  1434.       guiTitle: '&8Flight recharge'
  1435.       buttonExp: '&6Recharge with exp'
  1436.       buttonMoney: '&6Recharge with money'
  1437.       guiLore:
  1438.      - '&eLeft click +1'
  1439.       - '&6Shift left click +10'
  1440.       - '&eRight click +100'
  1441.       - '&6Shift right click +1000'
  1442.       changeAmount: '&e([amount]&e)'
  1443.   fly:
  1444.     help:
  1445.       info: '&eSet players fly true or false'
  1446.       args: '[playerName] [true/false] (-s)'
  1447.     info:
  1448.       feedback: '&eYou have set fly to &3[boolean]&e for &3[playerDisplayName]&e (&3[offon]&e).'
  1449.       targetFeedback: '&eYour fly mode set to &3[boolean]&e by &3[senderDisplayName]&e.'
  1450.   flyc:
  1451.     help:
  1452.       info: '&eToggle flight charge mode'
  1453.       args: (playerName) (true/false) (-s)
  1454.     info:
  1455.       feedback: '&eYou have set fly charge mode to &3[boolean]&e for &3[playerDisplayName]&e
  1456.         (&3[offon]&e).'
  1457.       targetFeedback: '&eYour fly charge mode set to &3[boolean]&e by &3[senderDisplayName]&e.'
  1458.       targetFeedbackSelf: '&eYour fly charge mode set to &3[boolean]'
  1459.       noCharge: '&eFlight charge is depleted'
  1460.   flyspeed:
  1461.     help:
  1462.       info: '&eSet players fly speed from 0 to 10'
  1463.       args: '[playerName] [amount] (-s)'
  1464.     info:
  1465.       feedback: '&eYou have set &3[amount]&e fly speed for &3[playerDisplayName]&e
  1466.         (&3[offon]&e).'
  1467.       targetfeedback: '&eYour flyspeed was set to &3[amount]&e by &3[senderDisplayName]&e.'
  1468.       max: '&eMax allowed fly speed for you is &6[max]&e.'
  1469.   gamerule:
  1470.     help:
  1471.       info: '&eManage gamerules'
  1472.       args: ''
  1473.   getbook:
  1474.     help:
  1475.       info: '&eGet book'
  1476.       args: '[cTextName] (playerName)'
  1477.     info:
  1478.       list: '&eBooks: &6'
  1479.       check: '&eCheck: &6[text]'
  1480.       title: '&7[title]'
  1481.   give:
  1482.     help:
  1483.       info: '&eGive item to player'
  1484.       args: (playerName) [itemname:([dataValue])] (amount)
  1485.       explanation:
  1486.      - Name and lore supports placeholders
  1487.       - 'Example: /give stone'
  1488.       - /give Zrips stone 5 n Stonehenge
  1489.       - /give stick e knockback:1
  1490.       - /give Zrips sponge l Got_item_on:_%date/YY/MM/dd-HH:mm:ss%
  1491.       - /cmi give Zrips sponge 1 e Knockback:%rand/1-5%
  1492.       - /cmi give Zrips sponge %rand/1-10%
  1493.       - /give sponge a maxhealth:5:mainhand
  1494.       - /give diamond_sword unbreakable
  1495.       - /give mob_spawner:creeper
  1496.       - /give minecraft:diamond_helmet 1 0 {ench:[{id:0,lvl:100},{id:2,lvl:100},{id:34,lvl:100}]}
  1497.     info:
  1498.       feedback: '&6Giving &e[amount] &6of &e[itemname] &6(&e[customitemname]&6) to
  1499.         &e[playerDisplayName]'
  1500.       wrongEntityId: '&cWrong entity id'
  1501.       maxLimit: '&cYou cant give more than &7[max] &citems in one go'
  1502.       maxLimitResize: '&cYou cant give more than &7[max] &cResizing to limit.'
  1503.   giveall:
  1504.     help:
  1505.       info: '&eGive item to all players'
  1506.       args: '[itemname] (amount) (e|l|n|offline)'
  1507.       explanation:
  1508.      - '&e- give item name or its id with data value'
  1509.       - '&e- optionaly provide amount you want to giv '
  1510.       - '&e- &6n &e- to define itemname '
  1511.       - '&e- &6l &e- todefine item lore '
  1512.       - '&e- &6e &e - to define item enchants '
  1513.       - '&e- &6-s &e - wont show feedback message '
  1514.       - '&e- &6h &e - followed with player name will give item from its hand '
  1515.       - '&e- &6inv &e - followed by player name will give entire inventory for others '
  1516.       - '&e- &6offline &e- to include offline players'
  1517.       - '&ecmi giveall stone 1 n &2Uber_stone l &3Stone_lore offline'
  1518.       - '&ecmi giveall h Zrips'
  1519.       - '&ecmi giveall inv Zrips'
  1520.     info:
  1521.       starting: '&6Starting to give items for all players, this can take some time.'
  1522.       running: '&6[amount] already got item, still running.'
  1523.       feedback: '&6Finished. &e[amount] &6players got item.'
  1524.   glow:
  1525.     help:
  1526.       info: '&eSet players to glow mode'
  1527.       args: (playerName) [true/false/color/gui]
  1528.       explanation:
  1529.       - 'Example: /glow Zrips red'
  1530.       - 'Permissions: cmi.command.glow.[color] - allows to set particular glow color'
  1531.     info:
  1532.       feedback: '&eYou have set [color]glow &eto &3[boolean]&e for &3[playerDisplayName]&e
  1533.         (&3[offon]&e).'
  1534.       targetfeedback: '&eYour [color]glow &emode set to &3[boolean]&e by &3[senderDisplayName]&e.'
  1535.   gm:
  1536.     help:
  1537.       info: '&eSet players game mode'
  1538.       args: '[playerName] [gamemode]'
  1539.     info:
  1540.       feedback: '&eYou have set &3[gameMode]&e game mode for &3[playerDisplayName]&e
  1541.         (&3[offon]&e).'
  1542.       targetfeedback: '&eYour game mode was set to &3[gameMode]&e by &3[senderDisplayName]&e.'
  1543.   god:
  1544.     help:
  1545.       info: '&eSet players god mode to true or false'
  1546.       args: '[playerName] (true/false) (-s)'
  1547.     info:
  1548.       feedback: '&eYou have set god to &3[boolean]&e for &3[playerDisplayName]&e (&3[offon]&e).'
  1549.       targetfeedback: '&eYour god mode was set to &3[boolean]&e by &3[senderDisplayName]&e.'
  1550.   groundclean:
  1551.     help:
  1552.       info: '&eClears server of unnecessary items'
  1553.       args: (+cb) (+cm) (+ci) (+b)
  1554.       explanation:
  1555.      - +cm will include minecarts into cleaning
  1556.       - +cb will include boats into cleaning
  1557.       - +ci defines if you want to include weapons and armors
  1558.       - +b broadcasts clear message to everyone
  1559.     info:
  1560.       removed: '&eRemoved -[list]'
  1561.       items: ' &eItems: &6[items]'
  1562.       arrows: ' &eArrows: &6[arrows]'
  1563.       exporbs: ' &eExpOrbs: &6[exporbs]'
  1564.       blocks: ' &eFallingBlocks: &6[blocks]'
  1565.       projectiles: ' &eProjectiles: &6[projectiles]'
  1566.       tnt: ' &ePrimedTnt: &6[tnt]'
  1567.       boat: ' &eBoats: &6[boat]'
  1568.       minecart: ' &eMinecarts: &6[minecart]'
  1569.       nothing: '&eNothing to remove.'
  1570.   haspermission:
  1571.     help:
  1572.       info: '&eCheck if player has particular permission'
  1573.       args: (playerName) [permissionNode]
  1574.     info:
  1575.       title: '&6[playerDisplayName] &e-> &6[permission]'
  1576.       none: '&ePermission is not set for player and he is not OP. Results to &6[state]'
  1577.       hardSet: '&eHard set to &6[state] &eby some plugin'
  1578.       notHardSet: '&eNot hard set, can result to &cFalse &ein some cases'
  1579.       ops: '&eResults to &6[state] &ebecause player is OP'
  1580.   hat:
  1581.     help:
  1582.       info: '&ePlace item like hat'
  1583.       args: (playerName)
  1584.     info:
  1585.       feedback: '&6You have successfully changed hat!'
  1586.       targetfeedback: '&6Your hat was changed by &3[senderDisplayName]&6!'
  1587.       fullinv: '&3[playerDisplayName] &6inventory is full, can''t change hat!'
  1588.   head:
  1589.     help:
  1590.       info: '&eGet players head'
  1591.       args: '[sourceName] (targetName) (-s)'
  1592.     info:
  1593.       Feedback: '&3[headName] &6head created!'
  1594.       targetFeedback: '&eYou got &3[headName] &ehead from &3[senderDisplayName]&e!'
  1595.   heal:
  1596.     help:
  1597.       info: '&eHeal player'
  1598.       args: '[playerName] (healamount/healpercent)'
  1599.     info:
  1600.       feedback: '&eYou have healed &3[playerDisplayName]&e (&3[offon]&e).'
  1601.       targetfeedback: '&eYou have been healed by &3[senderDisplayName]&e.'
  1602.   helpop:
  1603.     help:
  1604.       info: '&eSends a message for help to staff members'
  1605.       args: '[message]'
  1606.       explanation:
  1607.      - Requires cmi.command.helpop.inform too see messages
  1608.     info:
  1609.       message: '&c[Help]&4[&7[senderDisplayName]&4]&r&c [message]'
  1610.   hideflags:
  1611.     help:
  1612.       info: '&eHides item flags'
  1613.       args: (playerName) [flagName/clear]
  1614.     info:
  1615.       feedback: '&eYou have added new flag to item for &3[playerDisplayName]&e (&3[offon]&e).'
  1616.       cleared: '&eCleared &3ALL &eflags from item for &3[playerDisplayName]&e (&3[offon]&e).'
  1617.       noitem: '&cNot holding any item in hand.'
  1618.       inccorectId: '&eIncorrect flag name.'
  1619.   hologram:
  1620.     help:
  1621.       info: '&eCreate holograms'
  1622.       args: ''
  1623.     info:
  1624.       howTo: '&cTo create new hologram perform &e/cmi hologram new &6[name]'
  1625.       gui: '&7---- &f<Open settings gui> &7----'
  1626.       guiHover: '&7Open hologram settings GUI'
  1627.       interval: '&7Update every &6[second] &7second'
  1628.       intervalLore:
  1629.      - '&7How often is second update hologram information'
  1630.       - '&7If text is not changing, set it to -1'
  1631.       text: '&7Spacing for text &6[space]'
  1632.       icon: '&7Spacing for icons &6[space]'
  1633.       iconLore:
  1634.      - '&7Defines distance between objects'
  1635.       range: '&7Show range: &6[blocks]'
  1636.       rangeLore:
  1637.      - '&7Defines area around hologram to show or hide it'
  1638.       updateRange: '&7Update range: &6[blocks]'
  1639.       updateRangeLore:
  1640.      - '&7Defines area around hologram to trigger update'
  1641.       relocate: '&7Relocate'
  1642.       relocateLore:
  1643.      - '&7Relocates hologram to your current location'
  1644.       order: '&7Downwards placement: &6[state]'
  1645.       moveX: '&7X:&e[x]'
  1646.       moveY: '&7Y:&e[y]'
  1647.       moveZ: '&7Z:&e[z]'
  1648.       shift:
  1649.      - '&eChange by 0.01 or hold shift to change by 0.1'
  1650.       list: '&6[place]&e. [name]'
  1651.       addInfo: '&eEnter new line text. Type &6cancel &eto cancel. Extra variables:
  1652.        &6ICON:&7[Value] &6SICON:&7[Value]&e where &7Value&e- &7[MaterialName-amount]%enchanted%&e,
  1653.         &7%itemInHand%&e, &7Head:[headOwner]'
  1654.   home:
  1655.     help:
  1656.       info: '&eTeleport to home location'
  1657.       args: (homeName) (playerName) (whoTeleport)
  1658.     info:
  1659.       list: '&eHomes: &6'
  1660.       listNonePrivate: '&f'
  1661.       listPrivate: '&2'
  1662.       click: '&eClick to teleport to &6[home]'
  1663.       teleported: '&eTeleported to home (&6[home]&e) location'
  1664.       noHomes: '&cThere is no saved home'
  1665.       private: '&cThis home location is private!'
  1666.   homes:
  1667.     help:
  1668.       info: '&eCheck home list'
  1669.       args: (playerName)
  1670.   hunger:
  1671.     help:
  1672.       info: '&eSet player hunger'
  1673.       args: '[playerName] [amount]'
  1674.     info:
  1675.       feedback: '&eYou have set &3[hunger]&e hunger for &3[playerDisplayName]&e (&3[offon]&e).'
  1676.       targetfeedback: '&eYour hunger was set to &3[hunger]&e by &3[senderDisplayName]&e.'
  1677.   ic:
  1678.     help:
  1679.       info: '&eCreate interactive command'
  1680.       args: (new) (name)
  1681.     info:
  1682.       titleC: ' &e--- &6[name] '
  1683.       titleB: '&e[type] &e---'
  1684.       public: ' &2[Public]'
  1685.       notPublic: ' &7[NotPublic]'
  1686.       editSign: ' &e[EditSignLines]'
  1687.       publicHover: "&eChange public status. \nSigns on top line &e[ic:[name]]"
  1688.       createdPublic: '&eCreated new interactive sign'
  1689.       list: '&e[place]. &6[name]'
  1690.       listType: ' &e[type]    '
  1691.       editCommands: '&eEdit commands'
  1692.       editBlocks: ' &eEdit blocks'
  1693.       addBlock: '&eAdd the block you are looking at'
  1694.       addEntity: ' &eAdd the entity you are looking at'
  1695.       manageCommands: '&eSwitch to command editor'
  1696.       manageBlockEnt: '&eSwitch to block/entity editor'
  1697.       locList: '&e[place]. &6[type]   '
  1698.       entList: '&e[place]. &6[type]   '
  1699.       ListHover:
  1700.       - '&eWorld: &6[world]'
  1701.       - '&eX:[x] &6Y:[y] &eZ:[z]'
  1702.       notPublicIc: '&cYou cant use this, its not public'
  1703.       noCommandBlocks: '&eThere are no interactive commands'
  1704.       commandList: ' &e[command]  '
  1705.       block: (Block)
  1706.       entity: (Entity)
  1707.       both: (Both)
  1708.       none: (None)
  1709.       addedNew: '&eAdded new block/entity for &6[name]'
  1710.       dontExist: '&cAn interactive command doesnt exist by this name'
  1711.       exists: '&cAn interactive command with this name already exists'
  1712.       blockExist: '&cThis block is already being used by &e[name]'
  1713.       entityExist: '&cThis entity is already being used by &e[name]'
  1714.       cantUsePlayer: '&cYou cant use a regular player as command entity'
  1715.       addInfo: '&eEnter new command. Type &6cancel &eto cancel'
  1716.       addInformationHover: "&eGlobal variables supported as of sender category \n\
  1717.        &eTo include delay in commands: \n&edelay! 5 \n&eAditional variables can be\
  1718.        \ used to insert variables by their place \n&e$1 will take provided variable\
  1719.        \ by new command and will place in that place \n&e$1- takes all variables\
  1720.        \ from this point and inserts into original commands"
  1721.       editInfo: '&eClick to paste old text. Type &6cancel &eto cancel action. Type
  1722.         &6remove &eto remove line'
  1723.   ifoffline:
  1724.     help:
  1725.       info: '&ePerform command only when player is offline'
  1726.       args: '[playerName] (command)'
  1727.   ifonline:
  1728.     help:
  1729.       info: '&ePerform command only when player is online'
  1730.       args: '[playerName] (command)'
  1731.   ignore:
  1732.     help:
  1733.       info: '&eIgnores player'
  1734.       args: (playerName/uuid/all)
  1735.       explanation:
  1736.      - cmi.command.ignore.bypass - to bypass ignore list
  1737.     info:
  1738.       self: '&cDon''t be silly, you can''t ignore yourself'
  1739.       added: '&eNow ignoring &6[playerDisplayName]'
  1740.       addedAll: '&eNow ignoring everyone'
  1741.       all: '&eEveryone'
  1742.       removed: '&eYou are no longer ignoring &6[playerDisplayName]'
  1743.       removedAll: '&eYou are no longer ignoring everyone'
  1744.       list: '&e[place]. [playerDisplayName]  '
  1745.       ignoringYou: '&c[playerDisplayName] &eis ignoring you'
  1746.   importfrom:
  1747.     help:
  1748.       info: '&eImport data from other plugins'
  1749.       args: '[essentials] [home/warp/nick/logoutlocation/money/mail]'
  1750.     info:
  1751.       converted: '&eConverted: &6[done]&e/&6[total] &eusers'
  1752.       convertedWarps: '&eConverted &6[amount] &ewarps'
  1753.       noInfo: '&cYou forgot to provide information what you want to import exactly'
  1754.       saving: '&eSaving data into data base'
  1755.       HDfile: '&cCould not find HolographicDisplays plugin database file. Aborting.'
  1756.       HDexist: '&cHologram by &7[name] &cname already exists. Skipping.'
  1757.       HDfailed: '&cCould not load hologram (&7[name]&c)'
  1758.       HDimported: '&eImported &7[amount] &eholograms'
  1759.   importoldusers:
  1760.     help:
  1761.       info: '&eImports users from playerdata folder in main world folder. Server can
  1762.         suffer lag spike during import'
  1763.       args: ''
  1764.     info:
  1765.       starting: '&eStarting import'
  1766.       feedback: '&eImported &6[amount] &enew users'
  1767.   info:
  1768.     help:
  1769.       info: '&eShow players information'
  1770.       args: '[playerName/uuid]'
  1771.     info:
  1772.       feedback:
  1773.         uuid: '&ePaste uuid into chat box'
  1774.       Name: '&eDisplay name: &6[dname] &e(&6[name]&e)'
  1775.       knownAs: '&eAlso known as: &6[namelist]'
  1776.       Uuid: '&eUUID: &6[uuid]'
  1777.       OnlineUuid: '&eOnlineUUID: &6[OnlineUuid]'
  1778.       Ip: '&eIp: &6[ip]'
  1779.       Op: '&eOP: &6[op]'
  1780.       God: '&eGod: &6[godmode]'
  1781.       Money: '&eMoney: &6[money]'
  1782.       Group: '&eGroup: &6[group]'
  1783.       Gm: '&eGame mode: &6[mode]'
  1784.       Hp: '&eHp: &6[hp]&e/&6[maxhp]'
  1785.       Air: '&eAir: &6[leftair]&e/&6[totalair]'
  1786.       Hunger: '&eHunger: &6[food]&e/&620'
  1787.       Saturation: '&e(saturation +&6[saturation]&e)'
  1788.       Exp: '&eExp: &6[totalexp]&eexp -> &6[currentexp]&e/&6[needexp] &e(&6[level]&elvl)'
  1789.       Location: '&eLocation: &6[world] (&e[x]&6:&e[y]&6:&e[z]&6)'
  1790.       deathLocation: '&eDeath location: &6[world] (&e[x]&6:&e[y]&6:&e[z]&6)'
  1791.       bed: '&eBed set: &6[bworld] (&e[bx]&6:&e[by]&6:&e[bz]&6)'
  1792.       respawn: '&eNext respawn: &6[rworld] (&e[rx]&6:&e[ry]&6:&e[rz]&6)'
  1793.       flySpeed: '&eFly &6[flyspeed]'
  1794.       walkSpeed: '&eWalk &6[walkspeed]'
  1795.       Sprint: '&eSprinting: &6[sprinting]'
  1796.       Sneek: '&eSneaking: &6[sneaking]'
  1797.       Banned: '&eBanned: &6[banned]'
  1798.       Muted: '&eMuted: &6[muted]'
  1799.       Jailed: '&eJailed: &6[jailed]'
  1800.       Cuffed: '&eCuffed: &6[cuffed]'
  1801.       homes: '&eHomes: &6[homes]'
  1802.       firstLogin: '&eFirst login: &6[firstLogin]'
  1803.       canSee: '&eCan see you: &6[canseeyou]'
  1804.       afk: '&eAfk: &6[afk]'
  1805.       Fly: '&eCan fly: &6[fly] &e(&6[isflying]&e)'
  1806.       Online: '&eOnline: &6[online]&e Since: &6[logoff]'
  1807.       CountryHoverNew: '&7[country] &f(&2[countryCode]&f)'
  1808.       CityHover: '&7[city]'
  1809.       LocalTimeHover: '&fLocal time: &7[time]'
  1810.       List:
  1811.      - '&e************************************************************'
  1812.       - '&e* [name]'
  1813.       - '&e* [knownAs]'
  1814.       - '&e* [uuid]'
  1815.       - '&e* [OnlineUuid]'
  1816.       - '&e* [ip]'
  1817.       - '&e* [op] [godmode] [fly]'
  1818.       - '&e* [sprint] [sneek]'
  1819.       - '&e* [gm] &eSpeed: [flySpeed] [walkSpeed]'
  1820.       - '&e* [money] [group]'
  1821.       - '&e* [hp] [air]'
  1822.       - '&e* [hunger] [saturation]'
  1823.       - '&e* [exp]'
  1824.       - '&e* [location]'
  1825.       - '&e* [bed]'
  1826.       - '&e* [respawn]'
  1827.       - '&e* [banned] [canSee] [afk]'
  1828.       - '&e* [cuffed] [muted] [jailed] '
  1829.       - '&e* [online]'
  1830.       - '&e* [homes] [firstLogin]'
  1831.       - '&e************************************************************'
  1832.   inv:
  1833.     help:
  1834.       info: '&eOpens players inventory'
  1835.       args: '[playerName]'
  1836.       explanation:
  1837.      - cmi.command.inv.preventmodify - prevents inventory editing
  1838.       - cmi.invedit - allows to edit inventory
  1839.     info:
  1840.       feedback: '&eYou are editing &3[playerDisplayName] &einventory (&3[offon]&e).'
  1841.   invcheck:
  1842.     help:
  1843.       info: '&eOpen saved inventory in preview mode'
  1844.       args: (playerName) [id] (-e)
  1845.   invlist:
  1846.     help:
  1847.       info: '&eShow saved inventories list'
  1848.       args: (playerName)
  1849.   invload:
  1850.     help:
  1851.       info: '&eLoad saved inventory'
  1852.       args: (sourceName) (targetName) [id/last]
  1853.   invremove:
  1854.     help:
  1855.       info: '&eRemove saved inventories from player'
  1856.       args: (playerName) [id/all/last]
  1857.   invremoveall:
  1858.     help:
  1859.       info: '&eRemoves all saved inventories'
  1860.       args: '[confirmed]'
  1861.     info:
  1862.       removed: '&eAll saved inventories removed ([count])'
  1863.   invsave:
  1864.     help:
  1865.       info: '&eSave inventory'
  1866.       args: (playerName) (id) (-s)
  1867.   ipban:
  1868.     help:
  1869.       info: '&eBan ip'
  1870.       args: '[ip/playerName] (reason) (-s)'
  1871.       explanation:
  1872.      - cmi.command.banip.bypass - to bypass ban
  1873.     info:
  1874.       message: '&cYou are ip banned from this server!'
  1875.       reason: '&6Reason: &e[reason]'
  1876.       defaultReason: '&eViolated server rules'
  1877.       messageToAll: '&6[playerDisplayName] &egot ip banned by &6[senderDisplayName]
  1878.         &efor: &6[reason]'
  1879.       banedSilent: '&7[&8Silent&7]&6[playerDisplayName] &egot ip banned by &6[senderDisplayName]
  1880.         &efor: &6[reason]'
  1881.   ipbanlist:
  1882.     help:
  1883.       info: '&eBan ip list'
  1884.       args: ''
  1885.     info:
  1886.       list: '&e[place]. &7[ip] &e- &6[reason]  '
  1887.       bannedBy: '&7Banned by: &f[source]'
  1888.       ends: '&7Ends: &f[time]'
  1889.       related: |-
  1890.         &7Related accounts:
  1891.        &f[list]
  1892.   iteminfo:
  1893.     help:
  1894.       info: '&eShow item information'
  1895.       args: (playerName)
  1896.     info:
  1897.       id: ' &eId: &6[id][data]'
  1898.       realName: ' &eReal Name: &6[name]'
  1899.       bukkitName: ' &eBukkit Name: &6[name]'
  1900.       mojangName: ' &eMojang Name: &6[name]'
  1901.       durability: ' &eDurability: &6[current]&e/&6[max]'
  1902.   itemlore:
  1903.     help:
  1904.       info: '&eChange items lore'
  1905.       args: (-p:[playerName]) [linenumber] [remove/insert/ new lore line]
  1906.     info:
  1907.       feedback: '&eYou have changed lore line to ''&r&5[loreLine]&e'' for &3[playerDisplayName]&e
  1908.         (&3[offon]&e).'
  1909.       noitem: '&cNot holding any item in hand.'
  1910.       removed: '&eItem lore line &6[line] &ewas removed for &3[playerDisplayName]&e
  1911.         (&3[offon]&e).'
  1912.       inserted: '&eItem lore line &6[line] &ewas inserted for &3[playerDisplayName]&e
  1913.         (&3[offon]&e).'
  1914.       maxLines: '&eThere is only &6[lines] &elines of lore.'
  1915.       blocked: '&eThis item is blocked from re-loring.'
  1916.   itemname:
  1917.     help:
  1918.       info: '&eRename items'
  1919.       args: (-p:[playerName]) [remove/your new item name]
  1920.     info:
  1921.       feedback: '&eYou have renamed item to [itemname]&e for &3[playerDisplayName]&e
  1922.         (&3[offon]&e).'
  1923.       noitem: '&cNot holding any item in hand.'
  1924.       removed: '&eItem name was removed for &3[playerDisplayName]&e (&3[offon]&e).'
  1925.       blocked: '&eThis item is blocked from renaming'
  1926.   itemnbt:
  1927.     help:
  1928.       info: '&eShow item NBT information'
  1929.       args: (playerName)
  1930.     info:
  1931.       step: ' &6->: &6[name]'
  1932.       final: '&e[value]'
  1933.       list: '&e- &r[value]'
  1934.       noNbt: '&eItem does not contain any NBT data'
  1935.   jail:
  1936.     help:
  1937.       info: '&eJail player for time period'
  1938.       args: '[playerName] (time) (jailName) (cellId) (-s) (r:jail_reasson)'
  1939.     info:
  1940.       jailed: '&eYou put &6[playerDisplayName] &einto jail for the next [time]'
  1941.       jailedPlayer: '&6[playerDisplayName] &ejailed for the next [time]'
  1942.       reasson: ' &eFor: &c[reasson]'
  1943.       leftTime: '!title!&7Jail time:!subtitle![time]'
  1944.       jailedTarget: '&eYou have been jailed! [time]'
  1945.       cantTalk: '&cYou cant talk while you are jailed'
  1946.       cantTalkRange: '!actionbar!&fYour chat range is limited to &c[range] &fblocks'
  1947.       failed: '&cFailed to jail player. Check target jail name, cell id or time format'
  1948.       bossbar: '&7Jail time: [autoTimeLeft]'
  1949.       noCommand: '&cYou can''t use this command while jailed!'
  1950.   jailedit:
  1951.     help:
  1952.       info: '&eEdit jails'
  1953.       args: ''
  1954.     info:
  1955.       notInArea: '&cYou are not standing in a jail area'
  1956.       noName: '&cNo jail by this name'
  1957.       noCell: '&cNo cell by this id'
  1958.       exist: '&cJail with this name already exist'
  1959.       createdJail: '&eSuccessfully created new jail (&6[jail]&e)'
  1960.       createdCell: '&eSuccessfully created new jail cell (&6[jail]&e:&6[cellId]&e)'
  1961.       jailList: '&e[place]. &6[jail] &eCells:&6[cells] &eJailed: &6[amount]    '
  1962.       editCells: '&eEdit cell list'
  1963.       cellList: '&eCell id:&6[id] &ejailed: &6[amount]    '
  1964.       jailListTp: ' &7[tp] '
  1965.       jailListTpHover: '&eSet outside teleport location'
  1966.       jailListArea: ' &7[area] '
  1967.       jailListAreaHover: '&eRedefine area'
  1968.       jailRemoved: '&eRemoved (&6[jail]&e) jail'
  1969.       jailOutside: '&eSet new outside location'
  1970.       jailArea: '&eRedefined area for &6[jail]'
  1971.       cellRemoved: '&eRemoved (&6[cellId]&e) cell from &6[jail]'
  1972.   jump:
  1973.     help:
  1974.       info: '&eJump to target block'
  1975.       args: ''
  1976.     info:
  1977.       tooFar: '&cNo block in sight or it''s too far (max [max] blocks)'
  1978.   kick:
  1979.     help:
  1980.       info: '&eKick player with custom message'
  1981.       args: '[playerName/all] (message) (-s)'
  1982.       explanation:
  1983.      - cmi.command.kick.bypass - prevents from being kicked out
  1984.     info:
  1985.       defaultMessage: '&eKicked from server'
  1986.       cantKick: '&eCan''t kick this player'
  1987.       messageToAll: '&6[playerDisplayName] &egot kicked from the server.'
  1988.       kickReason: ' &eReason: &6[reason]'
  1989.       all: '&eKicked &6[amount] &eplayers from the server'
  1990.   killall:
  1991.     help:
  1992.       info: '&eKills mobs around you'
  1993.       args: (-monsters/-pets/-npc/-animals/-ambient/-named/-f/-lightning/-list/[mobType])
  1994.         (range) (-s)
  1995.     info:
  1996.       infoList: '&2[category]&e: &7[amount] &e([list]&e)'
  1997.       removedList: '&6[type]&e: &7[amount]'
  1998.       total: '&eRemoved in total: &7[amount] &e([list]&e)'
  1999.       noRemove: '&eNothing to remove'
  2000.       monsters: Monsters
  2001.       pets: Pets
  2002.       npc: NPCs
  2003.       animals: Animals
  2004.       ambient: Ambient
  2005.       vehicles: Vehicles
  2006.       named: With custom name
  2007.   kit:
  2008.     help:
  2009.       info: '&eGives predefined kit.'
  2010.       args: '[kitName] (playerName)'
  2011.       explanation:
  2012.      - '&ePermissions:'
  2013.       - '&6cmi.kit.[kitName] &e- allows use of particular kit'
  2014.       - '&6cmi.kit.bypass.money &e- bypass money requirement'
  2015.       - '&6cmi.kit.bypass.exp &e- bypass exp requirement'
  2016.       - '&6cmi.kit.bypass.onetimeuse &e- bypass one time use'
  2017.       - '&6/cmi kit [kitName] [playerName] &e- will give kit to another player'
  2018.     info:
  2019.       noMoney: '&eNot enough money. Cost: &6[cost] &eyou have &6[balance]'
  2020.       noExp: '&eNot enough exp. Cost: &6[cost] &eyou have &6[balance]'
  2021.       noCondition: '&eYou dont have the special condition permissions to use this kit:
  2022.        &6[condition]'
  2023.       oneTime: '&cThis is a one time use kit and you have already used it!'
  2024.       cantUseNow: '&cYou can''t use this kit for the next [time]'
  2025.       limitedTimeUseError: '&eCan''t use more than &6[times] &etimes'
  2026.       limitedTimeUse: '&7Can use for &c[times] &7times'
  2027.       limitedTimeAllUsed: '&cYou cannot get a new one'
  2028.       canUseIn: "&eCan use again in: \n[time]"
  2029.       cooldown: "&eCooldown: \n[time]"
  2030.       noKit: '&eCan''t find a kit by this name'
  2031.       noKitAccess: '&cYou don''t have access to this kit'
  2032.       noFoundKit: '&eCan''t find any kit'
  2033.       givenKit: '&eYou have given &6[kit] &eto &6[playerDisplayName]'
  2034.       title: '&8Kits'
  2035.       group: '&eGroup: &6[group]'
  2036.       left: '&6Left &eclick to use'
  2037.       right: '&6Right &eclick to preview'
  2038.       take: '&6Take this kit!'
  2039.   kitcdreset:
  2040.     help:
  2041.       info: '&eReset kit timer'
  2042.       args: (kitName) (playerName)
  2043.     info:
  2044.       notCd: '&eKit is not in cooldown stage'
  2045.       reset: '&eKit (&6[kit]&e) cooldown got reset for &6[playerDisplayName]'
  2046.       list: '&e[place]. &6[kit] &e[time]'
  2047.       listHover: '&eClick to reset'
  2048.       noCd: '&eThere are no kit''s on cooldown'
  2049.   kiteditor:
  2050.     help:
  2051.       info: '&eKit editor.'
  2052.       args: (seticon)
  2053.       explanation:
  2054.      - '&ePermissions:'
  2055.       - '&6cmi.kit.[kitName] &e- allows to use particular kit'
  2056.       - '&6cmi.kit.bypass.money &e- bypass money requirement'
  2057.       - '&6cmi.kit.bypass.exp &e- bypass exp requirement'
  2058.       - '&6/cmi kiteditor &e- shows kit list'
  2059.     info:
  2060.       kits: '&eKits: '
  2061.       noKit: '&eCan''t find kit by this name'
  2062.       iconSet: '&eNew icon set for &6[kitname] &ekit'
  2063.       kitExists: '&eA kit with this name already exist!'
  2064.       deleteConfirm: '&eClick me if you really want to remove the (&6[kitname]&e) kit!'
  2065.       deleteConfirmFinal: '&cThis action is not reversible!'
  2066.       kitRemoved: '&eKit (&6[kitname]&e) was removed'
  2067.       kitNotRemoved: '&cKit (&6[kitname]&c) could not be removed'
  2068.       addNewInfo: '&eType kit name into chat and press enter. Type ''&6cancel&e''
  2069.         to cancel this action.'
  2070.       renameCommandInfo: '&eType new kit &6command &ename into chat and press enter.
  2071.         Type ''&6cancel&e'' to cancel this action.'
  2072.       renameConfigInfo: '&eType new kit &6config &ename into chat and press enter.
  2073.         Type ''&6cancel&e'' to cancel this action.'
  2074.       groupInfo: '&eType new group name into chat and press enter. Type ''&6none&e''
  2075.         to remove group. Type ''&6cancel&e'' to cancel this action.'
  2076.       commandInfo: '&eType new command into chat and press enter. Type ''&6cancel&e''
  2077.         to cancel this action. Posible placeholders: &6{USERNAME} {DISPLAYNAME} {WORLDNAME}
  2078.         {KITNAME} {RANDOMPLAYER}'
  2079.       conditionsInfo: '&eType new condition into chat and press enter. Type ''&6cancel&e''
  2080.         to cancel this action'
  2081.       descInfo: '&eType new description into chat and press enter. Type ''&6cancel&e''
  2082.         to cancel this action'
  2083.       renamed: '&eRenamed &6[kitname] &eto &6[newkitname]&e.'
  2084.       groupSet: '&eNew group (&6[groupname]&e) set for &6[kitname]'
  2085.       commandsListTitle: '&e✎&6Commands:'
  2086.       conditionsListTitle: '&e✎&6Conditions:'
  2087.       descListTitle: '&e✎&6Description:'
  2088.       ListTitleHover: '&eClick to open GUI'
  2089.       ListNumber: '&e[number].'
  2090.       ListUp: ' &6⇑'
  2091.       ListDown: ' &6⇓ '
  2092.       ListRemove: '&cX'
  2093.       ListRemoveHover: '&cRemove line'
  2094.       ListRemoveKitHover: '&cRemove &6[kitname]'
  2095.       ListEditKitHover: '&cEdit &6[kitname]'
  2096.       ListAdd: ' &2+'
  2097.       ListAddHover: '&2Add new'
  2098.       guiClickery:
  2099.      - '&eLeft mouse click to increase and right to decrease'
  2100.       - '&eHold &6Shift &eto speed process up by 10 times'
  2101.       - '&eRepeating fast clicks will cause speed amount to change'
  2102.       - '&eStop clicking for 1 sec to go back to default amount'
  2103.       OffHand: '&ePlace offHand item over here'
  2104.       Helmet: '&ePlace helmet item over here'
  2105.       Chest: '&ePlace chest item over here'
  2106.       Legs: '&ePlace leggings over here'
  2107.       Boots: '&ePlace boots over here'
  2108.       Weight: '&eWeight: &6[Weight]'
  2109.       WeightExtra:
  2110.      - '&eHigher values have bigger priority'
  2111.       - '&eKits should be in same group'
  2112.       despiteWeight: '&eShow despite weight: &6[Weight]'
  2113.       despiteWeightExtra:
  2114.      - '&ePLayer is not getting access to the kit, but can preview it'
  2115.       Slot: '&eSlot: &6[slot]'
  2116.       SlotAuto: '&6Auto'
  2117.       Clone: '&eClone items from inventory'
  2118.       CloneExtra:
  2119.      - '&eUse right mouse button to include armors'
  2120.       - '&eClick again to revert changes'
  2121.       timeDelay: '&eDelay: &6[time]'
  2122.       usages: '&eCan be used for &6[times] &etimes'
  2123.       usagesUnlimited: '&6Unlimited'
  2124.       ignoreWeight: '&eShow despite weight: &6[state]'
  2125.       timeDelaySeconds: '&eIn seconds: &6[time]'
  2126.       moneyCost: '&eMoney cost: [cost]'
  2127.       expCost: '&eExp cost: [cost]'
  2128.       enabled: '&eEnabled'
  2129.       disabled: '&6Disabled'
  2130.       clickToSwitch: '&eClick to switch state'
  2131.       clickToEdit: '&eClick to start editing'
  2132.       editConfigName:
  2133.      - '&eClick to rename config name'
  2134.       - '&eThis only determines permission node'
  2135.       editCommandName:
  2136.      - '&eClick to rename command name'
  2137.       - '&eThis sets command you need to use to get this kit'
  2138.       kitGroup: '&eKit group: &6[group]'
  2139.       commands: '&eCommands:'
  2140.       conditions: '&eConditions:'
  2141.       desc: '&eDescription:'
  2142.       mainMenu: '&eMainMenu'
  2143.       settings: '&eSettings'
  2144.       icon: '&eIcon used when kit is &2available'
  2145.       iconCd: '&eIcon used when kit is &cunavailable'
  2146.   kitusagereset:
  2147.     help:
  2148.       info: '&eReset kit usage counter'
  2149.       args: (kitName) (playerName)
  2150.     info:
  2151.       notLimited: '&eKit is not limited amount use'
  2152.       reset: '&eKit (&6[kit]&e) usage amount got reset for &6[playerDisplayName]'
  2153.       list: '&e[place]. &6[kit] &e[used]/[usages]'
  2154.       listHover: '&eClick to reset'
  2155.       noCd: '&eThere are no kit''s with usage above 0'
  2156.   lastonline:
  2157.     help:
  2158.       info: '&eShow played players from last x minutes'
  2159.       args: '[timeRange/list/stop] [page]'
  2160.     info:
  2161.       searching: '&eSearching &6[checked]&e/&6[total] &e(&6[found]&e)'
  2162.       List: ' &6[place]&e. &2[name] &e-> &6[time].'
  2163.   launch:
  2164.     help:
  2165.       info: '&eLaunch towards the direction you are looking or at an angle'
  2166.       args: (playerName) (p:[power]) (a:[angle]) (d:[direction]) (loc:[x]:[y]:[z])
  2167.       explanation:
  2168.      - cmi launch - will launch towards the direction you are looking
  2169.       - cmi launch p:3.2 - will launch with power of 3.2
  2170.       - cmi launch p:2.5 a:25 - will launch towards the direction you are looking with angle
  2171.         of 25 dgrees and with power of 2.5
  2172.       - cmi launch Zrips d:east - will launch to east direction same angle you are
  2173.         looking
  2174.       - cmi launch Zrips d:0 - will launch at 0 degrees direction (south) same angle
  2175.         you are looking
  2176.       - cmi launch d:45 a:30 p:2 - will launch south-west at 30 degree angle with
  2177.         power of 2
  2178.       - cmi launch loc:150:120:123 - will launch player to target location
  2179.     info:
  2180.       feedback: '!actionbar!&6[&fWhoosh!&6]'
  2181.   lfix:
  2182.     help:
  2183.       info: '&eFix the light in the chunks around you'
  2184.       args: (range) (playerName)
  2185.     info:
  2186.       NoMore: '&eRange can''t be more than server view range. Changed to maximum allowed.'
  2187.       startFixing: '&eFound &6[amount] &echunks to fix. Starting!'
  2188.       InfoShow: '&6TPS: &3[tps] &6Left &e[left] &6(&e[min]m:[sec]s&6) &6Speed: &e[speed]'
  2189.       Finished: '&eLight fixing has finished'
  2190.       Stopped: '&eStopped'
  2191.   list:
  2192.     help:
  2193.       info: '&eShows online player list'
  2194.       args: ''
  2195.       explanation:
  2196.       - 'Perm: '
  2197.       - cmi.command.list.admin
  2198.       - cmi.command.list.staff
  2199.       - cmi.command.list.hidden
  2200.       - cmi.command.list.group[number]
  2201.     info:
  2202.       ListFormat:
  2203.      - '&e========================'
  2204.       - '&ePlayers online &6[amount]&e/&6[maxamount]'
  2205.       - '[adminLine]'
  2206.       - '[staffLine]'
  2207.       - '[hiddenLine]'
  2208.       - '[groupLine]'
  2209.       - '&e========================'
  2210.       staffLine: '&eStaff online: &f[list]'
  2211.       adminLine: '&eAdmin online: &f[list]'
  2212.       hiddenLine: '&eHidden: &f[list]'
  2213.       groupLine: '&e[groupName]: &f[list]'
  2214.       playerFormat: '&e[playerDisplayName]'
  2215.       # Add as many groups as you wish, by default there is only 10, to create new one, just copy paste one line and add increment into lines name, like group11 or group12 and so on.
  2216.       # Player have to have appropriate permission node to be plaecd in group cmi.command.list.group.[groupnumber], bigger number have priority
  2217.       groups:
  2218.         group1: '&eGroup1: &f[list]'
  2219.         group2: '&eGroup2: &f[list]'
  2220.         group3: '&eGroup3: &f[list]'
  2221.         group4: '&eGroup4: &f[list]'
  2222.         group5: '&eGroup5: &f[list]'
  2223.         group6: '&eGroup6: &f[list]'
  2224.         group7: '&eGroup7: &f[list]'
  2225.         group8: '&eGroup8: &f[list]'
  2226.         group9: '&eGroup9: &f[list]'
  2227.         group10: '&eGroup10: &f[list]'
  2228.       noGroupLine: '&eList'
  2229.   lockip:
  2230.     help:
  2231.       info: '&ePrevents logging into account from a different ip'
  2232.       args: '[playername] [add/remove/list/clear] [ip]'
  2233.     info:
  2234.       CantLogin: '&cYou can''t login from this ip address'
  2235.       add: '&eNew ip (&6[ip]&e) was added for &6[playerDisplayName]'
  2236.       remove: '&eIp (&6[ip]&e) was removed from &6[playerDisplayName]'
  2237.       clear: '&eAll ip''s removed from &6[playerDisplayName]'
  2238.       ipNotFound: '&cIp not found'
  2239.       empty: '&cList is empty'
  2240.       list: '&6[place]&e. &6[ip]'
  2241.   mail:
  2242.     help:
  2243.       info: '&eCheck or send mail'
  2244.       args: '[send/clear/read] [playerName] (message)'
  2245.     info:
  2246.       sentMail: '&eSent an email to &6[playerDisplayName]'
  2247.       gotMail: '!actionbar!&eYou have received mail from &6[senderDisplayName]'
  2248.       clearMail: '&eAll mail has been removed'
  2249.       removedMail: '&eRemoved mail'
  2250.       noMailsById: '&eThere is no mail by this id for player'
  2251.       noMails: '&eThere is no mail'
  2252.       mailHover: '&e[senderName] /n &e[time]'
  2253.       list: '&6[id]. &7[senderDisplayName] &e- [mail] '
  2254.       waitingMail: '&eYou have &6[amount] &emails. Click to check them out.'
  2255.   mailall:
  2256.     help:
  2257.       info: '&eCheck or send mail to all players'
  2258.       args: '[send/clear/remove] [message]'
  2259.     info:
  2260.       sentMail: '&eSent &6[amount] &email''s'
  2261.       clearMail: '&6[amount] &email has been removed'
  2262.       removedMail: '&eRemoved &6[amount] &email''ss'
  2263.   maintenance:
  2264.     help:
  2265.       info: '&eSet server into maintenance mode'
  2266.       args: (message)
  2267.       explanation:
  2268.      - cmi.command.maintenance.bypass - to bypass maintenance mode
  2269.     info:
  2270.       feedback: '&eServer is in maintenance mode. Come back later.'
  2271.       set: '&eServer maintenance mode set to &6[state] &ewith message: [message]'
  2272.   maxhp:
  2273.     help:
  2274.       info: '&eSet a splayer''s max hp'
  2275.       args: set/add/take/clear [playerName] [amount] (-s)
  2276.     info:
  2277.       feedback: '&eYou have set &3[maxHp] &emax hp for &3[playerDisplayName]&e (&3[offon]&e).'
  2278.       targetfeedback: '&eYour max HP was set to &3[maxHp] &eby &3[senderDisplayName]&e.'
  2279.   maxplayers:
  2280.     help:
  2281.       info: '&eChanges maximum amount of players who can connect to server'
  2282.       args: '[amount]'
  2283.       explanation:
  2284.       - '&ePermissions: '
  2285.       - '&6cmi.fullserver.bypass &e- join full server'
  2286.     info:
  2287.       changed: '&eChanged max allowed players from &6[old] &eto &6[new]&e. Online:
  2288.        &6[current]'
  2289.   me:
  2290.     help:
  2291.       info: '&eSends special message to all players'
  2292.       args: '[message]'
  2293.     info:
  2294.       format: '&5* [senderDisplayName] &5[message]'
  2295.   merchant:
  2296.     help:
  2297.       info: '&eOpen merchant trade window'
  2298.       args: '[type] [playerName]'
  2299.     info:
  2300.       incorrect: '&cIncorrect profession.'
  2301.       feedback: '&eYou have opened &6[type] &etrade for &3[playerDisplayName]&e (&3[offon]&e).'
  2302.       targetfeedback: '&3[senderDisplayName]&e opened &6[type] &etrade for you.'
  2303.   migratedatabase:
  2304.     help:
  2305.       info: '&eChanges database system and migrates all data'
  2306.       args: ''
  2307.   mirror:
  2308.     help:
  2309.       info: '&eStarts block place/break mirroring.'
  2310.       args: '[start/stop]'
  2311.     info:
  2312.       started: '&eMirroring started'
  2313.       stopped: '&6Mirroring stopped'
  2314.       tooFar: '&cYou are too far from mirror center (max &6[blocks] &cblocks). Feature
  2315.         is paused!'
  2316.       title: Mirror
  2317.       notSet: '&cCenter not set'
  2318.       set: '&2Center set'
  2319.       Action:
  2320.         Name:
  2321.           X: X
  2322.           Y: Y
  2323.           Z: Z
  2324.           XY: XY
  2325.           ZY: ZY
  2326.           XZ: XZ
  2327.           ZX: ZX
  2328.           Rotate90V: Rotate90V
  2329.           Rotate90H: Rotate90H
  2330.           Rotate90HC: Rotate90HC
  2331.           Rotate180H: Rotate180H
  2332.           Pause: Pause
  2333.           Location: Location
  2334.         Desc:
  2335.           X: '&eMirrors by &6X &eaxis'
  2336.           Y: '&eMirrors by &6Y &eaxis'
  2337.           Z: '&eMirrors by &6Z &eaxis'
  2338.           XY: '&eMirrors by &6X &eto &6Y &eaxis'
  2339.           ZY: '&eMirrors by &6Z &eto &6Y &eaxis'
  2340.           XZ: '&eMirrors by &6X &eto &6Z &eaxis'
  2341.           ZX: '&eMirrors by &6Z &eto &6Y &eaxis'
  2342.           Rotate90V: '&eRotates up'
  2343.           Rotate90H: '&eRotates &690 &edegrees clock wise'
  2344.           Rotate90HC: '&eRotates &690 &edegrees counter clock wise'
  2345.           Rotate180H: '&eRotates &6180 &edegrees'
  2346.           Pause: '&ePauses mirroring'
  2347.           Location: '&eSets mirroring center location'
  2348.   money:
  2349.     help:
  2350.       info: '&eCheck money balance'
  2351.       args: '[pay/give/take/set] [playerName/all/alloffline] [amount] (-s)'
  2352.     info:
  2353.       newBalance: '&6[playerDisplayName] &enew balance: &6[money]'
  2354.       paid: '&eYou have sent &6[amount] &eto &6[playerDisplayName]'
  2355.       gotMoney: '&eYou got &6[amount] &efrom &6[senderDisplayName]&e. New balance:
  2356.        &6[money]'
  2357.       gotMoneyGive: '&eYou got &6[amount]&e. New balance: &6[money]'
  2358.       noMoney: '&cYou don''t have enough money'
  2359.       worldGroups: '&cYou can''t send money between different world groups'
  2360.       self: '&cYou can''t send money to yourself'
  2361.       confirm: '&eClick to confirm &6[money] &emoney transfer to &6[playerDisplayName]'
  2362.       notAccepting: '&eThis user is not accepting payments from players'
  2363.       giveAll: '&eGive out &6[totalAmount] &efor &6[playerCount] &eplayers'
  2364.   more:
  2365.     help:
  2366.       info: '&eFills item stack to maximum amount'
  2367.       args: (playerName) (-clone/[amount])
  2368.       explanation:
  2369.      - '&ePermissions:'
  2370.       - ' &6cmi.command.more.oversize &e- to get oversized stacks'
  2371.     info:
  2372.       feedback: '&eFilled stack to &3[amount]&e for &3[playerDisplayName]&e (&3[offon]&e).'
  2373.   msg:
  2374.     help:
  2375.       info: '&eSends message to player'
  2376.       args: '[playerName] [message]'
  2377.       explanation:
  2378.      - If message starts with ! then clean message without sender name will be shown
  2379.       - Requires cmi.command.msg.clean permission
  2380.       - If message starts with !- then clean message without sender name will be shown
  2381.         and without option to reply
  2382.       - Requires cmi.command.msg.noreply permission
  2383.     info:
  2384.       TargetMsg: '&7[&8[senderDisplayName] &7-> &8me&7]&r&f [message]'
  2385.       SenderMsg: '&7[&8me &7-> &8[playerDisplayName]&7]&r&f [message]'
  2386.       noPM: '&cPlayer is not accepting private messages now'
  2387.   msgtoggle:
  2388.     help:
  2389.       info: '&eToggle private messages'
  2390.       args: (playerName)
  2391.     info:
  2392.       feedbackOn: '&7Accepting private messages'
  2393.       feedbackOff: '&7No longer accepting private messages'
  2394.   mute:
  2395.     help:
  2396.       info: '&eMute player'
  2397.       args: '[playerName] (time) (-s) (reason)'
  2398.       explanation:
  2399.       - 'Examples: '
  2400.       - /cmi mute zrips 1m
  2401.       - /cmi mute zrips 1h
  2402.       - /cmi mute zrips 1h For swearing
  2403.     info:
  2404.       mutedFor: '&e[playerDisplayName] muted for &6[time]'
  2405.       muted: '&eYou are muted for &6[time]'
  2406.       reason: '&eReason: &7[reason]'
  2407.   mutechat:
  2408.     help:
  2409.       info: '&ePrevent public messages'
  2410.       args: (time) (-s)
  2411.       explanation:
  2412.       - 'Examples: '
  2413.       - /cmi mutechat 1m
  2414.       - '/cmi mutechat 1h '
  2415.     info:
  2416.       mutedFor: '&ePublic chat muted for &6[time]'
  2417.       isMuted: '!actionbar!&ePublic chat is muted for &6[time]'
  2418.   nameplate:
  2419.     help:
  2420.       info: '&eSet players name plate prefix or suffix'
  2421.       args: (playerName) (-pref:[prefix]) (-suf:[suffix])
  2422.     info:
  2423.       feedback: '&eYou have updated nameplate for &3[playerDisplayName]&e (&3[offon]&e).'
  2424.       targetfeedback: '&eYour nameplate got updated'
  2425.   near:
  2426.     help:
  2427.       info: '&eCheck who is near you'
  2428.       args: (distance)
  2429.     info:
  2430.       nope: '&eNobody is near you'
  2431.       list: '&e[place]. &6[playerDisplayName] &e- &7[distance]m'
  2432.   nick:
  2433.     help:
  2434.       info: '&eChanges player name'
  2435.       args: '[newNickName/off] (playerName) (-s)'
  2436.       explanation:
  2437.       - 'To change into different nickname: cmi.command.nick.different'
  2438.       - To bypass length protection use cmi.command.nick.bypass.length
  2439.     info:
  2440.       changed: '&eNickname changed to &r[newNickName] &efrom &r[oldNickName]'
  2441.       changedTarget: '&eYour nickname changed to &r[newNickName] &eby &r[senderDisplayName]'
  2442.       reset: '&eNick name set to default one'
  2443.       sameNick: '&cYou dont have permission to change into a different nick. You can
  2444.         only change colors'
  2445.       blockedNick: '&cYou can''t use this nickname'
  2446.       blockedNickLength: '&eNickname is to long. Max &6[amount] &esymbols'
  2447.       blockedNickLengthMin: '&eNickname is to short. Min is &6[amount] &esymbols'
  2448.       inUse: '&cNickname is already being used by another player'
  2449.   notarget:
  2450.     help:
  2451.       info: '&eToggle no-mob target mode'
  2452.       args: (playerName) (true/false) (-s)
  2453.     info:
  2454.       enabled: '&eMonsters will no longer attack you!'
  2455.       disabled: '&eMonsters will now attack you!'
  2456.   note:
  2457.     help:
  2458.       info: '&eManage player notes'
  2459.       args: (playerName) [add/remove/clear/list] (id/note)
  2460.     info:
  2461.       newNote: '&eAdded new note for player'
  2462.       clearNote: '&eAll notes cleared for player'
  2463.       removedNote: '&eRemoved note for player'
  2464.       noNotesById: '&eThere are no notes saved by this id for the player'
  2465.       noNotes: '&eThere are no notes saved for player'
  2466.       list: '&6[id]. &e[note]'
  2467.   oplist:
  2468.     help:
  2469.       info: '&eCheck operator player list'
  2470.       args: ''
  2471.     info:
  2472.       feedback: '&e* &6[number]. &e[playerName]'
  2473.   patrol:
  2474.     help:
  2475.       info: '&ePatrol'
  2476.       args: ''
  2477.     info:
  2478.       noPatrol: '&eCurrently there are no players you can patrol'
  2479.       Patroling: '&eCurrently patroling: &6[playerDisplayName]'
  2480.       lastPatrol: '&eLast time patroled &6[time]&eago'
  2481.       notes: '&eHas &6[amount] &enotes'
  2482.   pay:
  2483.     help:
  2484.       info: '&ePerform money transaction'
  2485.       args: '[playerName] [amount]'
  2486.   paytoggle:
  2487.     help:
  2488.       info: '&eToggle payments from another player'
  2489.       args: (playerName)
  2490.     info:
  2491.       feedbackDisabled: '&eNow you are accepting payments from another player'
  2492.       feedbackEnabled: '&eYou are no longer accepting payments from another player'
  2493.   ping:
  2494.     help:
  2495.       info: '&eShows players ping'
  2496.       args: (playerName)
  2497.     info:
  2498.       feedback: '&ePing: &6[ping]ms'
  2499.       selffeedback: '&eYour ping is &6[ping]ms'
  2500.   placeholders:
  2501.     help:
  2502.       info: '&eList out all placeholders'
  2503.       args: (parse) (placeholder)
  2504.     info:
  2505.       list: '&e[place]. &6[placeholder]'
  2506.       outputResult: ' &eresult: &6[result]'
  2507.       parse: '&6[placeholder] &eby [source] &6result &8|&f[result]&8|'
  2508.   playercollision:
  2509.     help:
  2510.       info: '&eSet players collision mode'
  2511.       args: (playerName) [true/false] (-s)
  2512.     info:
  2513.       feedback: '&eYou have set collision to &3[boolean]&e for &3[playerDisplayName]&e
  2514.         (&3[offon]&e).'
  2515.       targetfeedback: '&eYour collision mode has been changed to &3[boolean]'
  2516.   playtime:
  2517.     help:
  2518.       info: '&eShows total player play time'
  2519.       args: '[playername]'
  2520.     info:
  2521.       total: '&e* Total play time: [time]'
  2522.       joined: '&e* Joined on: &6[time]'
  2523.   playtimetop:
  2524.     help:
  2525.       info: '&eShows top list of total player play time'
  2526.       args: '[page]'
  2527.     info:
  2528.       topLine: '&e----- TopPlaytime &e-----'
  2529.       scanning: '&eData is being scanned currently, please wait a minute and try again'
  2530.       loading: '&eData is not loaded yet. Scan process will start and you will get
  2531.         result after its finished'
  2532.       list: '&e[number]. [playerDisplayName] &e- &6[time]'
  2533.       place: '&6[playerDisplayName] &eis in &6[place] &eplace'
  2534.   point:
  2535.     help:
  2536.       info: '&ePoint to block'
  2537.       args: (particleName) (playerName) (-self) (time) (-s:[speed])
  2538.   portals:
  2539.     help:
  2540.       info: '&eSet portals'
  2541.       args: (new/nearest) (portalName)
  2542.     info:
  2543.       collides: '&cCollides with &6[portalName] &eportal'
  2544.       exist: '&cA portal with this name already exists'
  2545.       notExist: '&cA portal with this name does not exist'
  2546.       locationSet: '&ePortal location set to your position for &6[portalName]'
  2547.       removed: '&ePortal &6[portalName] &ewas removed'
  2548.       click: '&eClick to set tp location for &6[portalName] &eto your current position'
  2549.       bungeeSet: '&eTravel to position and click on this message to set teleport location'
  2550.       list: '&e[number]. &6[portalName]'
  2551.       redefine: '&eRedefine area from current selection'
  2552.       particles: '&eParticles: &6[state]'
  2553.       particleType: '&eParticle type: &6[type]'
  2554.       particleAmount: '&eParticle amount: &6[amount]'
  2555.       particlePercent: '&ePercentage of sides shrinked particles: &6[amount]%'
  2556.       activationRange: '&eActivation range: &6[amount]'
  2557.       bungeeTeleport: '&eTeleport to exact bungee location: [state]'
  2558.       teleportToLocation: '&eTeleport to portal location'
  2559.       teleportToTarget: '&eTeleport to portal target location'
  2560.       performCommandsWithoutTp: '&ePerform commands without valid teleport location'
  2561.       editCommands: '&eEdit portal commands'
  2562.       setTeleportLocation: '&eSet teleport location'
  2563.       setSafeLocation: '&eSet safe outside location'
  2564.       save: '&eSave changes to file'
  2565.       removePortal: '&eREMOVE PORTAL'
  2566.   pos:
  2567.     help:
  2568.       info: '&eShow current position of a player'
  2569.       args: (playerName)
  2570.     info:
  2571.       feedback: '&e[playerDisplayName] &e(&3[offon]&e) ([world]&e,&6[x]&e:&6[y]&e:&6[z]&e)'
  2572.       feedbackRegion: '&eChunk &6[chunkx]&e:&6[chunkz]&e Region &6[regionx]&e:&6[regionz]'
  2573.       feedbackDirection: '&eDirection &6[direction] &e(&6[degrees] &edegrees)'
  2574.       feedbackBiome: '&eBiome &6[biome]'
  2575.       feedbackLight: '&eLight level &6[lightLevel]'
  2576.       netherCoord: '&eNether World coord: &e(&6[x]&e:&6[y]&e:&6[z]&e)'
  2577.       normalCoord: '&eNormal world coord: &e(&6[x]&e:&6[y]&e:&6[z]&e)'
  2578.   preview:
  2579.     help:
  2580.       info: '&eLoad chunk for given range'
  2581.       args: '[range] (innerrange)'
  2582.     info:
  2583.       NoMore: '&eRange can''t be more than 32 chunks. Changed to maximum allowed.'
  2584.       startSending: '&eFound &6[amount] &echunks to send. Starting!'
  2585.       InfoShow: '&6TPS: &3[tps] &6Left &e[left] &6(&e[min]m:[sec]s&6) &6Speed: &e[speed]'
  2586.       Finished: '&eFinished. It can take some extra time to load all chunks on your
  2587.         side.'
  2588.   prewards:
  2589.     help:
  2590.       info: '&eCheck playtime rewards'
  2591.       args: (playerName)
  2592.     info:
  2593.       list: '&e[place]. &6[rewardName] &ereward in &6[time]'
  2594.       listNoStack: '&e[place]. &6[rewardName]'
  2595.       listOneTime: '&e[place]. &6[rewardName]'
  2596.       claim: ' &2Claim!'
  2597.       claimAmount: ' &2Claim(x[amount])!'
  2598.       claimHover: '&2Click to claim reward!'
  2599.       inform: '!actionbar!&2You have unclaimed rewards waiting for you! /prewards'
  2600.   ptime:
  2601.     help:
  2602.       info: '&eControls player''s personal time'
  2603.       args: ''
  2604.       explanation:
  2605.      - 'Example:'
  2606.       - /ptime 13:00:00
  2607.       - /ptime 1pm
  2608.       - /ptime 13
  2609.       - /ptime 7000ticks
  2610.       - /ptime Zrips 1pm
  2611.       - /ptime freeze
  2612.       - /ptime unfreeze
  2613.       - /ptime realtime
  2614.       - /ptime reset
  2615.     info:
  2616.       check: '&ePersonal Time: &6[24h] &eor &6[12h] &eor &6[ticks]ticks'
  2617.       frozen: ' &c(-)'
  2618.       gotreseted: '&6[playerDisplayName] &etime has been reset'
  2619.       gotfrozen: '&6[playerDisplayName] &etime has been frozen'
  2620.       gotunfrozen: '&6[playerDisplayName] &etime has been unfrozen'
  2621.       setto: '&eTime set to &6[24h] &eor &6[12h] &eor &6[ticks]ticks &efor &6[playerDisplayName]'
  2622.   purge:
  2623.     help:
  2624.       info: '&eCleans player data from world folder by inactive days'
  2625.       args: (stop)
  2626.     info:
  2627.       stopped: Purge stopped.
  2628.   pweather:
  2629.     help:
  2630.       info: '&eControls player weather'
  2631.       args: (playerName) [sun/rain/reset] (-s)
  2632.     info:
  2633.       check: '&ePersonal weather: &6[weather]'
  2634.       gotreseted: '&6[playerDisplayName] &eweather has been reset'
  2635.       setto: '&ePersonal weather set to &6[weather] &efor &6[playerDisplayName]'
  2636.       gotset: '&eYour personal weather was set to &6[weather]'
  2637.       reset: '&eWeather reset'
  2638.   rankdown:
  2639.     help:
  2640.       info: '&eDecrease your rank'
  2641.       args: (playerName) (rankName) (confirm)
  2642.     info:
  2643.       noPrev: '&eCan''t find any previous ranks'
  2644.       list: '&ePick one rank you want to &crankdown &eto: '
  2645.       confirm: '&eClick me to confirm &crankdown &eto &6[rank]'
  2646.       downranked: '&eDownranked to &6[rank]'
  2647.   rankinfo:
  2648.     help:
  2649.       info: '&eYour rank information'
  2650.       args: (playerName) (rankName)
  2651.     info:
  2652.       distanceCM: '[value]cm'
  2653.       distanceM: '[value]m'
  2654.       distanceKm: '[value]km'
  2655.       requiredMoney: ' &eMoney: [color][current]&e/&6[needed]'
  2656.       requiredExp: ' &eExp: [color][current]&e/&6[needed]'
  2657.       requiredVotes: ' &eVotes: [color][current]&e/&6[needed]'
  2658.       requiredPerm: ' &ePerm: '
  2659.       requiredMcmmo: ' &eMcmmo: '
  2660.       requiredMcmmoList: '&e[color][name] '
  2661.       requiredMcmmoListHover: ' &e[color][current]&e/&6[needed]'
  2662.       requiredMcmmoPower: Power
  2663.       requiredJobs: ' &eJobs: '
  2664.       requiredJobsList: ' &e[color][name]'
  2665.       requiredJobsListHover: ' &e[color][current]&e/&6[needed]'
  2666.       requiredJobsTotalLevel: TotalLevel
  2667.       requiredItem: ' &eItems: '
  2668.       requiredItemsList: '&e[color][name]'
  2669.       requiredItemListHover: '&e[color][current]&e/&6[needed]'
  2670.       currentRank: ' &eYour current rank: &6[rankName]'
  2671.       elseCurrentRank: ' &6[playerDisplayName] &ecurrent rank: &6[rankName]'
  2672.       rankNameLine: ' &e------ &6[rankName] &e[rankupState] &e------'
  2673.       canRankup: ' &2Can rankup!'
  2674.       cantRankup: ''
  2675.       requiredStats: ' &e[name][extra]&e: [color][current]&e/&6[needed]'
  2676.       requiredStatsExtra: ' (&6[type]&e)'
  2677.       nextRanks: ' &eNext ranks: '
  2678.       finalRank: ' &eThis is the last rank'
  2679.       noRank: ' &eCant find the rank'
  2680.       check: '&eCheck &6[rank] &erank'
  2681.       progressBarHover: '&eProgress [percent]%'
  2682.   ranklist:
  2683.     help:
  2684.       info: '&eList of posible ranks'
  2685.       args: ''
  2686.     info:
  2687.       list: '&e[place]. [currentRankMarker]&6[rankName][currentRankMarker]'
  2688.       currentRankMarker: '&6+'
  2689.   rankset:
  2690.     help:
  2691.       info: '&eSet a players rank'
  2692.       args: (playerName) [rankName] (-cmd) (-cost)
  2693.       explanation:
  2694.      - -cmd will perform command defined for that rank rankup
  2695.       - -cost will charge player with money, exp or items if defined for that rank
  2696.         rankup
  2697.       - player will get rank even if he doesnt have enough money, exp or required
  2698.         items
  2699.     info:
  2700.       set: '&eRank changed for &6[playerDisplayName] &eto &6[rankName]'
  2701.   rankup:
  2702.     help:
  2703.       info: '&eIncrease your rank'
  2704.       args: (playerName) (rankName) (confirm)
  2705.     info:
  2706.       noRank: ' &eYou don''t have any ranks associated with you'
  2707.       requiresPrevious: ' &eYou cant rankup to this rank. It requires you to have
  2708.         &6[rank] &erank(`s)'
  2709.       list: '&ePick one rank you want to rank up to: '
  2710.       confirm: '&eClick me to confirm rankup to &6[ranks]'
  2711.   realname:
  2712.     help:
  2713.       info: '&eCheck players real name'
  2714.       args: (playerName/nickName)
  2715.     info:
  2716.       feedback: '&r[playerDisplayName] &ereal name &r[playerName]'
  2717.   recipe:
  2718.     help:
  2719.       info: '&eCheck item recipe'
  2720.       args: (itemName)
  2721.     info:
  2722.       title: '&0[itemName]'
  2723.       page: ' &0[current]&7/&0[total]'
  2724.       noRecipes: '&cCant find any recipes for this item'
  2725.   reload:
  2726.     help:
  2727.       info: '&eReloads plugins configure and local files'
  2728.       args: ''
  2729.     info:
  2730.       feedback: '&6Config and local files reloaded! Took [ms]ms'
  2731.       failedConfig: '&4Failed to load config file! Check spelling!'
  2732.       failedLocale: '&4Failed to load local file! Check spelling!'
  2733.   removehome:
  2734.     help:
  2735.       info: '&eRemove home'
  2736.       args: (homeName) (playerName)
  2737.     info:
  2738.       remove: '&cClick to remove'
  2739.       removed: '&eHome (&6[home]&e) removed'
  2740.   removeuser:
  2741.     help:
  2742.       info: '&eRemoves user and their data'
  2743.       args: '[uuid/duplicates]'
  2744.     info:
  2745.       removed: '&eUser (&6[uuid]&e) removed'
  2746.       removedDuplicate: '&6[amount]/[max] &eduplicates removed'
  2747.   removewarp:
  2748.     help:
  2749.       info: '&eRemove warp'
  2750.       args: (warpName)
  2751.     info:
  2752.       remove: '&cClick to remove'
  2753.       removed: '&eWarp (&6[warp]&e) removed'
  2754.       notYours: '&cThis warp doesnt belong to you!'
  2755.   repair:
  2756.     help:
  2757.       info: '&eRepair items'
  2758.       args: '[hand/armor/all] (playerName)'
  2759.       explanation:
  2760.      - cmi.command.repair.hand - allows you to repair items in hand
  2761.       - cmi.command.repair.armor - allows you to repair items in armor slots
  2762.       - cmi.command.repair.all - allows you to repair items all items
  2763.       - cmi.command.repair.repairshare.bypass - will allow to repair items without
  2764.         adding repair share protection
  2765.     info:
  2766.       feedback: '&eYou have repaired &3[amount]&e items for &3[playerDisplayName]&e
  2767.         (&3[offon]&e).'
  2768.       itemOwner: '&eLast repaired by: &6[owner]'
  2769.       cantUse: '!title!&cCan''t use this item!!subtitle!&eRepair it your self!'
  2770.   repaircost:
  2771.     help:
  2772.       info: '&eSet item repair cost'
  2773.       args: (playerName) [amount]
  2774.       explanation:
  2775.      - 'Example:'
  2776.       - /repaircost 10
  2777.       - /repaircost set 10
  2778.       - /repaircost add 10
  2779.       - /repaircost take 10
  2780.       - /repaircost Zrips clear
  2781.       - /repaircost Zrips add 10
  2782.     info:
  2783.       current: '&eCurrent item base repair cost: &6[cost]&e.'
  2784.       noitem: '&cNot holding any items in hand.'
  2785.       cantDetermineCost: '&cCan''t determine the base repair cost for this item.'
  2786.       selffeedback: '&eBase repair cost was set to &3[amount] &efor &3[playerDisplayName]&e
  2787.         item in hand (&3[offon]&e).'
  2788.       targetfeedback: '&eYour item repair cost was set to &3[amount]&e by &3[senderDisplayNaame]&e.'
  2789.   replaceblock:
  2790.     help:
  2791.       info: '&eReplaces blocks in current world arround you'
  2792.       args: '&eid &6[blockName:data/id:data]&e w &6[blockName:data/id:data] &er &6[range
  2793.         in chunks/g]&e y &6[max height]'
  2794.       explanation:
  2795.      - '&6SubCommands:'
  2796.       - '&e- &6pause &e- pause replacing'
  2797.       - '- &6continue &e- continue replacing'
  2798.       - '- &6stop &e- stop replacing'
  2799.       - '- &6speed [amount] &e- set current replace speed'
  2800.       - '- &6autospeed [true/false] &e- set autospeed turned off or on'
  2801.       - '- &6messages [true/false] &e- set message output to off or on'
  2802.       - 'Example:'
  2803.       - /cmi replaceblock id 52 w stone r 10
  2804.       - /cmi replaceblock id 52,gold_block w stone r 15 y 100
  2805.       - /cmi replaceblock id 52 w air r g y 100
  2806.       - /cmi replaceblock id iron_ore%75 w stone%90,dirt%5 r g
  2807.     info:
  2808.       startScanning: '&eFound &6[amount] &echunks to check. Starting!'
  2809.       paused: '&eReplacing paused, to continue use &6/cmi blockreplace continue.'
  2810.       continuing: '&eReplacing continuing'
  2811.       stoped: '&eReplacing stoped.'
  2812.       speedChange: '&eSpeed changed to [amount]'
  2813.       autospeedChange: '&eAutoSpeed changed to [state]'
  2814.       messagesChange: '&eMessage state changed to [state]'
  2815.       infoShow: '&6TPS: &3[tps] &6Left &e[left] &6(&e[time]&6) &6Speed: &e[speed]
  2816.         &6Replaced: &e[found]'
  2817.       finished: '&eFinished!!! Replaced: &6[amount] &eblocks! In &6[time]&e.'
  2818.   reply:
  2819.     help:
  2820.       info: '&eReply to last message sender'
  2821.       args: '[message]'
  2822.     info:
  2823.       noOneToReplay: '&eThere is no one to reply to'
  2824.   resetdbfields:
  2825.     help:
  2826.       info: '&eResets particular database columns to default value'
  2827.       args: '[collumnName] (-w:[worldName]) (-p:[playerName])'
  2828.     info:
  2829.       feedback: '&eUpdated &7[amount] &eplayers'
  2830.       nofield: '&cCant find field by this name'
  2831.   ride:
  2832.     help:
  2833.       info: '&eRide target entity'
  2834.       args: ''
  2835.       explanation:
  2836.      - ' cmi.command.ride.[entityType] - to have access in riding entity'
  2837.     info:
  2838.       riding: '&eYou are riding &6[entityName]'
  2839.       cantRide: '&cYou cant ride (&6[entityName]&c) entity'
  2840.       someOneElse: '&cSomeone is already riding this entity'
  2841.       ridingYou: '&6[playerDisplayName] &eis riding you, do &6/shakeitoff &eto get
  2842.         them off'
  2843.   rt:
  2844.     help:
  2845.       info: '&eTeleports to random location'
  2846.       args: (playerName) (worldName)
  2847.     info:
  2848.       posible: '&ePossible worlds: &6[worlds]'
  2849.       tpLimit: '&eYou can''t teleport so fast, please wait &6[time] &eand try again'
  2850.       IncorrectLocation: '&6Could not find correct teleport location, please wait
  2851.         &e[time] &6and try again.'
  2852.       teleported: '!actionbar!&6Whoosh!!!'
  2853.   sameip:
  2854.     help:
  2855.       info: '&eList players logged in from the same ip'
  2856.       args: ''
  2857.     info:
  2858.       list: '&e[place]. &6'
  2859.       nothing: '&eNothing to show'
  2860.   saturation:
  2861.     help:
  2862.       info: '&eSet players saturation'
  2863.       args: '[playerName] [amount]'
  2864.     info:
  2865.       feedback: '&eYou have set &3[amount]&e saturation for &3[playerDisplayName]&e
  2866.         (&3[offon]&e).'
  2867.       targetfeedback: '&eYour saturation was set to &3[amount]&e by &3[senderDisplayName]&e.'
  2868.   saveall:
  2869.     help:
  2870.       info: '&eSaves every player inventory'
  2871.       args: '&3(daysRange/-online)'
  2872.       explanation:
  2873.      - -online variable can be used to save only online player inventories
  2874.     info:
  2875.       saving: '[simbol] &2checked: &e[checked]&2 from &e[total]&2 saved: &e[saved]
  2876.         &2skipped: &e[skipped] [simbol]'
  2877.       saved: '&eSave finished. Saved: &6[saved] &eSkipped: &6[skipped]'
  2878.   saveditems:
  2879.     help:
  2880.       info: '&eSave or manage saved items'
  2881.       args: '[save/get/remove/list] (savedItemName) (-t:playerName) (-s)'
  2882.     info:
  2883.       info:
  2884.      - '&fLeft click to get the item'
  2885.       - '&fMiddle mouse click to delete'
  2886.       got: '&eGot &6[name] &eitem'
  2887.       give: '&eGive &6[name] &eitem'
  2888.       removed: '&eRemoved &6[name] &eitem'
  2889.       saved: '&eSaved &6[name] &eitem'
  2890.       title: '&8[current]&7/&8[total]'
  2891.   sc:
  2892.     help:
  2893.       info: '&eStarts the sign copy process'
  2894.       args: ''
  2895.     info:
  2896.       punch: '&ePunch sign to paste text into it, or punch any non-sign block to cancel
  2897.         process'
  2898.       canceled: '&eSign copy process cancelled'
  2899.       updated: '&eSign updated'
  2900.   scan:
  2901.     help:
  2902.       info: '&eScans for any items in current world'
  2903.       args: ''
  2904.       explanation:
  2905.      - '&6SubCommands:'
  2906.       - '&e- &6stats &e- show current scanning stats '
  2907.       - '&e- &6pause &e- pause scanning '
  2908.       - '- &6continue &e- continue scanning '
  2909.       - '- &6stop &e- stop scanning '
  2910.       - '- &6speed [amount] &e- set current scan speed '
  2911.       - '- &6autospeed [true/false] &e- set AutoSpeed either turned off or on '
  2912.       - '- &6messages [true/false] &e- set message output either to off or on'
  2913.       - 'Variables:'
  2914.       - '&eid &6[id:data]'
  2915.       - '&eq &6[minimum quantity]'
  2916.       - '&er &6[range in chunks] &e- option to use &6g &einstead of a number to scan
  2917.         entire map'
  2918.       - '&en &6[item name]'
  2919.       - '&el &6[item lore]'
  2920.       - '&eh &6uses info from item in hand'
  2921.       - '&ee &6[enchantname]'
  2922.       - '&eelvl &6[enchantminlevel]'
  2923.       - '&eoversize'
  2924.       - '&epurge - removed found items, this feature should be enabled in config file'
  2925.       - 'Example:'
  2926.       - /scan id 52 r 30
  2927.       - scan id diamond_block r g q 32
  2928.     info:
  2929.       loadingChunkInfo: '&eLoading chunk information!'
  2930.       startScanning: '&eFound &6[amount] &echunks to check. Starting!'
  2931.       paused: '&eScanning paused, to continue use &6/cmi scan continue.'
  2932.       continuing: '&eScan continuing'
  2933.       holdItem: '&eYou need to hold the item in hand'
  2934.       stoped: '&eScanning stopped. You can check the results with /cmi scan info'
  2935.       speedChange: '&eSpeed changed to [amount]'
  2936.       autospeedChange: '&eAutoSpeed changed to [state]'
  2937.       messagesChange: '&eMessage state changed to [state]'
  2938.       NoInfo: '&eThere is no info'
  2939.       infoShow: '&6TPS: &3[tps] &6Left &e[left] &6(&e[time]&6) &6Speed: &e[speed]
  2940.         &6Found: &e[found]'
  2941.       Teleport: '&ePress to teleport'
  2942.       scanList: '&2[number]. &e[place] &6[amount] &8(&7X:&f[x] &7Y:&f[y] &7Z:&f[z]&8)'
  2943.       scanListChecked: '&7[number]. [place] [amount] (X:[x] Y:[y] Z:[z])'
  2944.       edit: ' &e(Edit)'
  2945.       total: '&eChecking from [current]/[until] from total of [total]'
  2946.       Stats:
  2947.      - '&e************************************************************'
  2948.       - '&e* &6Chunks: &e[checked]/[total]'
  2949.       - '&e* &6Scan range: &e[range]'
  2950.       - '&e* &6Scan speed: &e[scanspeed] &6(&e[autospeed]&6)'
  2951.       - '&e* &6World: &e[world]'
  2952.       - '&e* &6Found: &e[found]'
  2953.       - '&e* &6Time: &e[time]'
  2954.       - '&e* &6id: &e[id]'
  2955.       - '&e* &6Qty: &e[qty] and up'
  2956.       - '&e* &6Name: &e[name]'
  2957.       - '&e* &6Lore: &e[lore]'
  2958.       - '&e************************************************************'
  2959.   schedule:
  2960.     help:
  2961.       info: '&eTrigger schedule'
  2962.       args: '[scheduleName]'
  2963.   se:
  2964.     help:
  2965.       info: '&eChanges sign text line.'
  2966.       args: '[SignLine] [Text]'
  2967.       explanation:
  2968.      - Use / n for additional line
  2969.   search:
  2970.     help:
  2971.       info: '&eSearch items/enchants/fly/maxhp/gm/oversize modes and other stuff from
  2972.         all users'
  2973.       args: ''
  2974.       explanation:
  2975.      - '&eid &6[id:data] '
  2976.       - '&ename &6[some_custom_itemname] '
  2977.       - '&elore &6[some_custom_lore] '
  2978.       - '&eenchant &6[lowest enchant level] '
  2979.       - '&epotion &6[lowest custom potion effect level] '
  2980.       - '&efly &6[true or false] '
  2981.       - '&egm &6[0/1/2/3 or survival/creative/adventure/spectator] '
  2982.       - '&emaxhp &6[lowest hp player have] '
  2983.       - '&egod &6[true/false]'
  2984.       - '&eoversize'
  2985.       - 'Example:'
  2986.       - /search gm 1
  2987.       - /search id 52
  2988.       - /search lore Uber_lore
  2989.     info:
  2990.       started: '&eSearching '
  2991.       current: '&eCurrently found &3[amount] &efrom &3[files] &echecked files'
  2992.       nothingfound: '&eNothing found by your criteria'
  2993.       totalfound: '&eFound &3[amount] &etotal &efrom possible &3[files] &echecked
  2994.         users'
  2995.       total: '&eChecking from [current]/[until] from total of [total]'
  2996.       location:
  2997.         ender: '&3Ender'
  2998.         inv: '&eInv'
  2999.         invS: '&eShulkerBox'
  3000.         PlayerVault: '&ePlayerVault'
  3001.       localsearch: '&e (L search)'
  3002.       localsearchhover: |-
  3003.         &eWill open inv from local files
  3004.         &eThis will take longer
  3005.       reglist: '&e[number]. &e[name]'
  3006.       list: '&2[number]. [location] &6[name]'
  3007.       listhover: '&eClick to open inv'
  3008.   seen:
  3009.     help:
  3010.       info: '&eCheck when player was last seen'
  3011.       args: '[playerName/uuid]'
  3012.     info:
  3013.       feedback: '&6[playerDisplayName] &ehas been &6[offon] &esince &6[time]'
  3014.       online: '&6online'
  3015.       offline: '&6offline'
  3016.   sell:
  3017.     help:
  3018.       info: '&eSell items from inventory'
  3019.       args: (all/blocks/hand/same/gui)
  3020.     info:
  3021.       total: '&eEarned &6[total] &eby selling &6[amount] &eitems. New balance &6[balance]'
  3022.       close: '&8Place items you want to sell'
  3023.       sellInfo: '&8Sell for: &2[price]'
  3024.   sendall:
  3025.     help:
  3026.       info: '&eSend all online players to target server'
  3027.       args: '[serverName]'
  3028.   server:
  3029.     help:
  3030.       info: '&eConnect to bungeecord server'
  3031.       args: '[serverName] (playerName)'
  3032.   servertime:
  3033.     help:
  3034.       info: '&eShow server time'
  3035.       args: ''
  3036.     info:
  3037.       time: '&eServer time: [time]'
  3038.       format: MM/dd/YYYY HH:mm:ss
  3039.       timeZone: '&eTime zone name: &6[name]'
  3040.       timeZoneId: '&eTime zone id: &6[id]'
  3041.       timeZoneOffset: '&eTime zone offset: &6[offset]'
  3042.   setfirstspawn:
  3043.     help:
  3044.       info: '&eSets first spawn point'
  3045.       args: (playerName)
  3046.     info:
  3047.       feedback: '&eFirst spawn point set to (&6[world]&e,&6[x]&e,&6[y]&e,&6[z]&e)!'
  3048.   sethome:
  3049.     help:
  3050.       info: '&eSets home location'
  3051.       args: (homeName) (playerName) (-p) (-l:worldName;x;y;z)
  3052.       explanation:
  3053.      - cmi.command.sethome.unlimited
  3054.       - -l will define custom location for new home location, this requires cmi.command.sethome.customloc
  3055.         permission node
  3056.     info:
  3057.       set: '&eYou correctly created the home with name of &6[homeName]&e!'
  3058.       private: ' &2(private)'
  3059.       defaultName: Home
  3060.       noMore: '&cYou have reached the max number of homes'
  3061.       noOverwrite: '&cYou don''t have permission to overwrite the existing home location.
  3062.         Remove old one or pick a different home name.'
  3063.   setmotd:
  3064.     help:
  3065.       info: Set server motd
  3066.       args: '[newMotd]'
  3067.       explanation:
  3068.      - use \n to make second line
  3069.     info:
  3070.       changed: '&eChanged motd to:'
  3071.   setrt:
  3072.     help:
  3073.       info: '&eSet random teleport bounds'
  3074.       args: (worldName) (center:[x]:[z]) (min:[range]) (max:[range]) (square/circle)
  3075.         (enabled/disabled)
  3076.     info:
  3077.       list: '&6[place]. [world] [enabled] &7[centerX]:[centerZ] &e[maxDist]/[minDist]
  3078.         [type]'
  3079.   setspawn:
  3080.     help:
  3081.       info: '&eSets spawn command teleport point'
  3082.       args: (playerName) (true/false) (-g:[groupName]) (-rng:[range]) (-w:world,world_nether)
  3083.       explanation:
  3084.      - More info on command usage at https://www.spigotmc.org/wiki/cmi-basic-utilities/
  3085.     info:
  3086.       feedback: '&6Spawn point set to ([world],[x],[y],[z])!'
  3087.       group: ' &e([group])'
  3088.       rng: ' &e(Rng: [rng])'
  3089.       respawn: '&7Click to set this spawn point as posible respawn location'
  3090.   setwarp:
  3091.     help:
  3092.       info: '&eSets warp location'
  3093.       args: '[warpName] (reqPermission) (hand) (slot) (autoLore)'
  3094.       explanation:
  3095.      - 'Examples:'
  3096.       - /cmi setwarp spawn - simple warp to spawn
  3097.       - /cmi setwarp spawn true - creates warp and will require cmi.command.warp.[warpname]
  3098.         permission node to use it
  3099.       - /cmi setwarp spawn hand - creates warp will take item from hand to display
  3100.         in gui for this warp
  3101.       - /cmi setwarp spawn 13 - creates warp and sets gui slot to be used in gui (1-54)
  3102.       - /cmi setwarp spawn true hand 13 - creates warp with icon from hand, slot 13
  3103.         and requires permission
  3104.       - /cmi setwarp spawn true hand 13 false - same as previous, but doesn't generate
  3105.         lore
  3106.     info:
  3107.       newSet: '&eNew warp (&6[warp]&e) set'
  3108.       noSet: '&cA warp with this name already exists'
  3109.       noMore: '&cYou have reached max number of warps allowed. ([max])'
  3110.   setworth:
  3111.     help:
  3112.       info: '&eChange item worth'
  3113.       args: (itemname)
  3114.     info:
  3115.       setSell: '&eSet item sell price &7[amount]'
  3116.       setBuy: '&eSet item buy price &7[amount]'
  3117.       notInUse: '&eMainly used for posible exploit detection'
  3118.       sellPrice: '&fSell price: &e[amount]'
  3119.       buyPrice: '&fBuy price: &2[amount]'
  3120.       exploit: '&4Possible EXPLOIT!'
  3121.       ingridient: '&2Ingridients'
  3122.       ingridients: '&7[ingridient]&f(&7[amount]&f) = &e[price]'
  3123.       notSet: '&eprice not set'
  3124.       result: '&2Crafts into &7[result]&f(&7[amount]&f)'
  3125.       ingridientsPrice: '&cIngridient price: &7[price]'
  3126.       resultPrice: '&cCan be sold for: &7[price]'
  3127.   shakeitoff:
  3128.     help:
  3129.       info: '&eDismount any entity riding you'
  3130.       args: ''
  3131.       explanation:
  3132.      - ''
  3133.     info:
  3134.       shaked: '&eYou shook off: &6[entity]'
  3135.       nothing: '&eNothing to shake off'
  3136.   shoot:
  3137.     help:
  3138.       info: '&eShoots projectile'
  3139.       args: (playerName) (-t:targetPlayer) (type) (speed)
  3140.   signspy:
  3141.     help:
  3142.       info: '&eToggle sign spy'
  3143.       args: (playerName)
  3144.       explanation:
  3145.      - cmi.command.signspy.hide - Hides created signs from signspy
  3146.     info:
  3147.       text: '&5Sign&2Spy&7[&8[senderDisplayName]&7]&7: &f[text]'
  3148.       toggled: '&eSign spy toggled to &6[state] &estate'
  3149.   silence:
  3150.     help:
  3151.       info: '&eBlocks public messages'
  3152.       args: ''
  3153.       explanation:
  3154.      - cmi.command.silence.bypass - to bypass silence
  3155.     info:
  3156.       enabled: '&eSilence mode &2Enabled'
  3157.       disabled: '&eSilence mode &cDisabled'
  3158.       inMode: '&ePlayer is in silence mode'
  3159.   silentchest:
  3160.     help:
  3161.       info: '&eToggles silent chest'
  3162.       args: ''
  3163.       explanation:
  3164.      - '&ePlayers arround you wont see chest opening animation when you are opening the chest'
  3165.       - '&eProtocollib required for this feature to work.'
  3166.     info:
  3167.       feedback: '&eYou toggled silent chest mode to &3[offon].'
  3168.       onOpen: '&eOpening chest silently.'
  3169.   sit:
  3170.     help:
  3171.       info: '&eSit in your position'
  3172.       args: ''
  3173.     info:
  3174.       onSit: '!actionbar!&eYou are sitting now'
  3175.       onStandUp: '!actionbar!&eYou are no longer sitting'
  3176.       accupied: '!actionbar!&cSomeone is sitting here already!'
  3177.   skin:
  3178.     help:
  3179.       info: '&eChanges players skin'
  3180.       args: '[skinName/off/update] (playerName)'
  3181.     info:
  3182.       changed: '&eChanged skin to &6[skinOwner] &elook'
  3183.       failed: '&eFailed to apply skin'
  3184.       resetSteve: '&eRemoved skin'
  3185.       reset: '&eApplied default skin'
  3186.       update: '&eUpdated skin'
  3187.   smite:
  3188.     help:
  3189.       info: '&eStrike ground or player with lightning'
  3190.       args: (playerName) (-s)
  3191.     info:
  3192.       gotSmited: '&eYou have been smited!'
  3193.   socialspy:
  3194.     help:
  3195.       info: '&eToggle social spy'
  3196.       args: (playerName)
  3197.     info:
  3198.       msg: '&2Spy&7[&8[senderDisplayName] &7-> &8[playerDisplayName]&7]&f [message]'
  3199.       toggled: '&eSocial spy toggled to &6[state] &estate'
  3200.   sound:
  3201.     help:
  3202.       info: '&ePlay sound at target location'
  3203.       args: '[sound] (-p:[pitch]) (-v:[volume]) (playerName/-all) (world) (x) (y)
  3204.         (z) (-s)'
  3205.     info:
  3206.       playing: "&ePlaying &6[sound] &eat [world] [x]:[y]:[z] \n&ePitch: &6[pitch]\
  3207.        \ &eVolume: &6[volume]"
  3208.       playingMultiple: "&ePlaying &6[sound] &efor &6[amount] &eplayers \n&ePitch:\
  3209.        \ &6[pitch] &eVolume: &6[volume]"
  3210.   spawn:
  3211.     help:
  3212.       info: '&eTeleports back to spawn location'
  3213.       args: (playerName)
  3214.     info:
  3215.       notset: '&4Spawn point is not set!'
  3216.       feedback: '&6Teleported to spawn!'
  3217.   spawner:
  3218.     help:
  3219.       info: '&eSets spawner'
  3220.       args: '[EntityType]'
  3221.     info:
  3222.       feedback: '&eSpawner is set to &6[type] &etype'
  3223.       wrongEntityIdName: '&cWrong entity id or name'
  3224.       cantSet: '&cCan''t set this type of spawner'
  3225.       cantDetect: '&cCan''t detect spawner block'
  3226.       pickOne: '&8Pick spawner type'
  3227.   spawnmob:
  3228.     help:
  3229.       info: '&eSpawns entity at your location'
  3230.       args: '[EntityType]'
  3231.       explanation:
  3232.      - ' &e- First argument always is main entities name'
  3233.       - ' &e- You can define entities states: baby, adult, dumb, tamed, n-[name],
  3234.         upwards, glow, skull-[name], helmet-[itemname], chest-[itemname], legs-[itemname],
  3235.         boots-[itemname], mhand-[itemname], ohand-[itemname], effect-levitation/10/1-speed/10/2.
  3236.         /n Example: horse:baby:tamed:n-Horsy, zombie:skull-Zrips:n-AngryZombie:mhand-Diamond_Sword'
  3237.       - ' &e- some entities have special variables: '
  3238.       - '    &6Sheep &e- white, brown, red, rainbow and so on... &6primed_tnt &e-
  3239.         [ticks], incendiary'
  3240.       - '    &6Horse &e- white, chestnut, creamy, darkbrown, gray, black'
  3241.       - '    &6Ocelot &e- red, siamese, wild, black &6experience_orb &e- [number]'
  3242.       - '    &6Skeleton &e- wither, &6Creeper &e- charged &6Wolf &e- angry'
  3243.       - '    &6Zombie &e- villager, blacksmith, butcher, farmer, priest, librarian'
  3244.       - '    &6Villager &e- blacksmith, butcher, farmer, priest, librarian'
  3245.       - '    &6Slime, MagmaCube &e- size by giving number from 1. slime:3'
  3246.       - '    &6ArmorStands &e- nogravity, noplate, arms, noarms, small'
  3247.       - '    &6ShulkerBullet &e- [target], bounce'
  3248.       - ' &e- Extra variables:'
  3249.       - '     &6ps:zombie:priest:baby-1 &e- passanger with amount'
  3250.       - '     &6hp:20 &e- health'
  3251.       - '     &6sp:3 &e- spreads randomly entities in range'
  3252.       - '     &6s:4 &e- entities speed'
  3253.       - '     &6t:[playername] &e- target which one entities will atack'
  3254.       - '     &6q:10 &e- amount you want to spawn'
  3255.       - '     &6[playername] &e- spawns entities at players location'
  3256.       - '     &6loc:123/13.0/-15/World &e- spawn location. World name is optional
  3257.         if used as player'
  3258.       - 'Example: /cmi spawnmob sheep:adult:rainbow ps:chicken:baby:n-Chick_on_Sheep
  3259.         q:10 sp:10 hp:50 s:2'
  3260.     info:
  3261.       wrongEntityName: '&eIncorrect entity name'
  3262.       wrongPlayerName: '&eIncorrect player name'
  3263.       spawnedEntities: '&eSpawned &6[entities] &eentities '
  3264.       spawnedPasangers: '&eand &6[passengers] &epassengers'
  3265.       nothingSpawned: '&eNo entities spawned'
  3266.       cantSpawn: '&eCan''t spawn this type of entity'
  3267.   staffmsg:
  3268.     help:
  3269.       info: '&eSends message to staff channel'
  3270.       args: '[message/toggle/on/off]'
  3271.     info:
  3272.       message: '&2[Staff]&4[&7[senderDisplayName]&4]&r&c [message]'
  3273.       toggledOn: '&ePersistent staff chat has been started. You can now write messages
  3274.         in public chat.'
  3275.       toggledOff: '&eToggled off Persistent staff chat'
  3276.   stats:
  3277.     help:
  3278.       info: '&eCheck player stats'
  3279.       args: (playerName)
  3280.     info:
  3281.       distanceCM: '&e[value]&6cm'
  3282.       distanceM: '&e[value]&6m'
  3283.       distanceKm: '&e[value]&6km'
  3284.       list: '&e[name]:&6[amount]'
  3285.       listCover: '&e([list]&e)'
  3286.       Quit: '&eGames Quit: &6[value]'
  3287.       PlayTime: '&eTime Played: &6[value]'
  3288.       SneakTime: '&eSneek time: &6[value]'
  3289.       Sleep: '&eSleep in bed: &6[value]'
  3290.       Joined: '&eJoined on: &6[time]'
  3291.       Jumps: '&eJumps: &6[value]'
  3292.       SinceDeath: '&eSince Last Death: &6[value]'
  3293.       Deaths: '&eNumber of Deaths: &6[value]'
  3294.       DeathsByMonsters: '&eKilled by monsters: &6[value]'
  3295.       TotalDistance: '&eTotal distance traveled: &6[value]'
  3296.       Walk: '&eWalked: &6[value]'
  3297.       Crouch: '&eCrouched: &6[value]'
  3298.       Sprint: '&eSprinted: &6[value]'
  3299.       Swim: '&eSwum: &6[value]'
  3300.       Fall: '&eFallen: &6[value]'
  3301.       Climb: '&eClimbed: &6[value]'
  3302.       Fly: '&eFlown: &6[value]'
  3303.       Dive: '&eDove: &6[value]'
  3304.       Minecart: '&eMinecart: &6[value]'
  3305.       Boat: '&eBoat: &6[value]'
  3306.       Pig: '&ePig: &6[value]'
  3307.       Horse: '&eHorse: &6[value]'
  3308.       Elytra: '&eElytra: &6[value]'
  3309.       Damage: '&eDamage &6[dealt] [taken]'
  3310.       DamageDealt: '&eDealt: &6[value]'
  3311.       DamageTaken: '&eTaken: &6[value]'
  3312.       JUMP: '&eJumps: &6[value]'
  3313.       Kills: '&eKills &6'
  3314.       KillsMob: '&eMob: &6[value]'
  3315.       KillsPlayer: ' &ePlayer: &6[value]'
  3316.       Blocks: '&eBlocks &6'
  3317.       BlocksMined: '&eMined: &6[value]'
  3318.       BlocksPlaced: ' &ePlaced: &6[value]'
  3319.       Items: '&eItems &6'
  3320.       ItemsUsed: '&eUse:&6[value]'
  3321.       ItemsDrop: '&eDrop:&6[value]'
  3322.       ItemsPicked: '&ePick:&6[value]'
  3323.       ItemsBroken: '&eBroke:&6[value]'
  3324.       ItemsCrafted: ' &eCraft:&6[value]'
  3325.       ItemsEnchanted: ' &eEnchant:&6[value]'
  3326.       Opened: '&eOpened &6[list]'
  3327.       OpenChest: '&eChest:&6[value]'
  3328.       OpenEnder: '&eEnderChest:&6[value]'
  3329.       OpenShulker: '&eShulkerBox:&6[value]'
  3330.       Interacted: '&eInteracted &6[list]'
  3331.       InteractBeacon: '&eBeacon:&6[value]'
  3332.       InteractBrewingStand: '&eBrewStand:&6[value]'
  3333.       InteractCraftTable: '&eCraftTable:&6[value]'
  3334.       InteractFurnace: '&eFurnace:&6[value]'
  3335.       Inspected: '&eInspected &6[list]'
  3336.       InspectDispenser: '&eDispenser:&6[value]'
  3337.       InspectDropper: '&eDropper:&6[value]'
  3338.       InspectHopper: '&eHopper:&6[value]'
  3339.       Statistics:
  3340.         LEAVE_GAME: Game quit
  3341.         PLAY_ONE_TICK: Play time
  3342.         TIME_SINCE_DEATH: From last death
  3343.         SNEAK_TIME: Sneak time
  3344.         ACOUNT_AGE: Account age
  3345.         TRAVEL: Travel
  3346.         WALK_ONE_CM: Walk
  3347.         CROUCH_ONE_CM: Sneak
  3348.         SPRINT_ONE_CM: Sprint
  3349.         SWIM_ONE_CM: Swim
  3350.         FALL_ONE_CM: Fall
  3351.         CLIMB_ONE_CM: Climb
  3352.         FLY_ONE_CM: Fly
  3353.         DIVE_ONE_CM: Dive
  3354.         WALK_UNDER_WATER_ONE_CM: Walk under water
  3355.         MINECART_ONE_CM: Minecart travel
  3356.         BOAT_ONE_CM: Boat travel
  3357.         PIG_ONE_CM: Pig travel
  3358.         HORSE_ONE_CM: Horse travel
  3359.         AVIATE_ONE_CM: Elytra travel
  3360.         JUMP: Jump
  3361.         DAMAGE_DEALT: Damage dealt
  3362.         DAMAGE_TAKEN: Damage taken
  3363.         DEATHS: Deaths
  3364.         ENTITY_KILLED_BY: Killed by
  3365.         MOB_KILLS: Mob kills
  3366.         PLAYER_KILLS: Player kills
  3367.         ITEM_ENCHANTED: Item enchanted
  3368.         ANIMALS_BRED: Animals bred
  3369.         FISH_CAUGHT: Fish caught
  3370.         TALKED_TO_VILLAGER: Talked to villager
  3371.         TRADED_WITH_VILLAGER: Traded with villager
  3372.         CAKE_SLICES_EATEN: Cake slices eaten
  3373.         CAULDRON_FILLED: Cauldron filled
  3374.         CAULDRON_USED: Couldron used
  3375.         ARMOR_CLEANED: Armor cleaned
  3376.         BANNER_CLEANED: Banner cleaned
  3377.         BREWINGSTAND_INTERACTION: Brewing stand interactions
  3378.         BEACON_INTERACTION: Beacon interactions
  3379.         CRAFTING_TABLE_INTERACTION: Crafting table interactions
  3380.         FURNACE_INTERACTION: Furnace interactions
  3381.         DISPENSER_INSPECTED: Dispenser inspected
  3382.         DROPPER_INSPECTED: Dropper inspected
  3383.         HOPPER_INSPECTED: Hopper inspected
  3384.         CHEST_OPENED: Chest open
  3385.         TRAPPED_CHEST_TRIGGERED: Trapped chest triggered
  3386.         ENDERCHEST_OPENED: Ender chest opened
  3387.         NOTEBLOCK_PLAYED: Noteblock played
  3388.         NOTEBLOCK_TUNED: Noteblock tuned
  3389.         FLOWER_POTTED: Flower potted
  3390.         RECORD_PLAYED: Record played
  3391.         SLEEP_IN_BED: Slept in bed
  3392.         SHULKER_BOX_OPENED: Shulker box opened
  3393.         DROP: Item dropped
  3394.         MINE_BLOCK: Blocks mined
  3395.         BREAK_ITEM: Item breaks
  3396.         CRAFT_ITEM: Item crafts
  3397.         USE_ITEM: Items used
  3398.         PICKUP: Item pickups
  3399.         KILL_ENTITY: Monster kills
  3400.   statsedit:
  3401.     help:
  3402.       info: '&eEdit player statistics'
  3403.       args: (playerName) [add/take/set] [statistic] (subType) [amount] (-s)
  3404.     info:
  3405.       cantSet: '&cCan''t set this type of statistics'
  3406.       reqSubType: '&cThis statistic requires defined &6[type] &csubtype'
  3407.       set: '&eChanged from &6[old] &eto &6[new] &evalue for &6[statistic] &e(&6[extra]&e)'
  3408.   status:
  3409.     help:
  3410.       info: '&eShow server status'
  3411.       args: ''
  3412.     info:
  3413.       Platform: ' &ePlatform: &6[platform] &e(&6[os]&e) &eRunning threads: &6[threads]'
  3414.       Tps: ' &eTPS: &6[tps]'
  3415.       CpuUsage: ' &eCpu usage: &6[cpuusage]% &e(&6[cores] cores&e)'
  3416.       Uptime:
  3417.         main: ' &eUptime: '
  3418.         weeks: '&e[weeks] &6weeks '
  3419.         days: '&e[days] &6days '
  3420.         hours: '&e[hours] &6hours '
  3421.         mins: '&e[mins] &6mins '
  3422.         secs: '&e[secs] &6secs '
  3423.       MemoryUsage: ' &eMemory usage: &6[percent]% &e(&6[current]&e/&6[max] MB&e)'
  3424.       MemoryUsageHover: "&fFree: &7[free] \n&fAllocated: &7[allocated] \n&fMax: &7[max]\
  3425.        \ \n&fTotal: &7[total]"
  3426.       Java: ' &eJava version: &6[mainV].[majorV].[minorV]&e(&6[update]&e) Build: &6[build]'
  3427.       DiskUsage: ' &eDisk usage: &6[percent]% &e(&6[current]&e/&6[max] GB&e)'
  3428.       Worlds: '&e [number]. &6[world] &e[chunks] Chunks &6[entities] Entities &e[tiles]
  3429.         tiles &6[players] players'
  3430.   sudo:
  3431.     help:
  3432.       info: '&eForce another player to perform command'
  3433.       args: '[playerName] (command/c:[text])'
  3434.       explanation:
  3435.      - cmi.command.sudo.bypass - protects player from being 'trolled'
  3436.     info:
  3437.       performed: '&ePerformed ''&6[command]&e'' command as &6[playerDisplayName] &eplayer'
  3438.   suicide:
  3439.     help:
  3440.       info: '&eKill yourself'
  3441.       args: '[playerName] (-s)'
  3442.     info:
  3443.       feedback: '&eGoodbye cruel world...'
  3444.       message: '&6[playerDisplayName] &etook their own life'
  3445.   switchplayerdata:
  3446.     help:
  3447.       info: '&eSwitch all data from one player to another'
  3448.       args: '[sourcePlayerName/uuid] [targetPlayerName/uuid]'
  3449.       explanation:
  3450.      - Use UUID for more accurate transfers, expecialy when usrnames matching each
  3451.         other
  3452.     info:
  3453.       same: '&eProvided target and source users are the same already'
  3454.       transferred: '&6[sourceName] &edata got switched with &6[Name]'
  3455.   tablistupdate:
  3456.     help:
  3457.       info: '&eForce tablist update for all or specific player'
  3458.       args: (playerName)
  3459.     info:
  3460.       updated: '&eTablist updated'
  3461.   tagtoggle:
  3462.     help:
  3463.       info: '&eToggle tag sounds'
  3464.       args: (playerName)
  3465.     info:
  3466.       feedbackDisabled: '&eDisabled tag sounds'
  3467.       feedbackEnabled: '&eEnabled tag sounds'
  3468.   tempban:
  3469.     help:
  3470.       info: '&eTempBan player'
  3471.       args: '[playerName] [timeInSec] (reason) (-s)'
  3472.       explanation:
  3473.      - Ban max range depends on cmi.command.tempban.max.[amount]
  3474.       - cmi.command.tempban.max.unlimited - allows to ban for as time much as you want
  3475.       - In case player doesn't have any, 60 sec will be max value
  3476.       - 'Example: '
  3477.       - /cmi tempban zrips 5m For swearing
  3478.     info:
  3479.       messageToAll: '&6[playerDisplayName] &ehas been tempbanned by &6[senderDisplayName]
  3480.         &efor: &6[time] &ereason: &6[reason]'
  3481.       banedSilent: '&7[&8Silent&7]&6[playerDisplayName] &ehas been tempbanned by &6[senderDisplayName]
  3482.         &efor: &6[time] &ereason: &6[reason]'
  3483.       time: '&eYou will be unbanned after &6[time]'
  3484.       badTime: '&cTime is defined incorrectly'
  3485.       badTimeRange: '&cYou can''t ban for longer than &6[seconds]'
  3486.   tempipban:
  3487.     help:
  3488.       info: '&eTemp ban ip'
  3489.       args: '[ip/playerName] [time] (reason) (-s)'
  3490.       explanation:
  3491.      - cmi.command.banip.bypass - to bypass ban
  3492.     info:
  3493.       message: '&cThe Ban Hammer has spoken!'
  3494.       reason: '&6Reason: &e[reason]'
  3495.       defaultReason: '&eViolated server rules'
  3496.       messageToAll: '&6[playerDisplayName] &7has been temp ip banned for &7[time]&7by &6[senderDisplayName]&7:
  3497.        &6[reason]'
  3498.       banedSilent: '&7[&8Silent&7]&6[playerDisplayName] &7has been temp ip banned for &7[time]&7:
  3499.        &6[reason]'
  3500.   tfly:
  3501.     help:
  3502.       info: '&eSet temporary fly mode for players until relog or until time ends'
  3503.       args: '[playerName] (timeInSec) (-s)'
  3504.       explanation:
  3505.      - 'Examples:'
  3506.       - tfly Zrips 30 - fly mode for next 30 sec
  3507.       - tfly Zrips +30 - adds fly mode for an additional 30 sec
  3508.       - tfly Zrips 0 - fly mode until relog
  3509.       - tfly Zrips - check if player has tfly mode enabled and until when
  3510.     info:
  3511.       setTimedFly: '&eYou have set &6[playerDisplayName]&e temporary fly for the next
  3512.         [time]'
  3513.       addTimedFly: '&eYou have added &6[playerDisplayName]&e temporary fly for additional
  3514.         [addTime] ([time])'
  3515.       setUntilRelogFly: '&eYou have set &6[playerDisplayName]&e temporary fly until they
  3516.         relog.'
  3517.       targetTimedEnabled: '&eYour tFly mode has been enabled by &3[senderDisplayName]&e
  3518.         for next [time].'
  3519.       targetTimedEnabledAdd: '&eYou received additional time for tFly mode for [addTime]
  3520.         ([time]).'
  3521.       targetUntilRelogEnabled: '&eYou received temporary fly mode, enabled by &3[senderDisplayName]&e
  3522.         until you relog'
  3523.       setFor: '&eTemporary fly mode enabled for the next [time]'
  3524.       setForRelog: '&eTemporary fly mode enabled until relog'
  3525.       notSet: '&eTemporary fly mode is not enabled for player'
  3526.       willBeDisabled: '&eFly mode will be disabled in [time]'
  3527.       disabled: '&eTemporary fly mode is disabled!'
  3528.   tgod:
  3529.     help:
  3530.       info: '&eSet player temporarily to god mode until relog or time ends'
  3531.       args: '[playerName] &3(timeInSec) (-s)'
  3532.       explanation:
  3533.      - 'Examples:'
  3534.       - tgod Zrips 30 - god mode for next 30 sec
  3535.       - tgod Zrips 0 - god mode until relog
  3536.       - tgod Zrips - check if player have tgod mode enabled and until when
  3537.     info:
  3538.       setTimedGod: '&eYou have set &6[playerDisplayName]&e to temporary god for next
  3539.         [time]'
  3540.       setUntilRelogGod: '&eYou have set &6[playerDisplayName]&e to temporary god until
  3541.         relog.'
  3542.       targetTimedEnabled: '&eYou have received temporary god mode, enabled by &3[senderDisplayName]&e
  3543.         for the next [time].'
  3544.       targetUntilRelogEnabled: '&eYou have received temporary god mode, enabled by &3[senderDisplayName]&e
  3545.         until you relog'
  3546.       setFor: '&eTemporary god mode enabled for the next [time]'
  3547.       setForRelog: '&eTemporary god mode enabled until relog'
  3548.       notSet: '&eTemporary god mode is not enabled for player'
  3549.       willBeDisabled: '&eGod mode will be disabled in [time]'
  3550.       disabled: '&eTemporary god mode is disabled!'
  3551.   time:
  3552.     help:
  3553.       info: '&eControls server time'
  3554.       args: (-smooth)
  3555.       explanation:
  3556.      - 'Example:'
  3557.       - /day
  3558.       - /night
  3559.       - /time 13:00:00
  3560.       - /time 1pm
  3561.       - /time 13
  3562.       - /time 7000ticks
  3563.       - /time 1pm Lt_Craft
  3564.       - /time 1pm all
  3565.       - /time add 0:30
  3566.       - /time take 0:30
  3567.       - /time freeze
  3568.       - /time unfreeze
  3569.       - /time realtime
  3570.       - /time autorealtime start/stop
  3571.     info:
  3572.       check: '&eTime: &6[24h] &eor &6[12h] &eor &6[ticks]ticks &ein &6[world]'
  3573.       frozen: ' &c(-)'
  3574.       frozenTime: '&eFrozen time'
  3575.       real: ' &6(+)'
  3576.       realTime: '&eAutomatic real time'
  3577.       autorealstart: '&eAutomatic time adjustment for &6[world] &estarted'
  3578.       autorealstop: '&eAutomatic time adjustment for &6[world] &estopped'
  3579.       gotfrozen: '&6[world] &etime has been frozen'
  3580.       gotunfrozen: '&6[world] &etime has been unfrozen'
  3581.       cantset: '&eCan''t set time to this value'
  3582.       setto: '&eTime set to &6[24h] &eor &6[12h] &eor &6[ticks]ticks &efor &6[world]'
  3583.       am: '&eAM'
  3584.       pm: '&ePM'
  3585.   titlemsg:
  3586.     help:
  3587.       info: '&eSends title message to player'
  3588.       args: "[playerName/all] [title \n subtitle]"
  3589.     info:
  3590.       message: '&f[messsage]'
  3591.   toast:
  3592.     help:
  3593.       info: '&eSends toast message to player'
  3594.       args: '[playerName/all] (-t:[advType]) (-icon:[material]) [message]'
  3595.     info:
  3596.       message: '&f[messsage]'
  3597.   togglecompass:
  3598.     help:
  3599.       info: '&eShow or hide compass bossbar'
  3600.       args: ''
  3601.     info:
  3602.       ToggleOff: '&eBoss bar compass has been disabled'
  3603.       ToggleOn: '&6Boss bar compass has been enabled'
  3604.   toggleshiftedit:
  3605.     help:
  3606.       info: '&eToggles sign shift editing'
  3607.       args: ''
  3608.     info:
  3609.       feedbackDisabled: '&eDisabled shift sign editing'
  3610.       feedbackEnabled: '&eEnabled shift sign editing'
  3611.   toggletotem:
  3612.     help:
  3613.       info: '&eShow or hide totem cooldown bar'
  3614.       args: ''
  3615.     info:
  3616.       notActive: '&eTotem cooldown is not active'
  3617.   top:
  3618.     help:
  3619.       info: '&eTeleport to highest point at your location'
  3620.       args: '[playerName] (-s)'
  3621.   tp:
  3622.     help:
  3623.       info: '&eTeleports to player''s location'
  3624.       args: '[playerName] (playerName)'
  3625.     info:
  3626.       feedback: '&eYou have been teleported to &3[sourceDisplayName] &elocation (&3[offon]&e).'
  3627.       bad:
  3628.         msg: '&cTeleport location is unsafe. [reason]'
  3629.         extraMsg: '&eUse &6/tpbypass &eto bypass this. You have [time]'
  3630.         lava: '&cLava'
  3631.         void: '&cVoid'
  3632.         suffocation: '&cSuffocation'
  3633.         unknown: '&cUnknown'
  3634.         plugin: '&c3rd party plugin'
  3635.       notAllowed: '&cCan''t teleport to this player'
  3636.       prevented: '&cTeleportation has been prevented by another plugin'
  3637.   tpa:
  3638.     help:
  3639.       info: '&eAsk the player if you can teleport to them'
  3640.       args: '[playerName] (playerName) (-c)'
  3641.     info:
  3642.       requestSent: '&eRequest sent to &6[playerDisplayName]'
  3643.       gotRequest: '&6[senderDisplayName] &erequests to teleport to you!'
  3644.       time: '&eYou have &6[time]&e to accept the request'
  3645.       alreadyRequesting: '&eYou are already requesting &6[playerDisplayName] &eto
  3646.         accept your teleportation'
  3647.       banned: '&eYou can''t give &6[playerDisplayName] &ea teleport request for next
  3648.         &6[time]'
  3649.   tpaall:
  3650.     help:
  3651.       info: '&eAsk all online players to teleport to your location'
  3652.       args: ''
  3653.     info:
  3654.       requestSent: '&eRequest sent to all players'
  3655.   tpaccept:
  3656.     help:
  3657.       info: '&eAccept teleport request'
  3658.       args: (playerName)
  3659.     info:
  3660.       noRequest: '&eThere are no teleport requests'
  3661.       NotOnline: '&ePlayer is no longer online'
  3662.       accepted: '&6[playerDisplayName] &eaccepted request'
  3663.       youAccepted: '&eTeleportation accepted'
  3664.   tpahere:
  3665.     help:
  3666.       info: '&eAsks player to accept teleportation to your location'
  3667.       args: '[playerName] (playerName) (-c)'
  3668.     info:
  3669.       gotRequest: '&6[senderDisplayName] &erequests teleportation to them!'
  3670.   tpall:
  3671.     help:
  3672.       info: '&eTeleports all online players to the location'
  3673.       args: (playerName)
  3674.     info:
  3675.       feedback: '&eYou have been teleported ([world],[x],[y],[z]) to &3[playerDisplayName]
  3676.         &elocation.'
  3677.   tpallworld:
  3678.     help:
  3679.       info: '&eTeleports ALL players from specific world'
  3680.       args: '[worldName]'
  3681.     info:
  3682.       started: '&eTeleportation started!'
  3683.       current: '&eCurrently teleported &3[amount] &eand &3[files] &echecked files'
  3684.       total: '&eTeleported &3[amount] &etotal from posible &3[files] &echecked users'
  3685.   tpbypass:
  3686.     help:
  3687.       info: '&eBypass teleportation to unsafe location'
  3688.       args: (playername)
  3689.     info:
  3690.       noSavedTp: '&cThere are no saved bad teleport locations'
  3691.       feedback: '&eTeleported to unsafe location'
  3692.   tpdeny:
  3693.     help:
  3694.       info: '&eDeny teleport request'
  3695.       args: (playerName)
  3696.     info:
  3697.       noRequest: '&eThere are no teleport requests'
  3698.       youDenied: '&eTeleportation request denied'
  3699.       denied: '&e[senderDisplayName] &edenied request'
  3700.   tphere:
  3701.     help:
  3702.       info: '&eTeleports player to your location'
  3703.       args: '[playerName] (playerName)'
  3704.     info:
  3705.       feedback:
  3706.         offline: '&eYou have set ([world],[x],[y],[z]) spawn location for &3[playerDisplayName]&e
  3707.           (&3[offon]&e).'
  3708.         online: '&eYou have teleported &6[playerDisplayName] &eto your location'
  3709.         player: '&eYou have been teleported to &6[sourceDisplayName] &elocation'
  3710.       notAllowed: '&eCan''t teleport this player'
  3711.   tpo:
  3712.     help:
  3713.       info: '&eTeleports to player''s location by force'
  3714.       args: '[playerName] (playerName)'
  3715.   tpohere:
  3716.     help:
  3717.       info: '&eTeleports player to your location by force'
  3718.       args: '[playerName] (playerName)'
  3719.   tppos:
  3720.     help:
  3721.       info: '&eTeleports to location'
  3722.       args: (playerName) [x] [y] [z] (world) (pitch) (yaw) (-rng:[range])
  3723.     info:
  3724.       feedback: '&eYou have been teleported ([world],[x],[y],[z]).'
  3725.       feedbackOther: '&e[playerDisplayName] hasbeen teleported ([world],[x],[y],[z]).'
  3726.   tps:
  3727.     help:
  3728.       info: '&eCheck servers tps status'
  3729.       args: ''
  3730.     info:
  3731.       Tps: '&eTPS: &6[tps]'
  3732.   tptoggle:
  3733.     help:
  3734.       info: '&eToggle teleportation access to player'
  3735.       args: (playerName)
  3736.     info:
  3737.       feedbackNoTp: '&ePrevented teleportation'
  3738.       feedbackTp: '&eAllowed teleportation'
  3739.   tree:
  3740.     help:
  3741.       info: '&eSpawn a tree where you are looking'
  3742.       args: (TreeType)
  3743.     info:
  3744.       feedback: '&6[tree] &espawned.'
  3745.       cantSpawn: '&cCan''t spawn (&e[tree]&c) on this block.'
  3746.   unban:
  3747.     help:
  3748.       info: '&eUnban player or ip'
  3749.       args: '[playerName/ip] (-s)'
  3750.     info:
  3751.       unBaned: '!broadcast!&6[playerDisplayName] &ehas been unbanned'
  3752.       unBanedSilent: '&7[&8Silent&7]&6[playerDisplayName] &ehas been unbanned'
  3753.       notBanned: '&6[playerDisplayName] &eis not banned'
  3754.   unbreakable:
  3755.     help:
  3756.       info: '&eMakes item unbreakable'
  3757.       args: (playerName) (true/false)
  3758.     info:
  3759.       feedback: '&eYou made item [state] &efor &3[playerDisplayName]&e (&3[offon]&e).'
  3760.       breakable: '&6breakable'
  3761.       unbreakable: '&6unbreakable'
  3762.   uncondense:
  3763.     help:
  3764.       info: '&eUncondense items into smaller parts'
  3765.       args: (itemName)
  3766.     info:
  3767.       converted: '&eConverted &7[blocks] &eblocks into &7[items] &eitems'
  3768.       nothing: '&cThere is nothing in your inventory that can be uncondensed.'
  3769.   unjail:
  3770.     help:
  3771.       info: '&eCreate jail by name'
  3772.       args: '[playerName]'
  3773.     info:
  3774.       notInJail: '&cTarget player is not in jail'
  3775.       unjailed: '&eYou have released &6[playerDisplayName] &efrom jail'
  3776.       unjailedTarget: '&eYou have been released from jail!'
  3777.   unloadchunks:
  3778.     help:
  3779.       info: '&eUnloads chunks from server memory'
  3780.       args: (-f)
  3781.       explanation:
  3782.      - -f variable will force for all chunks to be unloaded in one go.
  3783.     info:
  3784.       removed: '&eRemoved -[list]'
  3785.       startScanning: '&eFound &6[amount] &echunks to unload. Starting!'
  3786.       InfoShow: '&6TPS: &3[tps] &6Left &e[left] &6(&e[min]m:[sec]s&6) &6Speed: &e[speed]
  3787.         &6Unloaded: &e[found]'
  3788.       Finished: '&eFinished!!! Unloaded: &6[amount] &echunks in &6[minutes] &emin
  3789.         &6[seconds] &esec.'
  3790.   unmute:
  3791.     help:
  3792.       info: '&eUnmute player'
  3793.       args: '[playerName] (-s)'
  3794.     info:
  3795.       notMuted: '&ePlayer is not muted'
  3796.       unmuted: '&ePlayer can talk now'
  3797.       unmutedTarget: '&eYou can talk now'
  3798.   usermeta:
  3799.     help:
  3800.       info: '&eManage players meta data'
  3801.       args: '[playerName] [add/remove/clear/list/increment] (key) (value) (-s)'
  3802.       explanation:
  3803.      - Any set meta can be displayed with %cmi_user_meta_[key]% placeholder around
  3804.         plugin
  3805.     info:
  3806.       added: '&eAdded meta for &6[playerDisplayName] &ewith key as &6[key] &eand value
  3807.         as &6[value]'
  3808.       cleared: '&eCleared meta from &6[playerDisplayName]'
  3809.       removed: '&eRemoved &6[key] &emeta from &6[playerDisplayName]'
  3810.       changed: '&eChanged &6[key] &emeta from &6[oldValue] &eto new value of &6[newValue]'
  3811.       list: '&e[place]. &6[key]&e: [value]   '
  3812.   util:
  3813.     help:
  3814.       info: '&eAdminstration tools'
  3815.       args: (removeseats/testtarget)
  3816.     info:
  3817.       removedSits: '&eRemoved &6[count] &eempty sits from all worlds.'
  3818.   vanish:
  3819.     help:
  3820.       info: '&eVanish player'
  3821.       args: (playerName/list) (on/off)
  3822.     info:
  3823.       vanished: '&eYou have vanished'
  3824.       unvanish: '&eYou become visible'
  3825.       targetVanished: '&6[playerDisplayName] &ehas vanished'
  3826.       targetUnvanish: '&6[playerDisplayName] &ebecame visible'
  3827.       list: '&e[place]. &6[playerDisplayName] &e(&6[offon]&e)'
  3828.       noVanished: '&eThere are no vanished players'
  3829.   vanishedit:
  3830.     help:
  3831.       info: '&eEdit vanish mode for player'
  3832.       args: (playerName)
  3833.     info:
  3834.       vanished: '&eYou have vanished'
  3835.       unvanish: '&eYou become visible'
  3836.       targetVanished: '&6[playerDisplayName] &eis now vanished'
  3837.       targetUnvanish: '&6[playerDisplayName] &eis no longer vanished'
  3838.       isVanished: '&eVanished'
  3839.       damageToEntity: '&eCan deal damage to others'
  3840.       playerDamage: '&eCan take damage'
  3841.       itemPickup: '&eCan pickup items'
  3842.       mobAggro: '&eMobs can target'
  3843.       interaction: '&eCan physically interact'
  3844.       silentChest: '&eNoisy chests'
  3845.       informOnLeave: '&eShows leave message'
  3846.       informOnJoin: '&eShows join message'
  3847.       PrivateMessages: '&ePrivate messages'
  3848.       nightVision: '&eApply night vision'
  3849.       bossbar: '&eShow bossBar when vanished'
  3850.       afkcommands: '&eTrigger afk when vanished'
  3851.       bossbarTitle: '&fVanished'
  3852.   version:
  3853.     help:
  3854.       info: '&eShow plugin version'
  3855.       args: ''
  3856.     info:
  3857.       cmiVersion: '&eCMI plugin version: &6[version]'
  3858.       cmiVersionNew: '&e-> [newVersion]'
  3859.       Server: '&eServer version: &6[version]'
  3860.       Vault: '&eVault version: &6[version]'
  3861.   viewrange:
  3862.     help:
  3863.       info: '&eChange view range'
  3864.       args: '[range] (playerName)'
  3865.     info:
  3866.       changed: '&eView range changed to &6[range]'
  3867.       NoProtocolLib: '&cThis function requires ProtocolLib!'
  3868.       NoMore: '&eRange can''t be more than 32 chunks. Changed to 32.'
  3869.   voteedit:
  3870.     help:
  3871.       info: '&eManage player votes'
  3872.       args: (playerName) [add/set/take/clear] [amount] (-s)
  3873.       explanation:
  3874.      - 'Example:'
  3875.       - /voteedit Zrips
  3876.       - /voteedit add 10
  3877.       - /voteedit take 10
  3878.       - /voteedit Zrips clear
  3879.       - /voteedit Zrips add 10
  3880.     info:
  3881.       currentVotes: '&e[playerDisplayName] &ehas &6[votes] &evotes'
  3882.       selfFeedback: '&eVotes have been set to &3[votes] &efor &3[playerDisplayName]&e (&3[offon]&e).'
  3883.       targetFeedback: '&eYour vote count was set to &3[votes]&e by &3[senderDisplayName]&e.'
  3884.   votes:
  3885.     help:
  3886.       info: '&eCheck players vote count'
  3887.       args: (playerName)
  3888.     info:
  3889.       currentVoteSelf: '&eYou made &6[votes] &evotes'
  3890.       currentVotes: '&e[playerDisplayName] &ehas &6[votes] &evotes'
  3891.   votetop:
  3892.     help:
  3893.       info: '&eCheck top vote list'
  3894.       args: (playerName)
  3895.     info:
  3896.       topLine: '&e----- TopVotes &e-----'
  3897.       list: '&e[place]. &6[playerDisplayName]: &e[votes]'
  3898.       ownLine: '&2[place]. &2[playerDisplayName]: &2[votes]'
  3899.   walkspeed:
  3900.     help:
  3901.       info: '&eSet player walk speed from 0 to 10'
  3902.       args: '[playerName] [amount]'
  3903.     info:
  3904.       feedback: '&eYou have set &3[amount]&e walk speed for &3[playerDisplayName]&e
  3905.         (&3[offon]&e).'
  3906.       targetfeedback: '&eYour walk speed has been set to &3[amount]&e by &3[senderDisplayName]&e.'
  3907.       max: '&eMax allowed walk speed for you is &6[max]&e.'
  3908.   warn:
  3909.     help:
  3910.       info: '&eWarn player'
  3911.       args: '[playerName] (category) (reason) (-s)'
  3912.     info:
  3913.       noSelfWarning: '&cYou can''t warn yourself'
  3914.       cantBan: '&cCan''t warn this player'
  3915.       messageToAll: '&6[playerDisplayName] &chas been warned by &6[senderDisplayName] &cfor:
  3916.        &6[reason]'
  3917.       banedSilent: '&7[&8Silent&7]&6[playerDisplayName] &chas been warned by &6[senderDisplayName]
  3918.         &cfor: &6[reason]'
  3919.   warnings:
  3920.     help:
  3921.       info: '&eCheck player warnings'
  3922.       args: (playerName)
  3923.     info:
  3924.       totalPoints: '&7---- &e[playerDisplayName] &etotal violation points: &6[totalPoints]
  3925.         &7----'
  3926.       noWarnings: '&ePlayer doesn''t have any warnings'
  3927.       list: '&7[place]. &e[time] &6by [warnedBy] &cfor: &7[warnedFor]'
  3928.       hover:
  3929.       - '&7Expires in: &e[time]'
  3930.       - '&7Violation points: &e[points]'
  3931.   warp:
  3932.     help:
  3933.       info: '&eTeleports to warp location'
  3934.       args: (warpName) (playerName) (-s)
  3935.     info:
  3936.       list: '&eWarps: &6'
  3937.       click: '&eClick to teleport to &6[warp]'
  3938.       teleported: '&eTeleported to warp (&6[warp]&e) location'
  3939.       noWarps: '&cThere are no saved warps'
  3940.       noWarpByName: '&cThere are no warps by this name'
  3941.       noAccess: '&cNo access to this warp'
  3942.       guiTitle: '&6Warps'
  3943.       creator: '&eCreator: &6[creator]'
  3944.   weather:
  3945.     help:
  3946.       info: '&eControls server weather'
  3947.       args: (sun/rain/storm) (lock/duration) (worldName/all)
  3948.       explanation:
  3949.       - 'Extra time formats can have: s/m/h/d/w/M/Y'
  3950.       - 'Example:'
  3951.       - /sun
  3952.       - /rain
  3953.       - /storm
  3954.       - /sun lock
  3955.       - /sun 120
  3956.       - /sun Lt_Craft
  3957.       - /sun 1h
  3958.       - /sun 10m
  3959.     info:
  3960.       currentState: '&6[world] &e-> &6[weather] &efor next &6[time]'
  3961.       sunny: sunny
  3962.       rainy: rainy
  3963.       thundering: thundering
  3964.   whowas:
  3965.     help:
  3966.       info: '&eShows player''s previous names'
  3967.       args: '[playerName]'
  3968.     info:
  3969.       list: ' &e[place]. &6[name] - &e[date]'
  3970.       original: '&eOriginal name'
  3971.   workbench:
  3972.     help:
  3973.       info: '&eOpen workbench'
  3974.       args: (playerName)
  3975.     info:
  3976.       feedback: '&eYou have opened a workbench for &3[playerDisplayName]&e (&3[offon]&e).'
  3977.       targetfeedback: '&3[senderDisplayName] &ehas opened a workbench for you.'
  3978.   world:
  3979.     help:
  3980.       info: '&eTeleports to different world'
  3981.       args: (normal/nether/end/1/2/3...) (playerName) (-s)
  3982.       explanation:
  3983.      - Requires cmi.command.world.[worldName] in addition to base permission node
  3984.     info:
  3985.       here: '&eAlready here'
  3986.   worth:
  3987.     help:
  3988.       info: '&eCheck item worth'
  3989.       args: (all/blocks/hand)
  3990.     info:
  3991.       worthless: '&eWorthless'
  3992.       basePrice: '&6[itemName]&e(&7[amount]&e) -> &f[price]'
  3993.       fullPrice: '&7[price]'
  3994.       total: '&eTotal worth: &7[total]'
Add Comment
Please, Sign In to add comment