Skip to content
View WolfyScript's full-sized avatar
Block or Report

Block or report WolfyScript

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

Hi my name is Gunnar,

aka. Wolfy, WolfyScript

WolfyScripts GitHub Stats

I'm a Computer Science Student and Java Developer.
I first started working on Minecraft mods/plugins in 2015.
Since then I develop mostly Spigot plugins and other side-projects in my freetime.

Social





⚙️ Projects

Minecraft plugins/mods:

Plugins/Mods designed to extend customizability and make content creation easier.

  • CustomCrafting - Makes it easier to create complex custom recipes for Minecraft.
  • WolfyUtils - API that makes it easier to create in-game GUIs, and provides common utilities.
Other Projects:
  • HOCON Dataformat Jackson - HOCON dataformat support for the Jackson JSON library

💻 Setup

Check out my partner!

Pinned

  1. WolfyUtilities WolfyUtilities Public

    Spigot based APIs and Utilities for Configs, GUIs, Languages, Custom Items and more.

    Java 49 12

  2. CustomCrafting CustomCrafting Public

    Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.

    Java 105 30

  3. jackson-dataformat-hocon jackson-dataformat-hocon Public

    Forked from jclawson/jackson-dataformat-hocon

    Jackson parser format for parsing HOCON

    Java 1

  4. dev-tools dev-tools Public

    Tools that make it easier to build and test minecraft plugins. So far it includes a docker-run and minecraft server gradle plugin

    Kotlin