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

    Temp [HIRING] [TEMP] Friends list/Friends system

    I can help, I've got an idea. I'm etheboiyt on discord
  2. E

    Addon SkCheese

    got it
  3. E

    Addon SkCheese

    ah ok! So could you do case {_var}?
  4. E

    Addon SkCheese

    Also how did you get the Addon Tag and the download button on this page?
  5. E

    Addon SkCheese

    so SkCheese just replaces else if with case (integer)?
  6. E

    Addon SkCheese

    What can you do with SkCheese? You said switching but switching what?
  7. E

    Text contains

    If you need any more help, just ask me :emoji_slight_smile:
  8. E

    Text contains

    if you want to send some values of it, use add "text" to {example::*} set {_something} to a random element out of {example::*} broadcast "%{_something}%" if you want to put this into a command: command /randshout [<text>] [<text>]: permission: shout permission message: You do not have...
  9. E

    No message is sent to the screen of the player variable

    I don't fully know what you are trying to do. But instead of using if "%attacker%" contains "ender crystal" you can use if attacker contains ("ender crystal" or ender crystal or "end crystal" or end crystal) Please can you send the error messages
  10. E

    help with my skript

    instead of on chance of 1% use: on death: if attacker is player: set {random} to a random integer between 1 and 100 if {random} is 1: drop {rpgitem::zweaponhandle} at location of victim send "&eYou just found a &r&2Zombified weapon handle&r&a 1%% drop chance" to attacker...
  11. E

    Toggle Chat LPPrefix not working

    are you trying to make coloured text? just use https://htmlcolorcodes.com/minecraft-color-codes/
  12. E

    gui with skript-gui not working

    command /rangok: aliases: /rang trigger: #make the GUI set metadata tag "rangok-gui" of player to chest inventory with 5 rows named "&8&lRANGOK" #format the GUI slots set slot (slot) of metadata tag "rangok-gui" of player to (item eg. clock) (of [enchant][level]) (named...
  13. E

    Settings GUI Skript! I need Help

    If you are using TusKe, don't. Use vanilla GUIs instead
  14. E

    gui with skript-gui not working

    Are you using TusKe?
  15. E

    Player Vaults (Skript) Packet Dupe Patch

    Good luck :/
  16. E

    Perform action if player is standing on sponge on world guard region

    So can you summarise that please. Are you just trying to kill a player if they are standing on a lucky block in a specific region?
  17. E

    My scoreboard doesn't update

    also %loop-player's balance% doesn't exist :/
  18. E

    My scoreboard doesn't update

    Heres some code for paying and balance ig command /bal: trigger: send "&3You have {money::%player's uuid%.money}$" command /pay [<offline player>] [<integer>]: trigger: set {money::%player's uuid%.money} to {money::%player's uuid%.money} - arg-2 set...
  19. E

    Custom head

    You use make server execute command "/(command)"
  20. E

    Separate loadouts

    So I am an owner of a minecraft server and I have many problems with my lifesteal code. The code works well but the hearts transfer across worlds. And so does the hotbar. I was wondering if it was possible to: when a player leaves the lifesteal lobby, there hearts go back to 10 and their loadout...