Closed John-H-Smith closed 3 years ago
Oh yea, another thing, maybe we should show the destination of all portals so something like:
test1 -> w:world
test2 -> p:test1
test3 -> e:nether:12,20,12
You can probably get the destination string with p.getDestination().toString()
I've changed all the brackets you mentioned. Also, I enhanced the destination view, just have a look:
Ah, what do you think about giving the world behind the portal name for portal destinations? So you can see everywhere which world you would enter.
I've changed all the brackets you mentioned. Also, I enhanced the destination view, just have a look:
Is there a reason why some portals listed doesn't have a destination shown?
Ah, what do you think about giving the world behind the portal name for portal destinations? So you can see everywhere which world you would enter.
Sure!
Is there a reason why some portals listed doesn't have a destination shown? Yeah, that's in case a portal has been created without a destination, just using
/mvp create <name>
and has not been modified either.
I just added the world's name after portal's name:
Thanks for the PR! Really appreciate it!
To make a better list command, I changed the default appended names to a list view with multiple pages. Also you can, instead of a filter, type the page you want to get the portals. As further little enhancement, I added the destination portal name into the line of the portal's entry if there's a destination set. Here some images as explanation:
Old:
New:
Sadly, you're not able to use a filter and group by pages at the same time.