Added appropriate attached command editor ingame. Uses same general list editor where you can add, remove, switch places or modify existing commands. Basic trigger of this is by using /cmi attachcommand
Fixing issue with shulkerbackpack stopping your inventory updating contents after you close backpack until you click inside inventory. This is minecraft bug which caused this issue, but for time being we should have some what work around for this one.
Fixing small issue for ctext when trying to use another player as source for placeholder translation
Fixing %cmi_worthc_sell_[material]% returning value for buy and not sell
Added playerBan into eventCommand file
Fixing error when trying to jail invalid player
Fixing issue where tpawarmup particle would still appear even if you disabled them in config by setting to ''
Some improvements on hologram API to allow method trigger instead of being forced to use commands which is not ideal in some use case scenarios. Usage
Code (Text):
CMIHologram h = new CMIHologram(String, Location) {
@Override
public void onInteraction(Player player, CMIInteractType type) {
}
};
Updated existing github API with newest plugin structure as it was quite outdated when we switched to 9.x version
Fix for double output when adding custom tabcompletes to custom alias
CustomAlias.yml got moved into CustomAlias directory. Backup file will be saved into CMILib backupFiles directory, just in case. Now any file in this directory will be used to read your custom alias files so you can have multiple of them for different behaviors. Just to have better way to manage dozens of them.
Some changes for ingame editor for custom alias to fit in new variable. This leads to few of locale lines getting hard reset.
Added new option to define custom alias file name where it needs to be saved. With this you can organize your setup more properly and separate universal alias from more unique ones which can allow simpler sharing between servers or users. By default it will be placed inside CustomAlias file.
Fixing issue where tfly and flightcharge would have been disabled in case you died. Now it should remain enabled properly.
Fix for not being able to replenish hunger while you have been in god mode
Fixing stats placeholder when we are checking placed block count