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 463c0ee commit 37e390aCopy full SHA for 37e390a
eternalcore-core/src/main/java/com/eternalcode/core/feature/gamemode/GameModeCommand.java
@@ -30,6 +30,7 @@ class GameModeCommand {
30
}
31
32
@Execute
33
+ @Permission("eternalcore.gamemode")
34
void executeAlias(@Context Invocation<CommandSender> invocation, @Context Player player) {
35
GameMode gameMode = this.commandConfiguration.getGameMode(invocation.label());
36
0 commit comments