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

    function itemtype doesn't return an item

    try this function FleshoftheoldKing() :: item: set {_i} to rotten flesh named "&2Flesh of the old King" with lore "&7Smells really bad ..." and "&7maybe an use for it ..?" return {_i} command /givecustom [<text>]: permission: staff.admin trigger: if arg-1 is set...
  2. M

    Solved hide all flags

    ooh what might be your problem is that I use skbee 3.6.1 and it works there. also I find that for the later versions of skbee there are fewer people asking questions. so I think it would be better for you to downgrade your skbee and see if that works.
  3. M

    Solved I need help

    I am working on a old project, and its a reasonably sized one. the problem that I have is the hearts wont calculate correctly. (may or may not be because im on bedrock) on join: if {points::%player's uuid%} is not set: set {points::%player's uuid%} to 0 set {points::%player's...
  4. M

    Solved hide all flags

    try this? command /hideall: trigger: if player's tool is not air: set {_item} to player's tool set player's tool to air set {_nbt} to nbt of {_item} set nbt compound "tag" of {_nbt} to compound from "{HideFlags:127}" set...
  5. M

    Skript not reloading

    change the file data in a text editor not in the server, then re-upload the file to your server and it should work.
  6. M

    Issue with world guard

    ok!
  7. M

    Solved hide all flags

    can you send the skript?
  8. M

    Issue with world guard

    oh, that's good. to fix the breaking the armor stand just use this on damage: victim is a armor stand set victim's health to 40
  9. M

    Issue with world guard

    hmm I'll do some more tests
  10. M

    Issue with world guard

  11. M

    Issue with world guard

    I figured it out go into the config.yaml file and set protection: item-frame: disable-interaction: false entity-protection: deny-spawn: - armor_stand -everything else-
  12. M

    Issue with world guard

    try setting use to allow, and if it doesn't work I'll hop on my server and do some experiments
  13. M

    Issue with world guard

    i have cannot figure out what the origin of the issue is unless you send a screen shot of the error message and the settings for the regions that the armor stand is in.
  14. M

    Tag (sorta)

    i have a skript but I need to play test if first to see if it works, so give me a week or so to debug it.
  15. M

    Tag (sorta)

    im on it
  16. M

    Issue with world guard

    I reread it and put it through the parser and made a few changes, hope this helps on damage of armor stand: if victim's display name is "swrawsteak": if attacker is a player: if attacker's tool is a wooden sword: remove 1 wooden sword from attacker...
  17. M

    Issue with world guard

    does it work without world guard? and if not set damage-animals to true, or try block breaking and use on block break: cansel event
  18. M

    Issue with world guard

    get the region the item stand is in, most likely default, and set mob-damage to allow.
  19. M

    Solved hide all flags

    do you have skbee? and if so what version.
  20. M

    Event checking if player has potion effect

    every 2 seconds: if player has permission "member.wizard": execute console command "effect clear %player% minecraft:slowness" should stay updated and not cause a lot of lag, you can change the timing to what fits your server best