Recent content by SebyHas

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

    Script Toxic Event 2.0

    This is a simple script for DropPartys. Simple to install, simple to use. Command: ([number] is optional) /event add hand - To add the hold item to the gift list. /event add inventory or inv - To add all items you have in your inventory to gift list. /event give all [number] - To give all...
  2. SebyHas

    Toxic Event

    This is a simple script for DropPartys. Simple to install, simple to use. Command: ([number] is optional) /event add hand - To add the hold item to the gift list. /event add inventory or inv - To add all items you have in your inventory to gift list. /event give all [number] - To give all...
  3. SebyHas

    Solved help removing exp

    command /testsk [<text>] [<text>]: trigger: if arg-1 is "sword": if arg-2 is "common": if player's held item is sword: if player's level is higher or equal to 1395: remove 1395 from player's level...
  4. SebyHas

    Solved help removing exp

    Hello! Please try to put the code in a "code tag" (have plus sign framed in a square with a drop-down menu) And also attaches errors. Sorry, but i don't understand how your code run, if is a error in line, or a simple expression.
  5. SebyHas

    Solved How to protect shulker box and specific drop?

    I forgot to specify: I make it on 1.16.4 paper server with latest skript version and skquery (i have always skquery in server) if not work, try to update the server or plugins, or let my know of you use a another version.
  6. SebyHas

    Solved How to protect shulker box and specific drop?

    Attention, this script is not 100% safe, have some bugs, but this complicate the things a lot. Is just a simple script :emoji_grinning: Later edit: now i saw as you want to leave the attacker to take items from shulker, or to pickup the shulker ... sorry on place: If "%event-block%" contain...
  7. SebyHas

    Sun Reset

    Some problem, nothing change ... :emoji_sob:
  8. SebyHas

    Sun Reset

    Nothing ... the script run, but this "remove 30 minutes from {_sunreset}" not work, i i can't understand what i make wrong.
  9. SebyHas

    Sun Reset

    My first version contain "wait 4 ticks set time to 16:30" But i tryed to replace with a variable, for make the script much little. Gamerule command need? Change someting? Thank you for your risponse! Someone can help me, please! :D I nee some help,someone can help me, please?!
  10. SebyHas

    Sun Reset

    Hi, i have a little problem with my script, the script need to: At server time 17:00 to start a sun reset animation, when the sun every (custom delay) 4 ticks turn 30 minecraft minutes back, and when the sun arrive at 07:00 position, script need stop. But, my scritp at 17:00 set time to 17:00...
  11. SebyHas

    teleport all players in region skript

    The WG region, is a region ... is not a location, but have much possible locations in this region, but you need to specify a location, need to find a place where the loop-player to be teleported. I "create" a little example for you (it's a part of Essentials Skript, just edited) You can find...