We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37995b3 commit 9e93865Copy full SHA for 9e93865
src/main/java/com/github/elic0de/thejpspit/spigot/command/PitCommand.java
@@ -56,7 +56,7 @@ public void onRegen(Player player, int amount) {
56
}
57
58
@Subcommand("set killcoin")
59
- @CommandPermission("tjp.regen")
+ @CommandPermission("tjp.killcoin")
60
public void onKillCoin(Player player, int amount) {
61
pit.getPitPreferences().ifPresent(pitPreferences -> pitPreferences.setAmountReward(amount));
62
pit.getPitPreferences().ifPresent(preferences -> pit.getDatabase().updatePitPreferences(preferences));
0 commit comments