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

    Ersatz PAPI in non-player event

    So I was trying to set up a scoreboard which shows stats of the player, in the placeholder part I use Ersatz then it says There's no player in a periodical event then I switched to function (Skellett's scoreboard) then I got another error saying There's no player in a function event Does anyone...
  2. D

    [TUSKE] Prevent players from storing item in inventory

    Hello, so I was wondering how to prevent players from storing their items in an empty slot in a tuske chest inventory?
  3. D

    Player empty inventory slot

    So i was having a problem trying to fill player's inventory with soup: command /fillpots <player>: executable by: console trigger: wait 1 seconds if player has enough space for 1 iron chestplate: set {_need} to 1 if player has enough space for 2 iron...
  4. D

    Solved Crate not working

    Works, thanks
  5. D

    Solved Crate not working

    Nope, Ill try turning it off.
  6. D

    Solved Crate not working

    command /announce <text>: executable by: console usage: /announce <text> trigger: broadcast " " broadcast "&3&lBROADCAST &8» &7%coloured arg-1%" broadcast " " on rightclick on ender chest: name of player's tool is "&a&lMonthly &6&lKey" player's tool is...
  7. D

    WELP

    Yes, The 1.8.1 one
  8. D

    WELP

    command /levelup: trigger: open virtual chest inventory with size 6 named "&6&lLevel &a&lUp" to player format gui slot 0 of player with coal block named "&8[&a1✩&8]" with lore "&6Price: &a1 XP" and "&6Click to levelup!" to close then run: if {level::%player's...
  9. D

    Solved I got this error when the server starts

    I’ll try doing that
  10. D

    Solved I got this error when the server starts

    So i started my server and skript is doing something mental in the console I hope someone can help...
  11. D

    Solved play sound to player

    I can't believe I'm that stupid lol I can just use for player but thanks.
  12. D

    Solved play sound to player

    So I was making npc skript and I've used play raw sound "RECORD_CAT" at player with pitch 1 volume 100 Then this thing played sound to all players I want this to only play sound to 1 player Is there anyway to do it?
  13. D

    how many staff is on - holograms

    loop all players: if loop-player have permission “skript.staff”: add 1 to {_currentstaff} Use {_currentstaff} as staff count
  14. D

    Teleporting to other world

    I suggest using set command then use variable for location set {parkour} to player’s location teleport player to {parkour}
  15. D

    Random name generator (disguise)

    What I suggest is to use skript to read a list of text in yml
  16. D

    Change Display Name / Above the head

    Use name tags
  17. D

    Addons

    Did you mean sublime text addon? There will be an installer exe file packed with it
  18. D

    [HELP] Adding +1 enchant to an item

    You need to put ‘ on it player’s balance You can us placeholders api if it doesn’t work set {_balance} to placeholder “your placeholder here” requires estraz sk idk if I spell it right
  19. D

    I want to enchant slot item

    Are you using MH version of skript?