mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-19 10:25:00 +00:00
Updated for 5.4.5.
This commit is contained in:
parent
14e283a1e9
commit
d198961e12
@ -1,3 +1,6 @@
|
|||||||
|
5.4.5:
|
||||||
|
- Fixed minor check issue with //center.
|
||||||
|
|
||||||
5.4.4:
|
5.4.4:
|
||||||
- Added official support for Minecraft 1.4.
|
- Added official support for Minecraft 1.4.
|
||||||
- Added support for 4096 ID blocks (theoretically) in snapshots.
|
- Added support for 4096 ID blocks (theoretically) in snapshots.
|
||||||
|
@ -151,6 +151,7 @@ public class RegionCommands {
|
|||||||
min = 1,
|
min = 1,
|
||||||
max = 1
|
max = 1
|
||||||
)
|
)
|
||||||
|
@CommandPermissions("worldedit.region.center")
|
||||||
public void center(CommandContext args, LocalSession session, LocalPlayer player,
|
public void center(CommandContext args, LocalSession session, LocalPlayer player,
|
||||||
EditSession editSession) throws WorldEditException {
|
EditSession editSession) throws WorldEditException {
|
||||||
Pattern pattern = we.getBlockPattern(player, args.getString(0));
|
Pattern pattern = we.getBlockPattern(player, args.getString(0));
|
||||||
|
Loading…
Reference in New Issue
Block a user