Guest User

Untitled

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