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