diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-02-11 16:31:21 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-02-11 16:31:21 +0100 |
commit | 6135ade876cec7ed25dcc056b0d0c4bdc3c522ae (patch) | |
tree | 6c0d572d149a2d1002dcaf8df0f3b9162d000bfd | |
parent | adf673652d1c99f78f7d98a23d32e002fb0312cf (diff) |
document why chat command plugin hashes can still be useful with automatic plugin builds
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -45,10 +45,14 @@ for all versions that were ever supported: * Minetest 5.7: [629d57a651b46539af3ffed36fb0649b3ea6d346](https://github.com/HimbeerserverDE/mt-multiserver-proxy/commit/629d57a651b46539af3ffed36fb0649b3ea6d346), chat command plugin: [718f8defad54adc04ac81f535b6d59c82a13298e](https://github.com/HimbeerserverDE/mt-multiserver-chatcommands/commit/718f8defad54adc04ac81f535b6d59c82a13298e) * Minetest 5.8: latest -The chat command plugin commit hashes are specified for old proxy versions -that didn't support automatic plugin building and version management yet. -It's important to downgrade the plugin to that version if you want it to work -with the corresponding proxy version. +The chat command plugin commit hashes are mainly specified for old proxy +versions that didn't support automatic plugin building and version management +yet. Using the `mt-build-plugin` tool should be sufficient, though there may +be API changes preventing the plugin from compiling against an old proxy +version in which case the commit hashes are needed too. Conclusively it's +important to downgrade the plugin to that version if you want it to work with +an old proxy version without automatic plugin building and version management +or if it doesn't compile against old proxy versions anymore. ### Minetest development builds |