Recent content by Black_Eyes

  • 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. B

    Script Essentials - Many changes

    - Many commands added, - creation of configuration files rewrited, - now using skript-yaml instead of skutilities (skutilities isn't compatible with sharpsk when doing some stuff, like geting yaml value and sending it)
  2. B

    Custom Player Heads In GUI

    http://bfy.tw/IMXk This expression comes from skstuff
  3. B

    Solved Anyone remember HookSk?

    Are you sure it has existed? there's nothing on spigot, bukkit, skriptmc, and even skunity doc :/
  4. B

    Teleport Effects

    ..... https://www.google.com/search?client=firefox-b&ei=lPoLW5yBJMHxUIeosbAG&q=choosing+between+two+choices&oq=choosing+between+two+choices&gs_l=psy-ab.3..0j0i8i30k1l2.1550.2743.0.3132.3.3.0.0.0.0.170.485.0j3.3.0....0...1c.1.64.psy-ab..0.3.483...0i13k1j0i8i13i30k1j0i7i30k1j0i8i7i30k1.0.y_tpxPLr3dE
  5. B

    Custom Player Heads In GUI

    Oh, ok, I got it now^^
  6. B

    Teleport Effects

    then you prefer them being invincible or having potion effect?
  7. B

    Custom Player Heads In GUI

    There is an expression for that... format gui slot 13 of player with skull of "Notch" parsed as player to do nothing
  8. B

    Solved Tablist Header & Footer

    Mundosk: tablist (header|footer) (for|of) %players% %players%'s tablist (header|footer)
  9. B

    Teleport Effects

    You want them to be invincible for a few seconds when they teleport, or you really want them to have potion effect like life regen, resistance, etc? O_o
  10. B

    Addon skript-db

    Lol's id is 7, I added the player "lol" using "INSERT INTO users (id, player_uuid, username) values (7, 'a438454d-3859-3ed6-b009-7306ccb429b2', 'lol')" and it worked, but when I try to get values from the ddb, it always return the column names istead of the result :/ My code: command /hello...
  11. B

    Script Essentials - some bug fixed with /recipe

    - /recipe <item> no longer give 1 of specified item to the player. - recipes wich can't be shown correctly are now censured.
  12. B

    Script Essentials - CORRECTED MANY BUGS

    Corrected many teleporting bugs UPDATE IT!!!!
  13. B

    Script Essentials - Added /ban, /tempban, fixed /mute.

    That's not perfect, there's a little lack of messages, ipban, tempipban, pardon command... but it is usable...Bukkit has its own command for ipban, so that's not really important. If you ipban a player, that's often for lifetime, so that you don't need a tempipban... This skript does not use any...
  14. B

    Script Essentials - Just a little fix

    Fixed gamemode permission not showing correctly