graywolf336 / CasinoSlots

Animated, customizable, block-based slot machines, including audio, inside of Minecraft!
http://dev.bukkit.org/server-mods/casino-slots/
GNU General Public License v2.0
23 stars 24 forks source link

Missing config options. #79

Open mibby opened 7 years ago

mibby commented 7 years ago

CasinoSlots dev 63

There seems to be some missing config options compared to a slightly older version.

New;

# ###################
# CasinoSlots v3.0.0-SNAPSHOT-b63 config file
# Note: You -must- use spaces instead of tabs!
# ###################
system:
  debug: false
  update-checking:
    enabled: false
    channel: bukkit
    time: dev
slots:
  track-statistics: true
  allow-diagonal-winnings: false
  enable-protection: true
chat:
  use-prefix: true
  prefix: '&c&o[Casino]&r'
  color: '&a'

Old; (Not including 'types' section since it was split in the latest 3.0 build.)

options:
  debug: false
  config-version: 1.0
  track-statistics: false
  allow-diagonal-winnings: false
  enable-slot-protection: true
  enable-chunk-messages: false
  enable-worldguard-check: false
  towny-checks:
    enabled: false
    only-mayors: true
    no-mayor: You must be a mayor to create a Casino Slot.
    only-towns: true
    no-town: To create a slot you must be part of a town.
    no-ownership: You don't own the plot where that would be at, please make sure you are the owner and then try again.
  chat:
    display-plugin-prefix: true
    plugin-prefix: '[Casino]'
    plugin-prefix-color: '&c&o'
    chat-color: '&a'
  update-checking:
    enabled: false
    channel: bukkit
    time: 120
graywolf336 commented 7 years ago

Looks like the only ones missing are related to integrations with other plugins. I'll have to take a look, but I wonder if the idea was to split those out as well...