Commit Graph

  • fbf9066966
    Merge pull request #3 from Northbadge/master Dylan Xaldin 2020-06-29 21:14:54 -0500
  • c2a45b5876
    Merge pull request #2 from dcoshea/y-coordinate-fixes Dylan Xaldin 2020-06-29 21:11:39 -0500
  • 1dfb546f04
    Merge pull request #1 from Brettflan/master Dylan Xaldin 2020-06-29 21:08:11 -0500
  • 73372eb17d
    Merge 986bdc83f5 into 44f388f3ba Deleted user 2020-05-25 21:03:31 -0400
  • 619f74be77
    Merge c1d99e560c into 44f388f3ba Northbadge 2020-05-20 03:16:03 +0300
  • 17ca1797a7
    Merge 74513b0811 into 44f388f3ba dcoshea 2020-05-16 06:59:39 +0000
  • 44f388f3ba
    Added BSD license master Brett Flannigan 2020-05-11 19:00:52 -0500
  • 4551e278c1
    This plugin is no longer being supported Brett Flannigan 2020-05-01 19:20:51 -0500
  • 74513b0811 Allow teleporting player partially or fully above the world David O'Shea 2020-04-16 20:32:34 +0930
  • a1488146e1 Correctly teleport to highest block instead of spawn (fixes #178) David O'Shea 2020-04-16 15:55:04 +0930
  • 4a16d5321a Don't request chunk unloads during fill Requesting chunk unloads during the fill task takes a tremendous hit on the server TPS, which leads to a really bad experience while players are online. It also slows down the fill process overall. By removing the chunk unload request, the server TPS will stay at a near 20 TPS due to the server now unloading the chunks naturally. Dylan Xaldin 2020-01-13 03:20:47 -0600
  • d685a2c978 Fix missed player reference. Clarity for cause checks. totemo 2019-08-09 16:37:28 +0930
  • 3f8923f9d0 Add work-around for nonsensical teleport events from Spigot. totemo 2019-08-09 16:00:20 +0930
  • f88ede397c Fix for incorrect use of World.setChunkForceLoaded, which apparently triggers the chunk to load if it isn't, rather than just setting the "force loaded" flag for it; thanks to SpottedLeaf for pointing this out and providing example code to fix it Brettflan 2019-07-26 19:52:44 -0500
  • c1d99e560c Improved fill progress saving & restoring leroy627 2019-06-14 16:23:39 +0800
  • 0d45093fa6 attempt fix for circular border displaying in DynMap in isometric view with height of 64 instead of actual height of the world (normally would be 256) Brettflan 2019-06-13 01:05:01 -0500
  • 9af79183d5 Release 1.9.10 (beta) Brettflan 2019-05-23 19:52:41 -0500
  • e14d526541 Misc 1.14 updates: * using "force loaded" chunk flag instead of canceling ChunkUnloadEvents, which is no longer possible as of Spigot 1.14 * replaced UUID lookup code with newer and slightly improved implementation * added new 1.14 wooden sign variations to safe open blocks list * fix for error if Fill was canceled or finished without actually loading any chunks * added notice to end of Trim recommending server restart Brettflan 2019-05-23 19:48:54 -0500
  • fbbdf372a0
    Merge ecaed8578e into 179d1cfda3 Sutton Hathorn 2019-05-22 21:23:58 +0000
  • ecaed8578e Use setChunkForceLoaded to keep needed chunks loaded Sutton Hathorn 2019-05-22 17:16:19 -0400
  • 3b5370a18c Update to support 1.14.1-R0.1 Bukkit API Sutton Hathorn 2019-05-22 16:50:12 -0400
  • 179d1cfda3 Release 1.9.9 (beta) Brettflan 2019-04-30 21:00:33 -0500
  • 8258963fd7
    Merge pull request #122 from BaronyCraft/asyncFill Brett Flannigan 2019-04-30 19:32:39 -0500
  • 7e2336fc8a set scope of stuff that shouldn't be shaded in to provided so we don't need explicit excludes/includes Guntram Blohm 2019-04-17 18:49:31 +0200
  • 6ffeab72dd remove exludes, explicitly include paperlib Guntram Blohm 2019-04-17 18:46:07 +0200
  • 17c0c2a886 More spaces/tabs formatting Guntram Blohm 2019-03-20 19:30:53 +0100
  • ade2ca6352 Fix formatting (spaces/tabs) Guntram Blohm 2019-03-20 19:27:10 +0100
  • 21adadd7e6 Use spigot API instead of Paper API again Guntram Blohm 2019-03-20 19:26:48 +0100
  • 12bb4b1da9 Use async Chunk generation, if possible, using PaperLib Guntram Blohm 2019-03-20 19:02:55 +0100
  • e6564300c7 Merge remote-tracking branch 'upstream/master' into asyncFill Guntram Blohm 2019-03-20 09:54:48 +0100
  • 8e68e83e3d prevent issue of Fill process potentially making the server unresponsive while skipping over huge numbers of already fully generated chunks, most likely with very large already mostly generated worlds which are stored on old/slow hard drives Brettflan 2019-03-06 01:26:18 -0600
  • ec843cde03 test async fill Guntram Blohm 2019-02-21 20:39:17 +0100
  • b56d9faae6 Merge branch 'master' of github.com:Brettflan/WorldBorder Brettflan 2018-10-24 04:15:10 -0500
  • af4727d1b6 use ByteBuffer + IntBuffer for reading region file headers, to improve performance of chunk existence checks, as suggested by aikar https://github.com/Brettflan/WorldBorder/issues/114 Brettflan 2018-10-24 04:14:43 -0500
  • 0aef51b811
    Update README.md Brett Flannigan 2018-09-18 17:59:20 -0500
  • 1d35e59c0e minor cleanup Brettflan 2018-09-16 09:39:27 -0500
  • e5feeb1b75
    Merge pull request #103 from mikeprimm/fix_1_13_border_chunks Brett Flannigan 2018-09-16 09:30:31 -0500
  • 2cd033c808 Alter fully generated prediction to match 1.13.x worldgen behavior Mike Primm 2018-09-03 11:44:20 -0500
  • 99425c7487
    Merge 5c648dfe2d into 20b4f5ed67 mikeprimm 2018-09-03 16:52:47 +0000
  • 5c648dfe2d Alter fully generated prediction to match 1.13.x worldgen behavior Mike Primm 2018-09-03 11:44:20 -0500
  • 20b4f5ed67 minor cleanup Brettflan 2018-08-30 00:09:42 -0500
  • 1b990c535b
    Merge pull request #99 from Brokkonaut/master Brett Flannigan 2018-08-29 23:50:05 -0500
  • efe0210387 Update to 1.13.1 Brokkonaut 2018-08-27 23:02:22 +0200
  • ad97e1f9de Add wooden buttons, double plants and beetroots to the safe blocks list Brokkonaut 2018-08-22 17:47:54 +0200
  • 45ef28c8d3 Update for 1.13 + Some cleanup Brokkonaut 2018-08-22 07:20:04 +0200
  • 761350ddf3
    Merge 7d9edb0fba into 69895a071d Javacraft 2018-07-22 19:18:15 +0000
  • 7d9edb0fba Bump version to SNAPSHOT Javacraft 2018-07-21 17:33:20 -0400
  • c802d874ba Overhaul safe spot determination using new Material class. Javacraft 2018-07-21 09:02:31 -0400
  • 003942936e Update dependencies to 1.13-pre7. Javacraft 2018-07-21 09:01:57 -0400
  • dcebd4242e Ingore Eclipse artifacts. Javacraft 2018-07-21 02:56:27 -0400
  • 659d1cc337 Merge remote-tracking branch 'origin/master' Javacraft 2018-07-20 14:40:50 -0400
  • 69895a071d minor cleanup of last commit Brettflan 2018-04-07 11:40:51 -0500
  • 208169be49
    Merge pull request #93 from joblo2213/master Brett Flannigan 2018-04-07 11:35:40 -0500
  • bae30eb52f Make player priority and hide by default for dynmap marker set customizable joblo.2213 2018-04-07 18:03:36 +0200
  • fa1c18b550 Merge d093c3fc43 into d8d1b28b57 clone2204 2017-05-05 04:29:51 +0000
  • 37953558ab Merge b577593e08 into d8d1b28b57 clone2204 2017-05-05 04:29:51 +0000
  • 7438dfe57b Merge a32e181cd6 into d8d1b28b57 NShadeIV 2017-05-05 04:29:51 +0000
  • cd94f55d0d Merge a053cefb3f into d8d1b28b57 Leon 2017-05-05 04:29:51 +0000
  • d8d1b28b57 Release 1.8.7 - going ahead for boat bugfix since nothing else fixable has come up Brettflan 2017-05-04 11:39:12 -0500
  • ed0c46a557 Fix for boat type being changed in Minecraft 1.9+ when knocked back from the border; note this breaks boat knockback for Minecraft versions older than 1.9 Brettflan 2016-11-29 03:13:06 -0600
  • c0d1772418 Release 1.8.6 Brettflan 2016-08-16 17:27:39 -0500
  • 2e7cffd637 Merge bc36bcbee3 into f9d89034b4 Daniel Boston 2016-07-16 02:55:12 +0000
  • f9d89034b4 Merge branch 'master' of github.com:Brettflan/WorldBorder Brettflan 2016-07-10 23:03:52 -0500
  • e64defbdeb suppress logging of border-checking task being "stopped" when the task is being restarted (which is done to make sure there's only one such task running at any time), to reduce potential confusion Brettflan 2016-07-10 23:03:29 -0500
  • a053cefb3f Fixed a memory leak of the notify player instance. LeonTG77 2016-07-03 13:25:29 +0200
  • bc36bcbee3 Correcting earlier misconception. This new check routine keeps up the exemption until the players location is updated to something other then the FROM location of the portal event. The minecraft bug is that the from location dominates even in the new world, and only after a delay (which can last for, in some cases, a second or more) is the players location updated to the portal event TO location. This check adapts for that, maintaining an exemption until the players location is updated to something other then the portal event FROM location, or the check period ends. Daniel Boston 2016-06-16 22:25:08 -0400
  • 116718e1a2 Maturing the border exemption; instead of a blanket exemption this starts a check task to see if the player's world has caught up with their portaled location. Daniel Boston 2016-06-15 22:27:48 -0400
  • 4b6ac2a3d8 Fixing nether teleportation player data eventual consistency problem via timed exemption. Daniel Boston 2016-03-22 02:01:01 -0400
  • 80f772a95c Updating pom to latest spigot/bukkit api and updating plugin.yml to track with version and name info from pom. Daniel Boston 2016-03-23 05:19:05 -0400
  • 6827d4b6c0 Merge 3351b25175 into c5df3417c8 Daniel Boston 2016-03-22 06:30:02 +0000
  • 3351b25175 Fixing nether teleportation bug within WB via timed exemption. Daniel Boston 2016-03-22 02:01:01 -0400
  • 369a966a84 Updating pom to 1.9 and cleaning up groupid Daniel Boston 2016-03-18 09:33:35 -0400
  • c5df3417c8 Merge pull request #58 from Kagamul/master Pre-MC-1.9 Brett Flannigan 2016-02-25 22:52:33 -0600
  • a762b95cfe fixes #57 Marcel Maryniak 2016-02-26 02:47:03 +0100
  • 72c5deed28 Merge pull request #55 from Maximvdw/master Brett Flannigan 2016-01-16 03:43:22 -0600
  • 895bec7061 public percentage methods for fill and trim task Maxim Van de Wynckel 2016-01-15 12:38:17 +0100
  • 571daa669f Merge pull request #54 from Maximvdw/master Brett Flannigan 2016-01-13 01:25:34 -0600
  • dd4a8348be World Trim/Fill task start events BuildTools 2016-01-12 20:47:10 +0100
  • 9abf6ff938 Release 1.8.5 Brettflan 2016-01-02 04:55:03 -0600
  • fd134e4527 Fix for minor bug in border knockback code for worlds that have a single layer bedrock base at Y level 1. The bug was that locations at Y level 1 were never treated as safe locations for border knockback, even though they can be safe on a world which has only a flat 1-block height layer of bedrock at the bottom. For reference, normal worlds have multiple layers of bedrock at the bottom. Brettflan 2016-01-02 04:54:10 -0600
  • a32e181cd6 Update plugin.yml NShadeIV 2015-11-01 20:28:42 -0800
  • bb82f464f9 Update BorderCheckTask.java NShadeIV 2015-11-01 20:27:15 -0800
  • 98c98b8618 minor style cleanup of last commit to match project style Brettflan 2015-09-05 04:13:10 -0500
  • cc72e40412 Merge pull request #50 from timafh/master Brett Flannigan 2015-09-05 04:03:21 -0500
  • e42c5be1dc Adding WorldBorder Events timafh 2015-09-04 20:20:27 +0200
  • 986bdc83f5 Fixes Vikram Raja 2015-08-03 19:19:49 -0700
  • 329992e2b1 Added built-in WorldBorder for Square borders. Vikram Raja 2015-07-28 19:47:19 -0700
  • a349063a74 Release 1.8.4 Also updated Spigot and Dynmap API version references, and one very minor bit of code cleanup. Brettflan 2015-06-23 12:38:26 -0500
  • 99bfc689f2 Minor bit of code cleanup Brettflan 2015-05-19 09:17:24 -0500
  • dcea6c1a07 Merge pull request #46 from Gamealition/master Brett Flannigan 2015-05-19 09:06:27 -0500
  • 1320215c3f Proposed & implemented feature: prevent mob spawns outside of border, including: Roy Curtis 2015-05-18 12:18:36 +0100
  • c8edf9f898 Merge pull request #44 from ShadowRanger/master Brett Flannigan 2015-03-08 05:00:27 -0500
  • a107ee7e8a Release 1.8.3 - quick fix to remove "worldborder" command alias, which would replace vanilla /worldborder command Brettflan 2015-03-07 16:20:42 -0600
  • a548578819 Minor code formatting changes ShadowRanger 2015-03-02 11:37:01 +1100
  • c254442056 Release 1.8.2 - for Spigot builds for Minecraft 1.8+ Brettflan 2015-03-01 10:23:34 -0600
  • 79be87fb5b Merge aa6ac4425e into c96672a9ec spaceFountain 2015-02-26 14:47:41 +0000
  • aa6ac4425e Fix bugs with config implementation spaceFountain 2015-02-26 09:47:35 -0500
  • 98438d11e7 Merge remote-tracking branch 'origin/master' spaceFountain 2015-02-26 09:46:04 -0500
  • 741308239a Fix bugs with config implementation spaceFountain 2015-02-26 09:45:48 -0500
  • bd5bd5b0b4 Updated version spaceFountain 2015-02-14 16:23:54 -0500