Skip to content

Latest commit

 

History

History
83 lines (51 loc) · 2.82 KB

README.md

File metadata and controls

83 lines (51 loc) · 2.82 KB

Minecraft for YunoHost

Integration level
Install Minecraft with YunoHost

Lire ce readme en français.

This package allows you to install Minecraft quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Minecraft is a sandbox construction game, whose gameplay involves players interacting with the game world by placing and breaking various types of blocks in a three-dimensional environment. In this environment, players can build creative structures, creations, and artwork on multiplayer servers and singleplayer worlds across multiple game modes.

Shipped version: 1.18.1~ynh1

Screenshots

Disclaimers / important information

Configuration

For server administration, use the Minecraft console or RCON (which is open on port 25575 with your password).

Rcon Clients

Start/Stop/Restart/Check Status Minecraft

  • systemctl start minecraft
  • systemctl stop minecraft
  • systemctl restart minecraft
  • systemctl status minecraft

Location

The folder of your servers is: /home/yunohost.app/minecraft

Supported Servers

  1. Minecraft (Vanilla)
  2. Minecraft (Vanilla snapshot)
  3. Spigot
  4. CraftBukkit (by Spigot)
  5. BungeeCord
  6. Paper
  7. Waterfall (by Paper)

Documentation

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/minecraft_ynh/tree/testing --debug
or
sudo yunohost app upgrade minecraft -u https://github.com/YunoHost-Apps/minecraft_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps