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

    Skripts not loading

    Hello, now i'm on the mc version 1.12.2, im using the skript version 2.2-29... and the commands of the skript aren't loading... Link: https://pastebin.com/7xRJjzFF Thank you.
  2. A

    RELOAD ERROR

    Hello, when i use the command /sk reload <name>, it doesnt' work. The Error: [12:57:36] [Server thread/ERROR]: #!#! [12:57:36] [Server thread/ERROR]: #!#! [Skript] Severe Error: [12:57:36] [Server thread/ERROR]: #!#! Exception occurred in Skript's main command [12:57:36] [Server thread/ERROR]...
  3. A

    What is this for an error?

    Hello, sometimes i have an error in my console: https://hastebin.com/ogemigused.vbs Thank you! Best regards, Auswahluhr6004
  4. A

    Help with Skript

    Hello, how can i ask how many items are on slot 13 of player's current inventory? Because i would like to add the number to a variable. Code: else if slot 13 of {_p}'s current inventory is chest named "&4AllesOderNichts &8❘ &7Case": set {_Number} to slot 13 of {_p}'s current...
  5. A

    Cancel place

    Hello, My Problem: I couldn't cancel the place of a chest with a specifi name. Code: on place: if block is chest: if name of block is "&4Willkommen &8❘ &7Case": cancel the event Thank you! Best regards, Auswahluhr6004
  6. A

    Cobble Gen

    Hello, my problem is the 'on block form' event. My Code: (without Debug) on block form: event-block is cobblestone wait 1 ticks chance of 100%: set block at event-block to emerald ore My Code: (with Debug) on block form: broadcast "Hello" event-block is cobblestone...
  7. A

    IP check in on connect?

    Hello, I have programmed a ban script. Since I have however a cracked server, I would gladly know, as I can with on connect the ip query and whether this is banned. But please do not use the standard minecraft ban ip. My Code: set {_now} to now...
  8. A

    Solved How can i enchant things in a gui?

    Hello, here's my code: set slot 29 of current inventory of player to diamond pickaxe named "&eDiamant Spitzhacke &eTier 2" with lore "||&ePreis: &750000||" enchant slot 29 of current inventory of player with efficiency 2, unbreaking 3 and skiltouch 1 And how can i give...
  9. A

    Name of date formats in skript config?

    Hello, what is the name of the date format: dd.MM.yyyy, HH:mm => 16.03.2013, 09:33 ? Thank you. Best regards, Auswahluhr6004
  10. A

    How can i send the exact time?

    Hello, my code:set {_haveToWait} to difference between 3 days and {_waited} My problem: Every time when i send {_haveToWait} there stands: "2 days and 23.98 hours" How can i send the exact time? (Sorry for my bad english) Thank you. Best regards, Auswahluhr6004
  11. A

    Solved Change 'seconds' to german word 'sekunde'

    Hello, how can i change the displayed 'seconds' to the german word 'sekunde'? Thank you. Best regards, Auswahluhr6004
  12. A

    Crate skript

    Category: I don't know Suggested name: Crate What I want: I wan't a skript where i can create crates. But if i do (as example: /crate give <name> <crate>) i become a chest. I rightclick with this chest and then a menu opens like in a normal crate. Thank you! Ideas for commands: /crate...
  13. A

    Solved Delete all vairables in Skript

    Hello, how can i delete all vairables (The file "variables.csv") Best regards, Auswahluhr6004
  14. A

    Why does it not work? :o

    Hello, my problem is that the case doesn't show the items in the cooldown time (sorry for my bad english) Code: on rightclick with a chest: if player is holding a chest named "&4Waffen &8❘ &7Case": open chest with 3 rows named "&4Waffen &8❘ &7Case" to player wait 3 ticks...
  15. A

    Is it possible to make a grappling hook with skript?

    Hello, i haven't a problem i have a question. Is it possible to make a grappling hook with skript? If it is, please send me a example :) Have a nice day
  16. A

    Solved How can i get the size of player in world Nether and End?

    Hello, how can i get the size of player in world Nether and End? thank you :)
  17. A

    Solved enchant things

    Hello, how can i enchant things with the give? Code: give player 1 diamond helmet named "&cTest" with protection 4 - Thank you :)
  18. A

    Help with Skellett

    Hello, i have a cracked Server When a hacker tries to use the name of my team member for example: (Realname: Gamerspeed1 | Hacker: gAmeRSpeed1) the nametag function sort him to user. Code: if player has the permission "Owner": add player to nametag "a-owner" stop if...
  19. A

    Why does is not work????

    Hello, why is it not working? Code: on join: set {Alreadyon.%player%} to player's ip on quit: delete {Alreadyon.%player%} on connect: if {Alreadyon.%player%} is not equal to player's ip: kick player due to "&4You are allready Online!"
  20. A

    Solved Help with Skript

    Hello, how can i made this: on rightclick with a book: if player has the permission "StaffMode": if {StaffMode.%player%} is true: send "%clicked entity%" to sender show the inventory of the clicked entity to the sender Because it says: <none>