Minecraft: Unterschied zwischen den Versionen
Stefan (Diskussion | Beiträge) () |
Stefan (Diskussion | Beiträge) (→MCMyAdmin) |
||
(14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 11: | Zeile 11: | ||
http://minecraft-de.gamepedia.com/Server.properties | http://minecraft-de.gamepedia.com/Server.properties | ||
+ | |||
+ | |||
+ | |||
+ | === ops.json === | ||
+ | [ | ||
+ | { | ||
+ | "name":"Scorpion_15", | ||
+ | "uuid":"7e326e29-b056-4237-892a-ca40e0457675", | ||
+ | "expiresOn":"2019-10-05 11:00:20 +0000" | ||
+ | } | ||
+ | ] | ||
+ | |||
+ | === usercache.json === | ||
+ | |||
+ | [ | ||
+ | { | ||
+ | "name":"Scorpion_15", | ||
+ | "uuid":"7e326e29-b056-4237-892a-ca40e0457675", | ||
+ | "level": 1, | ||
+ | "bypassesPlayerLimit": true | ||
+ | } | ||
+ | ] | ||
== Ubunto == | == Ubunto == | ||
Zeile 62: | Zeile 84: | ||
https://server.pro/control-panel/9665268/ | https://server.pro/control-panel/9665268/ | ||
NiklasMB.myserver.gs | NiklasMB.myserver.gs | ||
+ | 149.202.83.16:41996 | ||
12xxxxxx34 | 12xxxxxx34 | ||
Zeile 69: | Zeile 92: | ||
NiklasMB | NiklasMB | ||
12xxxxx34 | 12xxxxx34 | ||
+ | |||
+ | == Host4Me == | ||
+ | https://cp.host4me.eu/userpanel.php?w=gs&id=24184 | ||
+ | host02.host4me.eu:25905 | ||
+ | StefanMB | ||
+ | 12Txxxx34xx | ||
+ | |||
+ | |||
+ | == Docker == | ||
+ | === Papermc === | ||
+ | https://hub.docker.com/r/marctv/minecraft-papermc-server | ||
+ | |||
+ | === Synolog === | ||
+ | https://marc.tv/anleitung-stabiler-minecraft-server-synology-nas/ | ||
+ | |||
+ | === itzg === | ||
+ | https://hub.docker.com/r/itzg/minecraft-server/ | ||
+ | |||
+ | docker run -d -it -e EULA=TRUE -p 25565:25565 -e VERSION=LATEST -v /var/docker/minecraft_itzg/data:/data -v /var/docker/minecraft_itzg/mods:/mods -v /var/docker/minecraft_itzg/config:/config -v /var/docker/minecraft_itzg/plugins:/plugins -e SERVER_NAME=MyMCServer -e DIFFICULTY=hard --name MyMCServer itzg/minecraft-server | ||
+ | |||
+ | docker run -d -it -e EULA=TRUE -p 25565:25565 -e VERSION=LATEST -e SERVER_NAME=MyMCServer -e DIFFICULTY=hard --name MyMCServer -v /var/docker/minecraft_itzg/data:/data itzg/minecraft-server | ||
+ | |||
+ | docker run -d -it -e EULA=TRUE -p 25565:25565 | ||
+ | -e VERSION=LATEST | ||
+ | -v /var/docker/minecraft_itzg/data:/data | ||
+ | -v /var/docker/minecraft_itzg/mods:/mods | ||
+ | -v /var/docker/minecraft_itzg/config:/config | ||
+ | -v /var/docker/minecraft_itzg/plugins:/plugins | ||
+ | -e SERVER_NAME=MyMCServer | ||
+ | -e DIFFICULTY=hard --name MyMCServer itzg/minecraft-server | ||
+ | |||
+ | === Konsole starten === | ||
+ | With that you can attach and interact at any time using | ||
+ | docker attach docker attach MyMCServer | ||
+ | and then Control-p Control-q to detach. | ||
+ | |||
+ | https://www.luenepiet.de/minecraft/docker | ||
+ | https://github.com/FelixKlauke/paperspigot-docker | ||
+ | |||
+ | == MCMyAdmin == | ||
+ | https://hub.docker.com/r/tekgator/docker-mcmyadmin | ||
+ | |||
+ | docker run -i -d \ | ||
+ | --name McMyAdmin \ | ||
+ | -p 8086:8080 \ | ||
+ | -p 25566:25565 \ | ||
+ | -v /var/docker/McMyAdmin:/McMyAdmin \ | ||
+ | -e UID=1001 \ | ||
+ | -e EULA=1 \ | ||
+ | -e SERVER_NAME=MCMyServer \ | ||
+ | -e DIFFICULTY=hard \ | ||
+ | -e VERSION=LATEST \ | ||
+ | --restart always \ | ||
+ | --stop-timeout 30 \ | ||
+ | tekgator/docker-mcmyadmin | ||
+ | |||
+ | |||
+ | 1.Open http://localhost:8080 | ||
+ | 2.Login with admin/pass123 | ||
+ | 3.Change the password!!! | ||
+ | 4.Select the Minecraft version to run in the settings e.g. Vanilla, Spigot, etc. and press the install button (note Spigot build will take a while) | ||
+ | 5.Configure your Minecraft server in the server Settings | ||
+ | 6.Click Start Server from Status tab (this will stop/restart a couple times, be patient) |
Aktuelle Version vom 6. September 2019, 16:15 Uhr
Inhaltsverzeichnis
QNAP
http://forum.qnap.com/viewtopic.php?t=109666
http://forum.qnap.com/viewtopic.php?t=42194
RaspberryPi
http://tutorials-raspberrypi.de/raspberrypi-als-minecraft-server/
Properties
http://minecraft-de.gamepedia.com/Server.properties
ops.json
[ { "name":"Scorpion_15", "uuid":"7e326e29-b056-4237-892a-ca40e0457675", "expiresOn":"2019-10-05 11:00:20 +0000" } ]
usercache.json
[ { "name":"Scorpion_15", "uuid":"7e326e29-b056-4237-892a-ca40e0457675", "level": 1, "bypassesPlayerLimit": true } ]
Ubunto
https://www.youtube.com/watch?v=3j7B7PR7nGc Links:
MC-Server Infos: http://minecraft-de.gamepedia.com/Bukkit Bukkit/Spigot: https://www.getbukkit.org/spigot.html Infos zu Java: https://wiki.ubuntuusers.de/Java/Orac... Java 8: https://wiki.ubuntuusers.de/Java/Inst...
https://getbukkit.org/download/craftbukkit
https://minecraft-de.gamepedia.com/Anleitungen/Server_erstellen https://minecraft-de.gamepedia.com/Anleitungen/Server_erstellen/Windows https://minecraft-de.gamepedia.com/Anleitungen/Server_erstellen/Linux https://minecraft-de.gamepedia.com/Minecraft-Server https://minecraft.gamepedia.com/Tutorials/Server_startup_script https://minecraft-de.gamepedia.com/Bukkit https://minecraft-de.gamepedia.com/Befehl
https://forum.ubuntuusers.de/topic/autostart-minecraft-server/ https://www.laub-home.de/wiki/Ubuntu_Linux_-_Minecraft_Server_Installation#Init_Startup_Skript
http://www.modius-techblog.de/games/minecraft-server-unter-ubuntu-16-04-xenial-xerus-installieren/
Minecraft Server starten
Putty 192.168.0.36 minecraft / 12s.....34 /etc/init.d/minecraft status /etc/init.d/minecraft start /etc/init.d/minecraft restart
screen -ls screen -r STRG a d
tail -f logs/latest.log
Aternos Server
https://aternos.org/start/ NiklasMB.aternos.me NiklasMB 12xxxxx34
Server.pro
https://server.pro/control-panel/9665268/ NiklasMB.myserver.gs 149.202.83.16:41996 12xxxxxx34
MineHub
https://minehub.de/user/server/active/ 89.163.242.186:25645 NiklasMB 12xxxxx34
Host4Me
https://cp.host4me.eu/userpanel.php?w=gs&id=24184 host02.host4me.eu:25905 StefanMB 12Txxxx34xx
Docker
Papermc
https://hub.docker.com/r/marctv/minecraft-papermc-server
Synolog
https://marc.tv/anleitung-stabiler-minecraft-server-synology-nas/
itzg
https://hub.docker.com/r/itzg/minecraft-server/
docker run -d -it -e EULA=TRUE -p 25565:25565 -e VERSION=LATEST -v /var/docker/minecraft_itzg/data:/data -v /var/docker/minecraft_itzg/mods:/mods -v /var/docker/minecraft_itzg/config:/config -v /var/docker/minecraft_itzg/plugins:/plugins -e SERVER_NAME=MyMCServer -e DIFFICULTY=hard --name MyMCServer itzg/minecraft-server
docker run -d -it -e EULA=TRUE -p 25565:25565 -e VERSION=LATEST -e SERVER_NAME=MyMCServer -e DIFFICULTY=hard --name MyMCServer -v /var/docker/minecraft_itzg/data:/data itzg/minecraft-server
docker run -d -it -e EULA=TRUE -p 25565:25565 -e VERSION=LATEST -v /var/docker/minecraft_itzg/data:/data -v /var/docker/minecraft_itzg/mods:/mods -v /var/docker/minecraft_itzg/config:/config -v /var/docker/minecraft_itzg/plugins:/plugins -e SERVER_NAME=MyMCServer -e DIFFICULTY=hard --name MyMCServer itzg/minecraft-server
Konsole starten
With that you can attach and interact at any time using docker attach docker attach MyMCServer and then Control-p Control-q to detach.
https://www.luenepiet.de/minecraft/docker https://github.com/FelixKlauke/paperspigot-docker
MCMyAdmin
https://hub.docker.com/r/tekgator/docker-mcmyadmin
docker run -i -d \ --name McMyAdmin \ -p 8086:8080 \ -p 25566:25565 \ -v /var/docker/McMyAdmin:/McMyAdmin \ -e UID=1001 \ -e EULA=1 \ -e SERVER_NAME=MCMyServer \ -e DIFFICULTY=hard \ -e VERSION=LATEST \ --restart always \ --stop-timeout 30 \ tekgator/docker-mcmyadmin
1.Open http://localhost:8080 2.Login with admin/pass123 3.Change the password!!! 4.Select the Minecraft version to run in the settings e.g. Vanilla, Spigot, etc. and press the install button (note Spigot build will take a while) 5.Configure your Minecraft server in the server Settings 6.Click Start Server from Status tab (this will stop/restart a couple times, be patient)