python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Bukkit: Replacing block just drops item of new block
I'm new to Java and Spigot-API. I want to do a BlockBreakEvent which detects if a GOLD_ORE block got destroyed by a player. If so, it should replace that GOLD_ORE block with a STONE block. However it ...

puncher
Votes: 0
Answers: 1
How to make commands with subcommands in spigot plugins?
So I'm trying to make a command with subcommands
command examples:
/its heal (player)
/its feed (player)
/its help
Here is my main plugin file code if needed:
package com.itsmateo20;
im...
It'sMateo20
Votes: 0
Answers: 1
Spawn fake player with Minecraft
I want to spawn a fake player in Minecraft with Spigot.
I tried:
world.spawnEntity(location, EntityType.PLAYER);
But I receive an IllegalArgumentException, because I can't spawn them.
I also tried so...

Elikill58
Votes: 0
Answers: 1