File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/me/morpheus/dtpunishment Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ private void registerAdminCommands() {
161
161
builder .child (reloadConfig , "reloadconfig" );
162
162
builder .child (lastOffence , "lastoffence" );
163
163
builder .child (unmute , "unmute" );
164
- builder .child (playerInfo , "playerinfo, pinfo" );
164
+ builder .child (playerInfo , "playerinfo" , " pinfo" );
165
165
166
166
tryRegisterCommand (builder .build (), mainConfig .aliases .admin );
167
167
}
Original file line number Diff line number Diff line change 10
10
public class Messages {
11
11
12
12
@ Setting
13
- public String PREFIX = "&6 [DTP]" ;
13
+ public String PREFIX = "[DTP] " ;
14
14
15
15
@ Setting
16
16
public String USERNAME_HAS_BANNED_WORDS = "You cannot join the server because your username contains a banned word (%s)" ;
You can’t perform that action at this time.
0 commit comments