Recent content by OsmanGny

  1. O

    Creating gui

    @EventHandler public void onLeftClickBlockCompass(PlayerInteractEvent e){ Player p = e.getPlayer(); if (e.getAction().equals(Action.LEFT_CLICK_BLOCK)){ if (p.getInventory().getItemInHand().equals(compass)){ // I want to open the GUI here. Thank you!! } //Add this p.showFormWindow(//Your...
  2. O

    Forms

    Guys I m very new in Nukkit plugin devolopment.I want to make a clickable form.I made the form but I cant get input.How can I get an element id.I m entering 0 as id to GetResponses Function But it doesnt works.Guys Please help me (Sorry for my bad English)
  3. O

    Forms

    Guys I m very new in nukkit plugin devolopment.I want to make a form.How can I get an element id.I m entering 0 as id to GetResponses Function But it doesnt works.Guys Please help me (Sorry for my bad English)
  4. O

    respawn at bedrock and fell in void

    Also enter /spawnpoint.Because Worldspawn will only work for new players
Top