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

    MundoSK won't load

    i have no clue how to delete this thread
  2. Time4Games

    Disable instant move on a specific item

    I want to disable instant move of my head. so when I press 6 while hovering over my head it wont move. But I want the instant move to work on other items. any ideas on how to do that?
  3. Time4Games

    skript variables in java plugin

    So im making a plugin and i want to use variables from a skript. After searching on the internet i found this: https://github.com/SkriptLang/Skript/blob/master/src/main/java/ch/njol/skript/variables/Variables.java#L274 but i don't know how to implement it into the plugin to make it work.
  4. Time4Games

    Solved [item] skript

    I am working on a server and i want to do that if you send [item] it will send the item you are holding with its lore i tried making it for 3 hours but failed, help please
  5. Time4Games

    Code not working

    I made a ban system with a banlist. I want to remove the player from the banlist when is is unbanned but it doesn't remove it. I tried puting other things like broadcast "d" and it did broadcast. But when i do command /o: trigger: remove player from {banlist::*} it does work here...
  6. Time4Games

    Solved Banlist

    I'm making a server and i want to have a ban list where i can see the players i banned. Help would be appreciated :D never mind i did it how to delete posts?
  7. Time4Games

    Solved Not wearing leggings bug

    Im making a code to show the armor and held item of player but for some reason it doesnt detect the leggings. Its acts like the player has no leggings Also im using 2 spaces and not a tab if player is wearing leggings: set {_l} to leggings of player else: set {_l} to white glass pane named...
  8. Time4Games

    Solved Chest Gui Help

    command /test: trigger: i want this to open a chest that big: 1x3
  9. Time4Games

    Display name

    this code doesnt work. help pls (i use 2 spaces and not a tab) command /test [<text>]: trigger: set arg-1 to display name of player
  10. Time4Games

    Solved Colored leather armor

    This code doesn't work. help pls set player's leggings to leather leggings of protection 2 dyed gray
  11. Time4Games

    Solved Make this code shorter

    Is there a way to make this code shorter? i use 2 spaces and not a tab command /buywoodenpickaxe1 [<player>]: permission:sk.developer trigger: if arg-1 has a wooden pickaxe named "&bWooden Pickaxe &aLevel 1" with lore "&9Unbreakable": if {glass::%arg-1%} is bigger than 9...
  12. Time4Games

    Solved Enchnated tools

    So i wrote this code for a minigame im working on. I want the pickaxe u get to be enchanted but without any ecnhatnemt(like an enchanted book with no enchantments)(only the enchanment effect) Also i use 2 spaces and not a tab command /buywoodenpickaxe [<player>]: permission:sk.developer...
  13. Time4Games

    Solved Doesnt execute a command once i join the server

    Basically im working on a server and i want a scoreboard to show the blocks a player have. The problem is that when i join it doesnt execute the command "scoreboard1 %player%" help pls on join: execute command "scoreboard1 %player%" command /scoreboard1 <player>...