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

    Server crashes on Skript enable

    Hi, every time, i wanna enable my Skript, my server crashs, and i get this Error: https://hastebin.com/evideyirod.md Can somebody help me?
  2. C

    Remove NBT from Entity

    Hi, how can i remove, with the SkBee Addon, NBT from Entity? "remove "{map:28}" from nbt of event-entity" is not working
  3. C

    How can i spawn a invisible item frame with a map in it?

    Hey, how can i spawn a invisible Item frame with a map inside of it in skript?
  4. C

    Gametime

    Hi, Can I somehow display the Minecraft time? (The time that can be changed with /time set ?)
  5. C

    Run Linux command with Skript

    Hello, is there a way that i can execute Linux commands with Skript? I tested it already with skutilities and used: run script at "../proxys/proxy-01/start.sh" as code (To startup, it is not the only line) but its not working, every time it comes an Error up: [skUtilities] v0.9.2: Path...
  6. C

    Delete folder

    Hi, is there any way to delete folders with Skript?
  7. C

    teleport all players in region skript

    Hey, how can i teleport all players in a WorldGuard region? teleport all players in region "XY" to {lobby} is not working
  8. C

    Execute console command interhance ""

    Hey, i would ask the Community following: How can i execute a console command that interhance? For example: /give @p bat_spawn_egg{EntityTag:{Tags:["test"]}} 1 Than execute console command "/give @p bat_spawn_egg{EntityTag:{Tags:["test"]}} 1" is not working than the command interhance a ""...