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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. S

    Longer attack

    I need script, to increase the range of attack speed to 7 blocks if player has diamond sword named "K1K".
  2. S

    Solved Factions

    Okey, i did it. If somebody else search: execute console command "f powerboost faction %faction of player% %{buyedpower.%faction of player%}%" add 1 to {buyedpower.%faction of player%}
  3. S

    Solved How to cut this?

    I already have a script for a custom enchantments, but its really long after 30 custom enchantments. I have a code like this: on rightclick: if player's tool is {@gem} with lore "{@toxic3}": if {gem:toxic3:%player%} is true: send "&aYou have already activated enchantment"...
  4. S

    Solved Factions

    One more question D:. By command i can only set powerboost of faction, so it'll be always 1. I want let player's buy max power (add 1 to actually). I have faction plugin by massivecore I tried this 2, but not working: add maximum power of faction to {_pow} parsed as number...
  5. S

    Solved Factions

    I need a script for block settings home (/sethome) at any factions claim/land. Second script for buying faction's power with $$. Something like: on rightclick on sign: if line 1 of event-block is "buy power": if player's balance is more or equal to 15000: #do stuff #do...
  6. S

    Solved Apply effect

    How i can apply effect for x time, but not adding to actual time. Example: on damage: if attacker's tool is diamond sword named "asd": apply weakness 2 to victim for 5 seconds Every 1 attack it adds 5 seconds to actual weakness time.
  7. S

    Solved Alchemy

    First- normal drag. Second- SHIFT+ left click
  8. S

    Solved Alchemy

    Still i can move it by SHIFT+LMB :/
  9. S

    Solved Alchemy

    Yes, i did. My problem is that, i can move it by SHIFT. Normal drag is blocked.
  10. S

    Solved Alchemy

    Not working for me ;/ Using Skript dev. 37c, SkQuerylime, Skellet, SkDragon, WildSkript, Facsk, Sharpsk. No errors, but when i put dragon breath into alchemy tripod, its going in. Okay, by using mouse drag it's blocking, but when using SHIFT+LMB it's not
  11. S

    Solved Alchemy

    I need a script, which can block put a dragon breath named "&6test" in alchemy tripod. Else that would be a Script, which blocks creating potions with dragon breath named "&6Test".