Commit Graph

700 Commits

Author SHA1 Message Date
Thomas Smyth
9c4bb5da87
Merge pull request #189 from Thomas-Smyth/fog-of-war
Add FogOfWar plugin
2021-04-07 16:48:34 +01:00
Thomas Smyth
fa31300c28 Add FogOfWar plugin 2021-04-07 16:48:00 +01:00
Thomas Smyth
29fc06e045
Merge pull request #188 from Thomas-Smyth/discord-base-message-updater-server
Add support for multiple servers to discord-base-message-updater plugin
2021-04-04 20:23:22 +01:00
Thomas Smyth
5733c552f5 Add support for multiple servers to discord-base-message-updater plugin 2021-04-04 20:22:25 +01:00
Thomas Smyth
3e61a4923c
Merge pull request #187 from Thomas-Smyth/fix-jsdelivr-link
Fix layer information link
2021-04-01 18:14:47 +01:00
Thomas Smyth
adb9dd23d6 Fix layer information link 2021-04-01 18:14:02 +01:00
Thomas Smyth
2f1002e799
Merge pull request #184 from SeanWalsh95/patch-2
Add number of helicopters and tanks per team to layer information
2021-03-30 19:52:23 +01:00
SeanWalsh95
86f420fdf3 add Tank/Heli count as sub-property of team per https://github.com/Thomas-Smyth/SquadJS/pull/184#discussion_r602898710 2021-03-30 14:43:24 -04:00
SeanWalsh95
3339f78df6
Add Helicopter and Tank count to layer info
simplified to reduce commit spam
2021-03-16 15:52:24 -04:00
Thomas Smyth
66d51ff581
Merge pull request #183 from got2bhockey/master
Add number of admins online to admin-request plugin
2021-03-15 20:29:51 +00:00
got2bhockey
db378918c3 Added Admins Online to admin-request module 2021-03-15 16:07:53 -04:00
Thomas Smyth
fb5e3b9523
Merge pull request #179 from got2bhockey/master
Add win/loss stats to Grafana
2021-03-13 21:40:24 +00:00
Thomas Smyth
4d6769a5b5
Merge pull request #180 from SeanWalsh95/patch-2
Fix log lines in scbl-info plugin
2021-03-13 21:39:53 +00:00
SeanWalsh95
20485c61c8
fix log lines for scbl-info 2021-03-13 16:33:56 -05:00
got2bhockey
6fac444ad0 Fixed admin list parsing case-sensitivity 2021-03-12 16:45:13 -05:00
got2bhockey
c170a65bf5 Added Win/Loss stats to Grafana 2021-03-12 16:43:04 -05:00
Thomas Smyth
5e6cf945ea
Merge pull request #177 from got2bhockey/master
Remove outdated README documentation for DBLog's Grafana template
2021-03-12 19:42:57 +00:00
got2bhockey
a412d75356 Updated DBLog Grafana README documentation. 2021-03-12 14:11:48 -05:00
Thomas Smyth
8afa636df7
Merge pull request #176 from 11TStudio/master
Add option to show number of active admins and warn them when using !admin
2021-03-10 13:43:46 +00:00
Levent007
3ab9037593 show active admins for !admin and warn them toggleable 2021-03-10 14:30:33 +01:00
Thomas Smyth
b8dad875b1 Add sqlite to gitignore 2021-03-09 21:23:14 +00:00
Thomas Smyth
fe61ad2de9 Remove database from git 2021-03-09 21:22:57 +00:00
Thomas Smyth
db75cb2aa3
Merge pull request #174 from SeanWalsh95/awn-gg-api
Add simple awn.gg API connector
2021-03-09 20:40:52 +00:00
Thomas Smyth
13c4901376
Merge pull request #175 from Thomas-Smyth/discord-server-status-improvements
Revamp DiscordServerStatus plugin
2021-03-09 20:37:24 +00:00
Thomas Smyth
3a512c86e0 Add sqlite to default connectors 2021-03-09 20:36:50 +00:00
Thomas Smyth
2736489dc7 Revamp DiscordServerStatus plugin 2021-03-09 20:31:33 +00:00
SeanWalsh95
719dbcb6eb rm test plugin after testing 2021-03-09 12:08:54 -05:00
SeanWalsh95
65141f987e rm for PR 2021-03-09 12:06:38 -05:00
SeanWalsh95
f8756ea922 simple awnAPI connector 2021-03-09 11:51:19 -05:00
SeanWalsh95
ee39a6b91c yarn install/build-all 2021-03-09 11:50:55 -05:00
SeanWalsh95
9294d76434 Merge branch 'Thomas-Smyth-master' 2021-03-09 06:30:00 -05:00
SeanWalsh95
d38673db53 Merge branch 'master' of https://github.com/Thomas-Smyth/SquadJS into Thomas-Smyth-master 2021-03-09 06:29:26 -05:00
Thomas Smyth
71ee69adb8
Merge pull request #173 from Thomas-Smyth/add-image-to-discord-server-status
Add layer image to Discord server status embed
2021-03-08 22:04:04 +00:00
Thomas Smyth
5fce1ae2f2 Add layer image to Discord server status embed 2021-03-08 22:03:18 +00:00
Thomas Smyth
0aaea4e5ed
Merge pull request #172 from 11TStudio/rconWarnKickBan
Fix kick and ban RCON regular expressions
2021-03-08 21:03:37 +00:00
Levent007
381637387d changing \d to [0-9], for sake of code ethics 2021-03-08 21:54:25 +01:00
Levent007
db4808b531 Fixing regex yet again... 2021-03-08 21:45:42 +01:00
Levent007
ccac5a9917 Fixing regex + adding playerID in match for kicks 2021-03-08 21:39:52 +01:00
Thomas Smyth
f84d154d1c
Merge pull request #171 from 11TStudio/rconWarnKickBan
Add new events for admins warning, kicking and banning players
2021-03-08 20:32:16 +00:00
Levent007
347b8182b9 reorder the code 2021-03-08 21:31:46 +01:00
Levent007
10be536c7b New RCON event emit for BAN, KICK, WARN + rcon.ban method 2021-03-08 21:26:22 +01:00
Thomas Smyth
f182a3326c
Merge pull request #170 from Thomas-Smyth/fob-hab-radio-explosion-damage
Add plugin to log FOB/HAB explosion damage to Discord
2021-03-08 19:14:55 +00:00
Thomas Smyth
1bb68ceba9 Fix typo in DiscordFOBHABExplosionDamage plugin 2021-03-08 19:13:54 +00:00
Thomas Smyth
308e29b00c Add plugin to log FOB/HAB explosion damage 2021-03-08 18:51:08 +00:00
Thomas Smyth
0e1880ab65
Merge pull request #169 from Thomas-Smyth/next-map-bug-fix
Fix nextMapToBeVoted assignment
2021-03-08 15:08:06 +00:00
Thomas Smyth
7e0f414376 Fix nextMapToBeVoted assignment 2021-03-08 15:07:18 +00:00
Thomas Smyth
3b7f68c9d5
Merge pull request #168 from 11TStudio/seedingWaitOnNewGame
Add delay on seeding messages after map change
2021-03-08 14:28:49 +00:00
Levent007
19087e93dd Making the code more efficient and light 2021-03-08 12:54:45 +01:00
Levent007
2fd278e4cd fixing the PR 2021-03-08 12:36:38 +01:00
Thomas Smyth
c6777ee072
Merge pull request #167 from 11TStudio/socketIOEVENTS
Adding Event Broadcast To The Plugin SocketIOAPI
2021-03-08 11:34:33 +00:00