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. TheDever

    Solved Detect which blocks were cobwebs to delete them.

    I Fixed your broken format! :emoji_thumbsup: set {_location::*} to all blocks in radius 3 around player loop all blocks: if {_location::*} contains loop-block: if loop-block is cobweb: set loop-block to air wait 30 seconds set loop-block to cobweb
  2. TheDever

    Solved Rpg need a level to use item

    Sorry my skript didnt work! Please like my post! Means the world to me.
  3. TheDever

    Solved How do I make my skript detect lore?

    This might not work but here is what i came up with on my old skript editor if player's tool isn't air: set {_lore} to line 1 of item _lore if {_lore} contains "(no dupe)": send action bar "&cYou cannot dupe this item!" to player else if {_lore} does not contain "(no dupe)"...
  4. TheDever

    Solved Loop all items in player's inventory

    didnt realize xd...
  5. TheDever

    Plot Skript

    Ah, sorry!
  6. TheDever

    Skript Upgrade System

    also, just saying, instead of puting "set slot 0 and 1 and 2 and 3 and 4 and 5 and 6 and 7 and 8 and 9 and 10 and 16 and 17 and 19 and 20 and 21 and 22 and 23 and 24 and 25 and 26 and 27 of metadata tag "upgradeGUI" of player to {frame} named "&f"", u can just do "set slot 0,1,2,3,4,5,6 etc.. to...
  7. TheDever

    Plot Skript

    You can just go in the config.yml and edit the stuff.
  8. TheDever

    Plot Skript

    U dont need this, just install PlotSquared V5 https://github.com/IntellectualSites/PlotSquared
  9. TheDever

    Tablist Prefixes

    Thanks alot! All i needed was the "set player's tab list name to "%player's prefix% %player%"" I have vault installed so it should work! Thanks!
  10. TheDever

    Solved Rpg need a level to use item

    You should get SkBee https://github.com/ShaneBeee/SkBee You could use the skript below! on damage: if player's held tool is named "&f&lWool Sword &f&l✪": if {level::%attacker's uuid%} >= 1: #hit enemy else if {level::%attacker's uuid%} = 0: cancel...
  11. TheDever

    Solved Loop all items in player's inventory

    He means like detect a item in his inventory, if we find the item, it says like "There was 16 wheat in your inventory!"
  12. TheDever

    Tablist Prefixes

    - Problem So i made a tablist skript but i got 2 problems. 1# - It only shows to 1 person in the server. 2# - I don't know how to do the prefix on tablist. Any Help? Here is my skript! ```every second: loop all players: set loop-player's tab list header to "&e%nl%&e&lSPACESSKIES...