minecraft-wrapper icon indicating copy to clipboard operation
minecraft-wrapper copied to clipboard

A Go package for your Minecraft Server

Results 4 minecraft-wrapper issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

help wanted