Compare commits
No commits in common. "master" and "1.1" have entirely different histories.
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")){
|
if(!plugin.isChatEnabled && !player.hasPermission("sloudpl.chat.bypass")){
|
||||||
|
|
||||||
player.sendMessage(ColorUtils.convertHexColors(ChatColor.translateAlternateColorCodes('&', plugin.getConfig().getString("disabled-chat-msg"))));
|
player.sendMessage(ChatColor.translateAlternateColorCodes('&', plugin.getConfig().getString("disabled-chat-msg")));
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: SloudChat
|
||||||
version: '${project.version}'
|
version: '${project.version}'
|
||||||
main: pl.sloudpl.sloudchat.SloudChat
|
main: pl.sloudpl.sloudchat.SloudChat
|
||||||
authors: [SloudPL]
|
authors: [SloudPL]
|
||||||
api-version: '1.13'
|
api-version: '1.18'
|
||||||
softdepend:
|
softdepend:
|
||||||
- LuckPerms
|
- LuckPerms
|
||||||
- PlaceholderAPI
|
- PlaceholderAPI
|
||||||
|
|
Loading…
Add table
Reference in a new issue