Skip to content

Instantly share code, notes, and snippets.

@rwoodr
Last active April 19, 2018 22:58
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/cbb6f5ae4e5ee4fcd2958c8cbeef67c2 to your computer and use it in GitHub Desktop.
Save rwoodr/cbb6f5ae4e5ee4fcd2958c8cbeef67c2 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 = SpongeVanilla0
source = https://repo.spongepowered.org/maven/org/spongepowered/spongevanilla/1.10.2-5.2.0-BETA-403/spongevanilla-1.10.2-5.2.0-BETA-403.jar
configSource = https://gist.githubusercontent.com/rwoodr/cbb6f5ae4e5ee4fcd2958c8cbeef67c2/raw/spongevanilla0.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