Glumpz That updates the whole plugin. I saw something where it just checks the version in the plugin.yml and alerts the user if there is a new...
How would I add something to my plugin that checks a file (from GitHub for example) and tells the user if the plugin version is up to date or if...
diage I only have one config and the warning system (auto logs warnings into the config) is working.
xTigerRebornx When I am testing the command I use it on myself. I have a null check which works and does not throw any errors.
The Gaming Grunts Yes and the rest of plugin works. xTigerRebornx I made them all tgtPlayer.getName() and this is what it looks like: int...
The Gaming Grunts Ok, I fixed the CraftPlayer thing no now the config looks like this: # SafeChat Config # Plugin made by Icelaunche # What words...
The Gaming Grunts Here is most of the config (Copied and pasted form the first post). Nothing has changed with the warning methods: The config...
The Gaming Grunts I still get the NullPointerException on line 40: int warnings = plugin.getConfig().getInt("warnings." + tgtPlayer); Whole Thing:...
Bump. Anyone know how to do this?
Look for a tutorial about multiple commands.
Here is an example of what you want to to: MainClass: package me.Icelaunche.thecakeisalie; public class TheCakeIsALie extends JavaPlugin{...
Ah that makes sense. Thanks so much!
Iaccidentally Here is the code I am using: Bukkit.getServer().broadcastMessage(ChatColor.DARK_RED + "[SafeChat] " + ChatColor.RED +...
Hey, I am trying to broadcast that a player swore to the server and when I do that this is what comes up in chat: http://imgur.com/cCAwsdW Is...
Separate names with a comma.