Owen Howard
Owen Howard
Use the download link in the [README](https://github.com/Nukkit/Nukkit/blob/master/README.md#get-nukkit--plugins)
The download link in the readme has been updated
There is now CommandOrigin data in the CommandRequest like so [CommandRequest](https://github.com/SupremeMortal/voxelwind/blob/4d7f1863535472bc79fdeabdb83957360316172b/server/src/main/java/com/voxelwind/server/network/mcpe/packets/McpeCommandRequest.java) [CommandOriginData](https://github.com/SupremeMortal/voxelwind/blob/4d7f1863535472bc79fdeabdb83957360316172b/server/src/main/java/com/voxelwind/server/network/mcpe/util/CommandOriginData.java) [Reading Command Origin Data](https://github.com/SupremeMortal/voxelwind/blob/4d7f1863535472bc79fdeabdb83957360316172b/server/src/main/java/com/voxelwind/server/network/mcpe/McpeUtil.java#L326)
That's called intention fall through in a case statement. The code will carry on to the next block so the Level Event will be stopped.
This is a plugin issue. basiscommands
Delete the recipe.json from the same directory as the Nukkit jar and restart.
Looks like jLine had issues trying to figure out what terminal you're using.
This is the old repository. Please use https://github.com/NukkitX/Nukkit
This has been fixed in the latest build.