Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Commit 30b6712

Browse files
committed
update readme
1 parent 5054597 commit 30b6712

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
# Configuration
55
Key | Value type | Default value | Example | Description
66
:-- | :-- | :--: | :--: | :--
7-
rk_disable | boolean | false || Enabling/disabling the plugin's functionality
8-
rk_cards | string[] | empty array | [KeycardJanitor, 3, 11] | Cards only that will allow you to do this, if its empty, then everything possible is used
7+
is_enabled | boolean |true || Enabling/disabling the plugin's functionality
8+
cards | string[] | empty array | [KeycardJanitor, 3, 11] | Cards only that will allow you to do this, if its empty, then everything possible is used
9+
10+
**Since RK now has a config block in `(server_port)-config.yml`, note it**

src/RemoteKeycard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Copyright>Copyright iRebbok 2020 - $([System.DateTime]::Now.ToString("yyyy"))</Copyright>
88
<TargetFramework>net472</TargetFramework>
99
<PlatformTarget>x64</PlatformTarget>
10-
<Version>1.4.3-EXILED2.0.0+beta1</Version>
10+
<Version>1.4.3-EXILED2.0.0-beta1</Version>
1111

1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
</PropertyGroup>

0 commit comments

Comments
 (0)