Hello. I have a problem with that command to create a new region. And i don't know why doesn't work.
Command:
cr:{name:"ElectriCountry",seed:"1128219235","desert":false,"terrain":false,"trees":true,"decoration":true,size:16,maps:[0,0,4 4,0,4 8,0,4 12,0,4 0,4,4 4,4,4 8,4,4 12,4,4 0,8,4 4,8,4 8,8,4 12,8,4 0,12,4 4,12,4 12,12,4]}
Thx for help.
Region create command problem
- CommanderABab
- AB
- Posts: 11243
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Region create command problem
Code: Select all
cr:{name:"ElectriCountry",seed:"1128219235","desert":false,"terrain":false,"trees":true,"decoration":true,size:16,maps:[0,0,4 ,4,0,4 ,8,0,4 ,12,0,4 ,0,4,4 ,4,4,4, 8,4,4 ,12,4,4 ,0,8,4 ,4,8,4 ,8,8,4 ,12,8,4 ,0,12,4 ,4,12,4, 12,12,4]}
Try:
Code: Select all
cr:{name:"ElectriCountry",seed:"1128219235","desert":false,"terrain":false,"trees":true,"decoration":true,size:16,maps:[0,0,4 ,4,0,4 ,8,0,4 ,12,0,4 ,0,4,4 ,4,4,4, 8,4,4 ,12,4,4 ,0,8,4 ,4,8,4 ,8,8,4 ,12,8,4 ,0,12,4 ,4,12,4, ,8,12,4, 12,12,4]}
Re: Region create command problem
Thank you very much for help!