Description
Ever had the dull feeling that basic / standard AM plugins included with all installations were missing that touch of color? Here I'm introducing Base Plugins+. This will effectivly package all plugins AM is included with into one plugin with a modifiable config which you can configure to change colors and enable / disable modules.
Additional Info
I have not gotten around to re-adding the commands back into !admin yet. Also I've not re-wrote all the base plugins yet. Down below you can see which modules have been re-written and which haven't. I will try to stick to a new module being completed a day.
Installing- Copy / Compile the Plugin. /plugins/Base-Plugins-Plus.smx | /scripting/Base-Plugins-Plus.sp
- Copy all Translation Files.
- Reload the map in-order to cache the Translations files.
Changelog
https://github.com/OSCAR-WOS/BasePlu...ster/CHANGELOG
Download
https://github.com/OSCAR-WOS/BasePlugins
Translations
If you would like to contribute to the Translations, feel free to submit a pull request with the translations for your language respectively done. Thanks.
Modules
✓ - Player Commands
✓ - Base Commands
✓ - Fun Commands
Config
PHP Code:
"BasePlugins"
{
"prefix" "[{blue}SM{white}]" // All Colors Listed Below
"text" "{white}"
"data" "{yellow}"
"admin" "{orange}"
"target" "{red}"
"basecommands" "1" // 1 = Enabled | 0 = Disabled
"funcommands" "1"
"playercommands" "1"
}
Colors:
https://github.com/OSCAR-WOS/BasePlu...colors.inc#L46