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. 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...
  2. 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...
  3. 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
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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%}...
  13. 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...
  14. 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...
  15. 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...
  16. Tubl

    Variables not saving after restart

    I was messing around with skript making random stuff and i realized when i restart my server the variables get reset to their default amount. Is there a way to fix this?
  17. 007L

    Custom Bow

    I would like a custom bow skript that makes fired arrow give the player hit blindness for 2 seconds and glowing for 5 seconds the bow should me called &0Void Bow the skript should be based on the name of the bow disregarding the lore thank you very much
  18. 007L

    Custom Weapon

    Thank you in advance, I would Like a skript that makes the user holding the sword called "&5Dragon Katana" not take any explosion damage while holding the sword and make the player deal explosion damage on right click with a cool down of 30 seconds and the explosion should do 3 hearts of damage...
  19. S

    Armor stand yaw

    I need help for spawn an armor stand looking to player in event-block position: i try with this, it don't send error's but it doesn't work. set {x} to x-coord of event-block set {y} to y-coord of event-block set {z} to z-coord of event-block set...
  20. C

    When owner online do action

    Category: specified player online Suggested name: on Spigot/Skript Version: 2.7.1 What I want: when owner is online 1)place a block on x y z 2) wait 1s 3)then place air x,y,z and loop it every 15 mins Ideas for commands: just setblock i think Ideas for permissions: need to be op'ed lol...