Compare commits

...

3 commits
1.1 ... master

Author SHA1 Message Date
SloudPL
d6b371bed0 Small fix 2025-06-20 13:30:43 +02:00
SloudPL
6ef79d3353 Small fix 2025-06-20 12:14:31 +02:00
SloudPL
11ce126347 Small fix 2025-06-19 22:01:15 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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