lokize Hi, hi installed Title Screen Plugin and added startMap parameter, after login i have a error saying map dont exists, but he exist
Samarium Hello and welcome, Did you put the SampleMap in the module? import { RpgServer, RpgModule, RpgPlayer } from '@rpgjs/server' import { SampleMap } from './samplemap' @RpgModule<RpgServer>({ //... other options maps: [ SampleMap ] }) export default class RpgServerModuleEngine {}
lokize Hi thanks, RpgJs is amazing congratulations! in /src/modules/main/server/index.ts you say? yes, but not working! //// EDIT //// I tried reinstalling from 0, and this same problem