Open studiumcirclus opened 3 years ago
Can I have your full startup log. Also run /mv debug 3
and see if anything comes out on console when entering the mv-portal. Send logs of that too.
From what I understand, there are 2 portals in the same world with destination to each other. Tried on my own server and it works just fine.
Can I have your full startup log. Also run
/mv debug 3
and see if anything comes out on console when entering the mv-portal. Send logs of that too.From what I understand, there are 2 portals in the same world with destination to each other. Tried on my own server and it works just fine.
Hi there, thank you very much for your kind response. I recognise that you must have a lot to get through!
Yeah, the issue is quite weird. Some older portals which I created still work fine, but any new ones which I create (between worlds, or on same world - doesn't matter!) refuse to function. When I fly / walk into them, even with debug mode on, nothing happens at all. No error, nothing, no output. If I didn't know better, I'd think that the coordinates created via the wand are somehow wrong, and the portals are being created in positions other than my (assumed) selection
The server is a res of an old one which I have tried to update and patch up. It's mostly working again with a few minor glitches. When the server is booted, there are only a couple of superficial errors but there are a whole boatload of warnings (most of them from BetterEnd relating to certain blocks, but other users have flagged those warnings as spam warnings)
In any case, here is the server boot sequence log from console. It's long and messy as heck (keep in mind I'm just getting back into MS so I've got a lot to re-learn): https://www.codepile.net/pile/QGQMa4G4
The other thing you asked for was output from /mv debug 3
I enabled this, which triggered:
[CHAT] Multiverse Debug mode is 3
... then I tried to walk / fly into my portal. NOTHING. I can select the area for a portal, create a portal, then set a destination all successfully (and chat output confirms I have done things right). But as soon as a portal is made and the destination is set... when I walk into that portal, nothing happens (no error, no debug output, literally nothing) as if I never made the portal in the first place. But the portal does exist in portals.yml, along with portals which I created earlier
The portals created earlier still work, but the new ones don't. Not only do new portals 'not work', they fail to interact on any level (which is bizarre)
I've checked mv list to check portals have an origin and destination, only in imported worlds. I've checked some permissions level stuff... nothing seems to work. Whatever I do, old portals function properly and other portals (also listed in portals.yml) fail entirely, seemingly just because they are 'new'. That can't be the real reason they aren't working, but I can't seem to figure this out
Would be willing to even give server / admin access. I have a feeling that in the end I'll just feel really dumb and it will be something super obvious
Hmmm.... Can you screenshot the output of /mvp list
, /mvp info p2
and /mvp info p1
?
Hmmm.... Can you screenshot the output of
/mvp list
,/mvp info p2
and/mvp info p1
?
Yeah I can do that for sure!
So here's a link showing p1, p2 and the output which you requested
Link is from Droplr, it's what I use to host / share images and video stuff
Something else I'm also going to share is a video, showing working portals... then flying over to new portals which I have built (in terms of blocks) but not created. I will then proceed to create the portals, and show them not working
Here we go... Once complete they will be r1 and r2 (interlinked)
So the above is 2 minutes and 59 seconds of me creating new portals again, and again they don't work
Now obviously I'm not blaming this on MVP. Obviously MVP works, you can see (near the beginning) some Multiverse Portals working as intended. But any new ones which I make... they just don't!
Information
14:09:42.070 [CHAT] This server is running CraftBukkit version 3049-Spigot-a25e8ed-a8d7c94 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) 14:09:42.070 [CHAT] You are running the latest version
/mv version -p
:Help request
Problem I'm having a really tricky time with MV portals right now. I've recently resurrected an old MC server for myself and some friends. I upgraded and updated everything, so it's now running on Spigot 1.16.5
My server has multiple worlds with teleports to each in spawn, and teleports back to spawn from each of these worlds
I noticed that all the old portals which I had set up previously were working fine, but any new ones just seem to 'not work'. And by not work, I mean that /mvp create and /mvp modify dest work perfectly fine with no errors, but when I walk / fly into the portal - nothing happens. No error message, just nothing
When I enable debug and fly into the portal, nothing comes up at all. No errors, nothing
I have wand enabled (although I altered the item that the wand uses to Totem of Undying instead of wooden axe, which meant I needed to amend a couple of config files including WorldEdit one)
It's so weird. I select an area with the wand, create a portal. Create a second portal next to the first one. Amend the destinations of both to point to each other... the chat/console says, yes everything is successful... but then the portals just don't work or register that they are there at all. Even creating two portals in the default overworld doesn't work
When I go to look in portals.yml, I can't see any errors. Everything looks correct, e.g:
... but the portals don't work or respond to any kind of interaction whatsoever. Older portals (from before when I resurrected the server, last time it was up) work perfectly fine
The weirdest thing of all is that I've been into various common config files to make the permissions as wide open as they can be (e.g: "portalform: ALL", "enforceaccess: false" etc) but nothing works. I've tried running /mv list and all the worlds which I added are on there
Whatever I do, my old portals continue to function but any new ones (even with both portals in the default overworld, even with them right next to each other) refuse to interact in any way
What I have tried Changing various permissions in config files, checking worlds are in mv list, re-building the same portals about a dozen times checking both locations and destinations, enabling / disabling wand, moving wand to another item, checking via mv debug command etc.
P.S. Sorry I'm a bit of a coding / CLI / Github noob. Just trying to work out what could be wrong as I have always used and loved the MV portals plugin. My error is probably something really basic which I've overlooked :')