Skip to content

Releases: oliverdunk/JukeboxAPI

v2.6.8

05 Jun 14:02
8f479bf
Compare
Choose a tag to compare
Improve region performance and add basic URL validation checks

v2.6.7

29 Jul 20:57
3366ac1
Compare
Choose a tag to compare
Adds tab completion support, and publishes Maven repository

v2.6.6

29 May 21:26
7d1fe6a
Compare
Choose a tag to compare

Bug fixes, a fix for an okhttp3 connection error, and an improved region list command.

v2.6.5

19 Jul 19:01
1ea86ae
Compare
Choose a tag to compare
Support for Spigot 1.14

v2.6.4

23 Jun 21:16
022d503
Compare
Choose a tag to compare
Fixes a bug where radius selectors worked in a smaller radius than ex…

…pected.

v2.6.3

15 Jun 15:24
e761754
Compare
Choose a tag to compare
Fixes bug removing region.

v2.6.2

10 Feb 00:11
240febb
Compare
Choose a tag to compare
Adds support for latest WorldEdit and WorldGuard versions

v2.6.1

18 Jan 19:32
48b65b9
Compare
Choose a tag to compare
Fixes an issue where regions were stored in the wrong file.

v2.6.0

27 Dec 17:50
80af2b9
Compare
Choose a tag to compare
Support for 1.13.2

v2.6.0 Beta

06 Oct 16:03
cef9cdd
Compare
Choose a tag to compare
v2.6.0 Beta Pre-release
Pre-release

Hey everyone! This is a beta version of MCJukebox v2.6.0.

It contains some significant changes:

  • Thanks to @Rushmead, we now support WorldGuard 7, which is compatible with Minecraft 1.13. Compatibility with previous WorldGuard versions has been retained.
  • Selectors such as @a and @p, including with the range filters, are now supported in 1.13.
  • We have Skript support! This is still in the early stages, and we have started by implementing the URL tokens, as these were previously inaccessible to Skript developers. Here's a demo:
# Request a token from our server for a player. The code will pause here until one is received.
mcjukebox requestToken player

# Send the MCJukebox link to the player
message "https://client.mcjukebox.net/?token=%player's mcjukebox_token%"
  • The structure of our source code has changed. This is still very much a work in progress, so is subject to breaking changes without warning. The reasoning for this is to begin the separation of Spigot specific code with standalone Java code.