We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d75d3e commit 47d38f1Copy full SHA for 47d38f1
eternalcore-core/src/main/java/com/eternalcode/core/feature/vanish/controller/PlayerJoinController.java
@@ -37,7 +37,7 @@ void onJoin(PlayerJoinEvent event) {
37
this.noticeService.player(player.getUniqueId(), messages -> messages.vanish().joinedInVanish());
38
39
this.noticeService.create()
40
- .onlinePlayers(VanishPermissionConstant.VANISH_JOIN_PERMISSION)
+ .onlinePlayers(VanishPermissionConstant.VANISH_SEE_PERMISSION)
41
.notice(messages -> messages.vanish().playerJoinedInVanish())
42
.placeholder("{PLAYER}", player.getName())
43
.send();
0 commit comments