Search results

  1. Z

    change lever

    Hi, I'm trying to change the position of a lever from within my plugin. What object/function do i need for that? This is what i have: Block block = Main.getInstance().getServer().getLevelByName(level).getBlock(((Long) position.get(0)).intValue(), ((Long) position.get(1)).intValue(), ((Long)...
  2. Z

    MqttClient

    zatalian submitted a new resource: MqttClient - MQTT client plugin Read more about this resource...
  3. Z

    What event is triggered...

    when a lever is switched in the game. More generally, is there a list of events for which i can write an eventhandler and when/why they are triggered? (busy writing an mqtt client plugin)
Top