Stellar TMs
Stellar TMs is a server-side mod that integrates TM and TR systems into Cobblemon using Polymer technology!
Key Features
The mod introduces special TM and TR items into the game that can be used to teach Pokémon new attacks. Each such item has a stellartms:move data component that allows assigning specific techniques (for example, /give <player> stellartms:tm[stellartms:move=tackle]).
If the component is not specified, a blank TM/TR is created. These blank items can be used on a Pokémon to copy one of its current attacks to a new TM/TR, with the blank item being consumed in the process.
The item's appearance, name, and functionality automatically change depending on the assigned technique.
Configuration
The configuration file StellarTMs/config.json allows customization of basic item and message parameters. The following placeholders are available:
%pokemon%— the Pokémon's display name%move_color%— the attack type color in<#color>format, based on Cobblemon's type coloring system%move%— the technique's display name%player%— the player's username
Commands
Base Command:
/stellartms
Give Command:
/stellartms give <player(s)> tm/tr <move>/blank- Requires permission:
stellartms.give
Reload Command:
/stellartms reload- Requires permission:
stellartms.reload