Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Fixed some permissions.
Dieser Commit ist enthalten in:
Ursprung
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 {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren