How do I make it so that you can create multiple towns? #5192
Answered
by
LlmDl
PixelPingu
asked this question in
Q&A
-
I've been trying to do this for hours now, what should I put in the permissions file? |
Beta Was this translation helpful? Give feedback.
Answered by
LlmDl
Aug 16, 2021
Replies: 1 comment 1 reply
-
A normal player cannot make multiple towns. An admin can do the following: https://github.com/TownyAdvanced/Towny/wiki/How-Towny-Works#mayors The short version; Then Then you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LlmDl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A normal player cannot make multiple towns. An admin can do the following:
https://github.com/TownyAdvanced/Towny/wiki/How-Towny-Works#mayors
The short version;
When you have your town set up do
/ta set mayor {townname} NPC
.Then
/t leave
, then create your second town.Then you can use
/ta set mayor {townname} npc
&/t leave
whenever you want to switch towns and then/ta town {townname} add {yourname}
to add yourself to the previous town.