public class Milan extends GithubProfile {
private boolean shouldFollow;
private boolean shouldCheckRepositories;
@Override
public void onLoad(){
this.shouldFollow = true;
this.shouldCheckRepositories = true;
if (this.shouldFollow && this.shouldCheckRepositories){
System.out.println("Thanks!");
} else {
System.out.println("No Problem, enjoy my profile :p");
}
}
}
I'm currently learning Java and hoping to becoming a good developer some day
-
KoidMC
- At my Desk
-
09:20
(UTC +01:00)
Highlights
- Pro
Pinned Loading
-
SoupDamager
SoupDamager PublicA lightweight Spigot plugin designed for Soup PvP training in minecraft 1.8.9
Java 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




