Solved how to remove hunger effect from player

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

huajo2

Member
Jul 18, 2022
2
0
1
when i try to remove hunger effect from a player it gives this error
skripterror.PNG


can someone help
 
Hi,
I don't know why hunger is so stupid to work with, but here's how to do it:

Code:
command /nomorehunger:
    trigger:
        remove potion effect of hunger from player's active potion effects
 
Hi,
I don't know why hunger is so stupid to work with, but here's how to do it:

Code:
command /nomorehunger:
    trigger:
        remove potion effect of hunger from player's active potion effects

thank you
 
Status
Not open for further replies.