Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GrafDimenzio committed Nov 17, 2020
2 parents 7f20b92 + 5240865 commit 4c4ecae
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# MoreWeapons
MoreWeapons is a plugin that adds many new weapons & items to the Game.

## Credits
* Original [TranquilizerGun](https://github.com/NeonWizard/SCP-TranquilizerGun) plugin by [NeonWizard](https://github.com/NeonWizard)
* Original [ShotGun](https://dev.azure.com/Killers0992/_git/ItemManager?path=%2FShotGun%2FShotgun.cs) plugin by Killer0992

## CustomItems
You can get the CustomItems with the command `giveitem playerid itemid` or with other Plugins like [CustomLoadouts](https://github.com/AlmightyLks/CustomLoadout)

**Tranquilizer**
```
ID: 36
Name: Tranquilizer
BasedItemType: GunUSP
Description: A Weapon which can stun other beings
```
**GrenadeLauncher**
```
ID: 37
Name: GrenadeLauncher
BasedItemType: GunLogicer
Description: A weapon which shoots grenades
```
**ShotGun**
```
ID: 38
Name: ShotGun
BasedItemType: GunUSP
Description: A weapon which shoots multiple bullets
```
**Sniper**
```
ID: 39
Name: Sniper
BasedItemType: GunE11SR
Description: A Sniper
```
**Scp-127**
```
ID: 40
Name: Scp-127
BasedItemType: GunProject90
Description: A weapon which regenerate ammo over time but can't be reloaded by manually
```
**XLMedkit**
```
ID: 41
Name: XLMedkit
BasedItemType: Medkit
Description: A medkit that you can use twice
```
## Installation
1. [Install Synapse](https://github.com/SynapseSL/Synapse/wiki#hosting-guides)
2. Place the MoreWeapons.dll file that you can download [here](https://github.com/SynapseSL/MoreWeapons/releases) in your plugin directory
3. Restart/Start your server.

## Warning
If you are using the old Tranquilizer Plugin you have to remove it and delete the tranquilizer config section or bugs may occure

0 comments on commit 4c4ecae

Please sign in to comment.