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

    Solved How to use nbt tags on items

    I know that that gives an error, but if it is an actual error, I have no idea how to fix that. If it's just a message ignore it, because the error is about the custom name, so you can try adding this: set display name of last spawned entity to "Something" Whole code: drop 1 stone hoe with at...
  2. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - 2.4

    Added prefixes as options Added messages as options A few bug fixes Next update I'll try to add Party 1v1s :O
  3. Efnilite

    Managing permission groups

    You need SharpSk for this: Check for groups of player: [sharpsk] (luckperms|lp) [(all|the)] groups of %player% Set permissions of a player [sharpsk] (luckperms|lp) set (transient perm[ission]|perm[ission]) %string% to %boolean% for [player] %offlineplayer% as far as i know you can't...
  4. Efnilite

    Solved How do you remove cursor AMOUNT item?

    yeah just read the docs thats possible: https://docs.skunity.com/syntax/expressions/Cursor%20Slot
  5. Efnilite

    Gui Skript 1.8.9

    format slot 0 of player with glass named "test" to close then run [make player execute command "test"] You can use this, but you need to wait 2 ticks before adding it, because format slot. You can ask someone on the SkUnity discord on how TuSKe works because i have no idea
  6. Efnilite

    Gui Skript 1.8.9

    Are you using format slot or TuSKe? Because then you can use, but please use set slot format slot 0 of player with glass named "test" to close then run [make player execute command "test"]
  7. Efnilite

    Solved How do you remove cursor AMOUNT item?

    I dont think you can remove items on wich slot the cursor is, but you can remove if you click on it
  8. Efnilite

    Solved How to use nbt tags on items

    Try using SkStuff and maybe use this, but I didnt test it drop 1 stone hoe with at {SpawnOFPistolV2} add nbt "{CustomName:""&2Pistolet&cV2"",CustomNameVisible:1,NoGravity:1b}" to last spawned entity
  9. Efnilite

    Where is the ERROR?

    add 20 to attacker that doesnt exist (line 6) use this (accidental double post sorry) on death: clear drops set {cooldown.%victim%} to true message "&cDu wurdest von dem Spieler &e%attacker% &cgetötet!" to victim message "&aDu hast den Spieler &b%victim% &agetötet!" to attacker...
  10. Efnilite

    Block around

    replace the # <things> with the on place and on break stuff on place of quartz ore: if name of player's tool is "&b&lPCNW &9» &eCoin Spawner": loop all blocks in radius 100 of event-block: if {hasplaced::%loop-value%::%location of loop-value%} = true: #...
  11. Efnilite

    Solved Auto updating sign?

    What do you mean? Can you send an example?
  12. Efnilite

    Solved Auto updating sign?

    How to auto update a sign? I tried this but it didnt work: command /test: trigger: set {gamesign::1} to line 2 of targeted block set {gamesign::2} to line 4 of targeted block every second: if {countdown} = true: set line 2 of {gamesign::1} to "&6Starting.."...
  13. Efnilite

    Replace message

    You can't replace messages with Skript, but if you rightclick on the .jar and open it with WinRAR, there may be a messages.properties so you can edit it.
  14. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - 2.3b

    Fixed all messages going to Dutch
  15. Efnilite

    Solved On rightclick on a block

    You can't test for the name of a block, and i dont know if you can even get the name of an item in an item frame, but idk
  16. Efnilite

    How to use a "tab" in text / string / chat?

    If what text is a variable?
  17. Efnilite

    antiswear not working

    Oh forgot, you need MundoSK for this to work
  18. Efnilite

    How to use a "tab" in text / string / chat?

    Just allign the spaces
  19. Efnilite

    antiswear not working

    on chat: set {_message} to message if "%{_message}%" contains "fuc": cancel event Maybe that??
  20. Efnilite

    How i can use a command in air

    Oh, just use: on rightclick: if player's held item is a compass: something