- feat: Implement command cooldown by @4drian3d in https://github.com/4drian3d/VLobby/pull/31
Full Changelog: https://github.com/4drian3d/VLobby/compare/2.0.1...2.1.0
- fix(deps): update dependency stdlib to v1.8.10 in https://github.com/4drian3d/VLobby/pull/8
- chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.8.10 in https://github.com/4drian3d/VLobby/pull/9
- chore(deps): update plugin org.jetbrains.kotlin.kapt to v1.8.10 in https://github.com/4drian3d/VLobby/pull/11
- fix(deps): update dependency org.bstats:bstats-velocity to v3.0.1 in https://github.com/4drian3d/VLobby/pull/12
- chore(deps): update dependency gradle to v8 in https://github.com/4drian3d/VLobby/pull/13
- chore(deps): update dependency gradle to v8.0.1 in https://github.com/4drian3d/VLobby/pull/14
- misc: some code improvements
- misc: changed package
- chore: removed old configuration file
- fix: fixed runtime download relocations
- misc: some dependency download improvements
Full Changelog: https://github.com/4drian3d/VLobby/compare/2.0.0...2.0.1
What's Changed
- 2.0.0 | Plugin Refactor by @4drian3d in https://github.com/4drian3d/VLobby/pull/6
- refactor: Migrated to Kotlin | The plugin now requires MCKotlin to be installed
- fix: Fixed that the second alias of the main command was not working
- feat: Migrate from TOML4j to Configurate-4 | The configuration changed completely, from formatting to configuration options. It is now fully explained in the configuration what each function does
- feat: Implemented specific error message when already connected to a lobby
- feat: Implemented multiple CommandHandler
Implemented 2 CommandHandlers:
- REGULAR | Works as the plugin so far worked. Single command with multiple aliases to redirect to some configured lobby server.
- COMMAND_TO_SERVER | Here you can define which command leads to which lobby
- feat: Implement metrics
Full Changelog: https://github.com/4drian3d/VLobby/compare/1.0.1...2.0.0