Thank you both for your help.
Fixed :) Thanks
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 it's...
Yes I'd like that. :) I may have figured it out though...
What would I replace "plugin" with?
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 so...
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 nether....
Oh actually I think i may have figured it out thank you!
In this context: if(cmd.getName().equalsIgnoreCase("example")){ if(sender.isOp()) { sender.sendMessage(ChatColor.GOLD + "I...
How would I implement that?
Thank you for all the help! I have one more question... how could I add a player argument to this? For example: /basic <player> would send the...
Ok thanks I will try that.
Wow thanks! :)
The command actually was declared in the plugin.yml and I am an op...
thanks! Anything would be helpful :)
Separate names with a comma.