Skip to content

CreateNPC

Ta Van Dung edited this page Jun 18, 2016 · 1 revision
context.command(CreateNPC.class)
            .forceLogin(false) // optional, default false
            .username("npc")
            .zone(zone)
            .execute();

Hello World

Clone this wiki locally