{% extends "admin_base.html" %} {% block title %}Global Settings{% endblock %} {% block content %}

Company Name



General Settings



Checking this box will force servers to be run in online-mode=true. Checking this box will prevent Bungeecord servers from being able to run on the panel.


Checking this box will enable the API. If you will not be integrating with billing software it is best to uncheck this for security.


Checking this box will allow for users to set a custom domain name from the settings that you provide on the subdomain management page.


Checking this box will enable the plugin manager for users. This allows for automatic installiation of plugins from the Bukkit Repo.


Checking this box will allow for users to select a custom modpack from their server management page, and allows for admins to specifiy modpacks that are avaliable for use.


Checking this box will enable users to make backups of their server at will. You can specify per-server limits for backups, or set global limits.


Checking this box will allow for users to manually add users to their servers who can access certain settings of the panel to control their server.

{% endblock %} {% block javascript %}{% endblock %}