Skip to content

MiniGameWorlds/MiniGameWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

741 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniGameWorld GitHub release (latest by date)

Minecraft minigame framework

※ This plugin is under development
This is not stable and there must be many bugs and errors.

Features

  • Foolish and simple API
  • Applicability and scalability regardless of the server genre
  • Multi-game instances
  • Multi-world instances (recommend Paper)
  • Config control
  • Language support
  • Party
  • View

How to fast start

0.9.0 is not stable so below is how to setup minigame server fast with 0.8.2 and demo world and minigames.

  1. Download your favorite bukkit (paper recommended) and config your server directory.
    (server run.bat script for Windows)
@echo off
title Minecraft Paper Server

:loop
java -Xms1G -Xmx1G -Dfile.encoding=UTF-8 -jar paper-1.20.6.jar nogui

echo server stopped
echo press enter to restart the server
pause >nul

goto loop
  1. Download the following plugins.
  1. Insert downloaded plugins into the plugins folder in your bukkit and start your bukkit. Then new worlds and MiniGameWorld(in plugins) folders will be created. And stop the server.
  2. Download MiniGameWorld-Test-Server zip file and unzip.
  3. Remove and replace the world folder with "resources/world". (demo play world)
  4. Remove and replace the plugins/MiniGameWorld folder with "resources/MiniGameWorld" (pre-setup configs)
  5. Launch minecraft(tested in 1.20.6) and join your server. Then you should spawn in a concrete structure. Enjoy.

[Tips]

  • Type "/mw" to get menu opener (can join and leave games) or type "/mw menu" to open directly.
  • Right-click signs to join a minigame.
  • You can create your own minigame structure. Then, you have to change the location of the minigame config file (in plugins/MiniGameWorld/minigames/{minigame}.yml. You can tune up other game settings also. After edit any configs, type "/mw reload" to apply changes (OPs only)
  • Deop players for normal play.
  • When this plugin was developed, sign block right-click for editing didn't work. But now, it allows editing by it. So you can tell players to not change the sign content.
  • See youtube videos how to play games.
  • For more details, please refer to the user wiki or discord(id: 4hhhh4)

Wiki

If you want to add minigames to your server, see User Wiki

If you want to develop a minigame, see Dev Wiki

About

Customizable Minecraft Minigame Framework

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages