You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
VIP Plugins CMI - 300+ Commands/Insane Kits/Portals/Essentials/Economy/MySQL & SqLite/Much More!
Version: 9.8.5.0
- Author ArteffKods
- Creation date
-
- Tags
- cmi essentials
- No more option to disable enchants (/cmi disabledenchants) as of 1.20.4 server version due to change in minecraft code
Will keep an eye on thi feature for possible solutions, but for time being its no longer working.![]()
- Updated itemframe command invisible item frame visualization to use new more efficient display method with more accurate visualizations
- New permission node as cmi.command.itemframe.[invisible/fixed/invulnerable/all] to have more control over itemframe command
- Fix for specialized commands delay! not accepting posible numeric placeholders
- From now on we will block cheque usage if player is in creative mode. Can be toggled in config file.
- From now on cheque data will be encoded for extra protection. We can still accept old format items (disabled by default), you can toggle this in config file if you want it. Keep in mind that having it disabled will make existing cheque items unusable, but you can always ask players to give those items to admins to convert to new type. If it is turned off then player who tries to use outdated item will receive message informing about it.
- Fix for issue with afk mode and auto kick not triggering in some situations while you are fishing
- Improved armoreffect chat editor. Now you can properly set effect level by simply adding :3 for level 3 effect. Example speed:3
- Fix where damage numbers could be shown when you deal 0 damage
- Updated hologram handling when it comes to interactions with those. As of 1.20 version we will be using new special interactable entity instead of invisible slime mob which solves few issues, like slime being visible while you are in spectator mode and slime having pushback force.
- Fix for issue relating to hologram interactions not being properly updated in time and hovering over lines might not have been recognized in time if you had max update rate set for this hologram
- Fix for issue relating to Bungee cord messages
- Fix for issue where player data would not have been saved in latest Paper 1.20.4 builds after player teleports and tries to log out shortly after it
- Fix for elytra boost not consuming items if those are renamed
- Fix for few typos in config/locale files
- Fix for issue with toast messages on 1.20.1 servers. Update CMILib for this one.
- Added death message when you die from starvation
- Small improvement for custom death messages to include posible mob/player you have been fighting before dying from custom death cause like starvation or fall damage
- Improved increment handling for usermeta command to handle number additions and subtractions more properly when it comes to whole numbers
- Permission node cmi.command.sethome.bypasslimit is now specifically required to be set for the player to have effect, so OP players will no longer bypass those limitations by default
- Small update to address potential issue with elytra usage in blacklisted worlds
- Fix for glow color not being reapplied when you relog and you have custom nameplate
- Improvement when it comes to item recognition on modded servers
- Fix for issue relating to unrecognizable custom recipes which could have prevented from plugin starting up entirely
- Hard exclusion for option to reply to console when console sends pm message to the player. So from now on we will not record console as possible reply option with or without !1 at the start of message
- Added option to define kits GUI page titles based on actual page, similar thing to what we have for warps GUI
- Added support for {nicknameprefix} in chat format and not only for display name section
- Fix for toast messages not working on older server versions, this will need CMILib update
- Fix for skin not being applied on player login event
- Fix for armoreffect with night vision creating blinking effect when its near end. Now it should properly have increased time for night vision to avoid this visual issue. Known issue: Night vision effect could still start blinking after you relog, but this should stabilize after first effect update cycle.
- Fix for issue relating to event commands and respawn event in older servers creating error message
- Added option to use color formats in chat color picker. &2&l&n or {#00e625}&l can be used now and will be appropriately shown in GUI chat color picker
- Removed code relating to players name history, as this is no longer accessible from Mojang servers.
- Updated to support 1.20.3 servers. Don't forget to update CMILib
- Fix for event command on player respawn being triggered when you enter end portal after defeating dragon. This needs to only trigger when player actually dies
- Fix for issue with holograms new display method failing on 1.20.1 servers
- Fix for rare error message relating to holograms and its line of sight check
- Fix relating to economy balance visualization failing to...
- Fix for msg (some others too) command not accepting partial player names
- Fix for tpo not working while teleported player is on spectator mode
- Added option to block dropped item teleportation with end portals and end gateways. This is enabled by default due to possible exploitable behavior of it. This will not affect player teleportation with both of those portals
- Fix for holograms appearing in wrong world when you change worlds to same relative coordinates
- Fix for attachcommand "forgetting" about limited use record and not including it when you check all limited use commands
- Adjustment for anti afk check relating to AntiAfkMachines option which should take you out of afk mode faster when you start moving after being in afk mode without moving your camera
- Added option to prevent fishing hook usage on afk players
- Added option to define prefix for all custom death messages
- Fix for paper spigot server 1.20+ builds being wonky while CMI tries to load in player data while player is offline which was placing player into primary world
- Fix for rankup confirmation message still using rank config name and not display name
- Added optional rank requirement as placeholder value. This can either be text type placeholder or value.
Code (Text):
PlaceholderRequirements:
- '%cmi_user_level%>=10;Get to level 10'
- '%cmi_user_homeamount%>=3;Get 3 homes'
- '%cmi_user_weather%==rainy;We like rain'
This will require you to provide placeholder we should look up, value it needs to be equal or higher than, and finally a custom short message we will be showing as rankup requirement. With text based placeholders use == while with numbers you can either use == or >= which will indicate that you either want placeholder to be exactly at this number in first case and alternatively it can be equal or higher than provided number- Improved speed for lastonline command and cleared out some of the empty lines from last pages
- Added additional fail safe when it comes to players in custom worlds which could have been "teleported" to main world if players data got accessed before players world was loaded in.
- Fix for issue with some plugins compatibility not being fully enabled
- Fix for head command misbehaving in 1.20 servers. You will need latest CMILib for this
- Sorted mob heads in mobhead GUI for convenience sake