A new character on the latest version starts out with blocks, tetras, wedges, etc.
When they log in again, these are all replaced with blocks to migrate to the new way block shapes work.
For a new player this could be confusing.
I propose changing GameConfig.xml to only give the new player 600 grey hull blocks.
Currently:
<Block> <Id>598</Id> <!-- grey basic hull --> <Count>350</Count> <Slot>hotbar</Slot> </Block> <Block> <Id>599</Id> <!-- grey basic hull wedge --> <Count>100</Count> <Slot>hotbar</Slot> </Block> <Block> <Id>600</Id> <!-- grey basic hull corner --> <Count>50</Count> <Slot>hotbar</Slot> </Block> <Block> <Id>601</Id> <!-- grey basic hull hepta --> <Count>50</Count> <Slot>hotbar</Slot> </Block> <Block> <Id>602</Id> <!-- grey basic hull tetra --> <Count>50</Count> <Slot>hotbar</Slot> </Block>
Change:
<Block> <Id>598</Id> <!-- grey basic hull --> <Count>600</Count> <Slot>hotbar</Slot> </Block>