Eclipse Error

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

TehVaqs

Banned
Feedback score
2
Posts
283
Reactions
47
Resources
0
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 permissions
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/tehvaqs-scam-report.179432/)

MCSetup

Premium
Feedback score
1
Posts
103
Reactions
31
Resources
0
thats my coce :

One other small thing, on line 34 you put "
Code:
if (player.hasPermission("vitalspawnmessage.command.spawn") || player.isOp())
You don't need the || player.isOp() as ops already have all permissions
So you can just change it to:
Code:
if (player.hasPermission("vitalspawnmessage.command.spawn")){
code etc.
}
 
Status
This thread has been locked.
Top