food

  • 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 comminuty!

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

  1. P

    Kill player if they don't eat for 15 minutes skript

    I need a skript that will kill the player if they do not eat for over 15 minutes
  2. CUrrUpt Enxo

    On Consume Repeats When Canceled

    on consume: if tag "CustomItem" of nbt of event-item is "Worm": send "test" cancel event remove 1 of event-item from player's inventory add 1 to player's food bar stop This for some reason repeats the event if you eat it and have full food and hold the...
  3. C

    How do I make events occur based on food and its name?

    How can I make an event occur based on a type of food and its name. For example if I eat a golden apple how can I clear the effects of that and give speed 2 instead. And if eat normal apples named &cHealth Apple (only with this specific name the event occurs) it will give the player healthboost 1.
  4. Aidanete

    Feed effect don't work

    Hello, I'm doing a script but it doesn't work properly because of this line of code, it is supposed to feed the player and is practically the same in the skript documentation in this page: http://skriptlang.github.io/Skript/effects.html#EffFeed on rightclick: player is holding a raw...