Created
October 5, 2021 20:09
-
-
Save Cr4zyFl1x/c95591238818e810297cc69ffa09904e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## See the default craftbukkit.jar.conf for a detailed documentation of the | |
## format of this file. | |
[config] | |
name = BungeeCord 1.17 | |
source = https://cdn.kleine-vorholt.eu/dependencies/multicraft/bungeecord/bungeecord-1.17.1.jar | |
configSource = https://cdn.kleine-vorholt.eu/dependencies/multicraft/bungeecord/bungeecord-1.17.1.jar.conf | |
category = BungeeCord | |
[encoding] | |
#encode = system | |
#decode = system | |
#fileEncoding = latin-1 | |
[start] | |
command = "{JAVA}" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -XX:MaxPermSize=128M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment