Recent content by ibryce

  • 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. I

    Why doesn't skript support 1.17+ itemtypes?

    Basically what I'm saying is that if I try to give myself an item from 1.17, say raw iron, it won't recognize the item. I'm not sure if this is just a general problem with skript or if it's just a problem with my server. I googled it and only saw one thread about it, where the replies weren't...
  2. I

    Issue with teleporting in world

    That.... doesn't really help. I still get the same issues even if I format the coordinates that way. Bump
  3. I

    Issue with teleporting in world

    Okay, I have no clue why this happens, but, when I try to teleport a player to a location in a world (Example: teleport player to location -85, 132, 329 in world "world"), it gives me an error saying it doesn't understand the condition even though it worked perfectly before? But, I can fix the...
  4. I

    how to prevent withers from breaking blocks?

    so, on my server, i need to find a way to prevent withers from breaking blocks. i tried using this: on break: if event-entity is wither: cancel event but the event only detects when a player breaks a block, i guess. also please don't tell me to turn off the mobgriefing gamerule, it...
  5. I

    how would i set an attacker after damaging a mob with code?

    not helpful, just a mistake i made while writing out the example because i'm stupid i guess, i'm basically just asking how to set/change the attacker of a mob, or if there's any other way to do something similar
  6. I

    how would i set an attacker after damaging a mob with code?

    my issue is that damaging a mob with an effect won't register the attacker as a player for example: on damage: projectile exists projectile is arrow damage victim by 10 hearts #code that would do that broadcast "%attacker%"
  7. I

    Need help with permissions stuff

    Hey! I'm new to skript and I'm trying to allow people to teleport to an area through a menu. I have it mostly working but I'm using player commands as console commands wouldn't work for this and when a player without op attempts to use it they get a permission error (because they don't have tp...