mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 01:17:36 +00:00
Fixed some permissions.
This commit is contained in:
parent
712274d372
commit
56412e6f24
@ -83,7 +83,7 @@ public class ChunkCommands {
|
||||
min = 0,
|
||||
max = 0
|
||||
)
|
||||
@CommandPermissions({"delchunks"})
|
||||
@CommandPermissions({"worldedit.delchunks"})
|
||||
public static void deleteChunks(CommandContext args, WorldEdit we,
|
||||
LocalSession session, LocalPlayer player, EditSession editSession)
|
||||
throws WorldEditException {
|
||||
|
@ -137,7 +137,7 @@ public class UtilityCommands {
|
||||
min = 1,
|
||||
max = 1
|
||||
)
|
||||
@CommandPermissions({"fixWater"})
|
||||
@CommandPermissions({"worldedit.fixwater"})
|
||||
public static void fixWater(CommandContext args, WorldEdit we,
|
||||
LocalSession session, LocalPlayer player, EditSession editSession)
|
||||
throws WorldEditException {
|
||||
|
Loading…
Reference in New Issue
Block a user