Releases: MaboroshiKobo/Junction
1.3.0
New Home!
I have decided to create a dedicated organization for my projects called Maboroshi Kobo. The entire codebase has been updated to use the org.maboroshi namespace, and all our links and docs now point to the new home.
There is now a dedicated wiki for all of my projects that you can find over here. It's kind of barebones at the moment, but it is open-source so if any of you would like to contribute, I'd highly appreciate it!
I have also made a Discord server if you have questions, bugs to report, or would like to keep up with my other projects.
Plugin Changes
- Added a way to handle libraries so the plugin downloads what it needs to run (JAR size has been reduced by ~400 KB!).
- Text handling got a nice upgrade with our new
MessageUtilssystem, which means message formatting and PlaceholderAPI support are much more consistent (hopefully). - Releasing updates is now mostly automated, so you can expect faster and more reliable uploads to GitHub, Modrinth, and Hangar whenever a new version is uploaded.
- Switched how the configuration is handled internally to make it actually auto-update from now on. While there shouldn't be any issues, it is highly recommended to back up your
config.ymlbefore updating just to be safe.
Junction v1.2.0
New Features
- You can now configure the plugin to execute console commands when players join or quit the server.
- Supports separate command lists for Java and Bedrock players.
- Has internal placeholders
{player}(name) and{uuid}. - Has support for PlaceholderAPI in command execution.
Improvements
- Refactored the internal configuration system.
- General code cleanup and optimizations in command handling and update checking.
⚠️ Configuration Changes
- The configuration has been overhauled for better organization.
- Core settings remain in
config.yml. - Chat messages have been moved to a new
messages.ymlfile. - It is highly recommended to backup your configuration files in case they did not migrate over as expected.
- Core settings remain in
Tip
Download the plugin .jar file from the Assets section below and place it in the plugins directory of your server.
Junction v1.1.1
This update addresses an edge case with linked accounts. Java players (specifically those using Geyser's account linking) will now have the Bedrock permission group automatically removed when they join. This prevents Java players from accidentally retaining the permission group from a previous Bedrock session.
Tip
Download the plugin .jar file from the Assets section below and place it in the plugins directory of your server.
Junction v1.1.0
What's Changed
- Updated API to support Minecraft
1.21.11. - Implemented an automatic update checker (notifies admins with
junction.adminon join). - Most plugin messages (including prefix) are now fully configurable in
config.yml. - Added bStats integration for anonymous usage tracking.
- Console logs now support colored formatting/branding.
- Refactored permission provider logic for improved codebase.
Tip
Download the plugin .jar file from the Assets section below and place it in the plugins directory of your server.
Junction v1.0.0
This release marks version 1.0.0 of Junction. The plugin has moved out of the SNAPSHOT phase with a completely rewritten configuration system and improved stability.
Tip
Download the plugin .jar file from the Assets section below and place it in the plugins directory of your server.