Jump to content

Azuyamat

Moderator
  • Posts

    134
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Azuyamat

  1. Create a new skript file in files>plugins>Skript>Scripts and name it health.sk add this code to it and then do /sk reload health

     

    command /resethealth:
    	permission: op
        trigger:
        	set max health of player to 20 hearts

     

  2. Hey! If you install the plugin skript you can go into files>plugins>skript>scripts make a new file named cl.sk and paste this in... then do /sk reload cl 

     

    every 1 second:
    	loop all entities where [entity is villager or slime]:
    		clear event-entity

    If this doesn't work just reply to this topic and I will change up the code.

×
×
  • Create New...