We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9082d commit 593156eCopy full SHA for 593156e
config.py
@@ -12,7 +12,7 @@
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/mcproxy/plugins' if not DEBUG else './plugins'
+PLUGIN_PATH = '/var/minecraft/src/mcproxy/plugins' if not DEBUG else './plugins'
16
TICK_INTERVAL = 0.2
17
18
# Buff sizes - shouldn't change
0 commit comments