Build a Minecraft Server on RaspberryPi 4 (linuxnorth.org)
[Paper Edition]
1. Install Java
sudo apt install openjdk-21-jre
Paper Downloads
Download Paper, our Minecraft server software offering unrivaled performance and stability.
papermc.io
java -jar paper-1.21.1-52.jar --nogui
3.
Setup | GeyserMC
Guides to setup Geyser on all supported platforms
geysermc.org
Place the Geyser-Spigot.jar in the plugins folder, and restart the server.
Open your Geyser config, located in /plugins/Geyser-Spigot/config.yml, and find the following:
bedrock:
# The IP address that will listen for connections.
# Generally, you should only uncomment and change this if you want to limit what IPs can connect to your server.
#address: 0.0.0.0
# The port that will listen for connections. This is the port that Bedrock players will use to connect to your server.
port: 19132
Geyser-Spigot.jar 과 floodgate-spigot.jar 을 plugins 폴더에 복사 후 재부팅
5. 서버 실행 후
op .[ID]
deop .[ID]
5. Setting
[Server Setting: server.properties]
difficulty= easy => peaceful
gamemode=survival
default-player-permission-level=operator
[Permission: permissions.json]
[
{
"permission" : "operator",
"xuid" : "[ID]",
"level" : 2
},
{
"permission" : "operator",
"xuid" : "[ID]",
"level" : 2
}
]
[Command]
gamerule keepInventory true
op [ID]
[Command]
gamerule keepInventory true
op [ID]
...................................................
b) Install screen (This will be needed to run your minecraft server console while logged out of your Linux server).
apt install screen
[Java Edition]
1. sudo apt install openjdk-21-jre
2. Download
Minecraft Server Download | Minecraft
Minecraft Server Download
Gain access to amazing Minecraft servers using the Minecraft Server Download. Set up multi-player servers today by following the detailed instructions provided.
www.minecraft.net
3 Run & Agree EULA
java -Xmx1G -Xms1G -jar server.jar nogui
vi eula.txt
eula=true
: Port forwarding: TCP, 25565
[Bedrock Edition] Android, Nintendo, ...
: not support arm (rasberry pi)
: Port forwarding: UDP, 19132
Minecraft Bedrock Server Download | Minecraft
Minecraft Bedrock Server Download
Discover your own brand of fun when you download the Minecraft bedrock server. Play unique mini-games, collaborate with friends & more with these servers.
www.minecraft.net
Tutorials/Setting up a server – Minecraft Wiki (fandom.com)
Tutorials/Setting up a server
This tutorial takes you through the steps of setting up your own Java Edition server using the default server software that Mojang Studios distributes free of charge. The software may be installed on most operating systems, including Windows, macOS, GNU/Li
minecraft.fandom.com
'Operating System' 카테고리의 다른 글
Ubuntu: Microsoft Edge (0) | 2023.06.11 |
---|---|
Linux command (0) | 2023.04.09 |
osx iso (0) | 2022.03.01 |
Install Ubuntu on Raspberry Pi (0) | 2021.09.21 |
EBS, ffmpeg, rtmpdump, Python (beutiful soup), crontab (0) | 2021.09.18 |