Fixed :) Thanks Thank you both for your help. EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Main class: package me.sam.plugins.minecartdispenser; import org.bukkit.ChatColor; import org.bukkit.command.Command; import...
theguynextdoor thanks, that worked perfectly! While I have you... When I try to reload the plugin, it gives a NullPointerException. Apparently...
What would I replace "plugin" with? Yes I'd like that. :) I may have figured it out though... EDIT by Moderator: merged posts, please use the...
Could you post an example, please? My listener is a separate class, so it's a little different.
Really simple question- how can I load string values from a config.yml file into a playerlistener class? Thanks!
OK, let me start by saying that this is a super weird issue. I am running a Bukkit server on an Ubuntu server machine. It is a dev build of Bukkit...
Thank you!
CraftBookVehicles, SkylandsPlus, Multiverse-Core, RedstonePlugin, KickNSmite, CraftBookMechanisms, Lockette, BukkitCompat (for McMyAdmin),...
I recently upgraded to bukkit build 1597, and now when somebody uses chat, the world name appears before their name- expect if they're in the...
In this context: if(cmd.getName().equalsIgnoreCase("example")){ if(sender.isOp()) { sender.sendMessage(ChatColor.GOLD + "I...
How would I implement that?
Ok thanks I will try that. Thank you for all the help! I have one more question... how could I add a player argument to this? For example:...
The command actually was declared in the plugin.yml and I am an op... Wow thanks! :) EDIT by Moderator: merged posts, please use the edit button...
thanks! Anything would be helpful :)
Separate names with a comma.