minecraft-wrapper
minecraft-wrapper copied to clipboard
A Go package for your Minecraft Server
Dear author, I see that you have not updated in the last 2 years. Could you give me the library of snbt for maintenance? I am a novice, and I...
Adding support to define Target Selectors for use in commands
Currently, commands are being defined with functions that typically end up calling processCmdToEvent(Arr). As the functions are private methods, there are no options for commands to be defined for mods...
Rn we need to look at the implementation `logparser.go` to figure out what `Data` each event holds. Might be worth having concrete event struct per events: ```go type PlayerJoinedEvent struct...