Guest User

Untitled

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