{% extends "admin_base.html" %} {% block title %}Add New Server Plugin{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

Adding a New Plugin

Make sure that you have uploaded the corresponding plugin files to all of your Scales instances that will be running this plugin. Failure to do this will result in servers being unable to start.

100 Character Maximum.

The slug for this plugin which corresponds to the filename on Scales. For example, lib/plugins/minecraft would result in the slug being minecraft.

Plugin Variables

These are additional optional parameters that can be accessed elsewhere within the panel for this plugin. They can be accessed in startup parameters as ${identifier} and can be edited per-server by users if you set editable = true. You can click here to add additional parameters to this form.

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