world

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

    teleport all players in a world to coordinates in that world

    i have a server with multiple worlds and one of them is WildKitzX (randomkits) since the map gets destroyed every time i made a skript that resets the arena through console commands that execute a plugin (mineresetlite) players get teleported to spawn before the reset, now i made a survival...
  2. S

    Is it possible to Loop the world that the player is currently in??

    Is it possible to Loop the world that the player is currently in??
  3. F

    Execute console command in specific world

    Hello there! I'm having some trouble with this: execute console command "/entitydata (UUID of entity) {Attributes:[{Name:generic.followRange,Base:100}]}" But it won't let me. I tried debugging it and manually, in-game, putting in an UUID and it worked! So i figured that since there wasn't a...
  4. N

    How do I make a manage world gui per player

    I want to make a Skript gui where every players starts off where it says create server then they click it then they get teleported to a diffrent world which was just created and they can use the gui to manage that world but the gui can be different for every players and I can access everyone's...
  5. S

    Spawn Blaze Error

    So, i'm currently making a Manhunt skript, where i let people edit the blaze spawning, so you can set {better-manhunt.spawn.rate.blaze} (how many blazes there spawns), to make it easier. But whatever i write, it gets an error. Either it says "Event-Entity is not a world" or "Could not understand...
  6. C

    Solved If player is in world.

    I am using "if player is in world "dropper":" and its not working. I have a multiverse world named "dropper". Context: on death: if player is in world "dropper": message "a" teleport player to location {level}
  7. K

    World border per world

    MY SKRIPT: format gui slot 0 of player with shiny barrier named "&b&lUpgrade Border Size" to run: execute console command "worldborder add 25" in world "sb%{tl.%player%}%" My skript above doesn't work so if someone could tell me how to set a world border in a certain world using skript that...
  8. S

    error code inventory of the player is not a world

    i fixed it.
  9. jonawoning

    Skript - Worldborder

    Hey there! So I am trying to figure out if there is a way I can run a worldborder command per world from console. Currently, if you run /worldborder ... it will run it in the default world. ie: world. So, is there a possible way I can run a console command for a specific world? Thanks in...
  10. P

    Create flat world

    Hey, im trying to make a Worldmanagment Skript. And for that I need to make it posible to create super flat world's. Is this posible to create one?
  11. S

    Solved World's spawn location

    Hello, I've search everywhere on the internet and I don't found how can i get the location of a specific world. (if I don't find a solution with armor stand, I would try when a player join the world to generate my schematic) My code: #creating world #teleport entity to my spawn in world...
  12. K

    Solved Location changes to another world

    First of all, thank you for your time of helping me. I set a location with set {spawn::%arg-1%} to player's location and then i teleport to the location using teleport player to {spawn::%{_map}%} where {_map} is the arg-1 in the first code. Im using multiverse to make different worlds for this...
  13. S

    Solved Create World Skript error

    So, using this code options: P: &8[&bServer&8] command /createworld <integer>: permission: skript.op usage: /createworld <radius> trigger: if arg 1 is a number: execute console command "/mvdelete UHC" broadcast "&a%command sender% &7is deleting...