Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
You're right- probably shouldve named it something else, I will however leave that up to the user. I also updated the first few lines of this thread.
You can spawn an invisible armorstand using the normal API (and give it name/ properties), what are you trying to achieve using packets? perhaps...
As pointed by ShanBee this should probably be called persistent data containers utils or something alike rather than NBT, I will be leaving it to...
Thank you both! just an update incase someone in the future will stumble upon this, theres sourcecode for DungeonRealms in github and you can see...
Hey all, Im attempting to make a plugin for a server im helping, so far it goes well. I need to make sort of world per player where he can...
I was fooling with NPCs the other day. if you send the player a login packet from a "fake" player, its name will appear on tab, you can always...
I didnt look at your code, but from what the guys above seem to be saying, youre doing something as arraylist.toString(), you cant do that,...
since you do have some basic code, also btw , you can simply do ItemStack.hasItemMeta instead of getItemMeta != null, now - after the player...
Aguss_19 im pretty sure you took enough heat from the ones above, but do you really expect us to write up the code for you, so you can paste it...
I think you can check for the block meta data, do a right click test that show information about a portal with eye and without
I tried hiding them all with no success... using TinyProtocol I was able to find the packet that is fired, which is WindowItems, a packet that is...
I am absolutely CLUELESS with NBT, any help is appriciated. Anyone know what packet is fired when the block updates to show the writing to a client?
Tried that as well - it isnt :) , if you remove the lore, itll stay the same as the item simply doesnt have any lore at all, if you add lore, it...