Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 4 months ago
Updated 4 weeks ago
Stellar TMs
Stellar TMs is a server-side mod that adds TMs and TRs to Cobblemon through Polymer!
Features
- Adds a TM and TR item
- Adds a
stellartms:movedata component for TMs and TRs (/give <player> stellartms:tm[stellartms:move=tackle]) - If no move component is specified, it is a Blank TM/TR
- Blank TM/TRs can be used on a Pokémon to copy one of its moves to a new TM/TR, using up the Blank one
- Item texture, name, and functionality update based on the move component
StellarTMs/config.jsonfor basic item/message customization%pokemon%,%move_color%,%move%,%player%placeholders%pokemon%: The Pokémon's display name%move_color%: becomes <#move's type color>, based on Cobblemon's type coloring%move%: The move's display name%player%: The player's username
Commands
Base Command:
- /stellartms
Give Command:
- /stellartms give <player(s)> tm/tr <move>/blank/random "[<filter>]"
- Permission:
stellartms.give
- Permission:
Reload Command:
- /stellartms reload
- Permission:
stellartms.reload
- Permission:
Random Filter Details
Filters are separated with ";" characters.
Gimmick moves are filtered out by default, modifiable in the config.
Filters within the same filter type are separated by commas, as is shown in the "Type" example.
Filter Types:
- Type
- Any elemental type
- Ex:
type:bug,water
- Category
- Status, Physical, Special
- Ex:
category:status
- Gimmick
- Any gimmick that has associated moves (zmove, max, gmax)
- Ex:
gimmick:zmove
- Learned By
- Required to be learned by a specific pokemon
- Has a set of sub-filters for learnsets, separated by "#" characters. (tm, tutor, egg, level)
- Ex:
learnedby:pikachu#tm#egg, this will give a move in Pikachu's TM or egg learnset
Filters can be made an exclusive filter as well, by adding a "!" in front of it.
So, !type:fire,fairy would give anything except fire and fairy-type moves.
Full Command Example:
/stellartms give <player> tm random "type:electric;!category:physical;learnedby:pikachu#tm"
This gives an electric-type move that is either special or status, in Pikachu's TM learnset.


