Commit Graph

45 Commits

Author SHA1 Message Date
PryPurity a9243a2e50 1.15 -> 1.16.5 can use this updated version. If you are running on 1.15-> before 1.16, you can safely update to this version now. 2021-04-21 09:01:36 -05:00
Felix Stieglitz 35cb2755fb
Bump version to 2.1.1 2021-03-13 16:06:44 +01:00
PryPurity 0ee59f99f4 Multiverse + Hyperverse are now soft dependencies. should resume fill progress upon restart. 2020-09-30 09:13:35 -05:00
PryPurity 30958adec0 Re-added paperlib for stability. Making sure there is always at LEAST one chunk that was processed last second, to kick in gc. 2020-07-07 13:13:59 -05:00
PryPurity e7ee143e22 Still debugging. 2020-07-05 20:01:17 -05:00
PryPurity 14fbac1951 Changed available memory required from 200MB to 400MB, Dynmap is default to false again ( For those who don't update it ); Added campfire & Potted Cactus to Painful blocks, removed duplicate Fire. 2020-07-04 01:58:13 -05:00
PryPurity c288b18afc Cleaned it up a bit more, went back to 3x3 instead of 4 x 4 2020-07-02 02:57:19 -05:00
PryPurity 8ac70874fa Testing out the 1.16.1 paper shit, don't you dare use this. 2020-06-28 01:25:37 -05:00
PryPurity cfb818c31b Commented out paperlib till I find a fix. 2020-06-25 14:03:08 -05:00
PryPurity 8dcb1df17d Updated paperlib api version 2020-06-25 06:07:41 -05:00
PryPurity deb703797f Updated the .gitignore, removed Bukkit API, due to bukkit not being released for 1.16.1. 2020-06-25 05:50:03 -05:00
PryPurity d9958e50a5 Bit more clean up, turned the auto enable feature for dynmap back on too. 2020-06-23 01:17:11 -05:00
PryPurity d52cd2e5f5 Undid a few changes so config wouldn't kill itself upon starting. 2020-06-21 05:55:59 -05:00
PryPurity 8a8c5f5440 Updated pom.xml again, also added FIRE to the ouchie blocks. 2020-06-21 05:47:23 -05:00
PryPurity e75b14baba Updated to 1.0.3 paperlib 2020-06-21 04:47:37 -05:00
PryPurity 35f4af67c2 Reformated + Update to support 1.15+ 2020-06-21 04:44:35 -05:00
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