effect

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

    Addon skDragon Recode 1.0.2

    ៜкƊʀᴀɢᴏɴܟ Recode At the moment this recode only focuses on particle effects, more effects will be added in the future! Think of this like a new plugin! <3 You are able to use the particle/effect expressions before or after the particle effect is started so you can add more interactivity to...
  2. F

    Detecting the cause of "on inventory close:"

    Is there a condition that distinguishes whether the player closed the menu by pressing 'E'/'Esc' or if it was closed via the "close player's inventory" effect? I need a condition like: on inventory close: if event-inventory is closed by player: #do stuff else: #do stuff
  3. N

    Help With equip effect

    I'm trying to create a Gear Upgrade script with variables. But the equip effect cant use the variable as a number for the enchant Here is the function where it equips the helmet(It's the same as all the other armor pieces) function tagkit(p: player): if {_p} has permission "vagt"...
  4. C

    Solved Apply potion effect.

    apply potion of night vision of tier 1 to player for 100000000 seconds Doesn't work. Addons: skRayFall TuSKe skQuery
  5. Z

    Random Potion effect

    Title self explanatory, I want the skript to give the player a random potion effect when right clicking. Currently I'm not sure how to accomplish this, This is the code i have so far on right click: if player is holding a stick named "&f&lCig": #Give player random potion effect? Is...
  6. FistoF

    Ring-shaped particle projectile

    Category: Weapons Suggested name: Set For Stun Spigot/Skript Version: Whichever is the newest at the time of making the script. What I want: A bow that shoots 1 blue ring-shaped particle projectile that gives a Blindness, Slowness and a negative Jump Boost effects to the victim for 20 seconds...
  7. M

    Drop effect not working

    Hello! I am trying something where when a creeper dies it drops something. Luckily there is already an example. on death of creeper: drop 1 tnt I do this, and the creeper does not drop anything. This is the example used on the github, but why does it not work?
  8. S

    Morkazsk bugged ?

    I'm trying this: command modocontrole: loop all players: if {mode.control.%loop-player%} is "false": make loop-player glow with color "WHITE" for player This is a part of my code, of course. But I'm getting this error: [Server thread/ERROR]...
  9. ItsMCB

    Solved Block Speed Effect

    Hi there! I want players to have a swiftness three effect when they are in the world guard region of spawn and touching black concrete. It loads with no errors but doesn't work. Any ideas on how I can fix it? Thanks! every 2 ticks: loop all players: if "%region at all players%"...
  10. P

    Can't remove effect from player

    Can somebody help me with this, I would like to remove the effect if a player unequips the helmet. The applying effect works, however removing it does not. I also get no errors, Can somebody explain to me whats wrong? (Btw, I know you can just use on equip events etc, but I like to use SKBee...
  11. C

    Solved Cannot understand condition/effect of "format"?

    Here is my code: command /worldselector: trigger: open chest with 1 row named "&dChest selector" to player wait a tick format slot 0 of player with diamond sword named '&4KitPvP' with lore "&6Click to go to KitPVP" to close then run "kitpvp" format slot 1 of...
  12. PotteryTNT

    Random Effect each time a golden apple is eaten

    Category: UHC Suggested name: Gapple Roulette Spigot/Skript Version: Spigot 1.8.8, Skript 2.2 What I want: A skript that makes it so each time you eat a golden apple, it gives you a random effect with the regeneration still coming though. It could be for example the wither effect + the 4...
  13. Aidanete

    Solved Umbaska can't understand this condition/effect

    Hello, I tried to make an advanced tab footer and didn't worked set advanced footer to "<light red><bold>You're playing currently on <yellow><bold>*****<lime>|| <indigo>Summer sale in ranks <gold><bold>50%%" for player Error: can't understand this condition effect "set advanced footer..." Skript...
  14. Aidanete

    My play sound effect don't work and don't show log errors

    I put an effect to play a sound but it doesn't work, there are no log errors for this. play sound "entity_generic_eat" with volume 1 and pitch 1 at event-location for event-player Please, help
  15. Aidanete

    Feed effect don't work

    Hello, I'm doing a script but it doesn't work properly because of this line of code, it is supposed to feed the player and is practically the same in the skript documentation in this page: http://skriptlang.github.io/Skript/effects.html#EffFeed on rightclick: player is holding a raw...
  16. SuperEpps22556

    Solved Can't understand condition/effect

    To start off, I am not too advanced in doing a lot of big skripting but I've been trying to practice them. I've been trying to make a perk skript with this code: on damage of a player: if attacker is a player: if {ragemeter:%attacker%} is 1 if {rage:%attacker%} is 1...
  17. P

    Solved How can I do these?

    If player 1 hit player 2 with a specific item - push player 2 - set on fire player 2 - set drowning effect to player 2 - give a grass hat and blindness effect to player 2 ? Sorry for bad english