Skip to content

minecraft-minigames/block-shuffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockShuffle

Minecraft Version: v1.15.2 Release: v0.1.0 License: MIT

BlockShuffle is a minecraft minigame plugin where players are tasked with finding a specific block within a time limit. Inspiration from the popular YouTuber Dream's video.

Installation

  1. Download the latest release here.
  2. place the plugin .jar in your Spigot or Bukkit server's plugins/ directory.
  3. Reload the server with the reload command or restart the server.

Usage

Server operators may use the following commands to control the BlockShuffle game.

To start a game of BlockShuffle, run:

block-shuffle-start

To stop a running game of BlockShuffle, run:

block-shuffle-stop

To skip the current block (for all players), run:

block-shuffle-skip

Configuration

The default BlockShuffle interval is 5 minutes - to set the interval (for example, to 10 minutes), run:

block-shuffle-configure interval 600

BlockShuffle currently features two game modes - the default mode where each player is assigned a different block randomly, and a race mode where all players are assigned the same block and the first player to find the block wins. To set the game mode (for example, to race mode), run:

block-shuffle-configure mode race

User Commands

Non-operators can remind themselves which block they have been assigned by running:

block-shuffle-block

Contributing

Pull requests and issues are more than welcome.

License

MIT