Plugin Help

Status
This thread has been locked.

HuskyGG

Banned
Feedback score
3
Posts
79
Reactions
16
Resources
0
So im currently coding a bukkit / spigot plugin and im having some trouble.
Im using this line:
Code:
String[] r = ("STUFF");
but on intelliJ its giving me the error -
EXJwIyT-QnKdzg8sWJq8Ng.png
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Spoch

Developer & Game seller
Supreme
Feedback score
13
Posts
269
Reactions
112
Resources
0
Strings are declared without the square brackets []
If it is supposed to be a string array you would need to use {"STUFF"}
 

HuskyGG

Banned
Feedback score
3
Posts
79
Reactions
16
Resources
0
Strings are declared without the square brackets []
If it is supposed to be a string array you would need to use {"STUFF"}
<3 Thank you, im new to this.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/huskygg-scam-report.282658/)
Status
This thread has been locked.
Top