Commit Graph

318 Commits

Author SHA1 Message Date
Marek
16b0803149
Merge branch 'master' into LogTickets 2022-12-28 17:16:08 -06:00
Sentennial
0db79ad231 fix for player-damaged and player-died as well 2022-12-27 22:27:15 -06:00
Sentennial
48d0445925 Adjust regex to capture wounds by PLA weapons. 2022-12-27 22:12:02 -06:00
ect0s
915d42d355 Update discord-roundended.js
Missing Early Return
2022-10-06 23:08:04 -04:00
ect0s
2ba6edc4ee Embed Format Tweak 2022-09-29 04:53:25 -04:00
ect0s
49127ca404 Add time 2022-09-28 23:00:55 -04:00
ect0s
9a0d0f613b fix binding 2022-09-28 22:17:50 -04:00
ect0s
3f3be7c027 Add round-tickets and round-ended events; discord-roundended plugin
Adds round-tickets regex to logparser; this will fire when the server prints new log lines related to tickets and factions.

Adds round-ended regex to log parser and event; this event forwards round tickets where we have both a winner and a loser to the main server object.

discord-roundended: This plugin is similar but functionally different from round winner, due to cases where the server experiences a draw.
2022-09-28 21:11:11 -04:00
ect0s
51fe9e0f0f Remove SquadLayerFilter from Readme template
Dead Code/Documentation,

https://github.com/Team-Silver-Sphere/SquadJS/issues/254
2022-08-01 15:13:28 -04:00
SeanWalsh95
6b48502c44
dafault victim message to disabled 2022-07-12 18:11:28 -04:00
SeanWalsh95
7cd7133bc6
grammar 2022-07-12 15:42:57 -04:00
SeanWalsh95
333e5fc7ee
rm unneeded blocking 2022-07-12 15:40:54 -04:00
SeanWalsh95
d5ee238157
remove unneeded flag 2022-07-12 15:33:55 -04:00
SeanWalsh95
2a2a09caa9
prefer camelCase with JS 2022-07-12 15:28:47 -04:00
SeanWalsh95
83de2491ac
spelling fix 2022-07-12 15:11:38 -04:00
SeanWalsh95
a2e677c13c
formatting 2022-07-12 15:07:43 -04:00
SeanWalsh95
61a20ef972
allow for victim to be notified on TK 2022-07-12 15:06:03 -04:00
Thomas Smyth
ce0b6c9305
Merge pull request #246 from werewolfboy13/patch-1
Update print-logo.js
2022-07-09 13:07:01 +01:00
IgnisAlienus
e080a8bbf5 Grafana Template Update 2022-06-30 08:42:35 -07:00
Marek
42597d7030
Update print-logo.js
A change for the new CBL that was missed in #245.
2022-06-28 15:06:34 -05:00
IgnisAlienus
39fad4bcd6 CBL v2 2022-06-28 11:03:41 -07:00
IgnisAlienus
1d685f17d3 CBL 2022-06-28 11:01:31 -07:00
IgnisAlienus
c40b24f9d5 Updating SCBL references to CBL - Community Ban List 2022-06-28 10:00:52 -07:00
ect0s
382563e659 Update discord-killfeed.js 2022-05-27 10:07:09 -04:00
Thomas Smyth
6769cf7f90
Add light logo to README template 2022-05-27 14:46:08 +01:00
Thomas Smyth
26a8d53f2e
Merge pull request #237 from ect0s/adminlist-fetch-update
Update admin list on layer changes
2022-05-18 09:06:35 +01:00
ect0s
57b741fbc8 Guard for Duration.
We may miss admins going into camera in the case of RCON shutdowns/SquadJS restarts.

This code should guard a promise rejection in the case an admin is not in the current tracking list.
2022-05-15 11:22:06 -04:00
ect0s
46ab36624a Added regular Adminlist update to newgame 2022-04-23 11:10:00 -04:00
Thomas Smyth
5454715bcf
Update other urls dependent on GitHub repo owner 2022-04-15 13:25:16 +01:00
Thomas Smyth
3cd34e1d3c
Update SquadJS repository url 2022-04-15 13:15:21 +01:00
ect0s
5964b37769 Attempt Fix vehicle filtering for maps with 0 tanks or helicopters
2.12 Squad, some layers have no vehicles, so when reading JSON from the wiki team we reject a promise because no data[t].vehicles property, this sets to empty array before we attempt a filter.

Should stop promise rejection during startup
2022-02-12 13:59:11 -05:00
ect0s
a2348c6bd1 Squad Commits, Robust new Game Regex
Attempt at more Robust Regex

This regex searches for all the current information we get via the NewGame event, but with a few patterns that search deeper/different folder structures.

Appears to work on all base game content and mods that I have tested, however, mods may capture garbage information inside of mapClassname.

This will also fail if a modder puts no folders between the root of their project and their layers

/mymod/mymap

vs

/mymod/afolder/mymap

afolder would end up being the mapClassname.

https://regex101.com/r/e0Ui0K/1
2021-11-26 15:01:10 -05:00
Shanomac99
fad74b19f6 Changed layer images to new hosting location.
Added rawName data type so images uses the correct data.
2021-10-29 21:44:21 -04:00
11T Studio
dbbb708e3b
Add event SQUAD_CREATED
To be utilized via the SocketIO. (mainly SquadStatsJSPRO tbh)
2021-10-26 23:12:04 +02:00
11T Studio
e2ec5ee9bb
Kick, warn and ban added to emits 2021-08-13 23:18:08 +02:00
11T Studio
94bb989a83
Add DiscordKillFeed plugin 2021-08-12 20:49:59 +01:00
ect0s
4ca8839675
Add data to UPDATED_A2S_INFORMATION event 2021-08-07 22:44:29 +01:00
11T Studio
ed0883c858
Adding the guide link to the documentation
This guide will be updated by me from time to time and will be kept up to date with the latest SquadJS versions.
2021-08-06 22:28:18 +02:00
11T Studio
a04aee60bf
Adding the new event
I know I need to rewrite this outside of the plugins but I plan to make it after my vacation 😢
2021-08-06 20:17:52 +02:00
ect0s
e73449e342 Update index.js 2021-07-02 16:00:38 -04:00
ect0s
f472676e3e Added Force to getPlayerBySteamID inside SQUAD_CREATED emitter 2021-07-02 11:34:58 -04:00
ect0s
9e0c5cd1b1 Add Full player object to SQUAD_CREATED
Added full player to SQUAD_CREATED event

Refactored DiscordSquadCreated Plugin
2021-07-01 20:22:34 -04:00
ect0s
aef75781bc Added Event Handling in main server 2021-06-29 19:48:23 -04:00
Thomas Smyth
7437e8108b
Merge pull request #196 from ect0s/test
Added 'SQUAD_CREATED' log rule based on UAT test branch.
2021-06-29 14:43:13 +01:00
ect0s
ed9031d0fe Create discord-squad-created.js
Simple example plugin.
2021-06-25 21:09:08 -04:00
ect0s
5387da16bb Fixed SquadName/SquadID properties 2021-06-25 18:04:45 -04:00
ect0s
eb714ecad3 Added 'SQUAD_CREATED' log rule
Initial Attempt at parsing Squad Created Log line.
2021-06-25 12:39:37 -04:00
Thomas Smyth
964a65ce6e Fix support for multiple servers to discord-base-message-updater plugin 2021-05-17 22:15:04 +01:00
wiilover22
eab39b20ab Fix player disconnection event. 2021-04-07 18:07:03 -04:00
wiilover22
6ea5bcb20d Fixed regex for steamid-connected 2021-04-07 12:31:32 -04:00