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

    Solved Prevent right clicking spawners with mob egg

    No, you have to mark the thread as solved, you can do this by clicking "edit" under the original post and set the tag as "solved"
  2. Zabrid

    Solved Prevent right clicking spawners with mob egg

    Please mark this as solved if the issue is solved.
  3. Zabrid

    Sort variables

    I am aware that this reply is late but my friend AsuDev has a tutorial on this exact subject which you can find here: https://forums.skunity.com/threads/sorting-method-toplists.9931/
  4. Zabrid

    Need an easy Script!

    It's just allowing you to make it a specific item they have to have, if you don't want it just remove that line "player's tool" refers to the item the player is holding
  5. Zabrid

    Mobstacker

    SOLVED
  6. Zabrid

    Kick player for attacking cow

    on damage: if attacker is a player: if victim is a cow: if {cow.attack::%uuid of player%} is not set: set {cow.attack::%uuid of player%} to 3 send "&cDo not attack cows. If you don't stop you will be kicked. &7(1/3)" else...
  7. Zabrid

    Inventory restore

    looping a players inventory upon every death would be very hard on the server. it would take up a lot of storage and especially for a minehut server. Your server would become unplayable.
  8. Zabrid

    Kick player for attacking cow

    on damage: if attacker is a player: if victim is a cow: kick attacker due to "&cLOL" this isn't quite what you wanted but it should work, also you can update it very easily
  9. Zabrid

    Skript sign request

    What is the sign they're clicking do? Wouldn't it be more efficient to just run the command/action the sign is doing rather then clicking the sign?
  10. Zabrid

    Can you use "tool of the player is enchanted with" to drop an amount of items between x and x?

    on death: if attacker is a player: if victim is a pig: if attacker's tool is enchanted with looting 1: send "&chi" to attacker else: send "hi" to attacker This is a short example I wrote, hope this helps (:
  11. Zabrid

    Solved Change nametag and tab name

    Are you using MundoSK? what're you errors "didn't work" isn't very helpful
  12. Zabrid

    Solved Pathfinding

    Are you sure that is the proper MiSK version for 1.14.4
  13. Zabrid

    Solved Creating Custom Worlds

    this whole thread really makes me rethink my existence
  14. Zabrid

    Solved Regen From Experience Levels

    options: #Prefix to this skript. prefix: &8[&c&lZABRID&8] on load: if {lvh.toggle} is not set: set {lvh.toggle} to true command /levelhealth [<text>]: aliases: /lvh, /lvlhealth, /levelh trigger: if arg 1 is "toggle": if sender has permission...
  15. Zabrid

    Anvil GUI Command

    I learned something new today lmfao
  16. Zabrid

    Solved Regen From Experience Levels

    So if I'm currect you basically want a xp shop, and if you have a certain amout of xp you can type a command, it'll take the xp then give you regeneration? what would the /lvh on, /lvh off, and /lvh toggle do? also do you mean xp levels or points?
  17. Zabrid

    Mod Mode? A /modmode Command | a simple way to moderate

    on mine of diamond ore: if player is below Y: 30: if {modmode::*} is true: loop to all players: if loop-player has permission "mod.mode": message "&d%player% has mined a &dDIAMOND&7" just an example I wrote might not work
  18. Zabrid

    Solved How do I give a player an item with custom name and enchant?

    code block is: [ code ] (put code here [ /code ] (without the spaces between the ['s
  19. Zabrid

    Hiring Hello Lovely People

    THIS THREAD HAS BEEN REMOVED.
  20. Zabrid

    Solved Staff Chat.

    You may be on a different version of skript and/or minecraft.