Skip to content

Commit 5b9082d

Browse files
author
minecraft server
committed
Config changes due to restructuring on disk
1 parent dedb89d commit 5b9082d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
LOG_FORMAT = '%(created)f\t%(levelname)s\t%(message)s'
1313
LOG_LEVEL = logging.INFO # if not DEBUG else logging.DEBUG
1414
PASSTHROUGH_LOG_FILE = '/var/minecraft/logs/passthrough.log'
15-
PLUGIN_PATH = '/var/minecraft/Proxy2/plugins' if not DEBUG else './plugins'
15+
PLUGIN_PATH = '/var/minecraft/mcproxy/plugins' if not DEBUG else './plugins'
1616
TICK_INTERVAL = 0.2
1717

1818
# Buff sizes - shouldn't change
1919
MAX_SEND = 4096
2020
MAX_RECV = 4096
2121

2222
# Info for plugins
23-
SERVER_DIR = '/var/minecraft/'
23+
SERVER_DIR = '/var/minecraft/survival'
2424
WORLD_DIR = os.path.join(SERVER_DIR, 'world')

0 commit comments

Comments
 (0)