Recent content by Vorze

  • 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. V

    get name of dropped item

    idk if this dont work broadcast "%type of item of loop-value%"
  2. V

    get name of dropped item

    test %name of item of loop-value%
  3. V

    get name of dropped item

    then %loop-value 's name% or %loop-value 's type%
  4. V

    get name of dropped item

    maybe broadcast "%loop-value 's display name%"
  5. V

    Function errors

    maybe if {_player}'s inventory can hold {_amount) (_item}:
  6. V

    Function errors

    1. is there syntax called "can hold" ? 2. change all player with {_player} and change send to send " " to {_player}
  7. V

    Function errors

    u write function but using event-slot, really ? delete line 12 and change the event like this on inventory click: if inventory name of player's current inventory is "name": if event-slot is 10: "your function" edit: wait, i dont think u need a function, u can just do...
  8. V

    armorstand click?

    yeah just dont forget to cancel the event with on damage event
  9. V

    armorstand click?

    on damage: if victim is armorstand: make attacker execute command "/command"
  10. V

    Remove bow after shooting arrow

    try this i'm not sure on projectile shoot: if projectile is an arrow: loop all items in player's inventory: if loop-item doesn't contain arrow: remove bow from loop-player
  11. V

    Issue

    on rightclick: if player holding a wooden hoe named "Pistool": shoot an arrow at speed 10
  12. V

    Anvil GUI Command

    can you try format slot in that virtual gui ?
  13. V

    Solved Scoreboard help

    show the kill test code pls i just tested and it works
  14. V

    Solved Scoreboard help

    this is the scoreboard for kill set score "%{SB::Color2}%Kills: %{SB::Color3}%%{Kills.%loop-player%.Game}%" in sidebar of loop-player to 3 and change when death to on death of player: if attacker is a player: add 1 to {Kills.%attacker%.Game} you wrong named the variable
  15. V

    Money format help plz

    use code from this skript challenge. https://forums.skunity.com/threads/2-winners-of-skript-challenge-numbers-to-words.1407/