Skip to content

Commit f9a871b

Browse files
authored
GH-545 Change the placeholder from "{SENDER}" to "{PLAYER}". (#545)
1 parent 764ba6e commit f9a871b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eternalcore-core/src/main/java/com/eternalcode/core/feature/spawn/SpawnCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void execute(Viewer sender, @Arg Player player) {
100100

101101
this.noticeService.create()
102102
.notice(translation -> translation.spawn().spawnTeleportedBy())
103-
.placeholder("{SENDER}", sender.getName())
103+
.placeholder("{PLAYER}", sender.getName())
104104
.player(player.getUniqueId())
105105
.send();
106106

0 commit comments

Comments
 (0)