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

    Solved Help how to detect lore level numbers

    im not 100% sure, but making a loop should suffice, now in plugins you could just get the size of the lore, and loop idk if its the same from skript, but it might be worth a shot. Basically, make a variable, and set it to the size of the lore would look something like this on inventory click...
  2. xdh

    Give player a rank/permissions if they have a set word in their Minecraft User

    Yes, also why use an old thread? Just make a new one. Note: You might want to change the group name if it doesn't match your group name on join: #First Join if player hasn't played before: execute console command "lp user %player% group add betatester"
  3. xdh

    Solved Pull ability

    You could achieve a similar effect if you use teleport, if that's what you're looking for here is an example skript: command /pull: trigger: #Here you get the entities around player loop all entities in radius 15 around player where [player input != entity]...
  4. xdh

    Ignoring double quotes(") or percent signs(%)

    hey, to do that simply double the quotes so: send "quote ""inside quote"" outside of quote " for % sign, drum roll DOUBLE IT! send "99%%"
  5. xdh

    Skript help

    I don't think such event exist so just loop all players and check loop-player's held item like this; every second: loop all players: if name of loop-player's held item is "&cSword Name": #code here
  6. xdh

    loop block on y cords

    try if y-coordinate of loop-block is {_y}: FYI Im not sure if this works or not, this is just a guess
  7. xdh

    I need a skript

    Elaborate? You mean like a join message? Or chatformat?
  8. xdh

    trying to make a friend system

    it does that because the player's prefix in luckperms is like that to fix that just make a space either in the config, or just remake the prefix, but add a space this time
  9. xdh

    trying to make a friend system

    I don't understand %player's displayname% already does this
  10. xdh

    Solved How to make "Back Button" in my GUI...

    Please specify which addon you're using, and also just do close player's inventory make player execute command "/shop" you don't need the close player's inventory part, I just like to use it, if you test it out you will understand what I mean
  11. xdh

    i need help with a double drop skript

    Make a boolean variable and check whether the player is in “confirm” for example: If {confirm.%player%} = true: If you still don’t understand lmk ill write it for u
  12. xdh

    Solved Any working Tuske Fork?

    Vanilla gui, means its built in skript and doesn’t require any addons, here is a tutorial on how to use and setup vanilla gui
  13. xdh

    Huge skript project (CLASH OF CLANS MC)

    If thats the case dm on discord tsft#3553 I can help you here and there
  14. xdh

    Huge skript project (CLASH OF CLANS MC)

    This is a great idea, but for you to expect someone to do this large skript for basically free, is quite idiotic. Now I’m not saying no one will ever pick this up, but chances are too low. Im not trying to demotivate you or anything, rather I’m suggesting you start working on this project...
  15. xdh

    Solved How to make an event when a variable hits a certain number?

    this is actually pretty simple if {treadmill.%player%} = 15:
  16. xdh

    Solved Teleport code not working

    Please use code blocks, and also errors? what's not working? and are all of these actual worlds? also here's the documentation for the location function e.x: teleport player to location(-47, 75, -175, world("worldName"))
  17. xdh

    Solved give {var::*} netherite shovel named "&6Dirt Breaker"

    here: loop {event::*}: set {_p} to loop-value parsed as player give {_p} a netherite shovel named "&6Dirt breaker"
  18. xdh

    Solved TuSKe Custom Enchantments

    literally took 1 search here
  19. xdh

    Solved Message players in a 1 to 10 block radius

    here command /pushee: trigger: loop all players in radius 10 around player: if loop-player's name isn't "%player%": send "&bYou have been launched by &e%player%" to loop-player
  20. xdh

    Requesting for skripts

    I'm assuming your making skripts for others if so wrong section, go to offering