-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BuildTools
committed
Mar 28, 2022
1 parent
db4aed3
commit 68530b4
Showing
22 changed files
with
292 additions
and
85 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
1_17_R1/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
C:\Users\dfrog\Documents\Coding\BeaconWaypoints\1_17_R1\src\main\java\com\github\dawsonvilamaa\beaconwaypoint\version\Version_1_17_R1.java | ||
D:\User\Documents\Coding\BeaconWaypoints\1_17_R1\src\main\java\com\github\dawsonvilamaa\beaconwaypoint\version\Version_1_17_R1.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Thu Mar 24 13:19:11 EDT 2022 | ||
#Mon Mar 28 15:34:13 EDT 2022 | ||
groupId=com.github.dawsonvilamaa | ||
artifactId=1_18_R1 | ||
version=1.3.0 |
2 changes: 1 addition & 1 deletion
2
1_18_R1/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
C:\Users\dfrog\Documents\Coding\BeaconWaypoints\1_18_R1\src\main\java\com\github\dawsonvilamaa\beaconwaypoint\version\Version_1_18_R1.java | ||
D:\User\Documents\Coding\BeaconWaypoints\1_18_R1\src\main\java\com\github\dawsonvilamaa\beaconwaypoint\version\Version_1_18_R1.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
Changes: | ||
- Added support for versions 1.14-1.17.1 and 1.18.2 | ||
- Added bStats metric for the total number of waypoints | ||
- The default waypoint type is now public, so typing out "public" is no longer required when creating a new waypoint | ||
- Changed permissions | ||
- Removed waypoint permission | ||
- Added createWaypoints permission | ||
- Added useWaypoints permission | ||
- Added usePrivateWaypoints permission | ||
- Added breakWaypointBeacons permission | ||
- Added manageAllWaypoints permission | ||
- Changed config.yml | ||
- Added launch-player option | ||
- Added allow-beacon-break-by-owner option | ||
- Added allow-all-worlds option | ||
|
||
Bug Fixes: | ||
- config.yml would not be created automatically (bruh moment) | ||
- Players could activate beacon teleportation if they opened the menu, got moved away, and selected a destination | ||
- The back arrow player texture for the player skull in the waypoint options menu would not load | ||
- A waypoint would be removed if a beacon became obstructed and then unobstructed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.