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 I can reset an arena?

    save your arena as a schematic, and with SharpSK you can paste it by using paste schematic "schematic" at location at 1281, 157, -283 in world "world"
  2. Efnilite

    Clear all effects

    remove all potion effects from the player
  3. Efnilite

    Solved Checking Alts of A Player

    try send "hi" to sender EDIT: in newer versions CONTAINS is broken. In this case, use if "%{check::*}%" contains "%arg-1's ip% %loop-value%":
  4. Efnilite

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

    fixed yaml log bug
  5. Efnilite

    Solved Placeholders + Variables

    Try using placeholder-placeholders: Example command: /set msg-1 &cTest {player} Code (not tested though) set {var} to "&cTest {player}" command /test: trigger: set {_lang::*} to "%{var}%" replace all "{player}" with "%player%" in {_lang::*} send "%{_lang::*}%"
  6. Efnilite

    Solved cant make it work

    command /buff: aliases: /vagtbuff, /vagtb, permission: vagt.buff trigger: open chest with 3 rows named "&6Vagt Buffs!" to player format slot 11 of player with 414 named "&3Speed!" with lore "&6Tryk her for at få speed!" to close then run [ make player execute command...
  7. Efnilite

    Solved Variable inside option

    if that doesnt work try options: MONEYY: you have \money dollars command /moneyy: trigger: set {_list::*} to "{@MONEYY}" replace all "\money" with "%{moneyy::%player%}%" in {_list::*} send "%{_list::*}%"
  8. Efnilite

    Linking Lightning to player

    on right click on golden axe: if player has permission "kb.thor": set {linked::%player%} to true wait 10 ticks set {linked::%player%} to false on death of player: if {linked::%attacker%} = true: add 10 to balance of attacker
  9. Efnilite

    about lore

    You can maybe use if player does not have 1 of emerald And btw can you send the whole code?
  10. Efnilite

    Solved %player% variables question

    Try using command /yml: trigger: send "%YML(""stats.%player%"", ""joinedDate"", -1)%"
  11. Efnilite

    hiding

    You need ProtocolLib and MundoSK: hide player in tablist of all players If that doesn't work loop all players: hide player in tablist of loop-player
  12. Efnilite

    Remove created bossbar (Skellett)

    I dont think you can do it via local vars/callnames, except for maybe (but idk) set {_lvar} to new bossbar set {bossbar::1} to {_lvar} hide bossbar {bossbar::1}
  13. Efnilite

    Remove created bossbar (Skellett)

    Maybe set the bar to a variable and try to useset {lobby::bar} to new bossbar skellett hide bossbar {lobby::bar} or something
  14. Efnilite

    Remove created bossbar (Skellett)

    [skellett] (hide|show) bossbar %bossbar%
  15. Efnilite

    Item Rame

    https://docs.skunity.com/syntax/search/Itemframe%20item%20addon:skellett If you want to test if a player clicked it: on right click on item frame:
  16. Efnilite

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

    - Fixed yaml config
  17. Efnilite

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

    - Fixed party promote - Fixed party menu - Fixed party home - Fixed party chat
  18. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - THE ARENA UPDATE

    ADDED 10 ARENAS AT A TIME SUPPORT! SET UP YOUR ARENAS NOW! Fixed a lot of bugs Soon I'll be adding a setup video to make it clearer.
  19. Efnilite

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

    Fixed yaml config
  20. Efnilite

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

    Hi there, today I added a lot of features. I might sound desperate, but please review this resource and send me ideas! ADDED PARTY DUELING! (Only works w/ 1 duel at a time, will try to remove that.) ADDED PARTY STALKING.. I MEAN USERDATA (Follow players in the userdata folder in the Party+...