Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make UHC world configurable #146

Open
srslav opened this issue Mar 15, 2017 · 1 comment
Open

Make UHC world configurable #146

srslav opened this issue Mar 15, 2017 · 1 comment

Comments

@srslav
Copy link

srslav commented Mar 15, 2017

Hello,

I have a small suggestion to make, I would like to know if you can add an option that allows to put the uhc in another card than the main one. Because I have a waiting lobby on the main map on the server and I would like the uhc on another map via Multiverse Core but you do not add the option.

thank you in advance

@AmauryCarrade
Copy link
Member

AmauryCarrade commented Mar 15, 2017

Hi,

the « game world » is only the world where the players spawn at the beginning of the match. You can already generate the spawn points in the world you want the game to be into. With the commands (either /uh spawns add or /uh spawns generate), the plugin will use the sender's current world.

As for /uh spawns generate, you can also specify a world from the command or a script using the last argument:

/uh spawns generate <circular|grid|random> [size] [distanceMin] [count] [xCenter] [zCenter] [world]

This being said, if you use the configuration file to set spawn points, the first (default) Bukkit world will indeed be used. Also, only this world will be reset (weather...) at startup. I'll add a configuration option for that, it's very easy to do.

P.-S. Please use descriptive titles, it's way better for me.

@AmauryCarrade AmauryCarrade changed the title I have a small suggestion to make you :) Make UHC world configurable Mar 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants