Skip to content
View tatteaid's full-sized avatar

Highlights

  • Pro

Block or report tatteaid

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
tatteaid/README.md

Ambrosia

  • I enjoy working on open-source and random projects (mostly Minecraft stuff right now).
  • Planning on learning Rust as well as front/back-end development this year, hopefully sometime soon...

Experience & Tools

Windows Linux IntelliJ Java C Python MySQL


GitHub Stats

GitHub Statistics

Pinned Loading

  1. SSB-SWMIslandConverter SSB-SWMIslandConverter Public

    An SuperiorSkyblock2 module that allows you to convert your islands into individual slime worlds!

    Java

  2. A small method that provides the abi... A small method that provides the ability to create a multi-colored string in Minecraft.
    1
    I stumbled across a forum post on **[Spigot](https://www.spigotmc.org)** asking for some help on how to make a multi-colored string that would rotate with a primary and secondary color every 2 characters. I thought that I would share the code with anyone else who might need it in the future. More customization could be added to the method to let developers have more freedom in what they want to do. Alongside customization, you might want to make sure no one passes any null values to the method parameters!
    2
    
                  
    3
    ```java
    4
        /**
    5
         * Colors a string every 2 characters.