Tags
Creators
Details
1.5.0
Compatibility
Required content
Changes
ADDITIONS
- ✨ Added balance top GUI
- ✨ Added worth GUI
- ✨ Added economy GUI
- ✨ Added sell GUI
- ✨ Added item for kit preview when kit is empty
- ✨ Added 'kitDelay' placeholder
CHANGES
- ⚙️ Changed from Maven to Gradle (#4)
- 🔨 Big code refactor
- The project is now divided in three modules : base, v2_21_2 and v2_22_0.
- Base module: the base code of the plugin
- v2_21_2 / v2_22_0: code using different version of essentialsx and adventure api
- Better mutli-version support for EssentialsX
- Some changes due to the add of /sell feature
- Better management for kitEditor items (and sell feature)
- The project is now divided in three modules : base, v2_21_2 and v2_22_0.
- ⬆️ Upgraded dependencies:
- Spigot API 1.21.1 -> 1.21.11
- AnvilGUI 1.0.11 -> 1.0.13
- FastStats 0.18.1 -> 0.22.0
- XSeries 13.6.0 -> 13.6.0+26.1
- Libby 1.3.1 -> 2.0.0 (AlessioDP fork)
- 🔨 Refactored EssentialsHook
- 🧹 Better MiniMessage support
- 🛠️ Customized FastInv lib for the plugin
- Added dynamic items
- 🔨 Refactored TimeUtils class
- ⚡ Enhanced characters analysis
- ⚡ Some optimizations
- 🔨 Refactored paginated inventories and inventories config
- ⚡ Inventory now closes before a teleportation
- ⚡ Some changes to InventoriesUtils
- ⚡ All items can now be disabled
- 🔁Switched from MCServerVersion to VersionUtil from Essentials plugin
- 📝 Removed capital letters from some item names
- ⚡ Enhanced /exg reload
- ➖ Jar file size reduced
- ⬆️ Minimum java version has been increased to Java 21
FIXES
- 🐛 Some fixes with the main class
- 🐛 Some fixes with the whois GUI
- 🐛 Fixed messages file version
- 🐛 Fixed skipped messages format analysis
- 🐛 Fixed anvil type here text not working
- 🐛 Fixed blank at pagination item slots
- 🐛 Fixed default values in configuration.yml
- 🐛 Fixed empty kit in preview when using /createkit
- 🐛 Added missing 'enabled' keys in files
- 🐛 Fixed blank message sent when value was empty
- 🐛 Fixed misconfiguration in EXGMessages
- 🐛 Fixed kit update / creation issue
📝 | Notes
Clean reinstallation is recommended, like most of the time, considering that many files have been modified but not all have been changed to a new version, it’s up to you to decide if you want to avoid any issues. Full Changelog: https://github.com/SniperTVmc/EssentialsX-GUI/compare/1.4.2...1.5.0
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:B2oBUasq:D40UFEyu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B2oBUasq:D40UFEyu"
}


