Skip to content

Commit

Permalink
fix meta link
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 30, 2023
1 parent d850835 commit d8d7cf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class PlayerOpenSignScriptEvent extends BukkitScriptEvent implements List
//
// @Context
// <context.side> returns an ElementTag of the side of the sign that was clicked (FRONT or BACK).
// <context.cause> returns an ElementTag of reason the sign was opened - see <@link url https://purpurmc.org/javadoc/io/papermc/paper/event/player/PlayerOpenSignEvent.Cause.html>.
// <context.cause> returns an ElementTag of reason the sign was opened - see <@link url https://jd.papermc.io/paper/1.20/io/papermc/paper/event/player/PlayerOpenSignEvent.Cause.html>.
// <context.location> returns a LocationTag of the sign's location.
//
// @Player Always.
Expand Down

0 comments on commit d8d7cf3

Please sign in to comment.