Chapter 3

Configuration

This guide showcases the default configuration for Skcrew.
The configuration can be changed in the Skcrew directory, inside the config.yml file.

The default configuration for a back-end server ( PaperMC , Spigot , etc.):

advancements:
  enabled: true
bitwise:
  enabled: true
files:
  defaultsync: "async" # default sync type for file operations (async/sync)
  enabled: true
floodgate:
  enabled: true
gui:
  enabled: true
interpret:
  enabled: true
maps:
  enabled: true
other:
  enabled: true
packets:
  enabled: true
permissions:
  enabled: true
requests:
  enabled: true
runtime:
  enabled: true
sockets:
  enabled: false
  server-address: "127.0.0.1"
  server-port: 1337
  client-autoreconnect-time: 5
sql:
  enabled: true
string-utils:
  enabled: true
viaversion:
  enabled: true
world:
  enabled: true

The advancements module is currently not functional.
Do not use it, as it does nothing (for now ).


Default configuration for a proxy server ( Velocity or BungeeCord ):

socket-server-port: 1337

web-server-enabled: true
web-server-port: 1338
web-server-user: admin
web-server-password: admin

Back: Compatibility
Next: Proxies