Is this correct? :O

Status
This thread has been locked.

Topfragger

Premium
Feedback score
11
Posts
301
Reactions
127
Resources
0
da185862d01376ec2c38b3735e553694.png


I've made a discord group, for those who wants to learn, or those who wants to join, to support helping with anything in-case we need help. Just message me, if you want to join it :)
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Seas.

https://waldxn.com/
Supreme
Feedback score
1
Posts
13
Reactions
5
Resources
0
da185862d01376ec2c38b3735e553694.png


I've made a discord group, for those who wants to learn, or those who wants to join, to support helping with anything in-case we need help. Just message me, if you want to join it :)

For a typical Java program, running the main method clarifies to the compiler that the specified class is the one to run as the main class. As for normal minecraft plugins, you will want to make the class extend JavaPlugin, and implement the onEnable() and onDisable() methods. Feel free to shoot me an invite link to that discord as well.
 

Zl0b

Dad
Premium
Feedback score
6
Posts
427
Reactions
200
Resources
0
Yeah Marshal, you’ve got me on discord. Shoot me an invite link? Thanks bb.
 

Topfragger

Premium
Feedback score
11
Posts
301
Reactions
127
Resources
0
For a typical Java program, running the main method clarifies to the compiler that the specified class is the one to run as the main class. As for normal minecraft plugins, you will want to make the class extend JavaPlugin, and implement the onEnable() and onDisable() methods. Feel free to shoot me an invite link to that discord as well.
Hi,

I've learned the extend JavaPlugin thingy, aswell as just some basic things. such as sendMessage and yeah. Will PM you the discord link.
 
Status
This thread has been locked.
Top