``DYNMAP_URL`` - The URL to your dynmap if you have one. Leave blank if you'd rather use a static background for web forms.
``DYNMAP_STATIC_URL`` - The URL to your static dynmap if you have one.
``WORLD`` - The name of your overworld. This is used by dynmap as well as statistics.
``WORLD_BORDER`` - The size of your world border. Used to generate a random location on the dynmap if used.
``PLUGIN_PORT`` - The port that's set in your plugin's config.yml
``GLOBAL_LOG`` - The path to your global chat log file. Assuming a normal install: os.path.join(MINECRAFT_BASE_DIR, 'plugins/MinecraftManager/logs/global.log')
``STAFF_LOG`` - The path to your staff chat log file. Assuming a normal install: os.path.join(MINECRAFT_BASE_DIR, 'plugins/MinecraftManager/logs/staff.log')
``SERVER_QUERY_IP`` - The full IP (and port) used to query your server. (This is used to get a player list)
``COREPROTECT_WEB_URL`` - The URL to your CoreProtect Web UI, if it exists.
``COREPROTECT_ACTIVITY_URL`` - The URL to your CoreProtect Activity Web UI, if it exists.
``CAPTCHA_SECRET`` - Your secret key used for reCAPTCHA
``STATS_FILTER`` - A python list of partial strings used to filter out stats. e.g. ``['broken', 'dropped', 'picked_up']`` to filter out broken, dropped and picked up stats