Skip to content

Releases: falkirks/BuyCraft

Quick fix for "buycraft.net" updates

11 Jan 02:10
Compare
Choose a tag to compare
  • Disabled gzip encoding which wasn't properly supported in the plugin. Thanks to @VonHirsch in #16 for fixing the issue.

Fix for PocketMine changes

17 Mar 21:47
Compare
Choose a tag to compare
  • Fixed a segfault which occurred when executing certain asynchronous tasks on new PocketMine builds. This is a hacky temporary fix and it hopefully will be improved in the future.
  • Added debugging tools to make finding API issues faster.

Fixed BuyCraft API issues

13 Mar 16:17
Compare
Choose a tag to compare
  • Temporary fix to the BuyCraft API issues, I will document the fix further on my blog.
  • Refactored cURL requests to be encapsulated in an HTTPUtils.

Fixed class loading issue

03 Jan 19:30
Compare
Choose a tag to compare
  • Fixes class loading issue which prevented anything from working properly. Thanks to @kennethgomad01 for reporting this issue.

Fixed major memory leak.

16 Oct 02:53
Compare
Choose a tag to compare
  • I fixed a major memory leak issue which would cause server instability or memory allocation crashes. This isn't a confirmed fix so if you still experience the issue just create an issue. Thanks to @iJoshuaHD for reporting this issue.

Added /buy and finished basic port.

24 Sep 03:25
Compare
Choose a tag to compare
  • Added /buy and all associated functionality.
  • Did some other improvements.

(There are still some known issues like the "requireOnline" bug)

More Async stuff...

20 Sep 00:38
Compare
Choose a tag to compare
  • The pending users checker (which send requests every 2 seconds) now sends requests using an AsyncTask.

Suppress error when fetch fails.

19 Sep 01:06
Compare
Choose a tag to compare
  • When an error happens during a fetch task (which can happen if the API is having issues) the error will happen silently and the plugin will retry.

Fixes slot counts & adds delay support

17 Sep 02:36
Compare
Choose a tag to compare
  • Fixed slot counting
  • Added support for delays
  • Automatic delay of ten seconds on not enough slots
  • Some more work trying to fix repeated execution (yes it still happens)

Added /buycraft info text.

17 Sep 00:03
Compare
Choose a tag to compare
  • Added the info text to /buycraft that is available in the Bukkit version.