Hallo liebe Community.
Dieser Thread soll euch das Server erstellen vereinfachen, da im README.txt alles auf Englisch steht.
README.txt English:
To change any settings, edit server.properties.
To run a private server, set isPublic to false in the properties. To connec to your server, people should open the following url in their browsers:
http://www.minecraft.net/play.jsp?server=<YOUR IP>&port=<SERVER PORT>
To start the server, run "start server.bat" on windows. On any other system, the command you want is:
java -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer
Add any user names you want to have op to admin.txt
Ingame, ops can use the following commands:
/op <name> Ops the player with name <name>. They have to be logged in.
/deop <name> De-ops a player.
/kick <name> Kicks a player
/ban <name> Bans and kicks a player
/unban <name> Pardons a banned player
/banip <name> Bans a player by ip number. Cannot be undone ingame, you must manually change banned-ip.txt
/say <message> Broadcasts <message> across the entire server.
/setspawn Sets the current location as the default spawn location for new players
/tp <name> Teleports to a player.
/solid Switches between placing normal and placing unbreakable stone
Aber legen wir mal auf Deutsch los.
1) Als erstes braucht ich mal die Server Software.
Diese könnt ihr auf der Minecraft Site downloaden.
Danach einfach öffnen, und ordnungsgemäß entpacken. Egal wohin. Am besten in einen Ordner.
2)Dann müsst ihr, wenn ihr Windows habt, die "start server.bat" starten.
Eigentlich geht dann alles von selber.
Ich weiß, das schaut jetzt nach recht wenig aus, aber mehr ist es eigentlich nicht.
--
Um die Einstellungen des Servers zu ändern, müsst ihr die server.properties mit Editor/WordPad öffnen und schon könnt ihr zum Beispiel den Servernamen, die Willkommensnachricht und noch ein paar Sachen.
Wenn man einen Player zum Admin machen will, muss man den Spieler Namen, in "admins.txt" reinschreiben.
In der externalurl.txt sollte eigentlich die Server Adresse sein, die ihr nur noch in euerem Browser eingeben müsst.
Es könnte noch sein, das ihr den Port 25565 von eurem Router öffnen müsst. Das ist von Router zu Router verschieden. Ihr müsst den UDP und den TCP freischalten!
Bei Telekom müsst ihr zum Beispiel "http://192.168.2.1/" im Browser eingeben, und dort die Ports öffnen.
--
Kurz zusammengefasst, wie ihr den Server immer wieder startet:
- Startet die "start server.bat".
- Wartet bis alles geladen ist.
- Geht in eurem Browser auf den Link von dem Server. (externalurl.txt)
--
Das sind noch die wichtigsten Commands für OP's und Admins.
/op <name> Macht einen Player zu OP.
/deop <name> Nimmt einem Player OP wieder weg.
/kick <name> Kickt einen Player.
/ban <name> Bannt einen Player.
/unban <name> Nimmt den Bann von einem Player.
/banip <name> Bannt die IP eines Players, das er mit keinem Account auf den Server kann. Wenn der IP Bann aufgehoben werden soll, muss der Name manuell aus der "banned-ip.txt", im Server Ordner, gelöscht werden.
/say <message> Sendet einen Nachricht die überall im Server gelesen werden kann.
/setspawn Zu diesem Ort, wird man geported wenn man auf den Server joined.
/tp <name> Man wird zu einem Player teleportiert.
/solid
--
Noch ein paar aus minecraftwiki.com:
* /? - lists commands available, same as /help.
* /ban <player> - bans the player with the typed name from the server. They remain banned until the /pardon command is used.
* /ban-ip <ip> - bans the player with the typed name via IP address. This allows admins to prevent people who use alternate accounts to circumvent bans, but should be used in moderation, as it prevents any other person using the IP from playing in the server as well; this can be frustrating for people playing from school or library computer labs. Banip does not block the account itself.
* /deop <player> - removes op status from the player with the typed name. Inverse is /op.
* /give <player> <item> [num] - give the named player num’s worth of the item number. If "num" is not specified, one is given.
* /help - lists commands available, same as /?.
* /home - move self to original spawn point.
* /kick <player> - forces the player with the typed name to disconnect from the server.
* /list - displays a list of connected players in your chatlog
* /op <player> - makes the player with the typed name an Op. Inverse is /deop.
* /pardon <player> - removes the /ban on the player with the typed name, allowing them to reenter the server.
* /pardon-ip <ip> - pardon the /ban-ip location.
* /save-all - forces a map save.
* /save-off - turns off auto-save.
* /save-on - turns on auto-save.
* /say <message> - broadcasts a message to all players.
* /setspawn - sets current location to the spawn point. Deprecated?
* /stop - gracefully stops the server.
* /tell <player> <message> - sends a private message to a player.
* /tp <player1> <player2> - moves one player to the same location as another player, e.g., "/tp bob jim" will teleport bob to jim.
* /solid - Changes Stone to an indestructible Bedrock. (This only works with stone.)
--
Nützliche Beiträge, die euch vielleicht helfen:
Das sollte es soweit gewesen sein. Ich hoffe das hat es einigen erleichtert.
-Escαlon