Skip to content

Commit

Permalink
[CLOUD Beta] Fix default command permission (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 authored Oct 29, 2023
1 parent 0fbd929 commit 048b7de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@RequireToolkit
@CommandMethod(value = "default|d")
@CommandDescription("VoxelSniper Default.")
@CommandPermission("voxelsniper.goto")
@CommandPermission("voxelsniper.sniper")
public class DefaultExecutor implements VoxelCommandElement {

private final VoxelSniperPlugin plugin;
Expand Down

0 comments on commit 048b7de

Please sign in to comment.