Skip to content

Releases: Matistan/MinecraftBlockShuffle

Version 1.6

15 Mar 11:52

Choose a tag to compare

Changes:

  • completely refactored the code for better maintainability
  • banned some more hard blocks from newer versions
  • optimized the scoreboard handling
  • other small changes and issues

Version 1.5.2

15 May 12:13

Choose a tag to compare

Added Metrics for bstats

Minor bug

08 May 14:44

Choose a tag to compare

'list' command working properly when using playWithEveryone

Version 1.5

08 May 13:34

Choose a tag to compare

Changelog:

  • added a new command /blockshuffle rules value(optional) - to change the rules in config.yml file in game!
  • added a new rule playWithEveryone to not have to use /blockshuffle add every time, and instead play with every player on the server. This is set by default to true.
  • some minor improvements and bugfixes

Version 1.4.3

14 Apr 00:36

Choose a tag to compare

Better time format and a small bugfix

Version 1.4.2

13 Apr 22:59

Choose a tag to compare

removed ending a game instantly when one player was 2 or more points ahead of a second player and has already gained required points to win (because now you can skip a round, and he will lost a point from this round)

Version 1.4.1

13 Apr 20:19

Choose a tag to compare

Mostly bug fixes and tweaks
Also forgot to mention in the last update, that blockshuffle commands can now be executed by command blocks or the console, as requested here #2

Version 1.4

13 Apr 19:33

Choose a tag to compare

Huge update

  • adding and removing players using @a: blockshuffle add @a
  • blocks.yml file now generates automatically depending on server's minecraft version, so it's always up-to-date
  • 3 new commands:
    • blockshuffle skip - skips the current round (useful if you got a hard or an impossible block)
    • blockshuffle ban <block_name> - bans the selected block from getting selected in the future
    • blockshuffle unban <block_name> - to unban the selected block
      all the banned blocks are saved in banned.yml file. It already has some hard or impossible blocks, but not all of them, so if you encounter an impossible block to stand on, ban this block and skip to the next round.

Version 1.3

05 Mar 13:25

Choose a tag to compare

Permission Update

Added permissions support for all the commands.

Version 1.2

20 Apr 22:39

Choose a tag to compare

Huge Update!

  • ops are now given back even to offline players
  • you can add multiple players using one command, as well as remove them '/blockshuffle add/remove ... '
  • fixed the scoreboard not disappearing after the game
  • you can ban your own blocks now! go to the plugins/MinecraftBlockShuffle/disabled.yml and disable certain blocks
  • there is also a list of blocks: plugins/MinecraftBlockShuffle/blocks.yml
  • some bug fixes and optimizations