We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedb89d commit 5b9082dCopy full SHA for 5b9082d
config.py
@@ -12,13 +12,13 @@
12
LOG_FORMAT = '%(created)f\t%(levelname)s\t%(message)s'
13
LOG_LEVEL = logging.INFO # if not DEBUG else logging.DEBUG
14
PASSTHROUGH_LOG_FILE = '/var/minecraft/logs/passthrough.log'
15
-PLUGIN_PATH = '/var/minecraft/Proxy2/plugins' if not DEBUG else './plugins'
+PLUGIN_PATH = '/var/minecraft/mcproxy/plugins' if not DEBUG else './plugins'
16
TICK_INTERVAL = 0.2
17
18
# Buff sizes - shouldn't change
19
MAX_SEND = 4096
20
MAX_RECV = 4096
21
22
# Info for plugins
23
-SERVER_DIR = '/var/minecraft/'
+SERVER_DIR = '/var/minecraft/survival'
24
WORLD_DIR = os.path.join(SERVER_DIR, 'world')
0 commit comments