Skip to content

frHimanshu/minecrafters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minecrafters

A collection of practical PocketMine-MP plugins to enhance your Minecraft Bedrock server experience.

Installation Guide

For Linux/MacOS

  1. 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
  2. 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

For Windows

  1. Install PocketMine-MP:

    • Download the latest version of PocketMine-MP from here.
    • Extract it to a folder, and run start.cmd.
  2. 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.


Configuration

To modify the welcome message, edit the message in the Main.php file:

$this->getServer()->getLogger()->info("Welcome to the server, {$player->getName()}!");

Enjoy the Plugin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages