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

    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...
  5. 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...
  6. 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...
  7. 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?
  8. D

    Solved Custom number formatting

    So I was wondering is there anyway to format number to be like 1000 > 1K 1000K > 1M 1000M > 1B 1000B > 1aa 1000aa > 1ab etc If its possible with functions It will be good.