mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-04 23:53:20 +01:00
2.8.5
This commit is contained in:
12
src/main/java/me/clip/placeholderapi/util/Msg.java
Normal file
12
src/main/java/me/clip/placeholderapi/util/Msg.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package me.clip.placeholderapi.util;
|
||||
|
||||
import org.bukkit.ChatColor;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
public class Msg {
|
||||
|
||||
public static void msg(CommandSender s, String msg) {
|
||||
s.sendMessage(ChatColor.translateAlternateColorCodes('&', msg));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user