Commit Graph

139 Commits

Author SHA1 Message Date
Dawid Bepierszcz
fbed647699 1.3.0c
- CounterStrikeSharp v163
2024-02-08 11:11:53 +01:00
Dawid Bepierszcz
aa95815fbd Added info about crashes with bots 2024-02-06 00:57:28 +01:00
Dawid Bepierszcz
3793385ce4 1.3.0b
- Minor changes
- Fixed `css_players`
- Probably fixed problems with taking actions with bots
2024-02-04 21:04:22 +01:00
Valentin Barat
5991f85919 Fixed defualt kick reason 2024-02-04 20:34:14 +01:00
Valentin Barat
a85e5c69ee Last merge conflicts 2024-02-04 15:49:37 +01:00
Valentin Barat
40ad4b995c Merge branch 'main' into feature/menu
# Conflicts:
#	CS2-SimpleAdmin.cs
2024-02-04 15:10:30 +01:00
Valentin Barat
d3062b5f7e Fixed respawn 2024-02-04 14:54:08 +01:00
Dawid Bepierszcz
131030a2cd 1.3.0a
- Fixed crashing on servers with a lot of players
- Every command chat message respect player language for now css_lang or use https://github.com/aprox2/GeoLocationLanguageManagerPlugin to detect language related on player ip
- Fixed css_respawn
- Fixed css_vote player can't vote multiple times
- Added TeamSwitchType to config, if set to 0 plugin always slay player on css_team command
- Minor changes
2024-02-04 13:25:15 +01:00
Valentin Barat
a9f3196441 Merge done? 2024-02-03 23:37:01 +01:00
Valentin Barat
bdb90b0cc6 Merge branch 'main' into feature/menu
# Conflicts:
#	CS2-SimpleAdmin.cs
2024-02-03 23:30:25 +01:00
Dawid Bepierszcz
175d6df250 1.2.9a - fix
- Fixed native in non-main thread
2024-02-02 22:57:05 +01:00
Dawid Bepierszcz
0572ad7d32 1.2.9a
- Major changes
- Fixed `css_respawn`
- Added discord webhook
- Refactoring database class
2024-02-02 22:02:09 +01:00
Dawid Bepierszcz
86e837931c 1.2.9a
- Major changes
- Fixed `css_respawn`
- Added discord webhook
- Refactoring database class
2024-02-02 21:59:21 +01:00
AiDN™
58086c4009 added windows signature
0 compile error/warning, but not quite sure if this is the safest/best way to check signatures
2024-02-01 13:29:12 +01:00
AiDN™
f15061793a edited css_say logging 2024-02-01 13:14:19 +01:00
Valentin Barat
5035f88da0 Revert to internal 2024-02-01 00:19:05 +01:00
Dawid Bepierszcz
4e597d73a5 Small changes
- Correct version
- Null warnings
2024-02-01 00:03:34 +01:00
Dawid Bepierszcz
13d36dca12 Revert "Small changes"
This reverts commit 9acab82f86.
2024-02-01 00:01:57 +01:00
Dawid Bepierszcz
9acab82f86 Small changes
- Correct version
- null warnings
2024-01-31 23:57:14 +01:00
Valentin Barat
fb827f4f0d Changed commands to open the menu 2024-01-31 23:04:11 +01:00
Valentin Barat
6848847f21 default null instance 2024-01-31 22:10:45 +01:00
Valentin Barat
a80de2d7dc Change team down 2024-01-31 22:05:48 +01:00
Valentin Barat
60ebb698a3 ban/gag/mute 2024-01-31 21:44:38 +01:00
Valentin Barat
5fbd21aec2 Slay and kick done 2024-01-31 18:03:08 +01:00
Valentin Barat
232f487d01 Fixed who 2024-01-31 17:39:03 +01:00
Valentin Barat
f622701f5e Made slap menu 2024-01-31 17:29:28 +01:00
Valentin Barat
65b33c17ea Moved css_who command to ManagePlayersMenu.cs 2024-01-31 17:19:13 +01:00
Valentin Barat
bad4289c5c Added instance getter on the base plugin class for the menus 2024-01-31 16:05:08 +01:00
Valentin Barat
fd97e43490 Updated version to 1.3.0 2024-01-31 15:59:19 +01:00
originalaidn
dd7a2f4c16 huge modification
- modified respawn, now the players need to respawn
- added stealth command as hide, removed the team selection menu (from CSS discord)
- removed silentmode
- added discord webhook logging system (need to set in config -DiscordWebhook and edit Version to 4)

in the future, need to add every color to replace thing and maybe need to remove those replace messages and add to sendwebhook but not yet.
2024-01-31 11:17:12 +01:00
Dawid Bepierszcz
e028bef5b0 1.2.8d
- Minor changes
- Added the ability to change the map to a workshop map via the `css_map ws:id/name` command
- Fixed the `css_wsmap` command and retained it for backward compatibility
- Changed gags from userid to steamid
2024-01-27 23:56:13 +01:00
Dawid Bepierszcz
67ad1851bf 1.2.8c
- Updated CounterStrikeSharp to 159
- Minor changes
2024-01-26 13:45:16 +01:00
Dawid Bepierszcz
e584316a28 1.2.8b
- Changing connect event, in previous sometimes player == null
2024-01-25 21:09:24 +01:00
Dawid Bepierszcz
450a7804c6 1.2.8a
- Small fixes
2024-01-25 01:00:31 +01:00
Dawid Bepierszcz
855f087a7b 1.2.8a
- Updated minimum CounterStrikeSharp version to **154**
- Fixed? issue with checking ban status for player with authorization problem
- Added additional checks for immunity
- Added new config variable `BanType` if `1` = `SteamID + IP`, if `0` = `SteamID`
2024-01-24 23:50:49 +01:00
Dawid Bepierszcz
b5600d7e73 1.2.7e
- Minor changes
2024-01-20 17:24:18 +01:00
Dawid Bepierszcz
374f6002eb 1.2.7d
- Fix for console commands exception (caused by silentmode)
- Updated css
2024-01-19 21:03:24 +01:00
Dawid Bepierszcz
99ce2cdf6a 1.2.7c
- `css_hide` - Hide on scoreboard
Code stolen from https://github.com/DeadSwimek/cs2-hideadmin
Thanks DeadSwimek ;]
2024-01-17 23:23:31 +01:00
Dawid Bepierszcz
d751bdadbd 1.2.7b
- Back to net7
- SilentMode for admins
- Adding global admins via command
2024-01-17 23:08:52 +01:00
Dawid Bepierszcz
64c806f3d7 Update CS2-SimpleAdmin.cs 2024-01-15 02:39:33 +01:00
Dawid Bepierszcz
2d41a62b52 1.2.6e
- Finally? fixed sqladmins
2024-01-13 23:12:23 +01:00
Dawid Bepierszcz
8d365b670e 1.2.6d
- Probably workaround for sql admins
2024-01-13 00:19:13 +01:00
Dawid Bepierszcz
71af90031e Database connection exception fix, additional ip check (problem with steam auth) 2024-01-09 23:05:49 +01:00
Dawid Bepierszcz
f78cd888de Fix 2024-01-09 12:08:14 +01:00
Dawid Bepierszcz
dd5e72e873 Update 1.2.6a
- Added server_id
- Added immunity
2024-01-08 22:29:36 +01:00
Dawid Bepierszcz
18122cdc08 1.2.5a
-Minor changes
- Fixed `css_speed`
2024-01-05 01:04:08 +01:00
daffyyyy
27582b72af 1.2.4b
- Cache for mysql admins
2023-12-18 14:29:56 +01:00
daffyyyy
f95031a3f5 1.2.4a
- mysql admins
- minor changes
2023-12-18 13:46:58 +01:00
daffyyyy
270e3bd858 1.2.3a
- Fixed pern mute when entering the server
- New command `css_strip`
- Changed `css_team` command added `swap` as team, and `-k` argument to kill player
2023-12-14 21:43:40 +01:00
daffyyyy
28f6cf63fe 1.2.2a UPDATE
- Fixed css_addban, css_addmute
- New command `css_hp`
- New command `css_god`
- New command `css_speed`
2023-12-13 20:20:12 +01:00