About Character Creation
Overview
Introduces a character creation and clothes selection system
Once the player load in the server for the first time after loading the plugin, the interface will appear and it'll require the player to fill in the information and select some clothing, once it's done they'll simply click on "create character", this will save the information for the player, everytime the player loads in or respawns, it'll have the same clothing (optional) and entered name. This is similar to gta's roleplay.
Commands
/cctest - Test command to bring up the ui. (Admin only)
Configuration
{ "NPC Spawn Distance From Player": 3.0, "NPC Display Name": "Player Model", "Give outfit on sleeping bag/bed respawn": true, "Give outfit on normal respawn": false, "Outfits": { "Cap": [ { "ItemShortname": "hat.cap", "SkinIds": [ 885913869, 845921272 ] } ], "Mask": [ { "ItemShortname": "mask.bandana", "SkinIds": [ 507575521, 507563829 ] } ], "Head Accessories": [ { "ItemShortname": "sunglasses02red", "SkinIds": [ 0 ] }, { "ItemShortname": "sunglasses03black", "SkinIds": [ 0 ] }, { "ItemShortname": "sunglasses03chrome", "SkinIds": [ 0 ] } ], "Torso": [ { "ItemShortname": "hoodie", "SkinIds": [ 2538190561, 673781375 ] } ], "Jacket": [ { "ItemShortname": "jacket.snow", "SkinIds": [ 1971853622, 821894932 ] } ], "Hand Accessories": [ { "ItemShortname": "burlap.gloves", "SkinIds": [ 1197746537, 971733833 ] } ], "Pants": [ { "ItemShortname": "pants", "SkinIds": [ 810964226, 1673048461 ] } ], "Boots": [ { "ItemShortname": "shoes.boots", "SkinIds": [ 956207525, 2138787134 ] } ] } }
Categories are static and cannot be changed, it isn't possible to disable character creation interface as of now as well