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.
- Download the latest release here.
- place the plugin
.jar
in your Spigot or Bukkit server'splugins/
directory. - Reload the server with the
reload
command or restart the server.
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
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
Non-operators can remind themselves which block they have been assigned by running:
block-shuffle-block
Pull requests and issues are more than welcome.