promotional bannermobile promotional banner

Community TCG

A simple mod that adds customizable trading cards to Minecraft.

A simple mod that adds customizable trading cards to Minecraft. The mod is required on both client and server-side. However, cards and packs can be created on the server-side without needing to update the client.

A quick tutorial on making custom cards and packs can be found here: https://github.com/galaxyblast/CommunityTCG/wiki/Creating-custom-content

 

By default, this mod adds:

  • 1 Example card
  • 1 "Base set" pack
  • A display case block for displaying cards.

 

However, this can be expanded on the server-side to as many unique cards and packs as you want through json files.

 

By default, cards can only be obtained by opening packs, and packs are unobtainable. The goal with this mod is to enable community servers to make customizable collectable cards unique to their server. It is up to the server admins to decide on how to distribute packs, though an optional "lootable" flag is planned on being added to the pack json files in the future to make packs appear in loot chests.

 

There are also 2 commands added for giving yourself cards and packs:

  • /givecard <cardID> <condition> <count>
  • /givepack <packID> <count>

 

All cards have a "Condition" attached to them that gets decided when the card is pulled from the pack. These are meant to represent the quality of the card and range from "Damaged" to "Pristine". Here are a list of all the conditions and the odds of pulling them:

  • Damaged: 10%
  • Normal: 40%
  • Good: 25%
  • Great: 15%
  • Amazing: 9%
  • Pristine: 1%

The Community TCG Team

profile avatar
  • 1
    Projects
  • 197
    Downloads