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 community!

    Now, what are you waiting for? Join the community now!

  1. DanRub

    Solved Trouble with detecting lp permissions. [SOLVED]

    Oh, the space just slipped between the permission"noobsp": so just add the space between so like this permission "noobsp": Sorry for that :(
  2. DanRub

    Solved Trouble with detecting lp permissions. [SOLVED]

    Hey, well from what i can see from your code, you want to check if player has permission, if yes -> set him some kind of rank i guess. If thats the case you can do it like this: command /test3: trigger: if player has permission"noobsp": #Check if player has permission "noobsp"...
  3. DanRub

    Hiring Skript developer for hire

    Hey there! I'm offering my services as a Skript developer for your Minecraft server. I have experience in creating custom scripts, from unique game modes to complex systems that enhance gameplay. Whether you need help with minigames, economy systems, or any other custom features. Feel free to...
  4. DanRub

    Solved Trouble with detecting lp permissions. [SOLVED]

    Hey, it looks alright, but i need to see, where you setting the variable {_result} to true, because from this right here i cant tell where is the mistake.
  5. DanRub

    Bug GUI

    If I understand, you can do something like this: set metadata tag "Menu" of player to chest inventory with 1 row named "&l&7Menu" set slot 0 of metadata tag "Menu" of player to coal name "Test" with lore "Count: {count::coal::%uuid of player%}" open metadata tag "Menu" of player to player on...
  6. DanRub

    How to track if a player has the minecraft tag (/tag)

    Hey, I dont think condition if player has tag exists. I would recommend you to do it like when player equips tag, you will add the player to the list with the tag, and then check if he is in the list, that will be probably the easiest way for you to it.
  7. DanRub

    Solved saving lines of code

    Hey, only solution i can think of rn is this: loop integers from 0 to 44: if loop-value is not 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33 or 34: set slot loop-value of player's current inventory to red stained glass pane
  8. DanRub

    How to make the console an ingame command

    Hey, i believe you are trying to do this: command /console <string>: trigger: execute console command "%arg-1%"
  9. DanRub

    Developer for hire

    Hey, depends on how hard the codes will be.. I can surely do some easier skripts for free, but some harder it will be from like 3 and up usd, like i said it depends how hard the code will be.. If you want, you can add me on discord for some closer informations my discord: danrub
  10. DanRub

    Detect if a list contains another list

    Hey, hm, im wondering how you can do it, maybe you can try it like you loop those lists and then split both loop-values at integer or space or whatever will be easier, and check if those splits matches, if yes then the list contains required item. It will probably have easier solution, but i...
  11. DanRub

    I get this error when I try to reload scripts: "Can't understand this section: on placeholderapi request for the prefix "rp""

    Hey, uhm im not sure if you know how the placeholders works, because placeholder is calling everytime when he is in use. Also the on placeholderapi request for the prefix "rp": Is event in inself.. - That means when you want to use placeholder it should look like this: on placeholderapi request...
  12. DanRub

    Tablist Prefixes

    Hi, Im not sure, you are creating a whole prefix your self in skript, or you are using luckperms to that and only handling the lp prefixes with skript in tab? if its the first case, have you tried this? https://skripthub.net/docs/?id=2062
  13. DanRub

    Need help with Lifesteal Skript

    I dont undestand your code at all, i can help you, if you explain what EXACTLY should the command do.. Your code is really messy and i cant tell what are you trying to do. Also PLEASE use the code format, because this is horrible..
  14. DanRub

    compare a player with

    I think what you are trying to do is if {ready::%uuid of player%} is set: or something like that, because that one you have right here is nonsense, but i would need to know what are you trying to do with the whole code so i can actually help you out.
  15. DanRub

    lifesteal sort of skript help

    Hi, can you add me on discord so I can get more information about this, without waiting for response in here? my discord: danrub
  16. DanRub

    Developer for hire

    Hi, im looking for developing a server for someone, im experienced developer, if someone need to help with skripts, just lmk in this post.
  17. DanRub

    giving random items from a list

    Could you maybe be more specific please. You can add items to list like this set {apple} to apple and then you can add this apple to the list like this add {apple} to {list::*} If you do it like this you will have var with value of apple inside of list which you can later use on whatever.
  18. DanRub

    Making a cooldown that shows on an action bar

    Hey, https://skripthub.net/docs/?id=3017
  19. DanRub

    Solved Autocompressor that works when in offhand

    Wait, where did you get loop-player's offhand tool when you didnt loop anyone in the first place..
  20. DanRub

    Solved Skript crashes sever

    Dont forget to mark this post as solved