map

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

    Addon ImageryAPI - Take pictures in Minecraft 1.1.3

    ImageryAPI A toolkit for taking pictures and videos in Minecraft. This library mainly consists of an image capture utility that will return images when given a location (and sometimes other options). It looks something like this (left is generated by ImageryAPI, right is a normal Minecraft...
  2. 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?
  3. D

    Help with custom map ID (filled map)

    I'm trying to give a player to a filled map, already created, but I can't form one, or the code is: set {_map} to filled map with custom id 0 give player {_map}
  4. Jonathan Cohen

    World Rollback

    Category: Minigame world rollback Spigot/Skript Version: All latest What I want: A proper description. I wan't a skript that is able to rollback a world to the state when the minigame starts with no block placements by normal players just like skywars on hypixel Ideas for commands: /copyworld...
  5. Jonathan Cohen

    Map reload

    Hello, I am making a skywars skript and I need a map reload thing for that. I don't know how to make that. Can anybody help me?
  6. Peivi

    Maploader

    Category: Skript Suggested name: no name included What I want: I want a map loader for minigames. The maps could remove and apply themselves. The problem with it is that how could i set spawn to just a second ago loaded map. Also i want to load maps, because the players could place blocks...
  7. Aidanete

    WarpsManager [Skript 2.2]

    WarpsManager Hello, I'm Aidanete and today I will show you my new and best creation at the moment. It's my biggest project and my favorite. What is WarpsManager? With WarpManager you can have in your hands the full control of warps, homes, a lobby, tpa, tpahere, back, sign-warp and the upcoming...
  8. M

    Draw image on map

    Skript Version: 2.2 Skript Author:Njol Minecraft Version:1.8,1.9 etc (viaversion) --- Full Code: command /draw: trigger: df "plugins/Maps/%player%.png" set {link} to "Drawlink (not gonna tell ya)" download file from "%{link}%" to file "plugins/Maps/%player%.png"...