Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
Hello, I'm not able to find this package anywhere, net.minecraft.entity.player.EntityPlayer can someone help me? (Working on 1.7.10)
[IMG]
[IMG] Can anyone help me?
[IMG] It give me this error
Hello, there is a way to cast a variable player in Entity Player?
Hello, Someone know if there is a way to implement in a Plugin values of a Mod? (In general, If it's possible)
How can I save a Resource in a SubFolder or different directory? Code: public void createFile( String fileName, Main plugin) { try {...
Hi, How can I create a Yml already written in Netabeans/Eclipse etc in the folder of Plugin? Without write it by code Like config.yml does
Hi, There is a way to generate Yaml as do the "Config.yml"? For example: I have a Yml called "test", I have written something inside and I want...
There is a way to create a Command that Spawn and Despawn an Entity? For Example: /mycommand ---> First time spawn Entity /mycommand ---> Second...
Hi, There is an Event when a Player close/open an Inventory? (GUI, not Survival-Inventory of Player)
Hey, How can I spawn an entity in front of a Player? I tried with this: ArmorStand myarmorstand = (ArmorStand)...
Hi, how can I create a Inventory where the size is in the Config.yml?
If I have defined the variable plugin in a CommandEvent class hoe can I call it in other class? I tried with the constructor: (Example) MyPlugin...
public class MyPlugin extends JavaPlugin{ public void OnEnable() { saveDefaultConfig(); getCommand("command1").setExecutor(new...
public class PlayerInventory { MyPlugin plugin; public static HashMap <UUID, Inventory> inv = new HashMap<>(); public Inventory...
Hi, How can I set a passenger with specific coordinates? For example, If I have an ArmorStand and I want attach it to a Player, But the...