Config.yml

# SpinToWin by @rzt1020 & @PQguanfang
#
# READ THE WIKI: spintowin.superiormc.cn
#
check-full-drop: true
check-permission-limit: false
check-math: false
check-condition: false
# Set to -1 to disable cooldown system.
spin-button-cooldown: 20
# If set to false, we will use player name save data.
use-uuid-save-data: true
# If set to true, we will add lore at first line.
# If set to false, we will add lore at last line.
add-lore-at-first-or-last: false
last-reward-item-add-lore:
  - '&3(Will obtain if all rewards have claimed!)'
common-reward-item-add-lore:
  - '&7Rate: %rate%%'
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/spintowin/resourcepack/"
mysql:
  enabled: false
  host: localhost
  port: 3306
  user: root
  pass: root
  database: data

Last updated