Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
2.0.0-alpha.2+26.1
Alpha
[26.1] 2.0.0 - Alpha 22 weeks ago 15
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
Changes in 2.0 - Alpha 2
This is an alpha release!
Before updating the mod, always backup your whitelist.json!
Fixes
/linkand/linkinfono longer register as requiring admin permission- For some reason, passing 0 as the permission bitset defaults to admin only...
- Locks that never expire no longer show a date in the past
- instead it will say it expires in ~31k years. This is a temporary fix, it will be changed to say "never" in the future
Changes
- 26.2 support (petersv5)
- 26.3 support
- Reduced the mod jar size
- Added the
/userlinkinfocommand- It allows an admin to view a specific user's link
- The command requires the admin to have the kick member permission be default
- It has 2 sub commands,
userandusername userallows viewing the link of a Discord userusernameallows viewing the link of the given in game usernameusernameshows an autocomplete with currently whitelisted usernames- This command is planned into being merged into
/userlinkas a sub-command group.
- Updated the
autowhitelist rebuild-from-cachein game command- The command now adds all qualifying cached entries, instead of just removing whitelist entries and letting the cache on login do the rest
- The option to not run actions has been removed. The new implementation doesn't support not running the
addactions. - The command now runs asynchronously to avoid hanging the server thread for a long period, it will send a message when finished.
- It is a bad idea do run the reload while it is running, that can cause issues
- Added the
/statuscommand- This command shows the status of several parts of the mod environment.
- There are 6 sub-commands
minecraftshows details about the game and loader.networkingshows details about the Minecraft server networking, this will be updated once multilink is implemented.whitelistshows details about the server and mod whitelist.cacheshows details about the whitelist cache.botshows details about the Discord bot.configshows details about the mod's config, this does not show the config itself.- The command currently has a hardcoded text and layout, this will be changed once the new system for the Discord messages is implemented.
Please provide feedback for the current command structure and naming.
Optional dependencies
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:BMaqFQAd:sTGfDkhu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BMaqFQAd:sTGfDkhu"
}



