Configuring for multiple bases?Solved

Hi All. Firstly, Nivex you are really amazing!

Great job for making such a wonderful plugin.

SO I managed to set up a raid base on my server and got players to test it and it worked so well.

How can I set up multiple bases now?

I made the base "test" and used copy-paste and made it work with the plugin.

Now I want to make multiple bases and have them cycle through randomly during the day, "test1" "test2" "test3" etc.

How can I set this up?

Im sure this is easy. Im just an idiot :)

It's in the documentation :p

rb.config add test test2 test3 test4

This will add additional bases to the primary base `test` so that test2/test3/test4 share the same settings as `test`

rb.config add test2
rb.config add test3

This will create primary bases test2 and test3

Primary bases use their own settings

Additionl Bases use the settings from the Primary Base

Thanks so much.

I was wondering if that was the right command or not.

Thanks for the amazing plugin :)

Locked automatically