Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions data/commands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ here later. For now, please refer to the code for the strings being used. -->
permissions-verbose="everyone"
description="Lists players whom you blocked using /mute command."
/>
<command name="description"
<text-command name="description"
usage="/description"
permissions="UP_EVERYONE | PE_ALLOW_ANYONE"
permissions-verbose="everyone; invokable for another player"
description="Displays server description, also known as MOTD."
aliases="desc"
/>
<command name="moreinfo"
<text-command name="moreinfo"
usage="/moreinfo"
permissions="UP_EVERYONE | PE_ALLOW_ANYONE"
permissions-verbose="everyone; invokable for another player"
Expand Down Expand Up @@ -954,13 +954,13 @@ here later. For now, please refer to the code for the strings being used. -->
state-scope="SS_LOBBY"
/>
</command>
<command name="version"
<text-command name="version"
usage="/version"
permissions="UP_EVERYONE | PE_ALLOW_ANYONE"
permissions-verbose="everyone; invokable for another player"
description="Displays version."
/>
<command name="clear"
<text-command name="clear"
usage="/clear"
permissions-verbose="everyone"
description="Puts newlines onto the screen so that the previous messages are not visible."
Expand Down
Loading
Loading