Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 307 Bytes

GodsEyeVR

Makes GodsEye ignore VR players

Dependencies

https://github.com/jrbudda/Vivecraft_Spigot_Extensions

API

public void onGodsEyeBypassEvent(GodsEyeVRBypassEvent event){
  Player player = event.getPlayer();
  player.sendMessage("Hello VR player");
  event.setCancelled(true/false)
}