Skip to content
View aerulion's full-sized avatar
🖥️
Coding
🖥️
Coding

Sponsoring

@PaperMC

Highlights

  • Pro

Organizations

@Corpium
Block or Report

Block or report aerulion

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
aerulion/README.md

wakatime

👋 Hello there!

My name is @aerulion,

I’m 25 years old and an java developer from Germany.

I love working with Java and SQL, and I’m very interested in Minecraft / Spigot plugin development.
I’m currently a developer at a small German Minecraft server called Corpium. My main project is the development of a custom item system which introduces many new gameplay elements to the game, as well as an advanced storage system to keep up with large amounts of items.

📫 If you want to get in contact, send me an email or contact me on Discord (aerulion#7777)

Skills

Java Swift MongoDB Oracle MySQL Photoshop Illustrator

Socials

GitHub Stats

aerulion's GitHub stats

Pinned

  1. A collection of all Minecraft bitmap... A collection of all Minecraft bitmap font glyphs and their pixel width when using the default resource pack. This information can be used to send centered text to the player. Some glyphs are represented as surrogate pairs, in which case the high surrogate has a width of -1 to simplify the width calculation (since every char is spaced 1 pixel apart from each other). This list should be complete as of Minecraft version 1.19.3.
    1
    import it.unimi.dsi.fastutil.chars.Char2ObjectMap;
    2
    import it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap;
    3
    import org.jetbrains.annotations.Contract;
    4
    import org.jetbrains.annotations.NotNull;
    5
    import org.jetbrains.annotations.Nullable;