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

    Is there any way to completely disable the shift key in GUI?

    I am making various GUIs. And I found a error. That is, when I press the shift key and the mouse button together, the items in the GUI are automatically imported in my inventory It cans be a fatal flaw in my project. How can I stop it? I want to ask : Is there any way to completely disable the...
  2. Danic

    Additional commands in script...

    If you type Minecraft "/effect", additional commands will appear at the back of "give" and "clear". How do I list commands that way?
  3. Danic

    set variable to random "string(not interger)"

    I know the code "set {variable} to random interger between <number> and <number>". But I want to use interger as string. This means that you want to specify a randomly set value as a character rather than number. What code is possible? This is code that I know. set {variable} to random integer...
  4. Danic

    Solved Urgent help request! The server is crashed!

    Urgent help request! The server is crashed! And this error occured! Skript cannot save any variables to the database 'default'. The server will hang and may crash if no more variables can be saved What should I do? My version of skirpt is 'skript 2.5-alpha6'.
  5. Danic

    Can't I use this type of code?

    I used this code. But skript said "Can't understand this condition/effect". Can't I use this type of code? format slot 27 of player with charcoal named "목탄 5개" with lore "&6팔고싶어! : 1 에메" to close then run [ if player has 5 charcoal: give player 1 emerald remove 1...
  6. Danic

    Solved Another GUI inside the GUI

    I am working on the code to create a store GUI inside a store GUI! But I got stuck in a 'loop'... Oh my god! Please fix the error below. Help me, genius! I used some Korean for the function. I tried to change it one by one, but I gave up because it took too long. Please understand me! every...
  7. Danic

    How cancel the drop of a specific item?

    When a player dies and drops an item, I want to cancel the drop of only a item called [Dreamer's Tool]. [Dreamer's Tool] is a specific item created by renaming the Minecraft clock item. Is there any construction that can do that?
  8. Danic

    Solved When the player holds the item, execute the command (Help Me!)

    I created a GUI Store and succeeded in getting it to work successfully. However, I faced an unexpected problem. (It may be because I have a bad head, haha.) Anyway I used the code below to run a successful GUI store. But I want to make a phrase so that I can get 64 emeralds only when I have a...
  9. Danic

    Solved What is obstructing my Automatic Notification?

    I want to make the automatic notification system with skript. What is the error that obstructs this code from working? options: prefix: <server> on join: delete {Automatic Notice} if gamemode of player is adventure: every 6 seconds: if {Automatic Notice} is not...
  10. Danic

    Solved I want to make a GUI Store

    I would like to build a store system utilizing the script's GUI functionality and Entity functionality. I had a high degree of maturity for my first project. but I found one problem, which is difficult to find and solve it with my lack of skill. Below are construction of my project. To explain...