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

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

  1. bewf

    Solved Enchant Removed

    Is anyone able to code a skript that deletes all thorns, including thorns that is on armour All the addons: im free to add more if needed
  2. bewf

    Solved Skript doesn't work

    Someone helped me previously but their Skript doesn't seem to work either. It only send the "You do not have enough experience" message. It does not increase the hearts or say. This was what they sent: on region enter: if "%event-region%" contains "heart": if max health of player...
  3. bewf

    XP multiplier and unmultiplier depending on kills/deaths

    Category: Skript needed Suggested name: xpmultiplier Spigot/Skript Version: 2.8.4 What I want: I would like a skript/plugin for an exp multiplier based on your kills/deaths. DETAILED EXPLANATION: a player will start at a 1x exp multiplier, which will be 1 point (similair to the strength...
  4. bewf

    Solved skript doesnt work

    my skript doesnt work, not error wise, but it legit doesnt do anything, here are the plugins I have: skript, skbee, skdragon, skellett, skquery, skrayfall, skript-gui if im missing any that would be needed for this lmk on region enter: if "%event-region%" contains "heart": if max...
  5. bewf

    interact with region skript needed

    I want a skript that can allow you to interact with a region, and if you have 50 levels, it takes the levels and gives you +1 permanant heart, i would like to cap it at an extra 10 hearts, and an item that can increase the heartcap by 1 name &cHeart Cap Increaser how someone would interact with...
  6. bewf

    Drop Ability Named: Slice of Flesh

    Category: Need help with adding an ability to my item Suggested name: Slice of Flesh Spigot/Skript Version: 2.8.2 When I'd like it by: whenever is fine What I want: vvv Could someone help add this ability to my skript called: Id like the ability to active when the item is dropped and...
  7. bewf

    Need help fixing this dash skript

    on rightclick: if player has a stone hoe named "&cScythe of Reaping" in their main hand: if {cooldown.%player%} is less than 1: add 1 to {cooldown.%player%} push player in direction the player is looking with force 2 wait 1 tick set...