BillyBobJoe168 He knew the ID, just not the enum name for the block :p
I believe it is SMOOTH_BRICK
You have an uppercase I. It has to be if not If.
kittyPL The update already came about the supposid "removing all id's" thing for minecraft(from what I remember). player.updateInventory() is a...
kittyPL They are not removing id's. They just added in the feature to spawn the item by name now for the vanilla /give command.
football70500 You don't just put in a library and expect it to work :p You have to use what they made. I told you to look at the example posted...
Just because it is deprecated, doesn't mean we can't still use it. It works perfectly fine(last I checked).
football70500 You never even used the library in your code. They are invisible because of the invisibility potion. To make them a ghost, follow...
MrTurtle Add colors to the sword name or add lore to it to make it more unique is a quick way to remove that problem.
badboysteee98 Use a permission plugin and check the group they are in. So if they are in group "Owner" then add the owner tag or if they are in...
badboysteee98 Not unless you go one step further and not have your chat system fully permission based.
BillyBobJoe168 The player would be null if he isn't online.
football70500 That is what the invisibility potion does.
badboysteee98 if(player.hasPermission("chatcolor.owner")){ //do stuff }else if(player.hasPermission("chatcolor.mod")){...
Hoodiecraft I only agree with them if you have multiple commands you are executing in the same class. If not then you don't HAVE to do it. You...
Separate names with a comma.