Jump to content

alecj0217

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by alecj0217

  1. my server is randomly crashing, usually about an hour after it starts. the logs are empty when it crashes, it just is nromal then the logs end. no errors. no discordsrv watchdog message either. discord srv doesnt even show that it has stopped. i really need help bc this issue is annoying. the kick message says "An internal server connection error occured"
  2. my server is randomly crashing, usually about an hour after it starts. the logs are empty when it crashes, it just is nromal then the logs end. no errors. no discordsrv watchdog message either. discord srv doesnt even show that it has stopped. i really need help bc this issue is annoying UPDATE: kick message says "An internal server connection error occured"
  3. I have a variable that says when im in vanish all I want to do is if someone teleports to me while im vanished i want to cancel it.
  4. ok how would i make a tp command that works like the minecraft tp command
  5. thats exactly what i have besides the /skback part
  6. ok so i want a command that whenever you type /back it teleports you to where you were before the last teleport. ex: player is at location 1, teleports to location 2. /back command brings them to location 1. this is what i have, but it only works sometimes. on teleport: set {backloc::%player's uuid%} to location of player command /back: 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%}
  7. So as my server grew, I decided it was time to add an anticheat. So I added ABC Anticheat. But the server crashed a lot. When I removed ABC, it stopped crashing. Does anyone know why this would happen?
  8. simple /back command. all it does is bring it to where you were before you teleported. please and thank you.
×
×
  • Create New...