//配置文件代码
[Description("启动免手持卡")]//为true时,启动该插件
public bool IsEnabled { get; set; } = true;
[Description("启动免手持卡-Debug")]//无效项
public bool Debug { get; set; } = false;
[Description("免手持卡对门有效")]//示例:为true时,你可以免手持卡交互电炮房门
public bool InteractingDoor { get; set; } = true;
[Description("免手持卡对物品柜有效")]//示例:为true时,你可以免手持卡交互SCP物品柜
public bool InteractingLocker { get; set; } = true;
[Description("免手持卡对发电机有效")]//示例:为true时,你可以免手持卡交互SCP-079的发电机
public bool InteractingGenerator { get; set; } = true;
[Description("免手持卡对核弹有效")]//示例:为true时,你可以免手持卡交互地表核弹盖
public bool InteractingWarhead { get; set; } = true;
[Description("拥有AmnesiaItems效果的玩家是否能免手持卡")]//示例:为false时,有AmnesiaItems效果的玩家无法免手持卡
public bool AmnesiaItems { get; set; } = false;
-
Notifications
You must be signed in to change notification settings - Fork 0
SCP:SL Remote Keycard Plugin[EXILED]
License
Supper-Steve/Remote-Keycard
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
SCP:SL Remote Keycard Plugin[EXILED]
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published