fuck it, it works

This commit is contained in:
Video 2021-11-23 09:26:49 -07:00
parent 5a6a5ff75d
commit 5f97e68e0e

View file

@ -13,7 +13,7 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
@CommandPermissions(level = Rank.OP, source = SourceType.BOTH) @CommandPermissions(level = Rank.OP, source = SourceType.BOTH)
@CommandParameters(description = "Shows the amount of coins you or another player has. ", usage = "/<command> [player] | pay <player> <amount>") @CommandParameters(description = "Shows the amount of coins you or another player has. Also allows you to give coins to other players.", usage = "/<command> [player] | pay <player> <amount>")
public class Command_coins extends FreedomCommand public class Command_coins extends FreedomCommand
{ {
@Override @Override