Create
Use /cards create to create new records quickly, then fill in the details later with /cards edit.
Available Targets
Section titled “Available Targets”Rarity
Section titled “Rarity”/cards create rarity <rarityId>Creates a new rarity entry with default values.
/cards create card <cardId> <rarityId> <seriesId>Creates a card in an existing rarity and series.
/cards create pack <packId>Creates an empty booster pack entry.
Series
Section titled “Series”/cards create series <seriesId>Creates the series and its color-series entry.
Custom Type
Section titled “Custom Type”/cards create type <typeId> <defaultType>defaultType must be one of the built-in mob groups such as boss, hostile, neutral, passive, or all.
Upgrade
Section titled “Upgrade”/cards create upgrade <upgradeId> <requiredPackEntry> <resultPackEntry>Pack entry syntax follows the same rarityId:amount:seriesId format used elsewhere.
Recommended Flow
Section titled “Recommended Flow”- Create the object.
- Use
/cards edit ...to set names, prices, colors, contents, and other fields. - Run
/cards reloadif you also changed files manually.