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

    Solved Blind item

    apply blindness to all players where [player input is not player] for 10 seconds
  2. Minecoll_YT

    i need help with "push" scripting.

    please mark this as solved
  3. Minecoll_YT

    Custom Blocks skript

    "without having to pay for a plugin ^^" o_O I am sorry to inform you that your request will probably not be done by anyone for free
  4. Minecoll_YT

    Can someone please help me with this script? stg im brain dead today

    Every code has to be put into a trigger - there is none.
  5. Minecoll_YT

    How do I make it so my skript placeholders refresh instantly instead of when rejoin?

    use a while loop or a periodical event in your scoreboard thing
  6. Minecoll_YT

    Cant figure out where to put "else"

    you know that {tier} is a global non specific variable?
  7. Minecoll_YT

    Solved Change Sign Text

    and what exactly isn't working?
  8. Minecoll_YT

    Solved Change Sign Text

    please use code blocks
  9. Minecoll_YT

    Console can't execute command

    This is normal, there is no way to fix this - but the command gets run anyway. But who uses PermissionsEX in 2021?
  10. Minecoll_YT

    Solved Tp at Y level

    # use an event like on any movement or a periodical or smth else if y-coordinate player is less than 30: # do stuff and use list variables.
  11. Minecoll_YT

    [HELP] Countdown

    wrong topic
  12. Minecoll_YT

    Solved Copper Ore, Cobbled deepslate, and Deepslate dont work.

    maybe they messed up the aliases, if I'm right you can just upload the normal version of skript
  13. Minecoll_YT

    /prestige command help

    you messed up at: set {prestige::%player's uuid%} to {_prestige} switch them and short that down: set slot 0 of metadata tag "prestige" of player to light gray stained glass pane named " " set slot 1 of metadata tag "prestige" of player to light gray stained glass pane named " "...
  14. Minecoll_YT

    Solved teleport all player in world "svj" to world "svj2"

    set {_loc} to location at 1, 1, 1 in world "xxx" teleport all players where [player input is in world "xx"] to {_loc}
  15. Minecoll_YT

    skript claim plot

    wrong topic
  16. Minecoll_YT

    Solved random block in xyz to xyz?

    this could work set {_loc} to location at random number between -100 and 100, 50, random number between -100 and 100 in world "xxx" set block at {_loc} to air
  17. Minecoll_YT

    [HELP] Changing price for item

    This is.. bad
  18. Minecoll_YT

    Solved Script that makes farmland not destroyable

    oh didn't saw you created the thread, sorry. I'm not very good at skript-reflect but there is a good basic tutorial https://tpgamesnl.gitbook.io/skript-reflect/
  19. Minecoll_YT

    Solved Script that makes farmland not destroyable

    Sure, with skript mirror (or better skript reflect) because that's just java in skript. But I think he meant a "normal" skript way
  20. Minecoll_YT

    Solved Script that makes farmland not destroyable

    In java, it's some kind of physics interaction event - I've never been able to recreate it in skript.