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