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

    make player's name invisible

    How can i make a players name invisible so that when he is not sneaking noone can see him
  2. Lukhausen

    Get Block Info

    How can I get detailed block info like with the //info tool of World edit? type of block and how do i find out of a chest is a double chest?
  3. Lukhausen

    Solved Check Doublechest 1.13.2

    How can i differenciate a double chest from two chest next to each other? http://prntscr.com/mcuy84 I want to write a chestlock but i dont know how to detect a double chest. loop the blocks around will not work because it could also be a single chest :emoji_astonished:
  4. Lukhausen

    GUI Inventory slot

    I wanted to know if there is an up-to-date method of opening an GUI inventory to the player because i stopped skripting for about 2 years and recently started it again. i used tuske for the guis and now tuske is totaly outdated and crashed the server... open virtual hopper inventory named...
  5. Lukhausen

    1.8 pvp on 1.12.X Server

    Is there any posibility to have 1.8 pvp only for specific clients?
  6. Lukhausen

    Not downloading on Linux

    I wrote a script to download a plugin from my website. as i tested it on my pc it worked but as i thew it on linux it stopped working. i think the problem could be that the linux server dows not allow to down from websites or smth like that :/ anyone a idea? delete file...
  7. Lukhausen

    TuSKe Error

    THis error of TuSKe is keeping popping up... and all the tuske effects are taking yearsd to load [21:21:17 INFO]: [TuSKe] [21:21:17 ERROR]: #!#! [21:21:17 ERROR]: #!#! [Skript] Severe Error: [21:21:17 ERROR]: #!#! TuSKe's class com.github.tukenuke.tuske.effects.EffMakeDrop generated an...
  8. Lukhausen

    How to replace the code?

    Those two lines of code cause extreme lag... how can i fix it or replace them? show 10 "FLAME" particles at location of block over block at {property.activebuy::%loop-player%::pos1} for loop-player offset by 0, 2, 0 show a title from "&7{@price}{@money} pro m²" and subtitle "&7Wähle einen...
  9. Lukhausen

    encrypt a skript

    i have seen a possibility where you can put every row in a script in one line with some [[]] brackets or smthng like this... i think its calles something like bolevear I have no idea what it is but i want to know how to use it :D
  10. Lukhausen

    Number in between

    i basicly want to check if the player is standing in between that coordinates but this wont work: every second: loop all players: if x coordinate of loop-player is between {property.property::%player%::x1} and {property.property::%player%::x2}: message "LEVEEEEE...
  11. Lukhausen

    Solved turn a number positive

    how to turn eg a -2 to a 2?
  12. Lukhausen

    Skript loading Timeout

    Everytime I try loading this skript: options: price: 20 command /ProPerty: trigger: ProPertyMenue(player) function ProPertyMenue(p:player): open virtual hopper inventory named "&0ProPerty - Grundstücke" to {_p} wait 1 tick create a gui slot 0 of {_p} with...
  13. Lukhausen

    Solved New Line in Subtitle or ActionBar

    The title basicly sais everything. i tried || or %nl% but nothing worked to creatie a new line in a action bat or in the subtitle...
  14. Lukhausen

    how to create just one single colored particle

    maybe with Skdragon or smth?
  15. Lukhausen

    Solved skDragon download

    I can't find skDragon anwhere to download... does anyone of you guys have a working dl link?
  16. Lukhausen

    Help with MySQL

    Hey I'm new to MySQL :emoji_wink: i need this because im creating a coins system for my bungee network. but i don't know anything.. pls help :emoji_slight_smile: may there is someone who has the time to explain. These codes I found in the forums: on script load: set mysql host to "localhost"...
  17. Lukhausen

    Solved target block not working

    Hey, How is it possible to set the target block of a player multiple times in a command? I tried that but it gives ever time the same coordinate back: Command /hatetarget: Trigger: Loop 10 times: Broadcast "%location of player's target block%" Wait 10 ticks
  18. Lukhausen

    Script bCast Broadcast biligual!

    Lukhausen submitted a new resource: Broadcast.sk with Config - Broadcast Read more about this resource...
  19. Lukhausen

    Solved Exact ID of Block (eg. 17:12)

    Hey. I’m working on a Skript which is able to replace blocks that were destroyed after 3 seconds. now there is a problem: if I destroy for example destroy a stair that’s facing upside down, the stair gets seted to a normal facing stair after 3 seconds. But I want skript to set the block to...
  20. Lukhausen

    Solved Skellett inventory action? How to open a new gui by clicking on a slot?

    Hey :emoji_slight_smile: How am I able to interact with a slot created by Skellett like this set slot {_slot} of player's current inventory to ("%loop-value%" parsed as offline player)'s skull named "&6%loop-value%" with lore "&eTrade with %loop-value%." So i want if i click on the head that...