File Details
cobblemon-economy-0.0.14.jar
- R
- Feb 2, 2026
- 14.28 MB
- 4.5K
- 1.21.1
- Fabric
File Name
cobblemon-economy-0.0.14.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[0.0.14] - 2026-02-02
Added
Command Execution Items: New item type that executes commands instead of giving items.
- Use
type: "command"in shop item definitions. commandfield supports%player%placeholder (replaced with buyer's username).- Commands execute with OP permission level 4.
displayItemconfiguration for custom visual appearance:material- Item ID to display (e.g., "supplementaries:key")displayname- Custom name shown in shop GUIenchantEffect- Boolean to add enchantment glint
- Supports all existing features: buy limits, cooldowns, both currencies.
- Cannot be sold back to shops (virtual items).
- Use
Fossil Revival Rewards: Shiny, radiant, legendary, and paradox Pokémon revived from fossils now give rewards!
- Uses same reward system as captures (base reward × multipliers).
- Special messages for shiny/radiant/legendary/paradox fossil revivals.
- Added new translation keys for fossil events in both English and French.
Placeholder API integration: Exposes player balance and PCO placeholders for tablists/scoreboards (multiple namespaces for compatibility).
Performance profiling: Optional timing logs for shop rendering, purchases, and database operations.
Changed
- Default Shop Format: All default shop items now explicitly use
type: "item"for clarity. - Config Format: Generated configs now show
typefield for all items, making the format self-documenting.
Fixed
- Capture Rewards for Shiny/Radiant: Fixed potential issue where capture multipliers could be null in malformed configs.
- Added validation to ensure
shinyMultiplier,radiantMultiplier,legendaryMultiplier, andparadoxMultiplierare never null. - Added debug logging to help diagnose capture reward issues.
- Added null check for species labels to prevent NPE.
- Added validation to ensure