
CommandPanels
The Complete GUI Plugin. Easily create custom menus, interactive dialogs, and Bedrock/Floodgate GUIs. Whether you need complex logic, animations, or speed by using the Online Editor, CommandPanels is powerful option for modern Paper and Folia servers.
Tags
Creators
Details
4.2.4
Compatibility
Changes
Optimisations and fixes
- Floodgate custom labels now parse colour codes
- Panel items will no longer update unless a change in a placeholder is detected, saving resources. Additionally it will not rebuild all items but only individual items that need updating.
- Fixes a small chance of a concurrent exception error on plugin reload.
- Condition parsing optimisations
- Items built multiple times on panel open now cache
On Average
- Panel Opening: 20-40% faster
- Panel Updates: 500% faster
- Condition Parsing: 10-20% faster
A couple small changes A few longstanding changes to fix clarity around the following features. (The plugin will automatically let you know if you haven't changed these on reload in the console, and which panels need changing).
- NOTE:
update-delayneeds to be renamed toupdate-interval - NOTE:
[data] overwriteneeds to be renamed to[data] set - NOTE:
[data] setneeds to be renamed to[data] add
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:towqcvHT:MKedFlgc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:towqcvHT:MKedFlgc"
}
