#Added: official support for MC version 1.20.2 and below.
#Changed: warning message about the lack of a valid implementation to make it more clear that the plugin is trying to use the last valid/updated implementation in this case.
I want to stress out the fact that in many cases the plugin does not need to be updated specifically in order to work properly on future versions - especially if the API did not change drastically (which is usually the case).
#Added: the plugin will now inform you if the latest implementation is used and if so, for what version it was last tested.
#Changed: the warning messages about the lack of a valid implementation was more or less replaced by the above info message.
The plugin already tried to use the default implementation if no valid implementation was found. Therefore I think these changes give some clarity over what is actually happening. In addition future versions will now not be "unvalid" so to speak but rather untested (hence the new info message informing you of the last tested version) because the later versions will very likely work except for new attributes or block types.
#Added: official support for MC 1.18.2.
#Added: update checker by
mfnalex along with some config options.
#Added: permission phantomspawncontrol.updatechecker to get notified on login of a new version if existent.
#Changed: updated commons code to v1.10.2.
IMPORTANT: This update requires editing of the current config. Please add the following to the bottom of the file:
#Added: official support for MC 1.18.2.
#Added: update checker by
mfnalex along with some config options.
#Added: permission phantomspawncontrol.updatechecker to get notified on login of a new version if existent.
#Changed: updated commons code to v1.10.1.
IMPORTANT: This update requires editing of the current config. Please add the following to the bottom of the file:
#Changed: native Minecraft version to 1.16.
#Changed: tabCompletion for see/backup command will only work with the corresponding permission.
#Changed: error message for console if backup command is not performed correctly.
#Added: permission biginv.backup.login to restore backups automatically on login. (If the BigInv is too small again, it will create a new one of course)
#Changed: before creating a backup items will now get stacked into left over space if possible.
#Changed: shared commons code to v1.7.2. This improves console messages.
#Changed: shared commons code to v1.4.0. This may change/improve console messages a bit.
#Changed: default value of messages.wrongCmdUsage.prefix is now missing a blanket at the end (because it will now be automatically added!)
#Fixed: BigInv was not saved if items were only added by shift-clicking.