Skip to content

Installing TradingCards

Omer Oreg edited this page Oct 5, 2022 · 5 revisions

Installing TradingCards is very easy!

  1. Download the latest version from https://github.com/sarhatabaot/TradingCards/releases
  2. Place the jar in your /plugins folder
  3. Run your server!

Before starting migration you should backup all of your old files!

Dependencies: It's recommended to install Vault & an economy plugin to take advantage of economy features.

Installing Addons: Addons are normal plugins. To install them just place them in your /plugins folder. Current addons are available here: Addons

Migrating from 5.0 to 5.4+

Version 5.4 brought many config changes to the plugin. It is recommended to backup all your files before moving to this version.

Once you have installed version 5.4+ you will that config.yml has been split into 3 different files with 2 new files: general.yml, chances.yml, packs.yml & rarities.yml, series.yml

Migrating from 5.5.x to 5.6.x YAML

  1. Move custom-types.yml. rarities.yml, series.yml & packs.yml to the data folder.
  2. Restart your server.

Database support

Starting with version 5.5.0, you can now sync decks with a database. (Currently supported: MySQL, MariabDB - untested) If you're already using a decks.yml file you can migrate to sql using /cards migrate deck.

Migrating from 5.6.x YAML to SQL

  1. Run /cards migrate data
  2. Restart your server.
Clone this wiki locally