http://prntscr.com/b3vzgu I'm new to java so I don't know alot but I'm trying to make a config file and I'm getting the red x on the left hand side, Does anyone know whats wrong with it?
it created a config.yml but there isnt anything in it, I want it to be able to set the message I want /spawn to say to the players without permissionsYes ^^
thats my coce :
if (player.hasPermission("vitalspawnmessage.command.spawn") || player.isOp())
if (player.hasPermission("vitalspawnmessage.command.spawn")){
code etc.
}
