iamthedefender.xyz
Open in
urlscan Pro
172.67.203.233
Public Scan
Submitted URL: http://iamthedefender.xyz/
Effective URL: https://iamthedefender.xyz/
Submission: On December 01 via api from US — Scanned from DE
Effective URL: https://iamthedefender.xyz/
Submission: On December 01 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
IAMTHEDEFENDER * About * Experience * Skills * Projects * Contact IAMTHEDEFENDER JAVA DEVELOPER I'm a Java Developer mostly focused on creat public class Typing { public static void main(String[] args) { String text = "Hello, World! This is a typing effect in Java."; typing(text, 100); } public static void typing(String text, int delay) { char[] textArray = text.toCharArray(); int index = 0; Thread thread = new Thread(() -> { try { while (index < textArray.length) { System.out.print(textArray[index++]); Thread.sleep(delay); } } catch (InterruptedException e) { e.printStackTrace(); } }); thread.start(); try { thread.join(); } catch (InterruptedException e) { e.printStackTrace(); } } } EXPERIENCE FOUNDER JULY 2022 - PRESENT -------------------------------------------------------------------------------- * Founder & Creator of the development server, basically a hub for my public plugins. * This was created to build a community and provide support for all my public plugins. * Every seen 2022, this server has gained a lot of memebers and now as of Feb. 2024 sits at 300+ members. LEAD DEVELOPER JAN. 2024 - PRESENT -------------------------------------------------------------------------------- * Lead developer on the awesome minecraft server idea. * I help with general server stuff as well as coding plugin(s) for the organization. * This server is currently under-development, so no public info to mention. FOUNDER & DEVELOPER JUNE 2021 - JUNE 2022 -------------------------------------------------------------------------------- * I was the Founder and the only Developer on this SMP project. * I also coded custom plugins for it when it was open. * The server was eventually closed due to lack of motivation and players. FREELANCER NOV. 2023 - PRESENT -------------------------------------------------------------------------------- * Freelancer in the organization * I take commissions from there as well. SKILLS LANGUAGES DESIGN TOOLS LIBS & API FAMOUS PROJECTS BEDWARS COSMEITCS SPIGOTMC PLUGIN (JAVA) This is an addon for the supported bedwars plugin that adds various bedwars cosmetics to your server such as Sprays, Glyphs, Victory Dances, ShopKeeperSkins, Kill Messages, and much more! This plugin have been in development for 2+ years! Inspired by Hypixel Network. ITEM ROTATION SPIGOTMC PLUGIN (JAVA) This is an addon for BedWars1058 (as of Feb. 2024) that adds a new shop category with special items such as unicorn item, ice bridge, and much more! This plugin was also inspired by Hypixel Network PERARENAGENERATOR SPIGOTMC PLUGIN (JAVA) This is yet another addon for BedWars1058 to add the ability to have multiple generator speed configuration per group instead of a global configuration, very lightweight. Checkout other projects in my GitHub, I did a lot of projects (50+) as a freelancer but, they cannot be listed here CONTACT ME IAMTHEDEFENDER contact@iamthedefender.xyz MADE WITH ❤ BY IAMTHEDEFENDER