Skip to content

Releases: WirelessRedstoneGroup/WirelessRedstone

WirelessRedstone v4.0.4

02 Sep 21:39
Compare
Choose a tag to compare

This update fixes common exceptions & issues where the plugin behaved incorrectly. For more details visit here.

WirelessRedstone v4.0.3

28 Aug 10:11
Compare
Choose a tag to compare

Retracted update

WirelessRedstone v4.0.2-beta.4

20 Aug 09:35
Compare
Choose a tag to compare
Pre-release

Changes

  • baa9def Remove apache IOUtils (also includes the wrong sanitization of some SQL queries)
  • 4b9735c Don't display exception on insert if debug is off

WirelessRedstone v4.0.2-beta.3

17 Aug 08:55
Compare
Choose a tag to compare
Pre-release

Changes

WirelessRedstone v4.0.2-beta.2

06 Aug 10:05
Compare
Choose a tag to compare
Pre-release

Changes

  • 81a85f9 Make Bukkit#getWorld() NullPointer safe
  • c57db62 Use MaterialLib instead of own implementation
  • a662db3 Use default BlockFace if facing is illegal

WirelessRedstone v4.0.2-beta.1

05 Aug 14:57
Compare
Choose a tag to compare
Pre-release

Changes

  • 1f07f44 Fix use of a number as BlockFace for SQLite
  • 9047beb Add more information to warnings

WirelessRedstone v4.0.1

01 Aug 09:49
Compare
Choose a tag to compare
  • Fix an issue where the SQLite storage wasn't initialized properly
  • Fix an issue when inserting WirelessPoints to the database can cause a PRIMARY_KEY exception.

WirelessRedstone v4.0.1-beta.1

31 Jul 22:06
Compare
Choose a tag to compare
Pre-release

Fix issue with SQLite where WirelessPoint duplicates threw errors.
Fix issue where reverting back to YML from SQLite threw NullPointerExceptions

WirelessRedstone v4.0.0

31 Jul 14:36
Compare
Choose a tag to compare

Changes compared to the latest beta:

a9ab1a7 WirelessReceiverInverter could throw a ClassCastException
ba13d24 Give warnings if WirelessPoint location is invalid
1bd81df Use Bukkit's logger if color logging is off


Version v4 has been in beta phase for a while. After solving some errors in the beta, it's time to release v4. Below is some information about v4 if you missed it.

Important if you are using SQLite:
You cannot downgrade to WirelessRedstone v3 after upgrading, either switch to the YAML storage format (see the config file) or restore the backup before upgrading.

Version 4 is in the making for a long time. Here are some highlights:

  • Full 1.8 - 1.14 support. The latest Minecraft version (1.14) always get priority in support
  • Stop keeping chunks active in the background (big impact on performance)
  • Optimized the cache system
  • TAB completion for all the commands
  • Support for WorldEdit v6 and v7 (this brings back auto-remove signs if it is removed by WorldEdit)
  • Updated translations
  • SQLite database is optimized
  • Sentry for automatic sending problems with the plugin (configurable)
  • Code is somewhat more flexible with upcoming Minecraft versions
  • Uses bStats instead of MCstats

WirelessRedstone v4.0.0-beta.8

23 Jul 22:43
Compare
Choose a tag to compare
Pre-release

Caution
The beta version does not fully support SQLite. You can still use SQLite but YAML is probably more stable, to convert change storage type to YAML in the config files or change it with the old 3.x.x version (/wra convert yml).

  • Fix #206 'WR sign right click doesn't work on wall signs in MC >1.13'
  • Fix ClassCastException 'org.bukkit.craftbukkit.block.CraftBlockState cannot be cast to org.bukkit.block.Sign' (#207 'CompatMaterial uses wrong Sign reference <1.13'), this also meant that the receiver sign was placed with air
  • Fix an issue where the channel wouldn't go off when the old redstone wire current was <15. Quick testing shows it is only affecting MC >=1.13