Skip to content

Commit fe7d073

Browse files
authored
Update Link correctly
1 parent d5d905d commit fe7d073

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ This plugin makes many things possible on your server.
66
| **Name** | **TypeValue** | **Description** |
77
| :-------------: | :---------: | :--------- |
88
| IsEnabled | bool | Is the plugin enabled? |
9-
| InfiniteAmmo | List<[ItemType](https://exmod-team.github.io/articles/SCPSLRessources/NW_Documentation.html#itemtype)> | Items with InfiniteAmmo |
9+
| InfiniteAmmo | List<[ItemType](https://exmod-team.github.io/EXILED/articles/SCPSLRessources/NW_Documentation.html#itemtype)> | Items with InfiniteAmmo |
1010
| EnergyMicroHid | float | Multiplier consumption of MicroHID (0 = No energy drain \ 2 = Double energy drain) |
1111
| EnergyRadio | float | Multiplier consumption of EnergyRadio (Same as above) |
1212
| GeneratorDuration | float | Time for the generator to be activated after being enabled (-1 disables the config) |
13-
| LiftMoveDuration | Dictionary<[ElevatorType](https://exmod-team.github.io/api/Exiled.API.Enums.ElevatorType.html), float> | Change the times of elevator Animation |
14-
| StandardAmmoLimits | Dictionary<[AmmoType](https://exmod-team.github.io/articles/SCPSLRessources/NW_Documentation.html#ammotype), ushort> | Sets the standard ammo limits for the player |
13+
| LiftMoveDuration | Dictionary<[ElevatorType](https://exmod-team.github.io/EXILED/api/Exiled.API.Enums.ElevatorType.html), float> | Change the times of elevator Animation |
14+
| StandardAmmoLimits | Dictionary<[AmmoType](https://exmod-team.github.io/EXILED/api/Exiled.API.Enums.AmmoType.html), ushort> | Sets the standard ammo limits for the player |
1515
| StandardCategoryLimits | Dictionary<ItemCategory, sbyte> | Sets standard category limits |
16-
| CustomText | Dictionary<[Intercom.State](https://exmod-team.github.io/articles/SCPSLRessources/NW_Documentation.html#intercomstates), string> | Change the intercomText with specified State |
16+
| CustomText | Dictionary<[Intercom.State](https://exmod-team.github.io/EXILED/articles/SCPSLRessources/NW_Documentation.html#intercomstates), string> | Change the intercomText with specified State |
1717
| WarheadCleanup | bool | Remove all pickups and ragdoll in the facility (lower than y 500) |
1818
| CustomTesla | [TeslaBuild](https://github.com/louis1706/FacilityManagement#teslabuild) | (Null disables the change) |
1919
| CustomScp914 | [Scp914Build](https://github.com/louis1706/FacilityManagement#scp914build) | (Null disables the change) |
20-
| CustomWindows | Dictionary<[GlassType](https://exmod-team.github.io/api/Exiled.API.Enums.GlassType.html), [GlassBuild](https://github.com/louis1706/FacilityManagement#glassbuild)> | Modify all the properties of Window as desired (null makes no change) |
21-
| CustomDoors | Dictionary<[DoorType](https://exmod-team.github.io/api/Exiled.API.Enums.DoorType.html), [DoorBuild](https://github.com/louis1706/FacilityManagement#doorbuild)> | Modify all the properties of Door as desired (null makes no change) |
20+
| CustomWindows | Dictionary<[GlassType](https://exmod-team.github.io/EXILED/api/Exiled.API.Enums.GlassType.html), [GlassBuild](https://github.com/louis1706/FacilityManagement#glassbuild)> | Modify all the properties of Window as desired (null makes no change) |
21+
| CustomDoors | Dictionary<[DoorType](https://exmod-team.github.io/EXILED/api/Exiled.API.Enums.DoorType.html), [DoorBuild](https://github.com/louis1706/FacilityManagement#doorbuild)> | Modify all the properties of Door as desired (null makes no change) |
2222
| RoleTypeHumeShield | Dictionary<[RoleTypeId](https://github.com/Exiled-Team/EXILED/blob/dev/docs/docs/Resources/Intro.md#roletype-team-side-and-leadingteam), [AhpProccessBuild](https://github.com/louis1706/FacilityManagement#ahpproccessbuild)> | Create a custom AHP/HS for specified RoleType |
2323
| CustomItem | Dictionary<[ItemType](https://github.com/Exiled-Team/EXILED/blob/dev/docs/docs/Resources/Intro.md#itemtype), [ItemBuild](https://github.com/louis1706/FacilityManagement#itembuild)> | Create a custom AHP/HS for specified RoleType |
2424
| CustomRole | Dictionary<[RoleTypeId](https://github.com/Exiled-Team/EXILED/blob/dev/docs/docs/Resources/Intro.md#roletype-team-side-and-leadingteam), [RoleBuild](https://github.com/louis1706/FacilityManagement#rolebuild)>> | Create a custom AHP/HS for specified RoleType |
@@ -27,7 +27,7 @@ This plugin makes many things possible on your server.
2727

2828
| **PropertyName** | **TypeValue** | **Description** |
2929
| :-------------: | :---------: | :--------- |
30-
| IgnoredRoles | List<[RoleTypeId](https://exmod-team.github.io/articles/SCPSLRessources/NW_Documentation.html#roletype-team-side-and-leadingteam)> | Tesla ignores players with this Role (Null disables the change) |
30+
| IgnoredRoles | List<[RoleTypeId](https://exmod-team.github.io/EXILED/articles/SCPSLRessources/NW_Documentation.html#roletype-team-side-and-leadingteam)> | Tesla ignores players with this Role (Null disables the change) |
3131
| TriggerRange | float? | Distance for tesla to be triggered (Null disables the change) |
3232
| IdleRange | float? | Distance for tesla to start idling (Null disables the change) |
3333
| ActivationTime | float? | Time for tesla to start (Null disables the change) |
@@ -55,7 +55,7 @@ This plugin makes many things possible on your server.
5555
| **PropertyName** | **TypeValue** | **Description** |
5656
| :-------------: | :---------: | :--------- |
5757
| Health | float? | Health of the door (Null disables the change) |
58-
| RequiredPermission | [KeycardPermissions](https://exmod-team.github.io/api/Exiled.API.Enums.KeycardPermissions.html) | Change the RequiredPermission for interaction with the Door (Null disables the change) |
58+
| RequiredPermission | [KeycardPermissions](https://exmod-team.github.io/EXILED/api/Exiled.API.Enums.KeycardPermissions.html) | Change the RequiredPermission for interaction with the Door (Null disables the change) |
5959
| RequireAllPermission | bool? | Require all the permissions of RequiredPermission (0 or None disables the change) |
6060
| DamageTypeIgnored | DoorDamageType | Modify the DamageType ignored by the Door (0 disables the change) |
6161

@@ -72,7 +72,7 @@ This plugin makes many things possible on your server.
7272

7373
This ItemBuild permits the creation of a highly configurable default item value.
7474

75-
You can find all properties that you can modify in this [link](https://exmod-team.github.io/api/Exiled.API.Features.Pickups.html).
75+
You can find all properties that you can modify in this [link](https://exmod-team.github.io/EXILED/api/Exiled.API.Features.Pickups.html).
7676
You can only modify properties that have basic types like float, int, byte, Enum, Vector3. Some properties might not work; they need to be synced with Exiled.
7777

7878
| **PropertyName** | **TypeValue** | **Description** |
@@ -83,7 +83,7 @@ You can only modify properties that have basic types like float, int, byte, Enum
8383

8484
This RoleBuild permits the creation of a highly configurable default Role value.
8585

86-
You can find all properties that you can modify in this [link](https://exmod-team.github.io/api/Exiled.API.Features.Roles.html).
86+
You can find all properties that you can modify in this [link](https://exmod-team.github.io/EXILED/api/Exiled.API.Features.Roles.html).
8787
You can only modify properties that have basic types like float, int, byte, Enum, Vector3.
8888

8989
| **PropertyName** | **TypeValue** | **Description** |

0 commit comments

Comments
 (0)