Skip to content
View Magnum97's full-sized avatar
  • Redding, CA USA
Block or Report

Block or report Magnum97

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

Pinned Loading

  1. MinecraftUUID MinecraftUUID Public

    Tool to get UUID of a user that has logged into your server. Gives warning if no user exists. Works for online and offline user.

    Java

  2. BreedablePetsMC BreedablePetsMC Public

    Breed parrots and polar bears. Customize the food/item you use to tame each mob.

    Java 2

  3. BuzzKill BuzzKill Public

    BuzzKill is a mob manager that prevents all bee spawns.

    Java

  4. RealleMC/PetManager RealleMC/PetManager Public

    Manage pets on a Minecraft server

    Java

  5. Config manager for Bukkit / Spigot M... Config manager for Bukkit / Spigot Minecraft plugins. Allows easy & attractive header, comments add & preserve on change and automatically updated the config with resource file if key does not exist.
    1
    /*
    2
     *  Base with comment and header features created by Log-out
    3
     *  https://bukkit.org/threads/tut-custom-yaml-configurations-with-comments.142592/
    4
     *  Updated by Magnum1997 to auto update config files from resources
    5
     */
  6. Create and save YAML files with comm... Create and save YAML files with comments
    1
    
                  
    2
    import me.magnum.birthdays.SimpleConfig;
    3
    import me.magnum.birthdays.SimpleConfigManager;
    4
    import org.mineacademy.fo.plugin.SimplePlugin;
    5