Config.yml File
# FlipCard by @rtz1020 & @PQguanfang
#
# READ THE WIKI: flipcard.superiormc.cn
#
language: english
check-condition: false
check-math: false
# Left times if a new point built-in plugin, player can cost a left time to start flip event.
# You can also disable this system, then plugin 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
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
Last modified 1mo ago