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

Update config.yml #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ episodes:

# Format: "mm", "mm:ss" or "hh:mm:ss". If invalid, 20 minutes.
# Don't remove the "quotes" (because of the commas)!
length: "20:00"
length: "15.00"

# A title is displayed when the episode changes.
title: true
Expand Down Expand Up @@ -78,7 +78,7 @@ map:
# Notice: if the border is circular, the WorldBorder Bukkit plugin by Brettflan (see above)
# is REQUIRED. Without, the border shrinking will not work.
shrinking:
enabled: false
enabled: True

# Formats: "mm", "mm:ss" or "hh:mm:ss".
# With the default values, the border eats one block every 8 seconds on each side.
Expand All @@ -104,7 +104,7 @@ daylightCycle:


scoreboard:
title: Kill the Patrick
title: Penguins UHC

# Scoreboard displayed on the left of the screen
enabled: true
Expand Down