need help with multiverse plugin (tried asking on there discord but it’s a bit dead)

(Tried asking this already in the multiverse plug-in discord but I don’t think many people are really checking there often so thought I would try here) hello I have two modes in my server survival (which uses the default world, nether, end made on server start) and kitpvp which uses a world i made with this plugin, how can i seperate the kitpvp user from the other maps, this is mostly for there inventory but if theres a way for it to also isolate economy's using Vault (so survival and kitpvp money are separate) that would be great.
39 Replies
Admincraft Meta
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 sir.cumbidles#0
Discount Milk
Discount Milk2y ago
Inventory you can use the add on multiverse inventories And then the grouping feature to separate the world groups
Deleted User
Deleted UserOP2y ago
Perfect I’ll get that now, does Vault or multiverse have anything that could seperate peoples money between worlds?
Discount Milk
Discount Milk2y ago
GitHub
FAQ (Inventories)
The original Bukkit Multi-World Plugin! . Contribute to Multiverse/Multiverse-Core development by creating an account on GitHub.
Discount Milk
Discount Milk2y ago
I don't know of any. You'd be better off sharding your servers, using bungee and breaking each world into it's own server
Deleted User
Deleted UserOP2y ago
i sadly cannot afford that at the moment but plan to, I’ll just let the money be global and make sure it’s all balanced and works between modes until I can afford multiple servers Thank you for your help :CreepySmile:
lavaking46
lavaking462y ago
GitHub
Shares List (Inventories)
The original Bukkit Multi-World Plugin! . Contribute to Multiverse/Multiverse-Core development by creating an account on GitHub.
lavaking46
lavaking462y ago
theirs a toggle for economy sharing between worlds
lavaking46
lavaking462y ago
No description
Lildirt
Lildirt2y ago
My brother in Christ, you asked your question in MV Discord at 8:30 this morning and it is 9:30. We are asleep or getting ready for work. The economy splitting does work, but it's not recommended because stuff like /pay can bleed over other economies. Milk's right, and sharding servers is the correct answer here IMO.
Deleted User
Deleted UserOP2y ago
i was also basing it by the um cough cough days of unanswered questions tyvm as stated i cannot afford to have multiple servers going so this will do i can probably find a way to disable /pay in kitpvp anyways how exactly does the economy splitting work? can it actually split the balance between worlds? as thats all i need. i have tried having the share and not having the share and the results of the both are identical
Lildirt
Lildirt2y ago
Yes, it only swaps the account balances.
Deleted User
Deleted UserOP2y ago
then why is my balance unchanged? when i change my balance in lets say kitpvp and then mvtp to survival the balance is the same whether the share is added or not
Lildirt
Lildirt2y ago
If you're granting yourself all permissions, or are an OP, then you probably have the MV-Inventories bypass permission, which stops this from happening. https://github.com/Multiverse/Multiverse-Core/wiki/Permissions-(Inventories)
Deleted User
Deleted UserOP2y ago
i see ill have to setup a way to travel betweem them without mvtp as i cant seem to get the permissions for it to work right, neither with the portals im following the documentation but the portal just wont work unless im opped 😭
No description
Deleted User
Deleted UserOP2y ago
tried using an npc and it kept saying i didnt have perms i did have aswell so idk what to do now
No description
Lildirt
Lildirt2y ago
well, I can tell you that the permissions definitely work, so any issue you're facing is a LP configuration issue. as for /mvtp, this is meant to be an admin command anyway so I suggest you don't assign it to your users & build another way for them to get from world-to-world. not much I can suggest without having a deeper understanding of your permissions setup. someone else might volunteer to help you sort that out. 🤷
Deleted User
Deleted UserOP2y ago
its luck luckperms default permissions which apply to everyone they have worked for any other plugins permissions
Lildirt
Lildirt2y ago
MV does have a built-in debug to say exactly why it's denying things (logs to console), but iirc we always refer to permissions out-of-the-box. so if it's only doing an op check (for whatever reason), you'd be able to see it there.
Discount Milk
Discount Milk2y ago
You can share an lp editor link without harm. Somebody can use that to help you debug :)
Deleted User
Deleted UserOP2y ago
debug what though? the plugin has worked without issue for every other plugin :why: nothing is popping up in console
Discount Milk
Discount Milk2y ago
Your permissions issue
Lildirt
Lildirt2y ago
.. well, you have to enable it. It's a config option for Core.
Deleted User
Deleted UserOP2y ago
the debug appears to just output every single permission it can find and tells me.. nothing at all
Deleted User
Deleted UserOP2y ago
you saying i need all these to walk through a portal? :why:
No description
Deleted User
Deleted UserOP2y ago
this is essentials im fucking blind what option is to enable the debugging? the only thing i can assume it is is globaldebug: '0' and it doesnt really explain how this works in the slightest anywhere
Lildirt
Lildirt2y ago
yes, it's globaldebug. The higher the value = the more information given to you by the plugin.
Deleted User
Deleted UserOP2y ago
what number would I want this set to get the information I need? I have it put to 3 as that’s the example uses in /mvconf and nothing is going into the console
Lildirt
Lildirt2y ago
best to do 3, since the transport logs are mixed between level 2 and 3. You're going to get hit with a lot of other unrelated info. possible that updating the log level during runtime won't actually reflect until it's restarted. Limitations of the Java logger.
Deleted User
Deleted UserOP2y ago
I’ll give it a restart and see if it starts outputting stuff
The node [multiverse.portal.access.kitpvp] was NOT set for [DarkenedSlumber].
20.07 16:33:35 [Server] INFO Checking to see if player [DarkenedSlumber] has permission [multiverse.portal.access.kitpvp]... NO
20.07 16:33:35 [Server] INFO MV-Portals is DENYING Player 'DarkenedSlumber' access to use the portal 'kitpvp'.
The node [multiverse.portal.access.kitpvp] was NOT set for [DarkenedSlumber].
20.07 16:33:35 [Server] INFO Checking to see if player [DarkenedSlumber] has permission [multiverse.portal.access.kitpvp]... NO
20.07 16:33:35 [Server] INFO MV-Portals is DENYING Player 'DarkenedSlumber' access to use the portal 'kitpvp'.
its saying i dont have the permission but im in the default group same as all other users and this group has multiverse.portal.access.kitpvp as true :why: and this permission group has worked with other plugins when deciding what default users can and cannot do
Lildirt
Lildirt2y ago
the only assurance I can give you is that MV is checking permissions exactly the way other plugins do it, via CommandSender#hasPermission. Operator status is not a factor, period. So, if it works when you have OP, and doesn't when you don't, that's telling me you have some kind of permissions fuckery, regardless of whether it "worked with other plugins."
Lildirt
Lildirt2y ago
if I need any evidence for this claim, here.
No description
Lildirt
Lildirt2y ago
Bukkit is telling us that you don't have the permission, so something's wrong on your permissions side. I just don't have anything else to tell you.
Deleted User
Deleted UserOP2y ago
ffs
Discount Milk
Discount Milk2y ago
Send the lp editor link Like asked before D:
Deleted User
Deleted UserOP2y ago
Fixed it, the issue was powerranks But am still having issues with specifically the multiverse inventories not separating my two groups economies In the console it says it’s ignoring optional share: economy but in the config I have it set not to ignore them
Discount Milk
Discount Milk2y ago
Tf, who uses power ranks in 2023 That was dead back in the days of pex even
Deleted User
Deleted UserOP2y ago
I couldn’t find anything else didn’t realise essential had something already, I am outdated :Troll: i am but from the days when factions was still popular and cool so a long time ago
ProGamingDk
ProGamingDk2y ago
luckperms is best

Did you find this page helpful?