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

    problem with a list

    Skript Version: Skript 2.3.6 Skript Author: Bensku Minecraft Version: 1.13.2 I've got the Problem that Skript removes to many items from a list variable. In this script {shop::*} contains 128 tnt blocks and the customer wants to buy 1 tnt block ({customerwish}). Now the problem: If someone buys...
  2. P

    Items in a chest

    Skript Version: Skript 2.3.6 Skript Author: Bensku Minecraft Version: 1.13.2 Code (Removed Money and Gui stuff): if {shopinv.%player%} is true: cancel event if inventory of block at {_storage} contains {_buyitem}: remove {_buyitem} from {_storage}'s inventory give {_buyitem} to...
  3. P

    NPC, plants a sapling

    The distance between the sapling and the startpoint is just 6 blocks long.
  4. P

    NPC, plants a sapling

    I don't mean a normal vanilla npcs like villagers. I have edited the main post, that I ment Citizens npcs.
  5. P

    NPC, plants a sapling

    Category: Fun/NPC Suggested name: npc-plant What I want: I want that a Citizens npc (I mean this Plugin: https://dev.bukkit.org/projects/citizens) goes every 30 minutes to a specific point and at this point it should place an oak sapling. When this is done, the npc should go back to the...
  6. P

    Addon skript-mirror

    Hey, i I have tried to check if a player is in the group "owner": set {groupcheck} to {PermissionsEx}.getuser({user}).ingroup("owner") It always returns "<none>". Can someone explain me how I can check if a user is in the group or how I can get the group of the player please?
  7. P

    nearby enttites

    Thanks it works!
  8. P

    nearby enttites

    When I try this, I get the same errror from the beginning of this thread.
  9. P

    may health

    B]Skript Version:2.1.2 Minecraft Version: Spigot 1.8.8[/B] Full Code: on spawn of spider: set rf max hp of last spawned spider to 40 Errors on Reload and from the Console: #!#! [10:59:03 ERROR]: #!#! [Skript] Severe Error: [10:59:03 ERROR]: #!#! Could not load demo.sk [10:59:03 ERROR]...
  10. P

    nearby enttites

    Skript Version: 2.1.2 Minecraft Version: Spigot 1.8.8 Full Code: command /noent: permission: sk.noent.set trigger: set {loc} to location of player every 3 seconds: loop the nearby entities in radius 15 around location {loc}: kill loop-entity Error: There's no location in a...