mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 17:27:38 +00:00
Removed the /fill command as an alias of /material.
Fixes WORLDEDIT-3016.
This commit is contained in:
parent
15642ca54f
commit
2e2d432d11
@ -26,6 +26,8 @@
|
|||||||
- Added usage of non-existent variables in all LValue expressions.
|
- Added usage of non-existent variables in all LValue expressions.
|
||||||
- Changed /up and /ceil command to use glass block by default. Flight can be
|
- Changed /up and /ceil command to use glass block by default. Flight can be
|
||||||
done via -f flag now.
|
done via -f flag now.
|
||||||
|
- Removed the /fill command as an alias of /material (which sets the brush
|
||||||
|
material).
|
||||||
- Fixed //deform not doing anything at all.
|
- Fixed //deform not doing anything at all.
|
||||||
- Fixed //walls on non-cuboid regions so that they no longer introduces gaps
|
- Fixed //walls on non-cuboid regions so that they no longer introduces gaps
|
||||||
in walls beyond 45 degrees.
|
in walls beyond 45 degrees.
|
||||||
|
@ -109,7 +109,7 @@ public class ToolUtilCommands {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
aliases = { "mat", "material", "fill" },
|
aliases = { "mat", "material" },
|
||||||
usage = "[pattern]",
|
usage = "[pattern]",
|
||||||
desc = "Set the brush material",
|
desc = "Set the brush material",
|
||||||
min = 1,
|
min = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user