![Myths and Legends [Cobblemon Sidemod]](https://cdn.modrinth.com/data/CaOWby9K/f8a9877caf29768ef98c4b642682e494978f3b8f.png)
Myths and Legends [Cobblemon Sidemod]
The 'Cobblemon Myths and Legends Addon' for Cobblemon Mod introduces key items and new spawning conditions, intended to add encounters with Legendary and Mythical Pokémon, along with pre-made spawns for select key items.
Tags
Creators
Details
1.6.4-SNAPSHOT
Compatibility
Required content
Changes
Commands Update, Permissions Integration, and Spawn Setting Adjustments
Updated Command Names
- The
checkkeyitemscommand has been renamed tolistitems. - The
checkinventorymanuallycommand has been renamed tocheckinventory.
Added Permissions
For each command within the "mythsandlegends" addon, specific permissions have been introduced to provide granular control over who can execute these commands. Below are the details:
-
General Access to MythsAndLegends Commands
- Permission:
mythsandlegends.access - Grants access to all "mythsandlegends" commands. Without this permission, players cannot use any of the addon's commands.
- Permission:
-
List Items Command
- Permission:
mythsandlegends.listitems - Allows players to list key items in a specified player's inventory.
- Permission:
-
Check Inventory Command
- Permission:
mythsandlegends.checkinventory - Enables manual inventory checks for a specified player.
- Permission:
-
List Pokémon Command
- Permission:
mythsandlegends.listpokemon - Permits listing all Pokémon in a specified player's party.
- Permission:
Note on LuckPerms Dependency
- If LuckPerms is installed, the addon will utilize the specified permissions for command execution control.
- Without LuckPerms, all commands fall back to requiring OP level 2 for execution. This ensures that server operators can still manage command usage effectively, even in the absence of a permissions management system.
Adjustments to Pokémon Spawn Settings
- Articuno and Deoxys spawn settings have been updated for improved gameplay balance, thanks to @ultranikki for bringing this up:
- Spawn Bucket: Moved from the
commonbucket to theultra-rarebucket to reflect their rarity accurately. - Spawn Weight: Adjusted from
10to0.1.
- Spawn Bucket: Moved from the
Please update your server configurations and permissions setup accordingly to accommodate these changes and ensure a smooth gameplay experience for your players.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Cobblemon-MythsAndLegends-Addon-1.6.4-SNAPSHOT-STANDALONE.jar | Unknown | 409.49 KiB |
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:CaOWby9K:UajtDYLU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CaOWby9K:UajtDYLU"
}


