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 7a3b8ed commit 8bb6505Copy full SHA for 8bb6505
src/main/java/net/onelitefeather/bettergopaint/command/GoPaintCommand.java
@@ -48,7 +48,7 @@ public boolean execute(
48
return false;
49
}
50
PlayerBrush pb = BetterGoPaint.getBrushManager().getPlayerBrush(p);
51
- String prefix = Settings.settings().generic.PREFIX;
+ String prefix = Settings.settings().GENERIC.PREFIX;
52
if (!p.hasPermission("bettergopaint.use")) {
53
p.sendMessage(MiniMessage.miniMessage().deserialize(prefix + "<red>You are lacking the permission bettergopaint" +
54
".use"));
0 commit comments