Players can talk together on the same map
npm install @rpgjs/chat
src/modules/index.ts
import chat from '@rpgjs/chat' export default [ chat // more modules here ]
Save Screen (for RPG) →