help me! i cannot teleport to another world by using /execute in
I wanted to teleport all players in specific location and world.
it's not working even if I've used vanilla command "/execute in ... run tp ..."
only multiverse-core command works: "/mvtp"
52 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by rkeycap#0
Caution with skript
Skript is a plugin for Spigot/Paper-based servers that allows users to create scripts without needing to understand Java. Its syntax is similar to pseudocode, so you can write simple commands like 'set attacker health to 20' without worrying about complex syntax.
However, there are some drawbacks to using Skript. It can consume a lot of resources and negatively impact your TPS (ticks per second). The community often dislikes Skript because it has a lower barrier to entry than Java does, which sometimes leads to poorly written code that causes lag or bugs. Additionally, the syntax can be unintuitive, and the documentation is often inconsistent or hard to follow.
For example, many users are unaware that Skript, by default, writes data to disk and retrieves it from there. This isn't the most efficient method, especially as you add more variables, which can affect other I/O operations.
Ultimately, using Skript is up to you. It can be a handy tool for quickly fixing small bugs, adding temporary features while you work on a more permanent plugin, or creating a simple custom command. If you need help or support, check out the resources below or join the Discord server, where you're likely to get better assistance.
Tutorials:
- introduction
- skriptlang docs
- skripthub
- Skript's discord
Admincraft Canned Responses
https://discord.gg/skript
you'll get better assistance over there
it's not about skript
skript π is π so π bad
even vanilla commands are not working
i π hate π skript π
smth is wrong the config
no π guys
try replicating on another server
+1
i know skript has alot of downsides
but please
No
help me in this problem
no more skript mentioned
please help
you'll have to troubleshoot the cause, try running the same skript in a fresh server
people usually want you to learn java around here (they don't want others picking the easy way) so I doubt if you'll get much support
from what you said the plugin has issues so you could find out what's the cause
have you watched the video?
it's not about skript or any plugins
you wiped the skript parts but okay
i just
cant teleport
to another world
not sure why vanilla commands don't work, never came across that one before
make sure you have op or proper permissions via your preferred permission plugin
im OP
:noskript:
:shrug:
my server is running purpur btw
new emoji dropping
i've checked lotta configs
still no result
new sticker dropping
pretty sure derailing threads was banned
ok you are doing /execute in and not specifying Who
/execute in X as @a run tp
they're doing exactly what it says to do in the docs
~ ~ ~ only specifies coordinates not world so it should be fine
they arenβt
If you do/execute without specifying who it will literally just run a command into the dimension, thatβs about all it does you need to specify who first
Well, not first, but something like that
nah im still stuck at 1 place
huh nvm then
@Loudbook was right
are you sure ur not in that dim alr
maybe plugins
huzzah
mb
caused the problem
don't crosspost
β
aight ok
the real crime here is you using light mode
you're a crime
Yas
queen
slay
here are all the plugins installed in the server
i've tried disable all the plugins and it works
so yep the problem is definitely plugins
do you guys have any clue for me :D?
like which one causes it
no clue usually you'd have to go one by one until you found the bad one in the lot
!binary
Binary search your plugins
Remove half of your non-essential (ie not things like PAPI or LuckPerm) plugins and see if the problem is fixed.
If it still persists, the cause is in the half still installed.
Continue to halve the remaining plugins until you've narrowed it down to a single plugin.
Congratulations, you found the culprit.
Admincraft Canned Responses