Releases: daffyyyy/CS2-SimpleAdmin
CS2-SimpleAdmin - Build 275
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
【UPDATE 1.7.1a】
🆕 What's new and what's changed:
- Fixed 2x player lock text
- Added immunity check when using css_addX
- MenuManagerCS2 has been updated
- Added return of lock ID by api (check example_module)
- Fixed reasons for locks, no longer need to use
“”
if there is a space in them - Improved handling of lock times, from now on you can use:
-- 1mo - 1 month
-- 1w - 1 week
-- 1d - 1 day
-- 1h - 1 hour
-- 1m - 1 minute
-- 1 - 1 minute
You can also combine it, e.g:
10d5h - 10 days and 5 hours
2w3d - 2 weeks and 3 days
1w1d1h1 - 1 week, 1 day and 1 minute
So for example css_ban player 10d5h Super reason for my ban - Added a
rcon_password
column in thesa_servers
table that populates with the rcon password - Fixed
banid
and banning - Fixed too fast kick (it was caused by checking players online)
CS2-SimpleAdmin - Build 274
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
【UPDATE 1.7.0a】
🆕 What's new and what's changed:
- Fixed css_warn (unfreeze player after 5s)
- Fixed server loading from database (reduced delay)
- Fixed admin name when using action from menu
- Added checking the player in an earlier phase of the connection
- Changed player unstuck method in css_tp and css_bring, now remove collision from player instead of noclip
CS2-SimpleAdmin - Build 273
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
CS2-SimpleAdmin - Build 272
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
CS2-SimpleAdmin - Build 271
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
【UPDATE 1.6.9a】
🆕 What's new and what's changed:
- Added
IsAdminSilent
to api - Fixed disabling noclip via admin menu
- Fixed (?) hibernation problem
- Added discord webhook fire when adding ban or mute for offline player
- Updated css and mysqlconnector
- Fixed callvote (immunity check)
Forgotten in previous updates:
- Added
AdditionalCommandsToLog
config variable to allow logging of commands from other plugins
CS2-SimpleAdmin - Build 268
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
CS2-SimpleAdmin - Build 267
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
【UPDATE 1.6.8a】
🆕 What's new and what's changed:
- Updated css version
- Updated mysqlconnector version
- Added information for the player until when he has a chat blocked
- Closing menu after ban
CS2-SimpleAdmin - Build 266
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
+ Added `PluginsManager` where you can enable/disable plugins
"css_pluginsmanager": {
"Aliases": [
"css_pluginsmanager",
"css_pluginmanager"
]
}
to Commands.json in configs/plugins/CS2-SimpleAdmin if u want to use, default permission = @css/root
CS2-SimpleAdmin - Build 265
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
CS2-SimpleAdmin - Build 264
Place files in addons/counterstrikesharp
After first launch, configure the plugins in the respective configs:
- CS2-SimpleAdmin: addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
【UPDATE 1.6.6a】
🆕 What's new and what's changed:
- Reapply gravity/speed with timer
- Added shake effect for slap
- Fixed css_gravity and css_speed command
- Fixed css_give command, for example weapon_knife returns weapon_knife instead of weapon_knife and weapon_knife_t
- Small code improvements
- Possibility to mute all player messages (commands too) by new config variable UserMessageGagChatType = true, if so use UserMessage to mute the player - Note that then no any plugin can modify EventChat