Commit Graph
7 Commits
Author SHA1 Message Date
MineTec 4f10ce5ba8 Switch to Velocity from Bungeecord and add configuration support
- Replaced Bungeecord proxy with Velocity proxy.
- Updated brand name and logging for Velocity support.
- Introduced `velocity` and `velocity-secret` configuration options.
- Removed deprecated Bungeecord handling.
- General refactor and cleanup for proxy integration.
2025-12-25 18:47:49 +01:00
MineTec d80b7deb53 Update dependencies and improve various functionalities
- Bump Gradle to 8.5 and adjust related configs.
- Upgrade from JDK 17 to JDK 21.
- Replace deprecated methods with modern equivalents (`withDisplayName` -> `withCustomName`).
- Refactor and simplify event handling (e.g., PlayerLoginEvent -> AsyncPlayerConfigurationEvent).
- Fix minor issues with player and inventory handling.
- Improve Gradle startup scripts for better compatibility.
- Transition plugin handling from deprecated to current class references.
- General cleanup and code modernization.
2025-12-21 17:31:48 +01:00
MineTec 533df11984 Bungeecord join issues solved
Fixed return-server not working
2023-10-23 14:21:15 +02:00
MineTec 4aa5c1e5ae Removed dead config files and entries
Added option for bungeecord return server
2023-10-23 09:17:19 +02:00
MineTec a00c1f174c Added option to leave Server and go back to main server 2023-10-23 08:49:31 +02:00
MineTec 6b2b25ce5e Fixed indefinite loading bug
Removed verbose logging
Changed loading-text
2023-10-23 08:11:13 +02:00
MineTec bb363dc06f Added void-world for selection
Added loading indicators
Added speed modifiers
Code cleanup
2023-10-22 22:22:39 +02:00