A collection of practical PocketMine-MP plugins to enhance your Minecraft Bedrock server experience.
-
Install PocketMine-MP:
-
Install required dependencies:
sudo apt-get update sudo apt-get install php php-cli php-mbstring php-xml php-curl git unzip
-
Clone PocketMine-MP:
git clone https://github.com/pmmp/PocketMine-MP.git cd PocketMine-MP
-
Run the installation script:
./start.sh
-
-
Install the Plugin:
-
Clone the plugin into the
plugins/
directory:cd ~/minecraft-server/plugins git clone https://github.com/frHimanshu/minecrafters.git
-
Restart the server:
cd ~/minecraft-server ./start.sh
-
-
Install PocketMine-MP:
- Download the latest version of PocketMine-MP from here.
- Extract it to a folder, and run
start.cmd
.
-
Install the Plugin:
-
Clone the plugin into the
plugins/
directory:git clone https://github.com/frHimanshu/minecrafters.git
-
Restart the server by running
start.cmd
in terminal again.
-
To modify the welcome message, edit the message in the Main.php
file:
$this->getServer()->getLogger()->info("Welcome to the server, {$player->getName()}!");