Similar to Lightkeeper, except the darkness targets 1 player per meeting and doesn't need the player to die to trigger
Unfortunately, the server will require a few changes to allow this to happen. SetNameAsync() and others do not have a targeted version, and the server will throw anticheat exceptions if the commands are called with a target. To make this role work, the targeted versions of the SetXAsync() functions will need to be created, and the anticheat preventing those calls will need to be removed
Feature request
Plugin to be updated: Special Roles
Blinder role:
SetNameAsync()
and others do not have a targeted version, and the server will throw anticheat exceptions if the commands are called with a target. To make this role work, the targeted versions of theSetXAsync()
functions will need to be created, and the anticheat preventing those calls will need to be removed