IllusionTheDev (ImIllusion) · GitHub
Skip to content
View IllusionTheDev's full-sized avatar
💥
💥

Block or report IllusionTheDev

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 is supported. This note will only be visible to you.
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 40 9

  2. AbilitiesExample AbilitiesExample Public

    Example of a composable ability system

    Java 1

  3. 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;
  4. Minigame-Demo Minigame-Demo Public

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

    7