Minecraft Block Shuffle
Minecraft Block Shuffle is a very popular game due to a youtuber Dream. Every player has a task to stand on a randomized block on time. When everyone finds their block, next round starts. You can play it either solo or with your friends.
Minecraft version
This plugin runs on a Minecraft version 1.16+.
Features
- Ban your own blocks! Type `/blockshuffle ban <block>` to ban a block from being selected in the future. You can also go to the `plugins/MinecraftBlockShuffle/banned.yml` and add blocks that you want to ban (list of all the blocks is at `plugins/MinecraftBlockShuffle/blocks.yml`)
- Choose between 2 game modes:
- Play until 1 or 0 players are left in the game
- Play until a player has a certain amount of points
Important notes
In some Minecraft versions, the plugin can give you a block from a higher version to stand on. For example, if you're playing on 1.20.4, the plugin can give you blocks from 1.21.
So what to do in this situation?
The solution to this is play normally, but if the game gives you an impossible block (or just a really hard one), you can use the /blockshuffle ban <block_name> command to ban the block, and then type /blockshuffle skip to skip the round (no points will be added).
Commands
- /blockshuffle add <player> <player> ... - adds players
- /blockshuffle add @a - adds all players
- /blockshuffle remove <player> <player> ... - removes players
- blockshuffle remove @a - removes all players
- /blockshuffle start - starts a game
- /blockshuffle reset - resets a game
- /blockshuffle list - shows a list of players in a block shuffle game
- /blockshuffle skip - skips a round (e.g. when someone got an impossible block)
- /blockshuffle ban - bans the block
- /blockshuffle unban - unbans the block
- /blockshuffle rules <rule> value(optional) - changes some additional rules of the game (in config.yml)
- /blockshuffle help - shows a list of block shuffle commands
Configuration Options
Use the command `/blockshuffle rules` or edit the `plugins/MinecraftBlockShuffle/config.yml` file to change additional options.
Permissions
If `
usePermissions` is set to
true in the
config.yml file, players without ops will need the following permissions to use the commands:
- blockshuffle.blockshuffle - allows to use all `/blockshuffle` commands.
- blockshuffle.add - allows to use `/blockshuffle add` command.
- blockshuffle.remove - Allows to use `/blockshuffle remove` command.
- blockshuffle.start - allows to use `/blockshuffle start` command.
- blockshuffle.reset - allows to use `/blockshuffle reset` command.
- blockshuffle.list - allows to use `/blockshuffle list` command.
- blockshuffle.skip - allows to use `/blockshuffle skip` command.
- blockshuffle.ban - allows to use `/blockshuffle ban` command.
- blockshuffle.unban - allows to use `/blockshuffle unban` command.
- blockshuffle.rules- allows to use `/blockshuffle rules` command.
- blockshuffle.help - allows the use `/blockshuffle help` command.
Have fun!
Made by Matistan