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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. sagp15

    Set slot Flint and steel doesn't working

    command /hiken3: permission: devil.fruit.hiken3 trigger: if slot 8 of player's inventory is not air: set slot 8 of player's inventory to flint and steel named "&6Hiken" with lore "Just need one hit to Kill em!" Now is working, just remember that if you don't have any...
  2. sagp15

    Hey i need help, im kinda new to skript and i dont really know why my skript isnt working.

    on damage: if (final damage/2) is greater than victim's health: cancel event set the victim's gamemode to spectator send title "" with subtitle "&cYOU DIED!" to victim Try with it, this error is because you need to put just 4 spaces and you have 5 spaces. And on death...
  3. sagp15

    no dropped items

    on drop: cancel event idk if it works for what you want.
  4. sagp15

    Create differents borders

    and how can I make a variable define the center command /setspawn: permission: permission.text trigger: set {UHC.Center} to player's location command /barrier [<player>]: trigger: set client "world" border center {UHC.Center} for arg-1 set client...
  5. sagp15

    Create differents borders

    Could you show me an example of how it is used?
  6. sagp15

    Create differents borders

    Hello everyone I was looking for a way to make a player with some permission can not leave an area of the world. For example: Let the center of the area be x: 0 z: 0 and that the players can not cross a border of 100x100. I know there are plugins to create a SINGLE border but I would need to...
  7. sagp15

    Sidebar

    Could you show me an example of how to make a scoreboard with Skellet, I have no knowledge of this addon
  8. sagp15

    Sidebar

    It doesn't work
  9. sagp15

    Sidebar

    Hello everyone, I'm doing a project with a scoreboard and this has to be compatible with version 1.7. I would like to know if there is any Addon that I can use to make it. I have tried using SkRayFall but it is not compatible with the version.
  10. sagp15

    Set coordinates in a variable

    This does not work command /testb: trigger: set {Pos1} to location(100, 50, -100, "world") set {Pos2} to location(-100, 100, 100, "world") set {Seesions} to new editsession in world "world" with limit 100000 make walls from {Pos1} to {Pos2} using {Seesions}...
  11. sagp15

    Set coordinates in a variable

    Hi, I would like to know how coordinates can be stored within a variable I was using this but it does not work for what I use it. command /testb: trigger: set {Pos1} to "100, 50, -100" set {Pos2} to "-100, 100, 100" set {Seesions} to new editsession in player's world...
  12. sagp15

    Item Regeneration

    Try this command /regentool: trigger: if player is holding any pickaxe: repair tool of player
  13. sagp15

    Tablist help

    This does not work, does anyone know why? every second: loop all players: set amount of columns in loop-player's array tablist to 3 set amount of rows in loop-player's tablist to 20 set {_Slot} to 8 if {SpaceUHC::Scenario.CutClean} is true: set...
  14. sagp15

    Script Publish UHCs on Twitter

    sagp15 submitted a new resource: Publish UHCs on Twitter - Publish UHCs on Twitter Read more about this resource...
  15. sagp15

    Script Publish UHCs on Twitter 1.0.0

    Features: - Publish Tweets to your account automatically - Everything is controlled with a Menu - Others VIDEO | Installation Required Plugins: Skript 2.1.2 : https://dev.bukkit.org/projects/skript SkQuery: https://dev.bukkit.org/projects/skquery TwitterSK...
  16. sagp15

    Disable potions

    How can I make potions, for example, those of strength or speed, can not be made?
  17. sagp15

    help

    What addon do I need to be able to do this? "if {Count1} is> {Count2}"
  18. sagp15

    Hello, how can I make a player ride a pig

    Hello, how can I make a player ride a pig and that the pig is invisible and does not move
  19. sagp15

    Skript error

    Someone can help me with this error that gives me Skript [16:32:15] [Skript update thread/ERROR]: #!#! [16:32:15] [Skript update thread/ERROR]: #!#! [Skript] Severe Error: [16:32:15] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript [16:32:15]...
  20. sagp15

    spawn a villager with the inventory of player

    How can I do when a player goes out a villager places that when he dies you of all its inventory?