Skip to content

Commit 16f541a

Browse files
committed
- UPDATED: SpectatorList-CS2 9 > 16
1 parent 9f740af commit 16f541a

File tree

9 files changed

+19
-14
lines changed

9 files changed

+19
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Mod | Version | Why
129129
[cs2-OneInTheChamber](https://github.com/ShookEagle/cs2-OneInTheChamber) | `1.0.0` | One in the Chamber game mode.
130130
[cs2-quake-sounds](https://github.com/Kandru/cs2-quake-sounds) | `1.1.2` | Quake Sounds on multi kills.
131131
[CS2-WeaponSpeed](https://github.com/akanora/CS2-WeaponSpeed) | `1.2` | Gives players a speed boost when they fire specified weapons.
132-
[SpectatorList-CS2](https://github.com/wiruwiru/SpectatorList-CS2) | `9` | Shows real-time spectators in on-screen display.
132+
[SpectatorList-CS2](https://github.com/wiruwiru/SpectatorList-CS2) | `16` | Shows real-time spectators in on-screen display.
133133
[SLAYER_Football](https://github.com/zakriamansoor47/SLAYER_Football) | `1.1` | Football in CS2.
134134
[SLAYER_Revive](https://github.com/zakriamansoor47/SLAYER_Revive) | `1.3.2` | Revive Your Teammates.
135135
[cs2-TeleportKill](https://github.com/rodopoulos1/cs2-TeleportKill) | `1.0.1` | Instantly teleport to the location of the enemy you kill.

game/csgo/addons/counterstrikesharp/plugins/disabled/SpectatorList/SpectatorList.deps.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
".NETCoreApp,Version=v8.0": {
99
"SpectatorList/1.0.0": {
1010
"dependencies": {
11-
"CounterStrikeSharp.API": "1.0.318",
11+
"CounterStrikeSharp.API": "1.0.342",
1212
"MySqlConnector": "2.4.0",
1313
"PlayerSettingsApi": "1.0.0.0"
1414
},
1515
"runtime": {
1616
"SpectatorList.dll": {}
1717
}
1818
},
19-
"CounterStrikeSharp.API/1.0.318": {
19+
"CounterStrikeSharp.API/1.0.342": {
2020
"dependencies": {
2121
"McMaster.NETCore.Plugins": "1.4.0",
2222
"Microsoft.CSharp": "4.7.0",
@@ -34,8 +34,8 @@
3434
},
3535
"runtime": {
3636
"lib/net8.0/CounterStrikeSharp.API.dll": {
37-
"assemblyVersion": "1.0.318.0",
38-
"fileVersion": "1.0.318.0"
37+
"assemblyVersion": "1.0.342.0",
38+
"fileVersion": "1.0.342.0"
3939
}
4040
}
4141
},
@@ -570,12 +570,12 @@
570570
"serviceable": false,
571571
"sha512": ""
572572
},
573-
"CounterStrikeSharp.API/1.0.318": {
573+
"CounterStrikeSharp.API/1.0.342": {
574574
"type": "package",
575575
"serviceable": true,
576-
"sha512": "sha512-WIg7Fk/AuEvAhSqQDuKZaN2IgX+SDyj13aot1nXNxuAjSgVcKN+cEAjVhRMJEL1B0rWvu0m8XMfwh3kQPASpgQ==",
577-
"path": "counterstrikesharp.api/1.0.318",
578-
"hashPath": "counterstrikesharp.api.1.0.318.nupkg.sha512"
576+
"sha512": "sha512-HnkIxlKdohu+SU7hsH+wsvz/ihr5naaFzhG2myRitAmXCXcLHYG0l5nFfLwOWIBgFmQsGEY1ZNvhgvWeLhIteg==",
577+
"path": "counterstrikesharp.api/1.0.342",
578+
"hashPath": "counterstrikesharp.api.1.0.342.nupkg.sha512"
579579
},
580580
"McMaster.NETCore.Plugins/1.4.0": {
581581
"type": "package",
Binary file not shown.
Binary file not shown.

game/csgo/addons/counterstrikesharp/plugins/disabled/SpectatorList/lang/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"prefix": "{yellow}[SpectatorList]{default}",
33
"no_permissions": "{red}You don't have permission to use this command.",
4-
"spectators_watching": "{blue}Spectators {white}({{blue}0}{white}): {white}{1}",
4+
"spectators_watching": "{blue}Spectators {white}({blue}{0}{white}): {white}{1}",
5+
"spectators_simplewatching": "{blue}Spectators {white}({blue}{0}{white}): {white}{1}",
56
"spectators_title": "Spectators ({0}):",
67
"spectator_display_enabled": "Spectator list {green}enabled",
78
"spectator_display_disabled": "Spectator list {red}disabled",

game/csgo/addons/counterstrikesharp/plugins/disabled/SpectatorList/lang/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"prefix": "{yellow}[SpectatorList]{default}",
33
"no_permissions": "{red}No tienes permisos para usar este comando.",
4-
"spectators_watching": "{blue}Espectadores {white}({{blue}0}{white}): {white}{1}",
4+
"spectators_watching": "{blue}Espectadores {white}({blue}{0}{white}): {white}{1}",
5+
"spectators_simplewatching": "{blue}Espectadores {white}({blue}{0}{white}) observando",
56
"spectators_title": "Espectadores ({0}):",
67
"spectator_display_enabled": "Lista de espectadores {green}habilitada",
78
"spectator_display_disabled": "Lista de espectadores {red}deshabilitada",

game/csgo/addons/counterstrikesharp/plugins/disabled/SpectatorList/lang/pt-BR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"prefix": "{yellow}[Lista de Espectadores]{default}",
33
"no_permissions": "{red}Você não tem permissão para usar este comando.",
4-
"spectators_watching": "{blue}Espectadores {white}({{blue}0}{white}): {white}{1}",
4+
"spectators_watching": "{blue}Espectadores {white}({blue}{0}{white}): {white}{1}",
5+
"spectators_simplewatching": "{blue}Espectadores {white}({blue}{0}{white}) assistindo",
56
"spectators_title": "Espectadores ({0}):",
67
"spectator_display_enabled": "Lista de espectadores {green}ativada",
78
"spectator_display_disabled": "Lista de espectadores {red}desativada",

game/csgo/addons/counterstrikesharp/plugins/disabled/SpectatorList/lang/pt-PT.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"prefix": "{yellow}[Lista de Espectadores]{default}",
33
"no_permissions": "{red}Você não tem permissão para usar este comando.",
4-
"spectators_watching": "{blue}Espectadores {white}({{blue}0}{white}): {white}{1}",
4+
"spectators_watching": "{blue}Espectadores {white}({blue}{0}{white}): {white}{1}",
5+
"spectators_simplewatching": "{blue}Espectadores {white}({blue}{0}{white}) a observar",
56
"spectators_title": "Espectadores ({0}):",
67
"spectator_display_enabled": "Lista de espectadores {green}ativada",
78
"spectator_display_disabled": "Lista de espectadores {red}desativada",

game/csgo/addons/counterstrikesharp/plugins/disabled/SpectatorList/lang/ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"prefix": "{yellow}[Список Наблюдателей]{default}",
33
"no_permissions": "{red}У вас нет прав для использования этой команды.",
4-
"spectators_watching": "{blue}Наблюдатели {white}({{blue}0}{white}): {white}{1}",
4+
"spectators_watching": "{blue}Наблюдатели {white}({blue}{0}{white}): {white}{1}",
5+
"spectators_simplewatching": "{blue}Наблюдатели {white}({blue}{0}{white}) смотрят",
56
"spectators_title": "Наблюдатели ({0}):",
67
"spectator_display_enabled": "Список наблюдателей {green}включен",
78
"spectator_display_disabled": "Список наблюдателей {red}выключен",

0 commit comments

Comments
 (0)