Volte6 / GoMud

Public repository for GoMud, a Go based Mud server.
GNU General Public License v3.0
28 stars 4 forks source link

Add "lives" config value #38

Open Volte6 opened 5 months ago

Volte6 commented 5 months ago

Description

Introduce a new config "CharacterLives" The goal is to allow a MUD server to configure whether and how many lives players are limited to before a character reset.

Considerations