mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
And also update help of /ascend and /descend.
This commit is contained in:
parent
dddebe4ecf
commit
cba598f1c7
@ -66,8 +66,8 @@ namespace MCGalaxy.Commands.Misc {
|
||||
string name = Group.GetColoredName(LevelPermission.Operator);
|
||||
Player.Message(p, "%T/ascend");
|
||||
Player.Message(p, "%HTeleports you to the first free space above you.");
|
||||
Player.Message(p, "%H Does not work on maps which have -hax in their motd. " +
|
||||
"(unless you are {0}%H+ and the motd also has +ophax)", name);
|
||||
Player.Message(p, "%H Cannot be used on maps which have -hax in their motd. " +
|
||||
"(unless you are {0}%H+ and the motd has +ophax)", name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -69,8 +69,8 @@ namespace MCGalaxy.Commands.Misc {
|
||||
string name = Group.GetColoredName(LevelPermission.Operator);
|
||||
Player.Message(p, "%T/descend");
|
||||
Player.Message(p, "%HTeleports you to the first free space below you.");
|
||||
Player.Message(p, "%H Does not work on maps which have -hax in their motd. " +
|
||||
"(unless you are {0}%H+ and the motd also has +ophax)", name);
|
||||
Player.Message(p, "%H Cannot be used on maps which have -hax in their motd. " +
|
||||
"(unless you are {0}%H+ and the motd has +ophax)", name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user