Recent content by Tarna

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

    Discord Thread Shulker Box Name

    this specific thing is not for a server I am working on but will keep that in mind ? Posted by: tarna256 from the skUnity Discord.
  2. T

    Discord Thread Shulker Box Name

    actually I just just a string tag of the shulker box to something but it doesn't seem to be setting for some reason vb set {_shulker} to shulker box named {@name} set string tag "refill" of nbt of {_shulker} to "true" give {_shulker} to player vb on right click: event-block is any shulker...
  3. T

    Discord Thread Shulker Box Name

    oh I thought if you place an item with NBT, that placed block will also have the same NBT Posted by: tarna256 from the skUnity Discord.
  4. T

    Discord Thread Shulker Box Name

    let me try that still no Posted by: tarna256 from the skUnity Discord.
  5. T

    Discord Thread Shulker Box Name

    vb command /shulker: permission: shulker.refill trigger: set {_shulker} to shulker box named {@name} set byte tag "refill" of nbt of {_shulker} to 1 give {_shulker} to player on place: byte tag "refill" of nbt of player's tool is 1 wait 1 tick set...
  6. T

    Discord Thread Shulker Box Name

    ok that seems to work now thanks Posted by: tarna256 from the skUnity Discord.
  7. T

    Discord Thread Shulker Box Name

    how do I get the name of a shulker box that a player opens? cause when I try to broadcast the name of event-inventory in the on inventory open event and open a named shulker box, it keeps saying "Crafting". Posted by: tarna256 from the skUnity Discord. View the thread on skUnity Discord here
  8. T

    Discord Thread Shulker Box Name

    how would I get the name part of the NBT? since its colored so has all those extra stuff Posted by: tarna256 from the skUnity Discord.
  9. T

    Solved time in world is between 18:00 and 6:00:

    That isn't an event, just a condition. You need to put that in the certain event you want that to happen in.
  10. T

    How to make a player run a command as op?

    Try teleport player to location(0, 56, 0, world("ul_FlatCopy"))
  11. T

    How to make a player run a command as op?

    What is the skript that you used?
  12. T

    How to make a effect dissapear when a mob dies

    You only removed the invisibility from the victim and in this case, it's just the cat. If the cat's name is just the owner's name, you can probably do this. remove invisibility from ({_victim} parsed as a player) Also, why are you deleting local variables? They automatically get deleted by...
  13. T

    How to make a player run a command as op?

    You need skUtilities to use as op. Why don't you just teleport the player to a location with teleport player to location(x, y, z, world "world")
  14. T

    Is Member/Owner of Region

    You didn't indent correctly. on region enter: if "%region at player%" is "cafe": message "Welcome back to %region%!" send "%player% just entered %region%!" to all members of the region
  15. T

    Is Member/Owner of Region

    really? I got 0 errors when using that. What was your full skript?