Commit Graph

29 Commits

Author SHA1 Message Date
Brettflan 9af79183d5 Release 1.9.10 (beta) 2019-05-23 19:52:41 -05:00
Brettflan 179d1cfda3 Release 1.9.9 (beta) 2019-04-30 21:00:33 -05:00
Guntram Blohm 7e2336fc8a set scope of stuff that shouldn't be shaded in to provided so we don't need explicit excludes/includes 2019-04-17 18:49:31 +02:00
Guntram Blohm 6ffeab72dd remove exludes, explicitly include paperlib 2019-04-17 18:46:07 +02:00
Guntram Blohm 17c0c2a886 More spaces/tabs formatting 2019-03-20 19:30:53 +01:00
Guntram Blohm 21adadd7e6 Use spigot API instead of Paper API again 2019-03-20 19:26:48 +01:00
Guntram Blohm 12bb4b1da9 Use async Chunk generation, if possible, using PaperLib
This routes all world generation requests through PaperLib, which will generate Chunks asynchronously if the server allows it (Paper does, Spigot doesn't). This means changes to which chunks are still needed, and which can be unloaded, as well; the code keeps a list of Chunks that are needed for others, and will unload them only when the target chunk has been generated. Unloads by the server itself get prevented while the chunk is needed; else the server could decide on a tick that chunk has no players nearby and needs to be unloaded.
2019-03-20 19:02:55 +01:00
Guntram Blohm ec843cde03 test async fill 2019-02-21 20:39:17 +01:00
Brokkonaut efe0210387 Update to 1.13.1 2018-08-27 23:02:22 +02:00
Brokkonaut 45ef28c8d3 Update for 1.13 + Some cleanup 2018-08-22 16:39:56 +02:00
Brettflan d8d1b28b57 Release 1.8.7 - going ahead for boat bugfix since nothing else fixable has come up 2017-05-04 11:39:12 -05:00
Brettflan c0d1772418 Release 1.8.6 2016-08-16 17:27:39 -05:00
Brettflan 9abf6ff938 Release 1.8.5 2016-01-02 04:55:03 -06:00
Brettflan a349063a74 Release 1.8.4
Also updated Spigot and Dynmap API version references, and one very minor bit of code cleanup.
2015-06-23 12:38:26 -05:00
Brettflan a107ee7e8a Release 1.8.3 - quick fix to remove "worldborder" command alias, which would replace vanilla /worldborder command 2015-03-07 16:20:42 -06:00
Brettflan c254442056 Release 1.8.2 - for Spigot builds for Minecraft 1.8+ 2015-03-01 10:23:34 -06:00
Brettflan c96672a9ec initial test update for MC 1.8 Spigot... fix for border check routine failing and spewing errors due to change in Bukkit.getServer().getOnlinePlayers() 2015-02-08 09:14:31 -06:00
Brettflan 649efc25bb Release 1.8.1 - probably final release for Bukkit 2014-09-27 12:51:08 -05:00
Brettflan 195c593879 Release 1.8.0 2014-05-30 19:15:36 -05:00
Brettflan 2984d9513f Changed bypass list to track UUIDs instead of names, in advance of changeable names in Minecraft 1.8.0+. There might be a slight delay in response now when running the /wb bypasslist command, and when running the /wb bypass command on a player who is not online. This is because the Mojang UUID lookup server must be queried in those cases. This may be handled better in a future update if/when Bukkit provides methods for caching and looking up that information.
The UUID/player name lookup code I've used is by evilmidget38, from: http://forums.bukkit.org/threads/player-name-uuid-fetcher.250926/

NOTE: if you have a bypass list saved, it will be wiped when you first run this update. The wipe will only happen once, as it is a safety precaution.
2014-05-28 11:13:16 -05:00
Brettflan 6e65b00712 Release 1.7.9 (Beta)
This is marked as a beta to be on the safe side due to the overhaul of the entire command system. I've tested every command both through the server console and in-game, but it's certainly possible I missed a bug or two somewhere in there.
2014-03-19 09:02:10 -05:00
Brettflan 133027dc77 Release version 1.7.8 2014-02-22 08:10:38 -06:00
Brettflan 48fb41f0ee Release 1.7.7 2013-12-18 01:16:44 -06:00
Brettflan 75ea990bb8 Release 1.7.6 2013-10-19 22:44:03 -05:00
Brettflan 6c2d705769 additional bits for release 1.7.5 2013-07-12 02:25:36 -05:00
Brettflan 5d745ca788 Updated target Bukkit lib version to 1.6.1-R0.1-SNAPSHOT
Added carpet to safe open block list
Added showWhooshEffect(Location loc) helper method to Config class to show the whoosh effect, if it is enabled
2013-07-05 15:28:13 -05:00
Brettflan fa5fb33da8 Release 1.7.2b
Also updated some Maven pom config
2013-05-22 11:35:20 -05:00
Ian Macalinao e6b3ec360f Mavenized entire project
Signed-off-by: Ian Macalinao <ianmacalinao@gmail.com>
2013-05-16 23:27:12 -05:00
Carl Johan Crafoord 94ec8a25a4 Add pom.xml for maven building 2012-06-10 18:18:50 +02:00