Use the AsyncPlayerChatEvent. Get the messge then see if the message Contains these string noob. If so replace the colour of the string with gold....
Try using the saveDefaultConfig() method if the config file is in your project and you haven't coded the config into the plugin.
http://acercraft.com and http://justicepvp.net
public MinecraftLegend(MinecraftLegend plugin) should be if its in your PlayerLis class public PlayerLis(MinecraftLegend plugin)
Yes that looks right it should work.
public static String parseColors(String message) { return ChatColor.translateAlternateColorCodes('&', message); }...
private MyPlugin plugin; // pointer to your main class, unrequired if you don't need methods from the main class public...
You would then have to see the action of the player in the PlayerInteractEvent like I said before. if (event.getAction() == Action.LEFT_CLICK_AIR) {...
Try checking what the what the action the player did in the player interact event
Thats the error that it gives me.
The file you attempted to download is an archive that is damaged or possibly encrypted. MediaFire does not support unlimited downloads of broken or...
Just post here you plugin.yml you dont have to send the file just post here the file contents.
ipwntnt Please, post your plugin.yml file, not the compiled version of the plugin and not the stacktrace. B.T.W That link is broken.
ipwntnt I said post the code you are using and your plugin.yml not your stacktrace.
It means there are not any constructors define for the class MuderCommandExecutor. Could you please post the code that you are using. And your...
Yes you have to use the plugin cast you made to the Main class somewhere else in your commandexecutor class. This should be your main class: //code...
Why do you have an un-used suppress warning above your MurderCommandExecutor constructor for? Try removing it.
ipwntnt Whats line 13 then in Overpowered.java
ipwntnt Change this in the class overpowered: public MurderCommandExecutor() { this.plugin = plugin; } to: public...
ipwntnt No you are not creating a separate thread to run the command. Minecraft and CraftBukkit are only single threaded.
Separate names with a comma.