Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing config options. #79

Open
mibby opened this issue Jan 8, 2017 · 1 comment
Open

Missing config options. #79

mibby opened this issue Jan 8, 2017 · 1 comment

Comments

@mibby
Copy link

mibby commented Jan 8, 2017

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
Copy link
Owner

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants