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

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

  1. 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...
  2. 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:
  3. Vexio

    API TitleAPI - Server Version automation

    Server Version Automation Completely forgot about the `%minecraft version%` available in Skript, so I implemented that into the skript, so everything is automated now! No need to put it in yourself.
  4. Vexio

    API TitleAPI - Functioning support for 1.9+

    Support bug fixes Since I did not realize Minecraft Versions 1.9, 1.10, & 1.11 had changed the json formatting, I had added a new option to the .sk file: options: serverVersion: 1.8 # // Applical versions # 1.8, 1.9, 1.10, 1.11 Make sure you change this to your server version or else...
  5. Vexio

    Script Ion - A Recreation of Essentials - Powertools & bugfixes

    Powertools! After being requested by a few people, I have added the powertool command into Proton. Usage: /powertool [left|right(click)|clear] [command|clear] Note: Make sure you put the `/` in the command string or else the command will not work Changes: + Added /powertool + Added /list +...
  6. Vexio

    API TitleAPI - simpleTitle update!

    New Function! simpleTitle function! Usage: simpleTitle("titleText||subtitleText", fadeInTime, stayTime, fadeOutTime, "target") Example: simpleTitle("&6&lTitle Text||&e&oSubtitle Text", 1, 2, 1, "@a") Output:
  7. Vexio

    API TitleAPI

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

    API TitleAPI v1.4.1

    TitleAPI A simple way of sending titles & subtitles w/o any sk or skQ addons! ----------------------------------------------------------------------------------------------------------------------------- Features No additional addons (Except for this Skript ofcourse) Three extremely simple...
  9. Vexio

    Script Ion - A Recreation of Essentials - Item Info command & more

    New command - /iteminfo (Thanks @sapphyrusxyz for suggestion) A new command has been added to Proton. You can now view information about an item. IE: The item's lore, name, & ID. Example: Currently only supports 6 lines for the lore, but if you would like to add more, change the amount of...
  10. Vexio

    Script Ion - A Recreation of Essentials - Optimization updates

    Proton ~ Optimized 70% of commands (Thanks @sapphyrusxyz) + Added /killall General + New README.md (Thanks @sapphyrusxyz)
  11. Vexio

    Script Ion - A Recreation of Essentials - A new Module! Photon

    Welcome Photon to the Module family! New Features from Photon! You can now modify specific settings of your worlds to disable Monster Spawning, Animal Spawning, Time Cycle, & more (being added soon) You can get more information here. Changes to Proton Added: + /give command + /item command...
  12. 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}...
  13. 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...
  14. 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
  15. Vexio

    Bungeecord skripts?

    Is it possible to create a Bungeecord skript so it would work through the Bungeecord? Thanks
  16. 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...
  17. Vexio

    Script Ion - A Recreation of Essentials - Warps & New Teleportation features

    New Commands Warps have been added to Proton! Commands: /warp [warpName] (player) = Teleports player to warp location /setwarp [warpName] = Sets a warp location to sender /warps = Views all warps that are set /delwarp [warpName] = Deletes a warp You can now safely teleport all players to your...
  18. 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...
  19. 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"...
  20. 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...