
if(godmode) {
mc.thePlayer.mode_God(true);
GL11.glDisable(3553);
} else {
mc.thePlayer.mode_God(false);
GL11.glEnable(3553);
mc.theWorld.noCheat(false);
}


onEnable(){
mc.thePlayer.isDead() = true;
}
onDisable(){
mc.thePlayer.isDead() = false;
}