🖼️Textures

Add new card textures:

  • Put your new card textures to /plugins/FlipCard/texture/card folder.

  • Use /fc reload command to reload the plugin.

  • Open config.yml, you will find new textures configuration have been generated. You can edit its configurations. Use /fc reload command again if you have edited config.yml here.

  • Open /plugins/FlipCard/pack/ folder, zip this folder and this is the new resource pack.

Add new edge texture:

  • Put your new edge textures to /plugins/FlipCard/texture/edge folder.

  • Repeat the card texture steps.

Regnerate new resource pack

  • For new card or edge texture: Just type /fc reload command.

  • For modify generated card or edge texture: You need first delete those saved config in config.yml file then use the reload command. The config should be like this:

card1:
  reward: 70006
  material: WHITE_DYE
  cmd: 70000
  frame:
  - 70000
  - 70001
  - 70002
  - 70003
  - 70004
  - 70005
card2:
  reward: 70013
  material: WHITE_DYE
  cmd: 70007
  frame:
  - 70007
  - 70008
  - 70009
  - 70010
  - 70011
  - 70012
card3:
  reward: 70020
  material: WHITE_DYE
  cmd: 70014
  frame:
  - 70014
  - 70015
  - 70016
  - 70017
  - 70018
  - 70019
expansion_card_back1:
  reward: 70027
  material: WHITE_DYE
  cmd: 70021
  frame:
  - 70021
  - 70022
  - 70023
  - 70024
  - 70025
  - 70026
expansion_card_back2:
  reward: 70034
  material: WHITE_DYE
  cmd: 70028
  frame:
  - 70028
  - 70029
  - 70030
  - 70031
  - 70032
  - 70033
expansion_card_front:
  reward: 70041
  material: WHITE_DYE
  cmd: 70035
  frame:
  - 70035
  - 70036
  - 70037
  - 70038
  - 70039
  - 70040
edge:
  common:
    material: WHITE_DYE
    cmd: 70042
  rare:
    material: WHITE_DYE
    cmd: 70043
  very_rare:
    material: WHITE_DYE
    cmd: 70044
  very_very_rare:
    material: WHITE_DYE
    cmd: 70045

Configs Pack

Use custom font to add your UI texture to the game, I can give an example pack here:

Legacy

Vol.1

Download here: https://builtbybit.com/resources/flipcard-expansion-pack-1.23413

More is coming.

Last updated