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

    Solved Shooting multiple arrows with a spread (Similar to a shotgun's spread)

    I'm currently attempting to re-create a Shotgun type of spread. Hopefully most people are familiar with Shotgun spreads. The black + is where my Cross-hair is located. I've tried messing with the directions expression with my script, but I can't figure out how to solve this. Code...
  2. Vexio

    Skellett's (stylish) scoreboard Tutorial

    I honestly don't know if this is the correct section to be requesting for a Tutorial, but I didn't find one anywhere. Anyways, I would like to request for a Skellett Stylish scoreboard tutorial. I've tried looking at the documentation page, but there are almost no examples for most of them and...
  3. Vexio

    Solved Completely avoid Death Screen

    Hello! So, some servers have a feature to when you die, it completely skips the death screen and puts you into a spectator mode. I've gotten a good portion of it done -- it works flawlessly, sometimes. Other times, it will lock the player on the death screen and them not being able to select...
  4. Vexio

    SkellettProxy issues w/ OvH Box

    Hello! So, currently I own an OVH Box and I have some Minecraft servers hooked up to it using Multicraft as a panel. I am attempting to make SkellettProxy to work with my Bungeecord, however it is just straight-up not working. NOTE BEFORE READING MORE: I have ran the EXACT same versions of...
  5. Vexio

    Player laying/sitting down model

    Is there any sort of syntax or feature that allows me to make a player model lay down (like in a Bed) but not in a bed. Context:
  6. Vexio

    API TitleAPI

    Vexio submitted a new resource: TitleAPI - Send Titles & Subtitles w/o any addons! Read more about this resource...
  7. Vexio

    Anvil GUI

    Explaination: I'm trying to open an Anvil GUI so players can search (or whatever) for a player/item. The issue is that the anvil GUI does not open to the {_p} variable. Code: function anvilSearch(p: player): send "1" to {_p} open virtual anvil inventory to {_p} send "2" to {_p}...
  8. Vexio

    Solved List of Creatures?

    I'm currently trying to figure out why this error is occurring. Is it an error with how many entities I'm trying to detect? Code: on spawn of zombie or skeleton or creeper or slime or blaze or spider or ghast: if {photon.monsterSpawning.world::%event-entity's world%} is false...
  9. Vexio

    Solved Open book w/ text

    I'm trying to figure out if there is a syntax for Opening a book with specified text. Example: Help would be appreciated! Thanks
  10. Vexio

    Bungeecord skripts?

    Is it possible to create a Bungeecord skript so it would work through the Bungeecord? Thanks
  11. Vexio

    Vanilla 1.8 Worldborder per world

    Hey there! So I am trying to figure out if there is a way I can run a worldborder command per world from console. Currently, if you run /worldborder ... it will run it in the default world. ie: world. So, is there a possible way I can run a console command for a specific world? Thanks in...
  12. Vexio

    Set variable to a random block between two locations

    Code: while {mg.squish.status} = "active": wait 10 ticks set {_blocc} to a random block from {mg.squish.anvilCorner1} to {mg.squish.anvilCorner2} set {_blocc} to anvil chance of...
  13. Vexio

    Solved Experience Level of player

    Skript Version: Skript 2.2 (dev20c) Skript Author: Bensku Minecraft Version: 1.11.2 --- Code: else if arg 1 is "darkRed": if player's exp level is greater than or equal to 1: remove 1 exp level from player set {color::%player%} to "&4"...
  14. Vexio

    Script Ion - A Recreation of Essentials

    Vexio submitted a new resource: Ion - A Recreation of Essentials - Essentials in Skript Read more about this resource...