Jump to content

xTomPx

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by xTomPx

  1. for me both of them work as intended always, I'm not good at diagnosing issues so it could be on your end or on the server your testing.
  2. Hi! If I understand you correctly then I made this skript which let's just say when someone does "/join bedwars" it will send them to the bedwars world. #change in options the name of worlds options: lobby: lobby command /join <world>: trigger: player is in "{@lobby}" make console execute command "/mvtp %player% %arg-1%" command /lobby: trigger: make console execute command "/mvtp %player% {@lobby}" Requires Multiverse. also the names must be "bedwars" not "world1" also if you want to allow player's to join without being in the lobby just remove the line "player is in "{@lobby}" "
  3. Hey! idk if you still need it but I made a skript for this (change /skback to /back if you want, i made it like that so I wouldn't interfere with essetialsx): on command "/tp": set {backloc::%player's uuid%} to location of player command /skback: trigger: if {backloc::%player's uuid%} is set: teleport player to {backloc::%player's uuid%} send "Sending you to your previous location..." delete {backloc::%player's uuid%} on quit: if {backloc::%player's uuid%} is set: delete {backloc::%player's uuid%}
  4. Hello! Recently, I've been getting into skript and it's amazing! now im trying to make a server with a lot of weird mechanics, one of them being diseases. Now I want to make custom diseases and not use a plugin. Was wondering how do I make a long-lasting disease that doesn't rely on variables due to variables not saving info on server restart. I was thinking about adding a item in the inventory and detect that but I also don't know how to make an item undroppable and not going in chests or adding the player to a team. What do you guys think? (please note I am a beginner in skript so if I don't understand basic things I am very sorry)
  5. Hello, I am starting an SMP with my friends and a some of my friends want KeepInventory on and some of them off so i suggest this plugin which works with luckperms (tested on a paper server with 1GB ram.) https://www.spigotmc.org/resources/keepinventory.1638/
×
×
  • Create New...