Skip to content
View IllusionTheDev's full-sized avatar
💥
💥

Block or report IllusionTheDev

Report abuse

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

Report abuse
illusionthedev/readme.md

Hey, I'm Illusion, a freelance plugin developer.

My main focus is Minecraft, since 2016, I've worked as a freelance developer on over 700 projects across several industries, ranging from server infrastructure code to complex minigame projects.

I focus on performance, scalability, and production-ready programming, and I have a strong background in server tuning and profiling. If you need someone who can operate quickly in complex, real-time scenarios, you've come to the right spot.

Feel free to reach out on discord @illusion_dev

Pinned Loading

  1. SkyblockCore SkyblockCore Public

    Multi-server scalable skyblock core.

    Java 39 9

  2. Cosmos Cosmos Public

    World template loading/saving system

    Java 13 2

  3. Client-side item Client-side item
    1
    public class ClientsideItem extends ClientsideEntity {
    2
     
    3
     private final ClientsideHologram hitbox;
    4
     private final List<PacketContainer> packets = new ArrayList<>();
    5
     
  4. Simulate realistic player knockback Simulate realistic player knockback
    1
    // Ported from Exerosis' kotlin example
    2
    public class KnockbackUtil {
    3
     
    4
     private static final double FRICTION = 1.0;
    5
     private static final double HORIZONTAL = 0.40;
  5. Minigame-Demo Minigame-Demo Public

    This is where I will provide information on how to write minecraft minigames

    6

  6. search-index-backup search-index-backup Public

    This repository serves as a git copy of all blockposts I've made on the SpigotMC discord server