You can follow me on twitter for personal updates, or optionally support my work via a one time donation or patreon
- The Netherlands
- https://craftmend.com/
- @Mindgamesnl
Highlights
- Pro
Block or Report
Block or report Mindgamesnl
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
OpenAudioMc Public
A real time proximity voice chat and music plugin for Minecraft. Doesn't require mods or any user setup.
-
toothpaste Public
A simple HTML templating engine in Go inspired by Twig. Currently supports Variables, Escaping, If statements, Templating and Functional variables.
Go 2
-
BarelyAuthenticated Public
Forked from SpigotMC/BungeeCord
A simple bungeecord-proxy fork that prefers in-house authentication systems based on Redis instead of Mojang to prevent outages and flooding rate limits
Java 2
-
1
Inventory holders can be used to register own types, handlers and data to a opened GUI for a player.
23To start, we need to create our menu class that implemetns InventoryHolder and any other functions we may want.
4For this example, we are gonna fill the inventory and open it for player, then save the player for later ussage with our handler.
5