Any errors on the console when the server is starting, and/or when you type the commands?
If you just want someplace where they can play, have your kids play on an existing server. Check out the popular ones, there's a reason so many...
You didn't write the permissions correctly. In PEX, to give a permission, you would write that line as "- simpleprefix.Planner", and to negate a...
Well, you have the function endDuel, right? Somewhere, you're probably running it with code similar to this: endDuel(deadPlayer); Well, you...
If you mean the wrong player is getting teleported, give "endDuel(Player player)" the other player, in the arguments, when you're running it.
Because you had forgotten to implement Listener before, I believe you've probably forgotten to register your events as well (if you tried to...
Edit: Decided not to give the code directly. Use the advice the others gave you.
http://stackoverflow.com/questions/16381371/how-to-make-a-ulam-spiral-in-java How about that? It seems like it has listed the necessary rules to...
You could store the task's ID somewhere, and also have an integer value that you increase each time the task runs. If the integer reaches a...
I think what you're searching for is the Material enum values, like Dragonphase said. They are used as Material.STONE, for example.
Zettelkasten That's not necessary.
MinecraftMart As GameplayJDK said, you won't be able to do it this way. You could try using world.spawnEntity and see if that suits your needs.
You probably forgot to include the plugin.yml while exporting the jar file.
So you want to do it with one of the plugins you currently use, such as Essentials, and you don't want to have to install a new plugin, right?
I remember seeing that before, in a friend's plugin. I'm not certain, but I think changing either the Bukkit or Craftbukkit build used for the...
Separate names with a comma.