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. The0Felon

    help pls

    You have to set {spawning_zombies} true. Is it set to true?
  2. The0Felon

    Help with skript

    skript-packet. DOCS on skunity is deprecated. Check it's own docs. https://github.com/Anarchick/skript-packet
  3. The0Felon

    Help with skript

    I think he is sending darkness packet to player. I will try it.
  4. The0Felon

    prevent fall damage if you have a item in your inventory named &a&lCosmic Mace

    First, get a damage. Than send a screenshot of your in game chat, not the console. The chat when you click "T". You can change all "players" to "console" too.
  5. The0Felon

    Help with skript

    I didn't do something like that ever but it looks interesting. Maybe you can try with custom particles? Is your friend only setting view distance or doing something more to add fog?
  6. The0Felon

    Solved Skungee Help

    I wasn't online sry.
  7. The0Felon

    Potions with inventory slots

    command /test: trigger: set {swiftnesspot} to held item of player a event: set slot 2 of event-inventory to {swiftnesspot} Like this.
  8. The0Felon

    Potions with inventory slots

    Set it as a variable. like: set {swiftnesspotion} to held item of player This is a temporary solution. You can find a better one.
  9. The0Felon

    Skript Help Round system

    placeholderapi placeholder with prefix "getvariable": set result to {%identifier%} Try this. Send errors. https://forums.skunity.com/resources/skript-placeholders.909/history
  10. The0Felon

    Skript Help Round system

    Like this? %listname_0% 0 is index, listname is "listname" in: {listname::*}.
  11. The0Felon

    Skript Help Round system

    What do you mean? Explain your problem.
  12. The0Felon

    Solved Skungee Help

    https://docs.skriptlang.org/effects.html?search=#EffConnect Use this, no addon.
  13. The0Felon

    prevent fall damage if you have a item in your inventory named &a&lCosmic Mace

    on damage: if damage cause is fall: loop all items in inventory of victim: if name of loop-item is "&a&lCosmic Mace": cancel event Not tested. If skript doesn't give error and code doesn't work, try this: on damage: send "a" to players if...
  14. The0Felon

    Solved Register placement of block from item stack

    set {_amount} to item amount of held item of player You can get item with: {_amount} of held item of player Or if held item of player is (item amount of held item of player) of held item of player: 2nd is more good. Try both of them and send if there are any errors. Not tested.
  15. The0Felon

    Tnt trail skript

    I can help you from Discord: Discord: 0mustafa If you don't have discord, let me know.
  16. The0Felon

    Autocompressors

    Discord: 0mustafa
  17. The0Felon

    Teleporting players with the same variable to one place

    Rica ederim <3 Discord: 0mustafa
  18. The0Felon

    Pushing player forwards while gliding

    command /push: trigger: set {_v} to vector from yaw yaw of player and pitch pitch of player push player {_v} with force 4 I put it in command for test, you can change it. I don't know if you meant a code like that. Let me know if you want something else. Tell me if it gives...
  19. The0Felon

    Autocompressors

    Check conditions by send "a" to players, check conditions like: 1: if loop-player has 16 oak log: 2: if lore of item contains "&e- &x&8&6&7&7&5&2Wood":
  20. The0Felon

    Teleporting players with the same variable to one place

    Peki değişkenlerin değerleri 1 veya 2 olarak ayarlı mı? "1", "2" gibi kullanımlardan bahsetmiyorum. Sayısal olarak mı ayarlı diye bak. Ayrıca "is equal to" yerine "is" olarak kullanım yapabilirsin belki bu da işe yarar. loop all players: send {takim::%loop-player%} to players Şeklinde bir...