solved

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

    Solved Cooldowns

    I know the basics of skript but I cant figure out how to do cooldowns for ability's options: locked: black dye named "&8&lʟᴏᴄᴋᴇᴅ &7sᴜᴍᴍᴏɴᴇʀ" with lore "&8&lᴊᴀɪʟ ᴛɪᴍᴇ", "", "&e&lʀɪɢʜᴛ ᴄʟɪᴄᴋ ᴛᴏ sᴡɪᴛᴄʜ ᴛʜᴇ sᴇʟᴇᴄᴛᴇᴅ ᴀʙɪʟɪᴛʏ", "&a&lʟᴇғᴛ ᴄʟɪᴄᴋ ᴛᴏ ᴀᴄᴛɪᴠᴀᴛᴇ ᴛʜᴇ sᴇʟᴇᴄᴛᴇᴅ ᴀʙɪʟɪᴛʏ", "", "&7ᴀʙɪʟɪᴛɪᴇs:"...
  2. K

    Solved Can't replace a block in a time event in a Minecraft world

    So im trying to make some blocks dissapear when the time in a world hits 18:00, but for some reason it says that "There's no location in an at time event" as an error code. Can someone help me with this? at 18:00 in world "ab": set {_v} to vector 133, 5, 74 set block {_v} to air in...
  3. K

    Solved Inventory pickup not detecting player?

    Hi, I need help with a simple Skript. On one of my servers, I have a suggestion box. It is a hopper that connects to a chest below. However, I have an issue with players placing a lot of stuff other than books and quills. I would like a Skript that makes it so if anything other than a signed...
  4. S

    Crashing server when reloaded and skunity paraser not detecting error

    This pet skript used to work for me and i changed it to add permissions and it was all fine. I made a change to it and now it crashes my server whenever i add it and try to reload it. It won't give me any errors the server just dies and i tried using skunity Paraser and that just says "Something...
  5. T

    Need help with function

    I'm going bald over a function I'm trying to create, I've seen so many errors along the way but now there's NO ERROR with the code but it's still not working. What I want to happen: A player mines deepslate redstone ore and receives money for it unless the player is using a pickaxe with silk...
  6. M

    Why is this gui not working...

    Hey, i can't really find the reason for this not working, Skript says theres no problem with the skript but the server says that there are no command for /compassgui. Can anyone help? - Thanks (BTW: I have no Skript Addons only the Skript Plugin)
  7. E

    Solved I am trying to make a censor skript of my own

    command /censor add %arg-1%: trigger: add %arg-1% to {_text.censor::*} on chat: if message contains {_text.censor::*}: cancel event This is what i have it will not work any suggestions? Also semi unrelated i need to know how to make it so if a player is within 5...
  8. L

    Solved Does anyone knows how to install Skungee on Velocity?

    I installed skungee addon and set up configurations, but nothing is working correctly. First of all, command bar always giving me error, whatever i input in it. And also, network variables not save, giving a <none>, when I trying to message the variable. Is there any tutorials how to properly...
  9. L

    on death

    I cant get this to work: on death of player: trigger: execute player command "warp spawn" Edit: nvm got it
  10. L

    telekinesis

    How can I make a telekinesis plugin that When I mine a block it goes straight into my inventory?
  11. L

    Solved telekinesis

    How can I make a telekinesis plugin that When I mine a block it goes straight into my inventory?
  12. A

    Solved if bow is named

    Im new to this so i dont know much, and this seems simple but it doesn't work. on shoot: if name of bow is "Sea Lance": summon pig It doesn't register the name and when i name the bow that it doesn't summon a pig and skript says everything is fine.
  13. WeakBrainStorm

    Solved Tuske makes ALL my skripts fail

    I was updating my plugins and when i updated tuske it did so all my skripts would not work. I removed tuske and it all worked fine. Please help
  14. Z

    Solved Hide Flags

    Skript Version 2.6 Minecraft Server Version 1.17.1 Issue: I need to be able to hide all possible flags from an item (Enchants, Attributes, Unbreakable, etc...) Which is in a gui My Code: on inventory click: if event-inventory = (metadata tag "recipegui" of player): cancel event...
  15. Allan Noyd

    Solved Weird endeavor of the "on portal" event. Pls help.

    I'm trying to do it so specific players are not allowed in to the end dimension (they cannot go through the enderportal). As skript on my server has been protesting ever since the 1.18 update, I was going on it slowly. First code looked like this: on player portal: broadcast "hi" And it...
  16. E

    Solved Bypass not working ANTI-AFK

    Hello friend, i need help with my anti afk Skript. I want to add a bypass but i dont know how, it gives me an error everytime. Code: if player has permission "playlabs.antiafk.bypass" stop else: every 5 seconds: loop all players: if...
  17. P

    make it so a command checks everyone

    when i use this code it gives the right gun to the player who did /start but everyone else gets a pistol only command /start: cooldown : 1 minute cooldown message: "please wait to start" trigger: kill all arrows remove all arrow from player remove all diamond...
  18. AngerYT

    if player is holding item with name

    i want to create a ATM Machine that would put the money in the bank, As example if you right click it with holding a diamond with the name "20 Bucks" i want something like: if player's tool is diamond with name "20 Bucks" nevermind found something working: if player's tool is diamond...
  19. S

    Shooting 3 arrows spread from left to right

    Im trying to remake a bow that shoots three arrows at the same time on left click events, but cant figure out what to do to move the arrows to the left and right side of the central arrow.
  20. Mr_Allawi_

    Is there a problem with my code?

    for some reason when i reload this i have no errors but when i try to use it it dosen't work command /vanish: permission: vanish permission message: &cYou can't use that! trigger: if {vanish::%player%} is false: set {vanish::%player%} to true if {vanish::%player%} is true...