Tags
Creators
Details
2.4.0
Compatibility
Required content
Changes
Changelog
-
Updated to Cobblemon 1.6 (Minecraft 1.21.1).
-
Users can no longer list the last Pokemon in their party.
-
Gooeylibs is no longer needed as an external dependency (Compiled with the mod).
-
The Pokemon blacklist now has additional fields (form, gender, ability).
-
Added a config option for custom Pokemon prices (similar to the custom item prices config section).
-
Added a config option to tax transactions. The tax is taken from the transaction amount.
-
Added config options to enable / disable Pokemon and items from being listed.
-
Added a config option to enable asynchronously querying when players run /gts.
-
The items in the custom prices, blacklist and lang file now support components.
-
Now depend on LuckPerms for permissions.
-
Added admin command "/gts saveitem" to save the item you're holding to item.json (helps you add items to blacklist etc.)
-
GTS now depends on LuckPerms. Make sure that's installed. The permission nodes have changed so you will need to add the new nodes. You can add the following nodes to the appropriate groups:
- gts.user.*
- gts.moderation.*
- gts.admin.*
-
Listing files have changed. Make sure listings are removed prior to updating.
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:UTjx5ypK:vwZl3exx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UTjx5ypK:vwZl3exx"
}




