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