Skip to main content

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.

1 vote
0 answers
66 views

For Minecraft, utilizing the Bukkit/Spigot API, I have a LivingEntity Villager that I would like to path, or "walk" to ...
Randall Arms's user avatar
1 vote
1 answer
113 views

I want to make the slime's size roughly the size of a full block, I have tried some values but I'm not sure if any of those I tried fit the idea I have. What would you recommend for the size of the ...
user avatar
1 vote
1 answer
3k views

I'm (trying to) develop a plugin for Spigot Minecraft 1.14.2. I have tried putting both api-version: 1.14.2 and ...
Jachdich's user avatar
  • 113
2 votes
1 answer
128 views

I would like to see how many players are connected in a server. By the way, my Bukkit/Bungee messaging channel is set up like this: ...
Miicka's user avatar
  • 21
2 votes
1 answer
88 views

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 ...
Himeji's user avatar
  • 31
1 vote
1 answer
450 views

I am trying to send a plugin message from Bukkit, to BungeeCord, but can not figure out how to send arguments. Here is the code from the Bukkit plugin, which sends the message: ...
marisusis's user avatar
  • 121
0 votes
1 answer
675 views

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? ...
Apply55gx's user avatar
1 vote
1 answer
763 views

I want to make an Repeating Task whisch isn't in the main Class. ("Bukkit.getScheduler().scheduleSyncRepeatingTask(this, new Runnable() {},20,20);") But it says that it can't resolve the method.
Apply55gx's user avatar
0 votes
3 answers
233 views

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? <...
paskl's user avatar
  • 103
0 votes
1 answer
314 views

I'm looking to make a large-scale PVP plugin. On a server network (MCBrawl), there is a game mode that spawns players in a world that I assume is randomly generated every time. I want to make ...
Martin's user avatar
  • 11
3 votes
1 answer
2k views

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 ...
Bálint's user avatar
  • 15.1k
1 vote
1 answer
632 views

I run a Minecraft server (Bukkit 1.7.9) and would like to have a second overworld-like world, into which I can teleport players from my plugin. I did some testing with the "world" folder: tried to ...
user66916's user avatar
4 votes
1 answer
220 views

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 ...
Bennie Godschalk's user avatar
1 vote
0 answers
73 views

I am programming a Minecraft Bukkit plugin and need a way to calculate an input number from 0 to 360 for displaying a custom compass / radar. So if the player directly looks at the object (shouldn't ...
user42504's user avatar
  • 111
1 vote
1 answer
1k views

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 ...
Jojodmo's user avatar
  • 113

15 30 50 per page