Skip to content

Instantly share code, notes, and snippets.

@rwoodr
Last active April 16, 2018 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwoodr/89427a02ecdd9a1a06ca8b9237d153a7 to your computer and use it in GitHub Desktop.
Save rwoodr/89427a02ecdd9a1a06ca8b9237d153a7 to your computer and use it in GitHub Desktop.
## See the default craftbukkit.jar.conf for a detailed documentation of the
## format of this file.
[config]
name = SpongeVanilla
source = https://repo.spongepowered.org/maven/org/spongepowered/spongevanilla/1.12.2-7.1.0-BETA-33/spongevanilla-1.12.2-7.1.0-BETA-33.jar
configSource = https://gist.githubusercontent.com/rwoodr/89427a02ecdd9a1a06ca8b9237d153a7/raw/spongevanilla.jar.conf
[encoding]
#encode = system
#decode = system
#fileEncoding = latin-1
[settings]
logFile = server.log
## Uncomment the following to rotate the log at 20MB
#logRotateSize = 20971520
## Keep 5 log files
logBackupCount = 5
## Check the log size every 60 seconds
logRotateCheckInterval = 60000
## Copy instead of move log to log.1, vanilla Minecraft requires this
logPersistent = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment