-
Notifications
You must be signed in to change notification settings - Fork 10
Configuration
Chris Churchwell edited this page Dec 13, 2013
·
14 revisions
Option | Default | Description |
---|---|---|
enableWebServer | true | Pro Only. Set to false to disable the built in web server. |
webServerPort | 8080 | Pro Only. The port to listen on for the built in web server. This must be set to an available port on the server which can be reached by the internet. Make sure the incoming connnections are forwarded to the correctly. |
minecraftServerHostname | MUST SET |
Pro Only. Set this to the server host, or IP address of your server. Basically the same thing that users enter to connect to your server. for example: myminecraftserv.com, mc.myserv.com NOTE: DO NOT use a local IP address in this config setting. If you do, music will not be able to successfully play for anyone who is not on the same computer the server is running on. See Setting up the Web Server for more info. |
serverName | JukeBukkit | Pro Only. The name of your server. The text you enter here will appear on the web gui. |
allowWebServerUploads | true | Pro Only. Set to false if you do not want to allow users to upload their own songs through the webgui. If enableWebServer is set to false, this setting is ignored. |
allowExternalURLs | true | Pro Only. Set to false if you do not want your users to enter Custom URL's for their music, forcing only to use music on the server. If enableWebServer is set to false, this setting is ignored. |
texturePack | default |
Pro Only. Sets the texture pack for JukeBukkit blocks and items. value is the folder name of the texture pack residing in the textures folder in the JukeBukkit data folder. See Custom Textures for more info. |
encryptSID | true | Pro Only. Whether or not to show the SID's in the lore information on disc items in a human readable format. |
debug | false | Outputs additional debug information to the console. Only useful for developers. Recommended to leave as false. |