mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-02 04:37:47 +00:00
feat: update commands descriptions
This commit is contained in:
parent
385f421080
commit
00601bc147
12 changed files with 12 additions and 12 deletions
|
@ -37,6 +37,6 @@ public class AboutCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return " Information about the software powering this retro";
|
||||
return "Information about the software powering this retro";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,6 +59,6 @@ public class GuideStatusCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "View the current loaded groups";
|
||||
return "View guide statistics";
|
||||
}
|
||||
}
|
|
@ -49,6 +49,6 @@ public class SetConfigCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "In-game housekeeping for the catalogue item prices.";
|
||||
return "Allows to update server configs.";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,6 +33,6 @@ public class ItemDebugCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "<seconds> - Cycles through the rainbow in your very own room!";
|
||||
return "Enable/disable item debug";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,6 +50,6 @@ public class BanCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Sets trade ban time of user";
|
||||
return "Temporarily bans a given user";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,6 +37,6 @@ public class RoomAlertCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Sends an alert hotel-wide";
|
||||
return "Sends an alert room-wide";
|
||||
}
|
||||
}
|
|
@ -88,6 +88,6 @@ public class UnbanCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Permanently bans a given user";
|
||||
return "Removes a ban for the given user";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,6 +50,6 @@ public class CheckCreditsCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Add badge to user";
|
||||
return "Checks the credit amount for an user";
|
||||
}
|
||||
}
|
|
@ -107,6 +107,6 @@ public class CopyRoomCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Remove badge from user";
|
||||
return "Creates a copy of the room";
|
||||
}
|
||||
}
|
|
@ -53,6 +53,6 @@ public class GiftRoomCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Shows the coordinates in the room";
|
||||
return "Sends a gift from catalogue to users in the room";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,6 +72,6 @@ public class GiveCreditsCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Add badge to user";
|
||||
return "Add credits to user";
|
||||
}
|
||||
}
|
|
@ -72,6 +72,6 @@ public class RemoveCreditsCommand extends Command {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Add badge to user";
|
||||
return "Remove credits from user";
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue