Tags
Creators
Details
All versions
4.8.3
Release
Island Border 4.8.34 months ago 265
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.5ā1.21.11
Platforms
Paper
Purpur
Changes
New in this release
- š” All locale files converted from legacy
&-colour codes to MiniMessage format - š” Missing
set-colorkeys added to every non-English locale - š” Fixed
[typ]ā[type]placeholder inpl.ymlso the Polishbordertypemessage substitutes correctly - š” Fixed MiniMessage tag positioning in
uk.ymlso the whole Ukrainianset-typephrase is coloured - š” Removed duplicate
zh_CN.ymlin favour of the canonicalzh-CN.yml - šŗ Bumped minimum BentoBox API to 3.12.0
- Build: enabled PaperMC snapshot repository
Compatibility
āļø BentoBox API 3.12.0 āļø Minecraft 1.21.3+ āļø Java 21
Installation
- Download this jar and put it in your addons folder
- Restart the server
- Look at config.yml and edit it if required. If you do, restart the server.
- If you want players to be able to access the toggle command, give them the
[gamemode].border.togglepermission where[gamemode]is bskyblock, aoneblock, etc. - If you want players to have permission to access the color command, give them
[gamemode].color.*permission, or replace*with red/green/blue. - You should be good to go!
Upgrading
- Take backups of your server, for safety
- Update BentoBox to 3.12.0 or later
- Download this jar and put it in your addons folder - delete the old one
- If you maintain custom locale overrides under
plugins/BentoBox/addons/Border/locales/, migrate them from&-codes to MiniMessage tags - Restart the server
- You should be good to go!
Legend
- š” Locale files updated ā review any custom locale overrides
- šŗ Breaking/required change ā minimum dependency bumped
What's Changed
- š” Update Russian locale to MiniMessage format by @Copilot in https://github.com/BentoBoxWorld/Border/pull/171
- š” šŗ Convert all locale files to MiniMessage format and bump BentoBox requirement to 3.12.0 by @Copilot in https://github.com/BentoBoxWorld/Border/pull/173
- Release 4.8.3 by @tastybento in https://github.com/BentoBoxWorld/Border/pull/172
Full Changelog: https://github.com/BentoBoxWorld/Border/compare/4.8.2...4.8.3
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:wvEhk1hC:Md24ogqD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wvEhk1hC:Md24ogqD"
}

