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

    Hiring DeadMC Zombies jobs

    Can you give me an example of a script you might be looking for?
  2. S

    Solved How to use ersatz

    Hey Senku, This is an error with the indentation. What it looks like to me is that you have copied and pasted all of the code other than set {_prefix} to placeholder "vault_prefix" # placeholder "%%player_ping%%" is also valid or the other way around. Whatever it is, it's because the code...
  3. S

    Loan system skript

    Hey DevNation, I see you have marked this as solved which is good. However, please make posts like this in the requests section (https://forums.skunity.com/forums/requests/). If you need help with your code, you need to show your code so far.
  4. S

    Solved How to move item into specific inventory slot on pick up

    I recommend you take this to the discord server to get instant, direct help and also you will be able to discuss it with people.
  5. S

    Player can take thinks out a gui

    That doesn't look like an error.
  6. S

    on money transfer

    Hey mynameisjosep, I believe that what you ask for is not possible. However, what plugin is it that you are expecting to trigger this event? If it is essentials, have you checked the config to see if there is a way to put a minimum amount of money that a player can pay? Also if this is to do...
  7. S

    Solved How to move item into specific inventory slot on pick up

    Hey NungHung, What line in the script is giving the error? Hopefully I can help.
  8. S

    Move location in a straight line

    Hey TadaFireworks, The following code should work and is also more efficient: command /test: trigger: set {location} to block 10 in front of player play ender signal at {location} If you get an error let me know. Hope this helps!
  9. S

    Player can take thinks out a gui

    Hey NigelDam, In order to do what Dave is recommending, I suggest you read this tutorial on vanilla GUI's: https://forums.skunity.com/threads/vanilla-guis.8939/ This is one of the best ways to create GUI's and I advise you read the tutorial.
  10. S

    Pasting Schematics?

    Hey pepper82, I did a quick search and I couldn't find any addons that work for 1.15.2. The only addon I found was Skematic (https://forums.skunity.com/resources/skematic.671/) however it should only work in 1.12 and 1.13 according to the information. If you plan to keep your server in 1.15.2...
  11. S

    loop all players - it doesn't work

    Have you got multiple people in the worlds "FFA01" and "FFA02"
  12. S

    [TUSKE] Prevent players from storing item in inventory

    Hello dxcf, To prevent players interacting with a GUI in skript do: on inventory click: name of event inventory is "<the name of your GUI>" cancel event I hope this helps!
  13. S

    clear drops from block

    just type /gamerule doTileDrops false in your world.
  14. S

    Checking Former's world

    Do this: on world change: set {lol} to {lastWorld::%player%} set {lastWorld::%player%} to world the variable {lol} will now store the players last world.
  15. S

    Solved Detects if event slot is in a chest or in a player's inventory

    Basically I'm working on skript and I've got On inventory click: and I want to detect if the item is in a gui or not, so basically stop the event if the event-slot is in the player's inventory. I can't use the item name because the item name can be set by players in-game and the amount of rows...
  16. S

    Solved Skript doesn't let me do anything with commands that someone has wrtitten incorrectly

    Sounds good. Sorry I'm not very experiencesd with arguments,how would I do this?
  17. S

    Solved Skript doesn't let me do anything with commands that someone has wrtitten incorrectly

    The title doesn't really make sense I know, so, let me try and explain... Basically, this is probably normal but is there a way to change it. For a command like: command /kill <player>: trigger: message "hi" if argument 1 (player) is not online or if someone has not typed it, skript will...
  18. S

    Guilds Skript Request

    I will get back to you as soon as completed. Thanks!
  19. S

    Execute a console command in a specific world

    Yes and thanks but when you activate a command block in a world it runs as a console command in that world. I'm pretty sure there is a way in skript that when you use execute console command, it will run it as if it is a command block in that world. Sorry if I'm not making sense