Questions tagged [bukkit]
Bukkit is the name of a set of community built, open source tools envisioned and developed to ease the creation of SMP plugins. It was intended to replace hey0's Mod.
20 questions
1 vote
0 answers
66 views
How to make a Minecraft Villager walk to a Location?
For Minecraft, utilizing the Bukkit/Spigot API, I have a LivingEntity Villager that I would like to path, or "walk" to ...
1 vote
1 answer
3k views
Unsupported API version on Spigot 1.14 snapshot
I'm (trying to) develop a plugin for Spigot Minecraft 1.14.2. I have tried putting both api-version: 1.14.2 and ...
2 votes
1 answer
88 views
How to distinguish multiple same element already in place on a minecraft map
I am currently working on a minecraft plugin using spigot. It's a sort of a race between players where checkpoints validation is needed. I have a minecraft map edited on MCEdit and I have severals ...
0 votes
1 answer
674 views
Why do I get this EventException in Bukkit? [closed]
Could any one tell me why I get the exception (and how to fix it): Bukkit Plugin Couldn't pass Playerdeathevent to Plugin [org.bukkit.event.EventException] with this code? ...
0 votes
3 answers
231 views
Minecraft: Players Held Item Type
How can I check if a players held item is of a specific item type - for example an axe. (can be iron axe, gold axe, wooden axe, etc.)? Or do I have to do multiple if statements to have this done? <...
3 votes
1 answer
2k views
Bukkit "Could not pass Event" error
I'm trying to make a bukkit plugin, which implements backpacks in the game if the player has the correct item (Enchanted Normal book with Efficiency 10 and Unbreaking 10, to be uncraftable). I want ...
4 votes
1 answer
220 views
Edit spawn location according to vector direction
I'm trying to make a turret in Bukkit (Java). This will shoot an arrow to the players that are in the shooting radius. But now I've a little problem, the arrow gets stuck inside the block where its ...
1 vote
1 answer
1k views
How can I get the entity a player is looking at in a Bukkit plugin?
I'm creating a wizardry plugin for Minecraft, and I was wondering how you would get the entity that a player was looking at, I know that you would have to use a ...