Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraCent committed Aug 24, 2021
2 parents 2ccbce3 + e2a7a0d commit 3565eca
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)[![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://forthebadge.com)[![forthebadge](https://forthebadge.com/images/badges/made-with-c-sharp.svg)](https://forthebadge.com)

# CustomWarheadColor
CustomWarheadColor is a Simple Exiled Plugin that changes the Light Color when the Warhead is started.
You can define your own colors in the Config with RBG codes.

# Config:
| Name | Type | Description | Default |
| ---- | ---- | ---- | ---- |
| IsEnabled | bool | Is the Plugin enabled | true |
| warhead_color_r | int | Red Color | 0 |
| warhead_color_g | int | Green Color | 128 |
| warhead_color_b | int | Blue Color | 255 |

## Default Config
```yml
custom_warhead_color:
is_enabled: true
# Light Color R = Red, G = Green, B = Blue from 0-255 | Default 0,128,255 = Dodger Blue
warhead_color_r: 0
warhead_color_g: 128
warhead_color_b: 255
```
For best Experience user Bright colors. Dark Colors can make that users doesn't see anything in game.
For RGB Codes just use the Colorpicker from Google [Google Colorpicker](https://www.google.com/search?q=colorpicker)
# Upcoming Features:
- Nothing.
# Bugs and Suggestions
If you found a Bug or want to suggest something please do that on the Exiled Discord and ping SoraCént#0001
# Screenshots
![Screenshot 1](https://soracent.de/resourcen/pics/github/customwarheadcolor/screen1.jpg)
![Screenshot 2](https://soracent.de/resourcen/pics/github/customwarheadcolor/screen2.jpg)

0 comments on commit 3565eca

Please sign in to comment.