Plugin Helper

Status
This thread has been locked.

illusixn

Premium
Feedback score
7
Posts
615
Reactions
248
Resources
0
Alright so i had decided to code a simple /teamspeak plugin after i had exported it and put it on my server the console spit out this error

Here is a pastebin for better reading

Hopefully u guys can come up with a solution to this <3 Thanks
and this is what am working with https://gyazo.com/c424c05ec47674f2cfd81f25edabebb4
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

illusixn

Premium
Feedback score
7
Posts
615
Reactions
248
Resources
0
In your plugin.yml, the 'main' value is currently "me.wazuhh". That shows the package the class in and in some cases, there can be multiple classes in any given package. You need to change the 'main' value to 'me.wazuhh.Teamspeak'. Hope I could help.

EDIT: Also, the color code '&' does not work when sending players a message. You can replace '&' with this symbol '§'.
Yea man thanks <3 got it working
 
Status
This thread has been locked.
Top