Skip to content

Commit

Permalink
Add server configuration description
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Mar 19, 2016
1 parent 63bd055 commit 58605d3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
package net.minecrell.serverlistplus.server.config;

import net.minecrell.serverlistplus.core.config.help.Description;
import net.minecrell.serverlistplus.core.util.Helper;

import java.util.Collections;
import java.util.List;

@Description({
"This section is only for the standalone server implementation of ServerListPlus.",
"Address: The address to bind the server to. Can be used to specify the port.",
" - Example: :25565 will bind the server to port 25565",
"Login -> Message: The message displayed when the players are kicked from the server."
})
public class ServerConf {
public String Address = "";
public LoginConf Login = new LoginConf();
Expand Down

0 comments on commit 58605d3

Please sign in to comment.