andrepl
andrepl
It would be fantastic if we could bypass the gui entirely to export images. the seed, map-size, image-size and center-point (or "spawn") could be specified as command line arguments along...
the _MSG_NOTIFICATION_RESPONSE is defined in the code, but the message type is not implemented. There are a few ways to implement this, but simply providing a conn.listen("channel") that returns a...
when used from the ipython shell the outgoing requests end up looking like this: ... method: "myMethod(1,2,3)" .... instead of: .... params: [1,2,3], method: "myMethod" .... it works from from...
I have a plugin which allows for smelting armor and tools: https://github.com/andrepl/SalvageSmelter/ DiabloDrops cancels the FurnaceBurnEvent preventing my plugin from working. My plugin doesn't use the FurnaceBurnEvent, but diablo drops...
This patch uses player.getTargetBlock when it detects a cancelled RIGHT_CLICK_AIR PlayerInteractionEvent. if the target block is a door, it becomes the new 'block' and Lockette treats it normally.
I haven't yet figured out how to get the currently active values or the currently saved values. this would be handy, but I haven't had any luck figuring out when/how...