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

    Solved Periodic event error

    T The code was made so it updates every time someone joins (for the player count) and when the players get kills (for the kills), I completely forgot about the balance, but for that, you can use a periodical event (every x seconds) or, better yet, a while loop
  2. oToghty

    Help for my /shop command

    Please try to use something else rather than SkQuery for your guis
  3. oToghty

    I can't figure out how to find if a player's name is in a list var

    on bed enter: set {sleep::%player's uuid%} to player's uuid broadcast "&e%player% &7is now sleeping [%size of {sleep::*}%/%size of all players / 2%]" if size of {sleep::*} = (size of all players / 2): wait 1.5 seconds set time to 7:00 set weather to clear...
  4. oToghty

    Solved Periodic event error

    You can use this, it's way better than what you had. What you'll need to do is download Skbee and delete skrayfall or go into the config and disable scoreboards, but I'd delete it if I were you as it doens't really have any use. You should also really consider always using list variables as they...
  5. oToghty

    Solved "if player has 1 iron ingot named" not working if the item has other nbt

    That's not what I said tho, it's `where [nbt of ..]` not `[where nbt of ...]`
  6. oToghty

    [ PLEASE HELP ME ] Ersatz

    Where you format your scoreboard
  7. oToghty

    Solved Change Sign Text

    1. Don't get Tuske and SkQuery, they're not needed 2. Does the message "You have set axe 1v1 sign 1" get sent? if yes, broadcast the variable {_sign}, make sure it's set
  8. oToghty

    Solved Skript not working.

    What's your server version?
  9. oToghty

    Solved "if player has 1 iron ingot named" not working if the item has other nbt

    exactly what you had but just add is set at the end
  10. oToghty

    [ PLEASE HELP ME ] Ersatz

    Well you do set {_playtime} to placeholder "the placeholder" from player right where you set your scoreboard and then use %{_playtime}% to showcase it,
  11. oToghty

    Check if block is on another block, wait, then check again

    please format your code by clicking there and then on code blocks
  12. oToghty

    [ PLEASE HELP ME ] Ersatz

    You can update it every now and then as you wish but you can just try to use skript-placeholders as it'd make things easier for you to use it, try `set {_playtime} to placeholder "" from player` and make sure to download any extensions via /papi ecloud download ... if it needs any...
  13. oToghty

    [ PLEASE HELP ME ] Ersatz

    I just told you, it's `time played of player` not playtime and it requires skript 2.5+
  14. oToghty

    Solved Change Sign Text

    set line 1 of ... to ""
  15. oToghty

    Adding dropped items to a chest

    debug your code
  16. oToghty

    Solved "if player has 1 iron ingot named" not working if the item has other nbt

    you can try to use a filter all items in player's inventory where [nbt of input contains "test"] or all items in player's inventory where [name of input is "test"]
  17. oToghty

    [ PLEASE HELP ME ] Ersatz

    1. Instead of Ersatz (which is outdated) you should use skript-placeholder 2. You don't even need placeholders for what you're trying to do, there are already built in expressions for all that playtime = player's time played online players = size of all players For the kills, use a death event...
  18. oToghty

    How to add levels

    To put their level next to their name you can either change your whole chat format with skript or register a placeholder for your plugin And it's impossible to give the level to the victim.
  19. oToghty

    Solved Change Sign Text

    the 17th button or the 4th if you go from right to left