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;
}
}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%
