Issue
- Install @rpgjs/title-screen plugin
- nickname, password, email fields are created in the MongoDB collection after user registration
- I want to use the nickname field from the DB on the client side to display the users name, but I cannot access nickname
Expected
- Install @rpgjs/title-screen plugin
- nickname, password, email fields are created in the MongoDB collection after user registration
- Some type of object that can pull values outside of the data attribute associated with the logged-in player so nickname can be used
Note: I am also using rpgjs-character-select plugin, which may be overwriting the player.name with one of the selected characters as I see the player.name is being set in @rpgjs/title-screen here [https://github.com/RSamaium/RPG-JS/blob/afba6593c6d060c46a67be465bef2abd401d4c8d/packages/plugins/title-screen/src/server/mmorpg/index.ts#L137] so I'm not sure where the problem is. Either @rpgjs/title-screen or rpgjs-character-select. Maybe the problem is in both as per this conversation: https://community.rpgjs.dev/d/177-title-screen-plugin-issues/22
See the screenshot for this to make more sense:
![