Not looking for this to be custom coded, because I'm sure there are multiple plugins that do this. I've done searches on Google, Spigot, Bukkit,...
I need to load a chunk so that when I spawn a falling block at a randomly generated location(most likely an unloaded chunk) it actually allows the...
KingFaris11 Yup, that was it! Thank you!
I'm trying see if a player breaks a certain block, and if so, to give them a random chance to receive an item, but it doesn't even register that...
Chiller Efficiency! I like it!
Flamedek Awesome! Thanks so much!
Chiller How could I add the damage value to make it a six-sided piston? Something like this?if(block.getType() == Material.PISTON_BASE(byte)6)
I'm running a listener that listens for BlockBreakEvent, but I would like for it to then check for if the block broken was a specific type. More...
valon750 So it has to be it's own method? It can't be in the onCommand method like I have it?
The purpose of this plugin is to spawn a falling wood block above the map that lands on the surface, and displays the location of the wood block....
How would I set a block? Say, run a command like /x and specific block gets replaced or changed to a different block.
JWhy Thanks!
How can I check the amount of XP a player has? Say, they could level up and become more powerful, but only if they had a certain amount of experience.
Goblom if(event.getMessage().equalsIgnoreCase("/plugins") || event.getMessage().startsWith("/plugins"))
Goblom Then how could I implement both of them?
Separate names with a comma.