Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View marioogg's full-sized avatar
  • Madrid Province, Spain

Highlights

  • Pro

Block or report marioogg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marioogg/README.md

Hey 👋

I'm Mario, I code useless things

public class marioogg extends JavaPlugin {
    
    @Override
    public void onEnable() {
        System.out.println("Hello there");
        System.out.printIn(getContactInfo());
    }
    
    public String getContactInfo() {
        return "Message me on discord: marioogg";
    }
}

Popular repositories Loading

  1. marioogg marioogg Public

  2. Documentation Documentation Public

    Forked from RefineDevelopment/Documentation

    Refine Documentation

    MDX

  3. spark spark Public

    Forked from lucko/spark

    A performance profiler for Minecraft clients, servers, and proxies.

    Java