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

    Errors in console

    Are you sure this is a problem with the actual skript itself?
  2. pokw

    bossbar in 1.8?

    Please do your research before posting, I found an easily working skript: on join: create bossbar titled "&3&lWELCOME, &b%player%" and id "welcome.%player's uuid%" for player with progress 100 with colors aqua wait 5 ticks loop 100 times: set {_Value} to value of bossbar...
  3. pokw

    When crops destroy

    Please do your research, this is easily found in the Skript documentation. If you want a very easy skript, try this: on entity block change: if event-block is "wheat": cancel event This requires Skellet for the "on entity block change" event.
  4. pokw

    Name of an armor stand

    Can you please explain what doesn't work in the first skript that gave you no errors? Also please send me the errors you get when you try the second skript that gave you errors.
  5. pokw

    Scoreboard

    Please use code blocks, but it's a simple indentation error (please do your research before posting) which can be fixed by indenting. This should work: on player world change: if world is "Dupe": wipe player's sidebar wait 1 tick set name of sidebar of player to...
  6. pokw

    Can't use summon effect with coordinates

    Try something similar to a teleport. Examples: every 2 seconds in world "world": spawn zombie named "&4&lZOMBIE" at location at -28.92, 57, 174.06 in world "world"
  7. pokw

    How to make auto refill

    Please do your research before posting, but; For the refill of soups, you can use something like this: on consume of mushroom soup: if {%player%.fighting} is true: # Use if you only want to refill during a fight wait 1 tick # Try this if you need it give player...
  8. pokw

    Nametag problem

    I'm not sure what the problem is, all I know is that the name tag isn't working. Can you explain to me what the pictures show, who is nicked, and what the nick is supposed to be?
  9. pokw

    get message packet

    To clarify, this isn't a skript you made, but instead a plugin you are looking to integrate some skript into? If it's a skript, I can help, if not, I'm not totally sure but I'll look into it.
  10. pokw

    Checking all players inventories

    If you want to have something like 64 arrows in circulation and want to check individually because there may be multiple games going on or something, you might be able to assign a player/local variable to fix it. Not totally sure as I'm not sure what you want to do. Do you mind sending the full...
  11. pokw

    Skript Showing Unknown Command

    I tried and it said that it was spam, now it works.
  12. pokw

    Skript Showing Unknown Command

    I recently made a skript and it is showing no errors but it is showing an unknown command whenever I type in /guild. I'm not exactly sure what skript version I'm in or how to get it but I believe I should be on the latest version. variables: {%player%.guildmember} = false command...
  13. pokw

    Solved Skript Teleport Command Not Working

    I tried that code, but whenever I use /contracttp, it still says it's an unknown command. I've had this happen before and I haven't figured it out every time I did it, so now I'm just posting it on the forums (which I'm new to.) Also how do I use code blocks?
  14. pokw

    Solved Skript Teleport Command Not Working

    No errors are shown, but when I try to execute the command /contracttp, it says it's an unknown command. command /contracttp <player> <player>: usage: /contracttp <player1> <player2> description: &7Teleport two players to the contract room. trigger: teleport %arg-1% to location at 67.5...
  15. pokw

    custom permissions arent working

    I'm pretty sure it's because you need to set the permission node in quotation marks. Change permission: rank.owner To permission: "rank.owner" Also might be because [<offline player>] should be [<offline players>]