help

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

    Semi Anti Cheat Skript - HELP! (simple code)

    i want to make a system that if there is a player have a permission "*" and the name of player is not "Name1", "Name2" or "Name3", it will remove the permission. i make this code, please help. code: every second: if player have permission "*": if name of player is not "Daichi_keii"...
  2. G

    Help with particle skript (with skdragon)

    I have this skript: drawRings particle "redstone", RGB 80, 255, 255, center player, id "%player%", rainbowMode true, randomRotation true, animated false, radius 1, ringCount 4, ringDensity 10, visibleRange 32, pulseDelay 2 It is working but idk why i cant see the particles and i have particles...
  3. JesterTheJetter

    I need someone to code me a SMP skript

    This is what i need help with! When the server starts, everyone gets a iron unbreakable axe called 'Scythe' When you kill someone with the axe in your main, you get a random enchant on any of your tools and armour, when you get a kill, a bossbar will be at the top of the screen with a 10...
  4. F

    Skript Help: Elytra Disable item

    Hey, I wanted help on this item I was going to make for my server. When used, whoever the player hits with the item (shears) can't be able to use their elytra for 1.5 or 2 seconds. I want it to not damage the player and I want it to be a one use only item. Here is the skript I have right now...
  5. Nezerit6

    bag of loot

    Hello, I want to create a loot bag (player head) with the following properties: when the player holds the bag in their hand and right-clicks, the bag will disappear from the inventory, and the player will receive loot, for example, 1 diamond. Please help, I'm using the default script without any...
  6. Hysean

    Solved Need help for /furnace

    Hi, I have this skript for /furnace that works well but not for some items, why ? Thank you options: message_cuit: &6&lDinggg, c'est cuit! erreur: &cIl n'y a pas d'objet à faire cuire command /furnace: permission: nexmagic.furnace permission message: &cTu dois etre &6&lVIP ou...
  7. imStelios

    How to execute MmoItems Give command through other plugin

    Hello. I need help with mmoitems. I want to make mmoitems work with Mysteryboxes. It's all easy but I can't find anywhere the PLACEHOLDER for (player). What I want is to give mmoitems through Mysteryboxes. Mysteryboxes work with commands executes. So I need to config in Mystery box this...
  8. G

    skript for teleport

    Can someone make a script that would teleport the players to 5 coordinates that are entered in the script when they type the /rtp command, like for example: 3393 79 -5702 6620 68 -8957 6611 70 -7618 4101 118 -2005 4951 71 3051
  9. Tewahh

    Custom Enchants Request & Help

    command /ce: aliases: /customenchants, /customenchant, /enchants trigger: set {_item} to gray stained glass pane set {_enchantmentsList} to book named "&eList Of All The Enchants" set line 1 of lore of {_enchantmentsList} to "" set {_commonEnchant} to book...
  10. Asleeppp

    Skript Tools SkFinder 1.0

    SkFinder is a plugin that allows you to look for certain phrases in your scripts. Commands: /skfind search [query] - Search for a phrase or word within your scripts /skfind searchpage [number] [query] - Look for a specific page for your query /skfind reload - Reloads the configuration. This...
  11. Tewahh

    Skript Review/Optimze/Shorten

    command /crates: description: The laziest best way of doing something. trigger: open chest inventory with 4 rows named "&b&lCrates" to player set slot 0 of player's current inventory to stone named "&b&lCustom Crate" on inventory click: #check if the clicked...
  12. 5jgk

    Random integer

    So im tryna make a random integer thingy like this This is my code every 1 tick: set {_1} to 5 set {_2} to 10 set {_random} to random integer between {_1} and {_2} every {random} minutes: loop all players: if "%region at loop-player%" contains "afk": so idk how to do...
  13. I

    Help with inventory click

    Hello, I have this skript with gui for kits, but I can't get 'on inventory click' event to work... I don't get any errors when reloading the skript at all... It just doesn't do anything when I click an item... I kept on trying and i'm getting really pissed off now... command /kits: trigger...
  14. I

    Solved How can you give a player a custom splash potion with skript?

    im trying to create a skript that gives you a splash potion of instant healing, but each time i try it doesnt work, heres the skript give splash potion of instant healing with all flags hidden named "&7ʜᴇᴀʟɪɴɢ ᴘᴏᴛɪᴏɴ &6ᴄᴏɴsᴜᴍᴀʙʟᴇ <##F200FF>ᴍᴇᴅɪᴄ" with lore "&9ɪɴsᴛᴀɴᴛ ʜᴇᴀʟɪɴɢ <##7273FF>2" to...
  15. DiamondHudson

    Scoreboards are not working

    Okay so basically the scoreboard skript is reloading perfectly but I tried skRayfall and skBee's scoreboards and none seem to work, well they do I guess (if you count reloading) but none seem to show to the player. MORE INFORMATION: - I have Skquery, Skrayfall, and Skbee but I disabled fast...
  16. A

    Cooldown for Right Clicking with a item

    I want to make a cooldown for player to right click with a Redstone and a cooldown of 100 seconds starts. if the player right clicks with Redstone while the cool down is on ,a message pops up to wait till the cooldown ends variables: {redstone.cd} = 100 on right click with redstone: if...
  17. L

    Afk Rewards

    I need help with my skript I am trying to make a skript that gives players a token every 3 minutes if they do /afk but it's giving everyone the tokens and I can't figure out why This Is The Skript: command /afk: trigger: send "&2You Are Now Afk" to player set {afk::%player%}...
  18. R

    Format Slot

    So I want to make a Format gui with on and off but there is always this error message "end crystal named "&a&lTest" is not an nbt compound" Can somebody fix that? function uGUI(p: player): set {_p}'s metadata tag "uGUI" to chest inventory with 5 rows named "TEST" set slot 30 of {_p}'s...
  19. lllllStanlllll

    loop all player if....

    every 5 seconds: loop all players: if loop-player contains {afk::*}: give loop-player prismarine shard named "&x&0&0&9&f&9&5&lA&x&0&0&9&f&9&5&lF&x&0&0&9&f&9&5&lK &x&0&0&9&f&9&5&lS&x&0&0&9&f&9&5&lh&x&0&0&9&f&9&5&la&x&0&0&9&f&9&5&lr&x&0&0&9&f&9&5&ld &8[&eᴄᴜʀʀᴇɴᴄʏ&8]" with lore...
  20. D

    Text contains

    Hello guys! I need a help with the skript. My problem is the next:I have an example variable (_example,variable}, and contains ex: "test", "test1," test", test" And i want to do this: set {_example} to number of "test" in {_example.variable} or another methode, can,t make this with...