Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d6b371bed0 | ||
![]() |
6ef79d3353 | ||
![]() |
11ce126347 |
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ public class onPlayerChat1_16 implements Listener {
|
|||
|
||||
if(!plugin.isChatEnabled && !player.hasPermission("sloudpl.chat.bypass")){
|
||||
|
||||
player.sendMessage(ChatColor.translateAlternateColorCodes('&', plugin.getConfig().getString("disabled-chat-msg")));
|
||||
player.sendMessage(ColorUtils.convertHexColors(ChatColor.translateAlternateColorCodes('&', plugin.getConfig().getString("disabled-chat-msg"))));
|
||||
event.setCancelled(true);
|
||||
return;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ name: SloudChat
|
|||
version: '${project.version}'
|
||||
main: pl.sloudpl.sloudchat.SloudChat
|
||||
authors: [SloudPL]
|
||||
api-version: '1.18'
|
||||
api-version: '1.13'
|
||||
softdepend:
|
||||
- LuckPerms
|
||||
- PlaceholderAPI
|
||||
|
|
Loading…
Add table
Reference in a new issue