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

    [HELP] Cage System

    Im making a custom cage system with the format 3x3x3x3 (4 dimensions) I have done a code that works but its really extensive, anyone have idea of another method for do this? function testCage(p: player): set {_e} to location of {_p} set {_block} to ("20" parsed as itemtype) set...
  2. M

    Wipe tablist

    I want to know how i can wipe the tablist players using skript with 1.8 version
  3. M

    POST & GET METHODS

    Had any get and post methods in Skript library or only with Java (skmirror) ?
  4. M

    Change Sky

    I remember a old syntax of change sky of a player to the end or nether or normal (day/night) but i can't find this anymore, ayone know this addon or this syntax?
  5. M

    tablist in order by ranks

    I had tried some old posts where in forum but doesnt know how start to do a tablist in order by ranks
  6. M

    check port status

    check if a port is open or not on selected IP
  7. M

    Dragon shoots fireball

    I want a skript for make dragons shoot fireball
  8. M

    Check if IP PORT is online

    Hello, its possible make a check to detect if a IP:PORT is opened/online ??
  9. M

    GET LAST DAY OF A MONTH

    Its possible get the last day of a month on Skript?
  10. M

    Update This Script !

    I need someone for update this script: https://pastebin.com/q4jJTVbR Its a old script from Skript Forums on bukkit. I don't know anymore the author of this, but i really need this working. Its like the Mineplex style of write words in blocks. Bump
  11. M

    Player Health bar below name

    I already had tried do a player health bar with much forms on my project, but i can't because its showing my infomations but not about the clicked entity. on right click on entity: if clicked entity is a player: set {_n} to health of clicked entity set score "&4&l❤...
  12. M

    Saving Custom item on MYSQL

    Its possible save a custom item on a MYSQL table and convert then to give to inventory again, without use of variables (permanent variables), for save this item? Like a diamond sword with sharpness 10 and named &b&lTest
  13. M

    Facebook and Skype support

    Will be nice a skript with facebook and skype support, with methods for posting, answer comments and others, the same for Skype like a bot.
  14. M

    Custom view distance

    Create a addon with Custom view distance per player
  15. M

    Error on set variable

    Hello, im trying connect my DB to create variables storages on a table for be more easy for setup the maps, but the problem is about that error:
  16. M

    Crash Error Help

    Hello, i had errors with crashing some days ago, but i can't find the error. [18:11:00] [PaperSpigot Watchdog Thread/ERROR]: The server has stopped responding! [18:11:00] [PaperSpigot Watchdog Thread/ERROR]: Please report this to PaperSpigot directly! [18:11:00] [PaperSpigot Watchdog...
  17. M

    Load and set Skin from file

    its possible Load and set Skin from file ???
  18. M

    IPB Support

    Its a good idea add a addon how do IPB Support like create topics, delete topics, create users and others on Invision Power Board. I can pay for then if be done.
  19. M

    Bossbar For 1.8.x

    Im trying do a bossbar Bossbar For 1.8.x, but for some reason every API what i used no works.
  20. M

    Hide player name above head

    Im trying hide player name above head but no had any idea, ayone knows a method for that on skript?