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

  • Java developer working on special Minecraft projects!
  • 8 years of Java experience and 1 year of C experience.
  • Proficient with the SpigotAPI & NMS.

Experience & Tools

Windows Linux IntelliJ Java C MySQL MongoDB Redis


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.