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.
0
votes
0answers
100 views
How do I decrease a particular item count in inventory using Bukkit API? [closed]
How do you make it so there is one less TNT item in your inventory using the Bukkit API? It doesn't seem as straightforward as the Javadocs would indicate.
0
votes
1answer
278 views
Minecraft - How do I check if someone has a clear inventory
How do I check if a player has a clear inventory?
I'm making a PvP arena plugin but I need it so when someone types /pvp join, it checks if they have a clear inventory. If they do have a clear ...
0
votes
1answer
132 views
Index out of bounds, Java bukkit plugin
I'm getting index out of bounds errors in my Bukkit plugin, and it's really beginning to piss me off...
I for the life of me can't figure this issue out!
Caused by: ...
0
votes
1answer
276 views
Player position triggering teleports
I'm developing a Minecraft plugin (bukkit) in which a server admin can create 'portals' - a small region that will teleport any players who enter it. I have the teleportation sorted and I know how I ...
1
vote
0answers
290 views
How can I teleport seamlessly, without using interpolation?
I've been implementing Bukkit plugin for creating toggleable in-game warping areas that will teleport any catched entity to other similar area.
I was going to implement concept of non-Euclidean maze ...
-3
votes
1answer
247 views
Bukkit inventory saving: crashing somewhere
I'm working on a command for a bukkit plugin that lets you transfer worlds. In the section about saving the player's inventory, I'm getting a runtime error. My question is: Why is the error happening, ...