Config.yml File

# FlipCard by @rtz1020 & @PQguanfang
#
# READ THE WIKI: flipcard.superiormc.cn
#
language: english
math:
  enabled: true
# Left times is a new point system that built-in plugin, player can cost a left time to start flip event.
# You can also disable this system, then players will only able to start flip event with /fc forcenopen command.
use-left-times-feature: true
# If set to false, we will use player name save data.
use-uuid-save-data: true
auto-copy-resourcepack:
  enabled: true
  # If you are using Oraxen, please change this to Oraxen.
  # Other plugins is OK, you just need put correct path in path option.
  plugin: "ItemsAdder"
  # If you are using Oraxen, please change this to "/pack/assets".
  path: "/contents/flipcard/resourcepack/"
mysql:
  enabled: false
  host: localhost
  port: 3306
  user: root
  pass: root
  database: data
gui: ""
display_time: 10
card_x_scale: 4.0
card_y_scale: 3.8
card_translation: -80
edge_x_scale: 3.5
edge_y_scale: 3.5
edge_translation: -70
animations:
  chest:
    chest_1:
      rotation: 0.0
      y_translation: 0.0
      z_translation: 28.0
      x_scale: 1.9
      y_scale: 1.9
    chest_2:
      rotation: 0.0
      y_translation: 0.0
      z_translation: 28.0
      x_scale: 1.9
      y_scale: 1.9
    chest_3:
      rotation: 0.0
      y_translation: 0.0
      z_translation: 28.0
      x_scale: 1.9
      y_scale: 1.9
    chest_4:
      rotation: 0.0
      y_translation: 0.0
      z_translation: 28.0
      x_scale: 1.9
      y_scale: 1.9
    chest_5:
      rotation: 0.0
      y_translation: 0.0
      z_translation: 28.0
      x_scale: 1.9
      y_scale: 1.9
    chest_6:
      rotation: 0.0
      y_translation: 0.0
      z_translation: 28.0
      x_scale: 1.9
      y_scale: 1.9
    chest_7:
      rotation: 0.0
      y_translation: -18.0
      z_translation: -28.0
      x_scale: 1.9
      y_scale: 1.9

Last updated