CobblePlaceholder
This utility mod serves as a bridge between Cobblemon and the PAPI placeholder system, allowing you to display various Pokemon information directly in chat or interface.
Global Placeholders
The following global placeholders are available:
%cobblemon_version- shows the current version of Cobblemon mod%cobblemon_impl_species_total_count%- displays the total number of implemented Pokemon species%cobblemon_species_total_count%- shows the total number of all Pokemon species
Party Placeholders
These placeholders work with specific Pokemon in your party. Replace "slot" with the slot number from 1 to 6:
%cobblemon_party_slot_exp%- current Pokemon experience at the current level%cobblemon_party_slot_level%- Pokemon level%cobblemon_party_slot_ability%- Pokemon ability%cobblemon_party_slot_gender%- Pokemon gender%cobblemon_party_slot_nature%- Pokemon nature%cobblemon_party_slot_dex%- Pokedex number (work in progress)%cobblemon_party_slot_shiny- shows "Yes" or "No" for shiny Pokemon%cobblemon_party_slot_legendary%- shows "Yes" or "No" for legendary status%cobblemon_party_slot_ultrabeast%- shows "Yes" or "No" for ultra beast status%cobblemon_party_ot_slot_uuid%- original trainer UUID (will work after system is added to Cobblemon)%cobblemon_party_ot_slot_name%- original trainer name (will work after system is added to Cobblemon)%cobblemon_party_slot_hidden_ability%- shows "Yes" or "No" for hidden ability%cobblemon_party_slot_egg_group%- Pokemon egg groups%cobblemon_party_slot_base_friendship%- Pokemon base friendship
To work with moves, replace "num" with one of: "one", "two", "three", "four":
%cobblemon_party_slot_num_moveset%- shows Pokemon moves by slot number and move number
To work with stats, replace "stat" with one of the characteristics: "hp", "atk", "def", "spa", "spd", "spe":
%cobblemon_party_slot_iv_stat%- shows IV value from 0 to 31%cobblemon_party_slot_ev_stat%- shows EV value from 0 to 252