From 9576c0d9b656f8d0e993675dc35c4b8585f0d829 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 2 Apr 2022 16:07:06 -0400 Subject: [PATCH] Version 1.3.1 Fixes: - Added compatibility with NoCheatPlus by adding temporary exemptions when a player is teleporting. - Added launch-player-height config option to change how high players are launched before teleporting. Anti-cheat plugins might not allow players above a certain height, so this is a way to work around that. --- .idea/jarRepositories.xml | 10 +++++ 1_14_R1/pom.xml | 2 +- 1_15_R1/pom.xml | 2 +- 1_16_R1/pom.xml | 2 +- 1_16_R2/pom.xml | 2 +- 1_16_R3/pom.xml | 2 +- 1_17_R1/pom.xml | 2 +- 1_18_R1/pom.xml | 2 +- 1_18_R1/target/maven-archiver/pom.properties | 4 +- 1_18_R2/pom.xml | 2 +- Build/dependency-reduced-pom.xml | 2 +- Build/pom.xml | 2 +- README.md | 40 ++++++++++++++++-- VersionWrapper/pom.xml | 2 +- changelog.txt | 20 ++------- core/dependency-reduced-pom.xml | 8 +++- core/pom.xml | 8 +++- .../dawsonvilamaa/beaconwaypoint/Main.java | 1 + .../listeners/WorldListener.java | 1 + .../beaconwaypoint/waypoints/Waypoint.java | 16 ++++++- core/src/main/resources/config.yml | 4 ++ .../dawsonvilamaa/beaconwaypoint/Main$1.class | Bin 687 -> 687 bytes .../dawsonvilamaa/beaconwaypoint/Main.class | Bin 11240 -> 11240 bytes .../listeners/WorldListener.class | Bin 10034 -> 10034 bytes .../waypoints/Waypoint$1$1$1.class | Bin 3287 -> 3287 bytes .../waypoints/Waypoint$1$1.class | Bin 3972 -> 4310 bytes .../beaconwaypoint/waypoints/Waypoint$1.class | Bin 6704 -> 7763 bytes .../beaconwaypoint/waypoints/Waypoint.class | Bin 11436 -> 11486 bytes core/target/maven-archiver/pom.properties | 4 +- pom.xml | 10 ++++- todo.txt | 5 --- 31 files changed, 108 insertions(+), 45 deletions(-) diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index b2fdf70..4716797 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -11,6 +11,11 @@