-
-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Respawn Anchor Support #4855
Respawn Anchor Support #4855
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing PR! Thank you for your contribution :)
First pass (not tested yet), a second one will come after these RCs are done and another reviewer would be appreciated.
Mostly simple formatting stuff.
Also you should add Documentation Annotations for each class see other elements for examples
I didn't suggest changes on duplicated parts so make sure to apply the formatting style on all places.
It would be better to split each element in its own PR for faster reviews and to get them merged probably faster.
Well done 👏
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
We reviewed at the same time, so there are some duplicates there. Sorry about that. When you resolve the same underlying request, you can mark both as resolved. Thank you for the pull request! |
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting and a few missing things
Overall nice work!!
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done so far :)
Just another minor changes
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done and thank you for doing the Requested Changes 👌
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor formatting things, but won't block approval :)
Nice work! :D
src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Patrick Miller <apickledwalrus@gmail.com>
Co-authored-by: Patrick Miller <apickledwalrus@gmail.com>
Co-authored-by: Patrick Miller <apickledwalrus@gmail.com>
Description
Added respawn anchor elements.
Target Minecraft Versions: 1.16+
Requirements: Minecraft Version 1.16+
Related Issues: #4726