mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Add /circle as alias for /sphere circle.
This commit is contained in:
parent
ad59115977
commit
30dd0f1bfa
@ -25,7 +25,8 @@ namespace MCGalaxy.Commands.Building {
|
|||||||
public override string shortcut { get { return "sp"; } }
|
public override string shortcut { get { return "sp"; } }
|
||||||
public override LevelPermission defaultRank { get { return LevelPermission.AdvBuilder; } }
|
public override LevelPermission defaultRank { get { return LevelPermission.AdvBuilder; } }
|
||||||
public override CommandAlias[] Aliases {
|
public override CommandAlias[] Aliases {
|
||||||
get { return new[] { new CommandAlias("sphereh", null, "hollow"), new CommandAlias("sph", null, "hollow") }; }
|
get { return new[] { new CommandAlias("sphereh", null, "hollow"), new CommandAlias("sph", null, "hollow"),
|
||||||
|
new CommandAlias("circle", null, "circle" ) }; }
|
||||||
}
|
}
|
||||||
protected override string PlaceMessage { get { return "Place a block for the centre, then another for the radius."; } }
|
protected override string PlaceMessage { get { return "Place a block for the centre, then another for the radius."; } }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user