Config.yml 文件

# FlipCard by @rtz1020 & @PQguanfang
#
# READ THE WIKI: flipcard.superiormc.cn
#
# 使用的语言
language: english
# 数学计算
math:
  enabled: true
# 使用剩余次数系统
# 剩余次数是插件内置的点数系统,可以统计玩家每个翻盘UI的剩余打开次数
# 这样你就可以给予玩家这个点数,而不是每次突然打开翻盘UI作为奖励
use-left-times-feature: true
# 使用玩家 UUID 还是玩家名称储存数据
use-uuid-save-data: true
# 自动复制资源包
auto-copy-resourcepack:
  enabled: true
  # 如果你正在使用 Oraxen,请这里修改为 Oraxen。
  # 其他插件也是可以的,你需要在 path 选项设置正确的资源包路径。
  plugin: "ItemsAdder"
  # 如果你正在使用 Oraxen,请将这里修改为 "/pack/assets".
  path: "/contents/flipcard/resourcepack/"
# MySQL 数据库
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