Guest User

Untitled

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