-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/SoraCent/CustomWarheadColor
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |