Skip to content
View hypersmc's full-sized avatar
😄
I'm always working on a project.
😄
I'm always working on a project.

Block or report hypersmc

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
hypersmc/README.md
package me.hypersmc.About;

import me.hypersmc.about.Me;

public class About extends Me {
    
    public static void getWork() {
        try {
            if (Me.getJobs() > 0) {
                System.out.println("Currently working as an IT technician, handling infrastructure, networking, and system administration.");
            } else {
                System.out.println("Currently nothing");
            }
        } catch (Exception e) {
            System.out.println("There was an error trying to fetch jobs. Please try again later.");
            e.printStackTrace();
        }
    }

    public static void getDailyKnowledge() {
        try {
            if (Me.getKnowledge() > 7) {
                System.out.println("I currently know Java, JavaScript, PHP, Laravel, C++, C#, Golang, Python, Docker, and system administration with Linux.");
            }
        } catch (Exception e) {
            System.out.println("There was an error trying to fetch knowledge. Please try again later.");
            e.printStackTrace();
        }
    }

    public static void getProjects() {
        System.out.println("Some of my current projects:");
        System.out.println("- Developing a Minecraft mod (Magneticraft 2) with technology-based progression.");
        System.out.println("- Maintaining and optimizing a Discord music bot.");
        System.out.println("- Building and managing infrastructure for hosting services.");
        System.out.println("- Experimenting with 3D printing and automation.");
    }

    public String getFutureGoal() {
        return "To contribute to open source and build innovative solutions for IT infrastructure.";
    }
}

Popular repositories Loading

  1. WebPluginV2 WebPluginV2 Public

    WebPluginV2 is a powerful plugin designed for Minecraft servers, enhancing your server's capabilities with advanced web integration.

    Java 4 1

  2. PlayerHousing PlayerHousing Public

    PlayerHousing a copy of Hypixels Player Housing system W/ themes

    Java 2

  3. HackerGuardian HackerGuardian Public

    HackerGuardian is an anticheat that provides lots of diffren't cheat detection.

    Java 2

  4. magneticraft2-1.20.x magneticraft2-1.20.x Public

    Magneticraft 2 is a minecraft mod

    Java 2

  5. Voron2.4Configs Voron2.4Configs Public

    These are all of my configuration files for my voron 2.4 R2. Feel free to take them if you feel like they could be used by you.

    Shell 2

  6. Ark-egg-pterodactyl Ark-egg-pterodactyl Public

    This is the default ark GameUserSettings.ini thats used for ark but with ActiveMods= included!

    1