Skip to content
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

Use @s instead of @p #2288

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
twilightforest shield @p add 3 false
twilightforest shield @s add 3 false
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
execute in twilightforest:twilight_forest run tp @p ~ ~ ~
gamemode spectator @p
effect give @p minecraft:night_vision infinite
execute in twilightforest:twilight_forest run tp @s ~ ~ ~
gamemode spectator @s
effect give @s minecraft:night_vision infinite
Original file line number Diff line number Diff line change
@@ -1 +1 @@
execute in minecraft:overworld run tp @p ~ ~ ~
execute in minecraft:overworld run tp @s ~ ~ ~
Original file line number Diff line number Diff line change
@@ -1 +1 @@
execute in twilightforest:twilight_forest run tp @p ~ ~ ~
execute in twilightforest:twilight_forest run tp @s ~ ~ ~
Loading