Search results

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

  1. ChisleLP

    Block item name

    onplaceevent ifnameexist savevariableswithlocationandname onbreakevent ifvariablesexits cancel/cleardrops giveplayeritemnamedVariables deletevaraibles.
  2. ChisleLP

    Help Me

    1. maybe next time better title, better description? 2. Before you posting, Look around here. skunity.com, the documentions. They are helpfull for you. 3. After i searching in documentions, i found it already under 5 seconds. https://docs.skunity.com/syntax/search/food
  3. ChisleLP

    Block item name

    Yes. do it with variables. just on place events, set the name and locations to variables ({Bla::%location%} "%name%"). after on break events, check if location of variables set, if so, clear/cancel the drops, and give them a items with named. then delete variables.
  4. ChisleLP

    Remove specific variable

    Why is everyone using Local variables?
  5. ChisleLP

    Watchdog

    Why not spawn just a npc behind player.
  6. ChisleLP

    Solved Skript Help, Team Chat

    #Found this in line 300 if arg 1 is "tc" or "chat": set {_arg2} to {team::%uuid of player%} if {team::%uuid of player%} is set: send "Im sending: %arg-2%" to {_arg2}
  7. ChisleLP

    Custom food

    1. youre near right... remove 1 player head named "..." from player's inventory 2. Math things. set {_p} to player's food level add 8 to {_p} if {_p} is more than 20: set {_p} to 20 #Im not sure if this requried, maybe if more than 20 would maybe bugged? set player's food level to {_p}
  8. ChisleLP

    Any way to remove recipes?

    i don't think there is a way, to disable/remove/replace vanilla Recipe. you could do on craft event. example on craft: if event-item is crafting_table: give player stick named "nah"
  9. ChisleLP

    Solved Move item from slot to slot?

    Yeah my bad, I worked on my project. and i my brain was told me: Clicked item... :emoji_grinning:
  10. ChisleLP

    Solved Move item from slot to slot?

    Do you have skellett? if not, please download it. if yes. maybe you need update your skellett, if it newste version, plese tell me the Skript version (/ver skript)
  11. ChisleLP

    Solved Move item from slot to slot?

    then event-item instead clicked item
  12. ChisleLP

    Solved Move item from slot to slot?

    mark as solved if it helped
  13. ChisleLP

    Solved Move item from slot to slot?

    on rightlick: set {_i} to clicked item set slot 9 of player's current inventory to {_i} set clicked item to air
  14. ChisleLP

    Solved Move item from slot to slot?

    command /test: trigger: open chest with 3 rows named "bla" to player set {_s} to 0 while {_s} is not 27: set slot {_s} of player's current inventory to green stained glass pane named "bla" wait a seconds set slot {_s} of player's...
  15. ChisleLP

    Solved How i can remove 5% from something.

    remove 5 of {var} add -5 to {var}
  16. ChisleLP

    skin

    somethings with api (Im not sure) or json... Maybe this resource its helpful. (Just take a look into script) https://forums.skunity.com/resources/nick-skin-changer.132/
  17. ChisleLP

    Solved Mob Effects

    Maybe you saved the variables as text, You need it saved it as integer or Parsed it.
  18. ChisleLP

    Solved better autojoin

    And what its the problem?
  19. ChisleLP

    Create variables

    send "%{version}%" how about to watch/Read the tutorial
  20. ChisleLP

    Send email with command

    Yes...