Plugin category: Mechanics Suggested name: MobFly What I want: A plugin that allows certain mobs to fly. I have custom mobs on my server, which...
Gamecube762 private final DeathbanPlus plugin; public DeathListener(DeathbanPlus plugin) { this.plugin = plugin; } It is...? Didn't work,...
public void bonusTimeIncrement() { plugin.getServer().getScheduler().runTaskTimer(plugin, new Runnable() { @Override public void run() {...
I want to know how I can run a timed task. I have a variable, called banTime in my Listener for a Deathban plugin. I've looked at both of these...
Aren't we dealing with arrays though? Shouldn't args[1] define that there is one argument i.e. /dbp reload, and say args[2] would be something...
MCMatters Now I'm getting loads of NullPointerExceptions whenever I run /dbp or /dbp reload @Override public boolean...
Thanks a bunch MCMatters I was writing my own stuff following the official Bukkit docs meta. Here's what I've written, functioning perfectly now....
I don't want to be one of those people that constantly updates their threads with a thousand different topics, but if anyone would be kind enough...
It's not your fault. You don't consider it vague but this is just one thing that nobody (including Bukkit) has assumed no prior knowledge of. I...
I feel bad when people feed me code, but I figured this out about an hour ago and it's been working since. Thank you. Nobody was specific about...
@EventHandler public void onPlayerRespawn(PlayerRespawnEvent event) { Player player = event.getPlayer(); String playerName =...
I'm creating a death ban plugin and one problem I've run into is that I don't know how to add an actual path onto the config under circumstances....
Rocoty I checked out some other listeners on GitHub to try and understand it. (This is the first real problem I've found.) private...
I read that entire page. So that means I should change it to... DeathbanPlus plugin = new DeathbanPlus(); Is that correct?
I've watched 30-something hours of thenewbostons videos on Java and C++ but I just feel like Bukkit is something entirely different.
Separate names with a comma.