-
-
Notifications
You must be signed in to change notification settings - Fork 170
Bungee Configuration
This page is about the Bungee config.yml file and the various settings it provides.
For Bukkit see Bukkit Configuration
Settings are provided with the Settings Enum class that reads the config.
Most of the Bungee settings affect the state of Plan on Bukkit servers connected to it. If you want to set these settings individually for Bukkit servers set Bungee-Override.CopyBungeeSettings
to false
on the Bukkit server.
Page Version: 4.0.0
Setting | Default | Affects | Description |
---|---|---|---|
IP | 0.0.0.0 | Bungee | Since Bungee does not provide a get IP method, IP of the server running Bungee has to be manually set. Set this to an address or IP that connects to the Bungee server machine. If this setting is not changed from default the plugin will not function |
Network.Name | 'Plan' | Bungee | This name is displayed on the Network page. |
These settings are automatically generated and the default values are copied from the Bukkit config on the first connection (After Plugin channel message)
Format:
UUID:
WebServerPort: 8034
ServerName: Example
ThemeBase: Default
Setting | Description |
---|---|
WebServerPort | Changes the WebServer.Port of a single Bukkit server |
ServerName | Changes the Server.ServerName of a single Bukkit server |
ThemeBase | Changes the Theme.Base of a Single Bukkit server, this allows for different themes for different servers. |
Setting | Default | Affects | Description |
---|---|---|---|
Debug | false | Bungee | Logger debug mode, takes options 'true'/'both','false','console','file'. |
Locale | default | Bukkit | 2 letter Locale code, selects the locale used (Found inside the jar) |
Setting | Default | Affects | Description |
---|---|---|---|
Port | 8804 | Bungee | Main WebServer port. |
InternalIP | 0.0.0.0 | Bungee | Internal InetAddress to start the WebServer on. |
Security.Certificate | Bungee | [[View the tutorial on setting up a SSL Certificate |
Setting | Default | Affects | Description Host | localhost | Both | MySQL host address Port | 3306 | Both | MySQL host port User | root | Both | User for editing the database Password | minecraft | Both | Password of User Database | Plan | Both | Name of the Database to use
Setting | Default | Affects | Description |
---|---|---|---|
AlternativeIP.Enabled | false | Bungee | Enables the use AlternativeIP in the URL to the WebServer |
AlternativeIP.Link | your.ip.here:%port% |
Bungee | Address to use as link in inspect and analyze commands if setting above is enabled. %port% will be replaced with the Port automatically. If you have port-forwarded an alternate address to the webserver port, %port% is not required. |
Colors | '&2', '&7', '&f' | Bukkit | Color codes to use for command messages |
Setting | Default | Affects | Description |
---|---|---|---|
AutoRefreshPeriod | 60 | Bukkit | Refreshes Analysis results periodically (minutes) |
Export.Enabled | false | Bungee | See External WebServer Use for more information |
Setting | Default | Affects | Description |
---|---|---|---|
Commands.LogUnknownCommands | false | Bukkit | Log commands that are not registered, e.g. /bremobmreb |
Commands.CombineCommandAliases | true | Bukkit | Combines command aliases to the main command, e.g. /i to /give |
Setting | Default | Affects | Description |
---|---|---|---|
Formatting.DecimalPoints | '#.##' | Bukkit | How many decimal points should be displayed |
Formatting.TimeAmount | Bukkit | Time amounts are formatted by replacing the placeholders of these settings. If a %zero% is added to Hours, Minutes or Seconds, a zero will be added to single digit numbers, e.g. %zero%%seconds% -> 04. This allows time display of 04:43:23 for example. |