Tagged Questions
0
votes
1answer
266 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 ...
-3
votes
1answer
246 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, ...