File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
CommandWhitelistBukkit/src/main/java/eu/endermite/commandwhitelist/bukkit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
import net .kyori .adventure .platform .bukkit .BukkitAudiences ;
13
13
import org .bstats .bukkit .Metrics ;
14
14
import org .bukkit .Bukkit ;
15
- import org .bukkit .ChatColor ;
16
15
import org .bukkit .command .CommandSender ;
17
16
import org .bukkit .command .PluginCommand ;
18
17
import org .bukkit .entity .Player ;
@@ -43,7 +42,8 @@ public void onEnable() {
43
42
getServer ().getPluginManager ().registerEvents (new PlayerCommandPreProcessListener (), this );
44
43
} else {
45
44
PacketCommandPreProcessListener .protocol (this );
46
- getLogger ().info (ChatColor .AQUA + "Using ProtocolLib for command filter!" );
45
+ getLogger ().warning ("Using ProtocolLib for command filter!" );
46
+ getLogger ().warning ("Please make sure you actually need this. This is not a \" better way to do it\" ." );
47
47
}
48
48
try {
49
49
// Use paper's async tab completions if possible
You can’t perform that action at this time.
0 commit comments