config.yml

# === General plugin settings ===
#
# Discord: https://discord.gg/CQ9BfSKjy8
# Wiki: https://docs.google.com/document/d/1V2UwDDILljOBvo48tnih2zIBUm6PQ6_yEFk5vjcSI90/edit?usp=sharing
#
# ─────────────────────────────────────────────────────────────
# Discord bridge
# ─────────────────────────────────────────────────────────────
discord:
 enabled: true              # Set to false to disable Discord webhook messages
 webhook: "https://discord.com/api/webhooks/1393397004842832026/sN0PiJHIWOHp7iSXB-XiLTJkdflptt-EwdMdrvynNc-bg1IKKN-ch7P1aswFr-AgLbGS" # <- Check Wiki for set up tutorial
 timezone: "GMT+1"


# ─────────────────────────────────────────────────────────────
# Countdown Settings:
# ─────────────────────────────────────────────────────────────
countdown-timer:
 lobbytimer: 10
 racetimer: 5

Race-lobby-Sound:
 RaceLobbyCountdown: BLOCK_NOTE_BLOCK_HAT
 RaceStart: ENTITY_PLAYER_LEVELUP

# ─────────────────────────────────────────────────────────────
# Race Settings:
# ─────────────────────────────────────────────────────────────

Boat-mode: true  # false = minecart, true = boat

shorterned-names: false # Make Names shorter in scorceboard (showing only their first 3 letters)
public-announcements: false # make win results server wide
afk-time: 15 # In Seconds

# Scoreboard Race Settings

scoreboard:
 title: "&6&lRace Progress"
 shortened-names: false

 order:
   - FINISHED
   - RACING
   - DISCONNECTED


 colors:
   FINISHED: "&a"
   RACING: "&e"
   DISCONNECTED: "&8"

 prefix:
   format: "{color}{position}. {name}"
   highlight-self: "&b» {reset}{prefix}"

 suffix:
   leader: "&7({time})"
   finished: "&8+&a{gap}"
   racing: "&8+&a{gap} &7L{lap}/{laps} CP{cp}/{cp_total}"
   disconnected: "&7• Disconnected"
   before-leader:
     racing: "&7Lap &f{lap}&7/&f{laps} • CP &f{cp}&7/&f{cp_total}"
     finished: "&7Finished"
     disconnected: "&7Disconnected"

music:
 enabled: false # If true, YOU MUST DOWNLOAD NOTEBLOCKAPI PLUGIN LINK: https://www.spigotmc.org/resources/noteblockapi.19287/

# ─────────────────────────────────────────────────────────────
# Server Improvements:
# ─────────────────────────────────────────────────────────────

performance:
 event-throttle-ms: 100       # Checks players 10 times/second
 particle-interval-ms: 150    # Particles spawn ~6 times/second
 async-processing: true       # Messages sent in background (less lag)
 region-cache-ticks: 5        # Remembers checkpoint/start/finish checks for 0.25 seconds
 max-particles: 2             # Shows 2 particles at a time
# It is RECOMMENDED TO extend your regions for laggier servers for better server registration

update-notifier-message: true # Gives a notification to admins when a new upadate is detected


# ─────────────────────────────────────────────────────────────
# mySQL Database Settings:
# ─────────────────────────────────────────────────────────────
storage:
 type: yaml   # yaml | mysql

mysql: # Ignore this part if you're using yaml; Support for database connection is not supported due to privacy reasons
 host: 127.0.0.1
 port: 3306
 database: my_server
 username: root
 password: password
 useSSL: false
 connectionTimeoutMs: 8000
 forceYamlSyncOnStartup: true
Advertisement
Advertisement