Skip to content

Releases: BedwarsRel/BedwarsRel

Release 1.3.6

04 Jul 06:04
Compare
Choose a tag to compare

Fixes

We fixed an error with the resource spawner that occurs after restarting a game.

Improvements

The latest translations on our community driven translation platform "Crowdin" have been included.

How To Update

This update should work out of box, just replace the .jar. But as always, you should backup your old configuration-files and check if everything is fine with the config after updating.

Release 1.3.5

13 Jun 05:56
5207954
Compare
Choose a tag to compare

Features

1.12 Compatibility
This version of BedwarsRel provides compatibility with Minecraft 1.12. Yes, it's now five (5!) major Minecraft server versions you can use with BedwarsRel: 1.8.X, 1.9.X, 1.10.X, 1.11.X or 1.12. But please note that it is very hard to support, develop and test for four different Minecraft versions. There are still too many servers running in an 1.8.X environment. So why not updating your server to latest Minecraft, so that we can drop support for older versions in one of the next releases?

MySQL stats rewrite
As there have been many issues with MySQL support, the whole database system has been rewritten.

A lot of small things
It has been a long time since the last update and a lot of things have changed. So we have forgotten most of it and cannot really mention it here. Let's call it a surprise...

Better translations
From the previous release you already know, that BedwarsRel now integrates with the translation platform "Crowdin". Of course we updated some translations thanks to the great translators we have in the BedwarsRel community. Wanna have the plugin in your language? Head over to the project here and propose some translations. To make use of our completely new translation system, please delete the BedwarsRel/locale directory once if it's still there from older releases (as long as you have not modified the translations). Since people are asking again and again: If you want to use your own translation, please have a look on our wiki - wasn't that hard to find, right?

How To Update

This update should work out of box, just replace the .jar. But as always, you should backup your old configuration-files and check if everything is fine with the config after updating.

Release 1.3.4

24 Nov 18:51
Compare
Choose a tag to compare

Features

1.11 Compatibility
This version of BedwarsRel provides compatibility with Minecraft 1.11. Yes, this plugin is now compatible with four (4!) different Minecraft versions. You can use it on a server running 1.8.X, 1.9.X, 1.10.X or 1.11. But please note that it is very hard to support, develop and test for four different Minecraft versions. There are still roundabout 50% of servers running BedwarsRel in an 1.8.X environment. So why not updating your server to latest Minecraft, so that we can drop support for older versions in one of the next releases?

Arrow Blocker
We added a new Special Item "Arrow Blocker" for you.

Quick Join Random Game
Type /bw join random to join a random game in waiting-state.

Debug Data
A new command /bw debugpaste has been introduced. Using this command collects some data of your setup, uploads it to Pastebin and then returns a link that you can provide if we or any other person in the BedwarsRel community need some more information for helping you with your problem.

Better translations
From the previous release you already know, that BedwarsRel now integrates with the translation platform "Crowdin". Of course we updated some translations thanks to the great translators we have in the BedwarsRel community. Wanna have the plugin in your language? Head over to the project here and propose some translations. To make use of our completely new translation system, please delete the BedwarsRel/locale directory once if it's still there from older releases (as long as you have not modified the translations). Since people are asking again and again: If you want to use your own translation, please have a look on our wiki - wasn't that hard to find, right?

How To Update

This update should work out of box, just replace the .jar. But as always, you should backup your old configuration-files and check if everything is fine with the config after updating.

Update 1.3.3

30 Aug 20:30
Compare
Choose a tag to compare

Features

Emerald to reduce countdown
Players with permissions OP, bw.vip.* or bw.vip.reducecountdown now receive an emerald as soon as the countdown starts. When clicking this emerald the countdown gets reduced like if the game is full.

Removal of countdown rules
We removed those countdown rules from the config. Now the game starts as soon as the min-players threshold has been reached. Also we made sure that the teams are always filled as much as possible and a game does not start with just one team anymore.

Better translations
BedwarsRel now integrates with the translation platform "Crowdin". Wanna have the plugin in your language? Head over to the project here and propose some translations. If you wanna make use of our completely new translation system, please delete the BedwarsRel/locale directory once (as long as you have not modified the translations).

Team name in action bar
Did you ever forget which team you are in? Set show-team-in-actionbar to true in your config and your current team will always be displayed in the action bar.

Sound on kill
If you kill a player without having a bed and the possibility to respawn, you'll hear a little sound.

Improvements

Better error reporting
We implemented "BugSnag" for being able to provide faster error fixing. If you keep send-error-data in your config true, then the plugin automatically sends some debug information (e.g. minecraft server version, plugins installed, …) including the error stacktrace to BugSnag, so we can have a look on it and fix it asap. Set it to false if you don't like that.

Better code
We know, it's just something internal, but we did some improvements with the code, so it's much cleaner now.

Fixes

Special Items
There have been several issues with the special items when using the 1.9/1.10 second hand. They should be all fixed now.

How To Update

This update should work out of box, just replace the .jar. But as always, you should backup your old configuration-files and check if everything is fine with the config after updating.

Update 1.3.2

13 Jun 17:54
Compare
Choose a tag to compare

Features

Compatibility with Minecraft 1.10 (as well as 1.8.X and 1.9.X)

Furthermore, this update lets you add more/custom effects to "Trap".

Explanation can be found in config.yml // Example:

  trap:
    play-sound: true
    effects:
    - ==: PotionEffect
      effect: 15
      duration: 100
      amplifier: 2
      ambient: true
      has-particles: true
    - ==: PotionEffect
      effect: 18      
      duration: 100
      amplifier: 2
      ambient: true
      has-particles: true      
    - ==: PotionEffect    
      effect: 2       
      duration: 100
      amplifier: 2
      ambient: true
      has-particles: true

Fixes

  • Carpets now have right team color
  • all colored blocks now available in old shop
  • CraftBukkit compatibility restored

Improvements

  • Right bed-sound for each Minecraft version
  • Killed players keep their team color as spectators

How To Update

This update should work out of box, just replace the .jar. But as always, you should backup your old configuration-files and check if everything is fine with the config after updating.

Update 1.3.1

16 May 14:00
Compare
Choose a tag to compare

License

This project is now licensed under GNU GPL version 3

Features

  • Add multiple chat-to-all-prefixes
# config.yml
chat-to-all-prefix:
- '@'
- '@a'
- '@all'
  • WOOL, STAINED_CLAY, STAINED_GLASS in team color
  • Much more possibilities in shop.yml with introducing a new layout. Make sure to read the new documentation!
  • Option to make all map blocks breakable (including a blacklist)

Fixes

  • Spectators aren't collecting resources anymore when leaving the game
  • TNT-Sheep for newer spigot builds
  • Hides standard PlayerQuitMessage on Bungeecord leave

Improvements

  • Cancel StructureGrowEvent
  • Map resets after game has ended (instead of when game restarts)
  • New way of emptying chests on map reset

How To Update

We included an upgrade script for the new shop.yml so everything should work out of box. But we really recommend getting a backup of your current shop.yml before updating to the new version. After upgrade please check on your shop.yml if everything is fine there. Also make sure to read the new documentation!

Update 1.3.0

20 Apr 06:24
Compare
Choose a tag to compare

This version is not compatible with Minecraft 1.7.X!

Features

  • Version: Support for Minecraft 1.9 – Minecraft 1.8.X still being supported as well
  • Language: Support for Dutch
  • Language: Support for Chinese
  • Config: Option how remaining hearts are shown (show-hearts-in-halfs): true shows hearts in halfs (so 20 is max) and false shows full hearts (10) as decimal value.

Known Issues

  • MC 1.9: Every spawn egg being used is going to be a TNT-Sheep

HowTo Update

There are no manual changes needed.

Disclaimer

Do not update to this version until you are not really sure what you are doing.

Update 1.2.8-p1

24 Feb 16:35
Compare
Choose a tag to compare

This is the last version supporting Minecraft 1.7 – get your servers ready for at least Minecraft 1.8 to receive upcoming updates!

Features

  • Config: Bungeecord endgame in lobby
  • Config: Bungeecord mode without server restart
  • Config: Bungeecord MOTD placeholders
  • Config: Decrease countdown when full
  • Config: In- or decrease tntsheep explosion
  • Shop: New item "player tracker"*
  • AAC and AntiAura compatibility

Fixes

  • Check bw.setup on stopped game join
  • HangingListener and cancelling HangingBreakEvent
  • Kick players to lobby delayed
  • Random player invisibility
  • Spectator-compass: skulls now show player heads correctly

Don't forget to check your config concerning these great new features!

Patches

1.2.8 patch1

Release Date: 23.02.2016

  • Fix Player Spawn Location if not Bungeecord

Further Explanations

* For adding player tracker to shop, add following lines to a category in the shop:

- item1:
    item: IRON_INGOT
    amount: 5
  reward:
    item: COMPASS
    amount: 1

Update 1.2.7

13 Sep 08:36
Compare
Choose a tag to compare

Please read the update description!

Updates

  • Added: Holographic Stats (/bw addholo /bw removeholo) (Holographic Displays and ProtocolLib required!)
  • Added: Support of UltimateCore world management plugin
  • Added: Config to allow/disallow crafting in game
  • Added: Possibility to configure the gamemode in lobby
  • Added: Possibility to configure the command prefix (eg. /hello addgame instead of /bw addgame)
  • Fixed: Some bungeecord leave issues
  • Fixed: Soil and wheat trampling in game
  • Many bugfixes ...

*HOLOGRAPHIC STATS INFORMATION
YOU NEED TO INSTALL HOLOGRAPHIC DISPLAY AND PROTOCOLLIB!
When adding a holograph-stats and there are many players on the server, it can lag a short time. If you reload the plugin, it can lag a short time, too, because every holostats have to refresh.
Database for statistics are recommended for holographic stats!
If you have many players and lags with holographic stats, just increase the max-pool-size config!

You can add holographic stats on you bungeecord hub server too:

  1. Add the bedwars plugin to your hubserver!
  2. Set statistics.storage to database
  3. Set bungeecord.enabled to false
  4. Add your database connection information to database config
  5. Execute /bw addholo on a desired position.
  6. Done!

BedwarsRel v1.2.4

20 Jul 13:15
Compare
Choose a tag to compare

Updates

  • Heavy 1.7 bugfix!