A
Admincraftβ€’2mo ago
RkeyCap

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
Admincraft Meta
Admincraft Metaβ€’2mo ago
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
Carl-bot
Carl-botβ€’2mo ago
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
Eternal
Eternalβ€’2mo ago
https://discord.gg/skript you'll get better assistance over there
RkeyCap
RkeyCapOPβ€’2mo ago
it's not about skript
Loudbook
Loudbookβ€’2mo ago
skript πŸ‘ is πŸ‘ so πŸ‘ bad
RkeyCap
RkeyCapOPβ€’2mo ago
even vanilla commands are not working
Loudbook
Loudbookβ€’2mo ago
i πŸ‘ hate πŸ‘ skript πŸ‘
RkeyCap
RkeyCapOPβ€’2mo ago
smth is wrong the config no 😭 guys
Eternal
Eternalβ€’2mo ago
try replicating on another server
MrMcyeet
MrMcyeetβ€’2mo ago
+1
RkeyCap
RkeyCapOPβ€’2mo ago
i know skript has alot of downsides but please
MrMcyeet
MrMcyeetβ€’2mo ago
No
RkeyCap
RkeyCapOPβ€’2mo ago
help me in this problem no more skript mentioned please help
Eternal
Eternalβ€’2mo ago
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
RkeyCap
RkeyCapOPβ€’2mo ago
have you watched the video? it's not about skript or any plugins
Eternal
Eternalβ€’2mo ago
you wiped the skript parts but okay
RkeyCap
RkeyCapOPβ€’2mo ago
i just cant teleport to another world
Eternal
Eternalβ€’2mo ago
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
RkeyCap
RkeyCapOPβ€’2mo ago
im OP
Loudbook
Loudbookβ€’2mo ago
:noskript:
Eternal
Eternalβ€’2mo ago
:shrug:
RkeyCap
RkeyCapOPβ€’2mo ago
my server is running purpur btw
Loudbook
Loudbookβ€’2mo ago
new emoji dropping
RkeyCap
RkeyCapOPβ€’2mo ago
i've checked lotta configs still no result
Loudbook
Loudbookβ€’2mo ago
new sticker dropping
Eternal
Eternalβ€’2mo ago
pretty sure derailing threads was banned
Tamz
Tamzβ€’2mo ago
ok you are doing /execute in and not specifying Who /execute in X as @a run tp
Loudbook
Loudbookβ€’2mo ago
they're doing exactly what it says to do in the docs
No description
Loudbook
Loudbookβ€’2mo ago
~ ~ ~ only specifies coordinates not world so it should be fine
Tamz
Tamzβ€’2mo ago
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
Loudbook
Loudbookβ€’2mo ago
No description
Tamz
Tamzβ€’2mo ago
Well, not first, but something like that
RkeyCap
RkeyCapOPβ€’2mo ago
nah im still stuck at 1 place
No description
No description
Tamz
Tamzβ€’2mo ago
huh nvm then
RkeyCap
RkeyCapOPβ€’2mo ago
@Loudbook was right
Tamz
Tamzβ€’2mo ago
are you sure ur not in that dim alr
RkeyCap
RkeyCapOPβ€’2mo ago
maybe plugins
Loudbook
Loudbookβ€’2mo ago
huzzah
Tamz
Tamzβ€’2mo ago
mb
RkeyCap
RkeyCapOPβ€’2mo ago
caused the problem
Loudbook
Loudbookβ€’2mo ago
don't crosspost
No description
Loudbook
Loudbookβ€’2mo ago
⭐
RkeyCap
RkeyCapOPβ€’2mo ago
aight ok
Skullians
Skulliansβ€’2mo ago
the real crime here is you using light mode
Loudbook
Loudbookβ€’2mo ago
you're a crime
MrMcyeet
MrMcyeetβ€’2mo ago
Yas
Loudbook
Loudbookβ€’2mo ago
queen slay
RkeyCap
RkeyCapOPβ€’2mo ago
here are all the plugins installed in the server
No description
No description
RkeyCap
RkeyCapOPβ€’2mo ago
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
yucchun
yucchunβ€’2mo ago
no clue usually you'd have to go one by one until you found the bad one in the lot
Deathpacito
Deathpacitoβ€’2mo ago
!binary
Carl-bot
Carl-botβ€’2mo ago
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.
From An unknown user
Admincraft Canned Responses

Did you find this page helpful?