Recent content by Endissitin

  • 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. E

    On despawn

    I needed to create a skript that would make the Villagers not to despawn, but I don't know how, can anyone help me? thanks I try: On despawn of villager: cancel event
  2. E

    On consume of named item

    Try: if name of event-item is colored "&fToast":
  3. E

    Buy/Rent region

    category: Buy/rent Region Suggested name: Buy region Spigot / Skript Version: Spigot 1.8.8 what I want: I needed a version of this plugin in skript, https://www.spigotmc.org/resources/buyregion.507/ Because I needed to adjust it to suit my economy and other skripts, but I have no idea how...
  4. E

    Solved Problem with Gun Skript

    Try It: shoot arrow from the player at speed 10 If you want delay between shots: on rgihtclick holding a blaze rod: if the name of event-item is "Remington 700": if {delay.remington.%player%} is not set: player has a iron nugget remove iron nugget from the...
  5. E

    Give item to player

    command /ssg [<item>] [<text>] [<player>]: executable by: console trigger: set {signshop::item::%arg-1%::amount} to {_amount} give {_amount} of %arg-1% named "%arg-2%" to player-arg I needed to get he player to give the item arg-1 and the amount by _{amount}, but this...