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

    Now, what are you waiting for? Join the community now!

  1. Z

    Solved round up / round down in a skript

    hey guys, im currently working on a skript where you can send spawners to a virtual moneyfarm, thats all you need to know. I need help cause if I have for example 10 spawners in my virtual moneyfarm and I want to withdraw spawners to trade them with players theres a problem with rounding up...
  2. Z

    Solved virtual spawners

    if arg 1 is "deposit": loop all items in player's inventory: if player has arg-2 of mob spawner in his inventory: add arg-2 to {spawner.%player%} remove arg-2 of mob spawner from player's inventory send...
  3. Z

    Solved arg-2 mob spawner is not a type

    if arg 1 is "withdraw": if arg 2 is a number: if {spawner.%player%} is more than 1: remove arg-2 from {spawner.%player%} add arg-2 mob spawner to player's inventory stop else...
  4. Z

    2 Questions about NPC's

    Yo, 1. How do I let a NPC (e. g. Villager) always look to you 2. How do I let a NPC (e. g. Villager) stand always on one point, so that he doesnt move anymore greets!
  5. Z

    Solved Need Help for a Trade-Skript

    Hey, I already have many skripts but this one is very hard for me and im trying to get a Trade skript already so long, thats why I am asking here for help. I dont know if I ask to much but can somebody like post here a very raw trade skript which I can work with? (/trade command, gui oppens...
  6. Z

    Halloween Event

    Hey, If I would want to make a Halloween event, I would make something like this: Placing e.g. 20 secret Pumpkin Heads over a huge Map and if someone finds one, he gets e.g 1000 Tokens. Is it possible to make a skript were you say like player can only click one time at this head and then no...
  7. Z

    Kill by void

    doesnt work :c
  8. Z

    Solved teamlist

    Finally, I just wanted the information where the members need to be stored ^^ thats all
  9. Z

    Solved teamlist

    v
  10. Z

    Solved teamlist

    hey, is it possible to make a teamlist with skript? so for example if you type in /team ingame, it then shows a list of all teammembers and if they are online or not Example message:
  11. Z

    Kill by void

    Hey! i already got much help here, thats why I wanna further post questions here :D So: I have a SkyPvP Server and I tested it a bit and found something that is annoying. Everytime that Im fighting with someone and I kick him off the island for example, he dies in the void, but I dont get the...
  12. Z

    effect by rightclicking sign

    Nah Actually as I did it the first time it worked. But the more signs I made the more it didnt work anymore. So in the first tries it worked also with &. I'll try now with § //Edit: It still doesnt work, also with §
  13. Z

    effect by rightclicking sign

    I have this now: on rightclick on sign: if line 1 of clicked block is "---------------": if line 2 of clicked block is "Effekt:": if line 3 of clicked block is "&cAbsorption IV": if line 4 of clicked block is "---------------": apply...
  14. Z

    Remove only ONE item

    ah okay, thank you. I just didnt know how to do that with a specific player skull but with your code + my brain it works now <3
  15. Z

    Remove only ONE item

    hey, I have a Crate skript and the only problem that is left, is that I need that the skript removes only ONE crate from the player. for example if the player has the crates stacked like for example 16 Token Crates and he opens one, then all get removed, but I want that only 1 from the stack...
  16. Z

    effect by rightclicking sign

    hey, I wanted to ask if someone can help me. I dont get it :( on rightclick on sign: if line 1 is "Regeneration": execute console command "effect %player% minecraft:regeneration 99999 10"
  17. Z

    Right click on villager

    hey, first of all I want to explain, that I want to have a villager with the name "Kits" and when you rightclick on the villager, it should open an gui where you can buy some kits. Now I tried something but it stopped me already at the point, of opening a gui. It it just opening the standard...