Config.yml

# SpinToWin by @rzt1020 & @PQguanfang
#
# READ THE WIKI: spintowin.superiormc.cn
#

language: english

check-full-drop: true
check-permission-limit: false

use-component:
  gui-title: false
  message: false

price:
  # Support Value: Bukkit, ItemFormat.
  check-method: Bukkit
  # Only support ItemFormat sell method.
  ignore-item-format-key:
    - 'lore'
    - 'damage'
    - 'tool.damage-per-block'

# Support Value: UUID, Name.
data-save-mode: UUID

math:
  enabled: true

spin-ui:
  add-lore:
    # If set to true, we will add lore at first line.
    # If set to false, we will add lore at last line.
    at-first-or-last: false
    common-reward:
      - '&7Rate: %rate%%'
    last-reward:
      - '&3(Will obtain if all rewards have claimed!)'
  # Set to -1 to disable cooldown system.
  spin-button-cooldown: 20
  can-not-close-when-spinning: false

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

# Support local data only.
auto-save:
  enabled: false
  period-tick: 6000
  hide-message: false

check-class:
  enabled: true
  classes:
  # If you are Paper:
  # - 'com.destroystokyo.paper.PaperConfig'

Last updated