mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Added small message about supporting plugin dev
This commit is contained in:
parent
65777f036f
commit
1de16cb4d7
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ public class LibsDisguisesCommand implements CommandExecutor, TabCompleter {
|
|||
+ Bukkit.getPluginManager().getPlugin("LibsDisguises").getDescription().getVersion()
|
||||
+ " by libraryaddict, maintained by NavidK0.\n" + "Use " + ChatColor.GREEN + "/libsdisguises reload"
|
||||
+ ChatColor.DARK_GREEN + " to reload the config. All disguises will be blown by doing this.");
|
||||
|
||||
if (!"%%__USER__%%".contains("__USER__")) {
|
||||
sender.sendMessage(ChatColor.DARK_GREEN + "This server supports the plugin developer!");
|
||||
}
|
||||
}
|
||||
else if (args.length > 0) {
|
||||
if (sender.hasPermission("libsdisguises.reload")) {
|
||||
|
|
Loading…
Reference in a new issue