Skip to content
View Sypherox's full-sized avatar
🌠
🌠

Block or report Sypherox

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
Sypherox/README.md

Hey, I'm Sypherox ⭐

public class Developer extends MinecraftPluginDeveloper {
    
    private String name = "Sypherox";
    private String[] roles = {"Backend Developer", "Plugin Developer"};
    private String location = "Deutschland πŸ‡©πŸ‡ͺ";
    
    @Override
    public void onEnable() {
      final boolean DEBUG_MODE = false;
      final String VERSION = "2.0.0";
    
      this.initializeServices();
      this.validateDependencies();
    
      getLogger().info(String.format(
        "Sypherox Dev Environment v%s - Ready", VERSION
      ));
    }
    
    public String[] getSkills() {
        return new String[]{
            "Java", "Spigot/Bukkit", "BungeeCord",
            "NMS", "Gradle", "Maven", "MySQL", "Git"
        };
    }
    
    public Map<String, String> getCurrentProjects() {
        Map<String, String> projects = new HashMap<>();
        projects.put("HardcoreGames", "with custom Features");
        projects.put("RodSpeed", "Adjust the speed of your rod.");
        projects.put("SimpleNPCSystem", "NPC Management Plugin");
        return projects;
    }
}

πŸ› οΈ Tools

Java GitHub IntelliJ Gradle Maven MySQL Git

πŸ“Š GitHub Stats

Your GitHub stats

🎯 Specialization

Focus:
  - Minecraft Development
  - Plugin Programming
  - BungeeCord Networks
  - NMS & Packet Manipulation
  - Game Mode Design

Experience:
  - Spigot/Paper: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%
  - Java:         β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘  95%
  - BungeeCord:   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘  90%
  - Maven:        β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘  90%
  - Gradle:       β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘  85%
  - MySQL:        β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘  80%

πŸ”— Connect

GitHub Discord


Profile views

Pinned Loading

  1. EasyPerfMonitor EasyPerfMonitor Public

    Modern Performance Monitoring Plugin for Minecraft Servers

    Java 1 1

  2. mod-updater mod-updater Public

    Small Python tool that automatically updates all your installed mods via the Modrinth API.

    Python 2

  3. SimpleNPCSystem SimpleNPCSystem Public

    A simple Spigot plugin that allows us to use the new mannequins to create NPCs and assign them functions.

    Java 2

  4. RodSpeed RodSpeed Public

    Change the speed of the fishing rod at will with a command.

    Java 2