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

    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...
  2. 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.
  3. 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...
  4. 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...
  5. sagp15

    Script Publish UHCs on Twitter

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

    Disable potions

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

    help

    What addon do I need to be able to do this? "if {Count1} is> {Count2}"
  8. 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
  9. 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]...
  10. 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?