Recent content by Yaşarhan

  • 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. Yaşarhan

    Please help

    Can you send me the item. I will look at your attributes. Misinterpretation, colors and descriptions will cause it to not work.
  2. Yaşarhan

    Please help

    on armor change: execute console command "/effect %player% clear" wait 1 tick if player is wearing leather helmet named "A": set {helmetFrog.%player%} to true else: set {helmetFrog.%player%} to false if player is wearing leather chestplate named "B"...
  3. Yaşarhan

    Please help

    "on armor change" You can also use it with this event.
  4. Yaşarhan

    Solved Variable Problem

    Thanks, i fixed the problem, i will share it soon. I solved the problem. set {_type} to {itemtype.%player%} named "%{itemname.%player%}%" with lore "Lore" format slot 0 of player with {itemamount.%player%} of {_type} to close
  5. Yaşarhan

    Solved if amount of {VARİABLE}

    The value in it gives exactly "nether star", there is no problem there. Thanks, i fixed the problem, i will share it soon. I solved the problem: set {_type} to {itemtype.%player%} named "%{itemname.%player%}%" if amount of {_type} in player's inventory is greater than or equal to arg 1:
  6. Yaşarhan

    Please help

    on armor equip: execute console command "/effect %player% clear" if event-item is leather helmet named "&2Frog Helmet": set {helmet.%player%} to true if event-item is leather chestplate named "&2Frog Chestplate": set {chest.%player%} to true if event-item is...
  7. Yaşarhan

    Please help

    Ok, i wrote the script, i will share it soon, i have an internet problem in my office now.
  8. Yaşarhan

    Solved Variable Problem

    format slot 0 of player with {amount.%{_seller}%} {itemtype.%{_seller}%} named "Good" with lore "Good" to close then run [execute player command "/good"] I think it is the same problem with the other thread problem, there is no problem with the variables, while creating a chest gui, I want to...
  9. Yaşarhan

    Please help

    I interested. Should all pieces work when worn?
  10. Yaşarhan

    Solved if amount of {VARİABLE}

    Thanks and no, I can get the quantity using arg 1, I want to get the item type with variable. if amount of nether star in player's inventory is greater than or equal to arg 1: For example, works when the item name is typed directly, I want to execute the item name using a variable.
  11. Yaşarhan

    Solved if amount of {VARİABLE}

    Welcome, I have a little problem, this check does not work when I use variable instead of item name. No error. if amount of {itemtype.%player%} in player's inventory is greater than or equal to arg 1: Thanks. Is it that hard ?
  12. Yaşarhan

    Solved on inventory open is not detecting the player's inventory

    Got it, I'm glad for you so please edit the thread and mark it as solved in the header section. :emoji_slight_smile:
  13. Yaşarhan

    Solved on inventory open is not detecting the player's inventory

    I think your purpose is not understood, try to explain it more clearly. What does it have to do with the player's movement?
  14. Yaşarhan

    Solved İf Max Durability

    I guess the script couldn't directly check if the durability level of an item is maximum or not, thank you.
  15. Yaşarhan

    How check player region

    Sorry for not helping, good luck. :emoji_relaxed: