I can not change the line to anything. Im yet to test Player.sendSignChange however i really dont want to, due to the fact when a player connects...
I found the issue ... sort of. The code works fine in Minecraft 1.9.4, however after building a brand new version of craftbukkit 1.10.2 the signs...
Thanks. I have actually been typing it lowercase in the rest of the code. Still doesnt fix the issue though
Ok, so I have rewritten it to see if I would naturally rewrite it..... still the same issue (but setting the inventory on a furnace works fine)....
The setting of the sign works, its the setting of the text on the sign. I have debugged the code and it all runs (including the if statement of...
Location BLOCK; Material MATERIAL; byte DATA; String LINE1; String LINE2; String LINE3; String LINE4; public...
sorry its a bad habbit I got into a long time ago, been trying to break it
Sorry, it is like that on my actual computer (i had to manually copy and paste it due to the issues with my laptop at that point in time). P.S no...
Is it just me, or am I missing something? The sign is created but the text is not showing. I have debugged and I found out that the sign data is...
@kernawkrepa97 Do you mean, there are multiple locations connected to one 'warp', so when the player activates the command, it will teleport the...
@SPDarklord I think i sort of understand it ..... your creating a new inventory as a GUI and what you want is the leather armor to change colour...
here is another way to do it, i think it is much simpler. player.setDisplayName(prefex + " " + player.getName() + " " + suffix); this way works...
they will be using 1.8 protocol hack with the combined power of a Spigot plugin called Carbon. either that or they are using a different type of...
@EventHandler public void PlayerDamage(EntityDamageByEntityEvent e) { if (e.getDamager() instanceof Player) { if (e.getEntity() instanceof Player)...
Separate names with a comma.