h1z1-server 0.47.2-7 → 0.47.2-9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/LICENSE +2 -2
  2. package/data/2016/dataSources/AllowedFileHashes.json +2 -1
  3. package/data/2016/sampleData/defaultconfig.yaml +1 -0
  4. package/h1z1-server.js +1 -1
  5. package/package.json +9 -9
  6. package/signature-header.txt +1 -1
  7. package/src/clients/gatewayclient.ts +1 -1
  8. package/src/clients/loginclient.ts +1 -1
  9. package/src/clients/soeclient.js +1 -1
  10. package/src/clients/zoneclient.ts +1 -1
  11. package/src/packets/ClientProtocol/ClientProtocol_1080/abilities.ts +1 -1
  12. package/src/packets/ClientProtocol/ClientProtocol_1080/ability.ts +1 -1
  13. package/src/packets/ClientProtocol/ClientProtocol_1080/accessedCharacter.ts +1 -1
  14. package/src/packets/ClientProtocol/ClientProtocol_1080/achievement.ts +1 -1
  15. package/src/packets/ClientProtocol/ClientProtocol_1080/acquaintance.ts +1 -1
  16. package/src/packets/ClientProtocol/ClientProtocol_1080/activityManager.ts +1 -1
  17. package/src/packets/ClientProtocol/ClientProtocol_1080/activityService.ts +1 -1
  18. package/src/packets/ClientProtocol/ClientProtocol_1080/base.ts +1 -1
  19. package/src/packets/ClientProtocol/ClientProtocol_1080/character.ts +1 -1
  20. package/src/packets/ClientProtocol/ClientProtocol_1080/characterState.ts +1 -1
  21. package/src/packets/ClientProtocol/ClientProtocol_1080/chat.ts +1 -1
  22. package/src/packets/ClientProtocol/ClientProtocol_1080/clientPath.ts +1 -1
  23. package/src/packets/ClientProtocol/ClientProtocol_1080/clientUpdate.ts +1 -1
  24. package/src/packets/ClientProtocol/ClientProtocol_1080/coinStore.ts +1 -1
  25. package/src/packets/ClientProtocol/ClientProtocol_1080/collision.ts +1 -1
  26. package/src/packets/ClientProtocol/ClientProtocol_1080/combat.ts +1 -1
  27. package/src/packets/ClientProtocol/ClientProtocol_1080/command.ts +1 -1
  28. package/src/packets/ClientProtocol/ClientProtocol_1080/construction.ts +1 -1
  29. package/src/packets/ClientProtocol/ClientProtocol_1080/container.ts +1 -1
  30. package/src/packets/ClientProtocol/ClientProtocol_1080/currency.ts +1 -1
  31. package/src/packets/ClientProtocol/ClientProtocol_1080/definitionFilter.ts +1 -1
  32. package/src/packets/ClientProtocol/ClientProtocol_1080/deployable.ts +1 -1
  33. package/src/packets/ClientProtocol/ClientProtocol_1080/dto.ts +1 -1
  34. package/src/packets/ClientProtocol/ClientProtocol_1080/effects.ts +1 -1
  35. package/src/packets/ClientProtocol/ClientProtocol_1080/equipment.ts +1 -1
  36. package/src/packets/ClientProtocol/ClientProtocol_1080/experience.ts +1 -1
  37. package/src/packets/ClientProtocol/ClientProtocol_1080/facility.ts +1 -1
  38. package/src/packets/ClientProtocol/ClientProtocol_1080/friend.ts +1 -1
  39. package/src/packets/ClientProtocol/ClientProtocol_1080/gamemode.ts +1 -1
  40. package/src/packets/ClientProtocol/ClientProtocol_1080/group.ts +1 -1
  41. package/src/packets/ClientProtocol/ClientProtocol_1080/guild.ts +1 -1
  42. package/src/packets/ClientProtocol/ClientProtocol_1080/h1emu.ts +1 -1
  43. package/src/packets/ClientProtocol/ClientProtocol_1080/h1z1packets.ts +1 -1
  44. package/src/packets/ClientProtocol/ClientProtocol_1080/implant.ts +1 -1
  45. package/src/packets/ClientProtocol/ClientProtocol_1080/inGamePurchase.ts +1 -1
  46. package/src/packets/ClientProtocol/ClientProtocol_1080/items.ts +1 -1
  47. package/src/packets/ClientProtocol/ClientProtocol_1080/loadout.ts +1 -1
  48. package/src/packets/ClientProtocol/ClientProtocol_1080/lobby.ts +1 -1
  49. package/src/packets/ClientProtocol/ClientProtocol_1080/lobbyGameDefinition.ts +1 -1
  50. package/src/packets/ClientProtocol/ClientProtocol_1080/loot.ts +1 -1
  51. package/src/packets/ClientProtocol/ClientProtocol_1080/mapRegion.ts +1 -1
  52. package/src/packets/ClientProtocol/ClientProtocol_1080/metaGameEvent.ts +1 -1
  53. package/src/packets/ClientProtocol/ClientProtocol_1080/missions.ts +1 -1
  54. package/src/packets/ClientProtocol/ClientProtocol_1080/mount.ts +1 -1
  55. package/src/packets/ClientProtocol/ClientProtocol_1080/operation.ts +1 -1
  56. package/src/packets/ClientProtocol/ClientProtocol_1080/profileStats.ts +1 -1
  57. package/src/packets/ClientProtocol/ClientProtocol_1080/quickChat.ts +1 -1
  58. package/src/packets/ClientProtocol/ClientProtocol_1080/ragdoll.ts +1 -1
  59. package/src/packets/ClientProtocol/ClientProtocol_1080/recipe.ts +1 -1
  60. package/src/packets/ClientProtocol/ClientProtocol_1080/referenceData.ts +1 -1
  61. package/src/packets/ClientProtocol/ClientProtocol_1080/replication.ts +107 -40
  62. package/src/packets/ClientProtocol/ClientProtocol_1080/rewardBuffs.ts +1 -1
  63. package/src/packets/ClientProtocol/ClientProtocol_1080/screenEffect.ts +1 -1
  64. package/src/packets/ClientProtocol/ClientProtocol_1080/shared.ts +31 -22
  65. package/src/packets/ClientProtocol/ClientProtocol_1080/skill.ts +1 -1
  66. package/src/packets/ClientProtocol/ClientProtocol_1080/spectator.ts +1 -1
  67. package/src/packets/ClientProtocol/ClientProtocol_1080/staticFacilityInfo.ts +1 -1
  68. package/src/packets/ClientProtocol/ClientProtocol_1080/stats.ts +1 -1
  69. package/src/packets/ClientProtocol/ClientProtocol_1080/target.ts +1 -1
  70. package/src/packets/ClientProtocol/ClientProtocol_1080/ui.ts +1 -1
  71. package/src/packets/ClientProtocol/ClientProtocol_1080/vehicle.ts +1 -1
  72. package/src/packets/ClientProtocol/ClientProtocol_1080/voice.ts +1 -1
  73. package/src/packets/ClientProtocol/ClientProtocol_1080/wallOfData.ts +1 -1
  74. package/src/packets/ClientProtocol/ClientProtocol_1080/weapon.ts +1 -1
  75. package/src/packets/ClientProtocol/ClientProtocol_1080/wordFilter.ts +1 -1
  76. package/src/packets/ClientProtocol/ClientProtocol_1080/zoneSetting.ts +1 -1
  77. package/src/packets/ClientProtocol/ClientProtocol_860/abilities.ts +1 -1
  78. package/src/packets/ClientProtocol/ClientProtocol_860/ability.ts +1 -1
  79. package/src/packets/ClientProtocol/ClientProtocol_860/achievement.ts +1 -1
  80. package/src/packets/ClientProtocol/ClientProtocol_860/acquaintance.ts +1 -1
  81. package/src/packets/ClientProtocol/ClientProtocol_860/activityManager.ts +1 -1
  82. package/src/packets/ClientProtocol/ClientProtocol_860/activityService.ts +1 -1
  83. package/src/packets/ClientProtocol/ClientProtocol_860/base.ts +1 -1
  84. package/src/packets/ClientProtocol/ClientProtocol_860/chat.ts +1 -1
  85. package/src/packets/ClientProtocol/ClientProtocol_860/clientPath.ts +1 -1
  86. package/src/packets/ClientProtocol/ClientProtocol_860/clientPcData.ts +1 -1
  87. package/src/packets/ClientProtocol/ClientProtocol_860/clientUpdate.ts +1 -1
  88. package/src/packets/ClientProtocol/ClientProtocol_860/coinStore.ts +1 -1
  89. package/src/packets/ClientProtocol/ClientProtocol_860/collision.ts +1 -1
  90. package/src/packets/ClientProtocol/ClientProtocol_860/combat.ts +1 -1
  91. package/src/packets/ClientProtocol/ClientProtocol_860/command.ts +1 -1
  92. package/src/packets/ClientProtocol/ClientProtocol_860/construction.ts +1 -1
  93. package/src/packets/ClientProtocol/ClientProtocol_860/container.ts +1 -1
  94. package/src/packets/ClientProtocol/ClientProtocol_860/currency.ts +1 -1
  95. package/src/packets/ClientProtocol/ClientProtocol_860/definitionFilter.ts +1 -1
  96. package/src/packets/ClientProtocol/ClientProtocol_860/deployable.ts +1 -1
  97. package/src/packets/ClientProtocol/ClientProtocol_860/dto.ts +1 -1
  98. package/src/packets/ClientProtocol/ClientProtocol_860/effects.ts +1 -1
  99. package/src/packets/ClientProtocol/ClientProtocol_860/equipment.ts +1 -1
  100. package/src/packets/ClientProtocol/ClientProtocol_860/experience.ts +1 -1
  101. package/src/packets/ClientProtocol/ClientProtocol_860/facility.ts +1 -1
  102. package/src/packets/ClientProtocol/ClientProtocol_860/friend.ts +1 -1
  103. package/src/packets/ClientProtocol/ClientProtocol_860/guild.ts +1 -1
  104. package/src/packets/ClientProtocol/ClientProtocol_860/h1z1packets.ts +1 -1
  105. package/src/packets/ClientProtocol/ClientProtocol_860/implant.ts +1 -1
  106. package/src/packets/ClientProtocol/ClientProtocol_860/inGamePurchase.ts +1 -1
  107. package/src/packets/ClientProtocol/ClientProtocol_860/items.ts +1 -1
  108. package/src/packets/ClientProtocol/ClientProtocol_860/loadout.ts +1 -1
  109. package/src/packets/ClientProtocol/ClientProtocol_860/lobby.ts +1 -1
  110. package/src/packets/ClientProtocol/ClientProtocol_860/lobbyGameDefinition.ts +1 -1
  111. package/src/packets/ClientProtocol/ClientProtocol_860/loot.ts +1 -1
  112. package/src/packets/ClientProtocol/ClientProtocol_860/mapRegion.ts +1 -1
  113. package/src/packets/ClientProtocol/ClientProtocol_860/metaGameEvent.ts +1 -1
  114. package/src/packets/ClientProtocol/ClientProtocol_860/missions.ts +1 -1
  115. package/src/packets/ClientProtocol/ClientProtocol_860/mount.ts +1 -1
  116. package/src/packets/ClientProtocol/ClientProtocol_860/operation.ts +1 -1
  117. package/src/packets/ClientProtocol/ClientProtocol_860/playerUpdate.ts +1 -1
  118. package/src/packets/ClientProtocol/ClientProtocol_860/profileStats.ts +1 -1
  119. package/src/packets/ClientProtocol/ClientProtocol_860/quickChat.ts +1 -1
  120. package/src/packets/ClientProtocol/ClientProtocol_860/ragdoll.ts +1 -1
  121. package/src/packets/ClientProtocol/ClientProtocol_860/recipe.ts +1 -1
  122. package/src/packets/ClientProtocol/ClientProtocol_860/referenceData.ts +1 -1
  123. package/src/packets/ClientProtocol/ClientProtocol_860/rewardBuffs.ts +1 -1
  124. package/src/packets/ClientProtocol/ClientProtocol_860/shared.ts +1 -1
  125. package/src/packets/ClientProtocol/ClientProtocol_860/skill.ts +1 -1
  126. package/src/packets/ClientProtocol/ClientProtocol_860/staticFacilityInfo.ts +1 -1
  127. package/src/packets/ClientProtocol/ClientProtocol_860/target.ts +1 -1
  128. package/src/packets/ClientProtocol/ClientProtocol_860/thrustPad.ts +1 -1
  129. package/src/packets/ClientProtocol/ClientProtocol_860/ui.ts +1 -1
  130. package/src/packets/ClientProtocol/ClientProtocol_860/vehicle.ts +1 -1
  131. package/src/packets/ClientProtocol/ClientProtocol_860/voice.ts +1 -1
  132. package/src/packets/ClientProtocol/ClientProtocol_860/wallOfData.ts +1 -1
  133. package/src/packets/ClientProtocol/ClientProtocol_860/warpgate.ts +1 -1
  134. package/src/packets/ClientProtocol/ClientProtocol_860/weapon.ts +1 -1
  135. package/src/packets/ClientProtocol/ClientProtocol_860/wordFilter.ts +1 -1
  136. package/src/packets/ClientProtocol/ClientProtocol_860/zoneSetting.ts +1 -1
  137. package/src/packets/LoginUdp/LoginUdp_11/loginTunnelPackets.ts +1 -1
  138. package/src/packets/LoginUdp/LoginUdp_11/loginpackets.ts +1 -1
  139. package/src/packets/LoginUdp/LoginUdp_9/loginTunnelPackets.ts +1 -1
  140. package/src/packets/LoginUdp/LoginUdp_9/loginpackets.ts +1 -1
  141. package/src/packets/gatewaypackets.ts +1 -1
  142. package/src/packets/packettable.ts +1 -1
  143. package/src/protocols/h1z1protocol.ts +1 -1
  144. package/src/protocols/loginprotocol.ts +1 -1
  145. package/src/protocols/loginprotocol2016.ts +1 -1
  146. package/src/protocols/lzconnectionprotocol.ts +1 -1
  147. package/src/servers/GatewayServer/gatewayserver.threaded.ts +1 -1
  148. package/src/servers/GatewayServer/gatewayserver.ts +1 -1
  149. package/src/servers/GatewayServer/gatewayserver.worker.ts +1 -1
  150. package/src/servers/LoginServer/loginclient.ts +1 -1
  151. package/src/servers/LoginServer/loginserver.ts +1 -1
  152. package/src/servers/LoginServer/workers/httpServer.ts +1 -1
  153. package/src/servers/LoginZoneConnection/loginconnectionmanager.ts +1 -1
  154. package/src/servers/LoginZoneConnection/shared/baselzconnection.ts +1 -1
  155. package/src/servers/LoginZoneConnection/shared/lzconnectionclient.ts +1 -1
  156. package/src/servers/LoginZoneConnection/zoneconnectionmanager.ts +1 -1
  157. package/src/servers/SoeServer/PacketsQueue.ts +1 -1
  158. package/src/servers/SoeServer/logicalPacket.ts +1 -1
  159. package/src/servers/SoeServer/soeclient.ts +1 -1
  160. package/src/servers/SoeServer/soeinputstream.ts +1 -1
  161. package/src/servers/SoeServer/soeoutputstream.ts +1 -1
  162. package/src/servers/SoeServer/soeserver.ts +1 -1
  163. package/src/servers/ZoneServer2016/classes/baseItem.ts +1 -1
  164. package/src/servers/ZoneServer2016/classes/collectingentity.ts +1 -1
  165. package/src/servers/ZoneServer2016/classes/loadoutItem.ts +1 -1
  166. package/src/servers/ZoneServer2016/classes/loadoutcontainer.ts +1 -1
  167. package/src/servers/ZoneServer2016/classes/smeltingentity.ts +1 -1
  168. package/src/servers/ZoneServer2016/classes/spawncell.ts +1 -1
  169. package/src/servers/ZoneServer2016/classes/weapon.ts +1 -1
  170. package/src/servers/ZoneServer2016/classes/zoneclient.ts +1 -1
  171. package/src/servers/ZoneServer2016/data/Recipes.ts +141 -1
  172. package/src/servers/ZoneServer2016/data/deathitemdamageconfig.ts +1 -1
  173. package/src/servers/ZoneServer2016/data/loadouts.ts +1 -1
  174. package/src/servers/ZoneServer2016/data/lootspawns.ts +1 -1
  175. package/src/servers/ZoneServer2016/entities/baseentity.ts +1 -1
  176. package/src/servers/ZoneServer2016/entities/basefullcharacter.ts +1 -1
  177. package/src/servers/ZoneServer2016/entities/baselightweightcharacter.ts +1 -1
  178. package/src/servers/ZoneServer2016/entities/baselootableentity.ts +1 -1
  179. package/src/servers/ZoneServer2016/entities/basesimplenpc.ts +1 -1
  180. package/src/servers/ZoneServer2016/entities/character.ts +1 -2
  181. package/src/servers/ZoneServer2016/entities/constructionchildentity.ts +1 -1
  182. package/src/servers/ZoneServer2016/entities/constructiondoor.ts +1 -1
  183. package/src/servers/ZoneServer2016/entities/constructionparententity.ts +1 -1
  184. package/src/servers/ZoneServer2016/entities/crate.ts +8 -1
  185. package/src/servers/ZoneServer2016/entities/destroyable.ts +1 -1
  186. package/src/servers/ZoneServer2016/entities/doorentity.ts +1 -1
  187. package/src/servers/ZoneServer2016/entities/explosiveentity.ts +1 -1
  188. package/src/servers/ZoneServer2016/entities/itemobject.ts +171 -3
  189. package/src/servers/ZoneServer2016/entities/lootableconstructionentity.ts +1 -1
  190. package/src/servers/ZoneServer2016/entities/lootbag.ts +1 -1
  191. package/src/servers/ZoneServer2016/entities/npc.ts +1 -1
  192. package/src/servers/ZoneServer2016/entities/plant.ts +1 -1
  193. package/src/servers/ZoneServer2016/entities/plantingdiameter.ts +1 -1
  194. package/src/servers/ZoneServer2016/entities/projectileentity.ts +1 -1
  195. package/src/servers/ZoneServer2016/entities/taskprop.ts +1 -1
  196. package/src/servers/ZoneServer2016/entities/temporaryentity.ts +1 -1
  197. package/src/servers/ZoneServer2016/entities/trapentity.ts +1 -1
  198. package/src/servers/ZoneServer2016/entities/treasurechest.ts +1 -1
  199. package/src/servers/ZoneServer2016/entities/vehicle.ts +1 -1
  200. package/src/servers/ZoneServer2016/entities/watersource.ts +1 -1
  201. package/src/servers/ZoneServer2016/handlers/commands/commandhandler.ts +1 -1
  202. package/src/servers/ZoneServer2016/handlers/commands/commands.ts +1 -1
  203. package/src/servers/ZoneServer2016/handlers/commands/dev.ts +1 -1
  204. package/src/servers/ZoneServer2016/handlers/commands/internalcommands.ts +1 -1
  205. package/src/servers/ZoneServer2016/handlers/commands/types.ts +1 -1
  206. package/src/servers/ZoneServer2016/managers/abilitiesmanager.ts +1 -1
  207. package/src/servers/ZoneServer2016/managers/accountinventorymanager.test.ts +1 -1
  208. package/src/servers/ZoneServer2016/managers/accountinventorymanager.ts +1 -1
  209. package/src/servers/ZoneServer2016/managers/aimanager.ts +1 -1
  210. package/src/servers/ZoneServer2016/managers/challengemanager.ts +1 -1
  211. package/src/servers/ZoneServer2016/managers/chatmanager.ts +1 -1
  212. package/src/servers/ZoneServer2016/managers/configmanager.ts +9 -3
  213. package/src/servers/ZoneServer2016/managers/constructionmanager.ts +1 -1
  214. package/src/servers/ZoneServer2016/managers/craftmanager.ts +1 -1
  215. package/src/servers/ZoneServer2016/managers/decaymanager.test.ts +1 -1
  216. package/src/servers/ZoneServer2016/managers/decaymanager.ts +1 -1
  217. package/src/servers/ZoneServer2016/managers/fairplaymanager.ts +3 -3
  218. package/src/servers/ZoneServer2016/managers/gametimemanager.ts +1 -1
  219. package/src/servers/ZoneServer2016/managers/groupmanager.ts +1 -1
  220. package/src/servers/ZoneServer2016/managers/hookmanager.ts +1 -1
  221. package/src/servers/ZoneServer2016/managers/playtimemanager.test.ts +1 -1
  222. package/src/servers/ZoneServer2016/managers/playtimemanager.ts +1 -1
  223. package/src/servers/ZoneServer2016/managers/pluginmanager.test.ts +1 -1
  224. package/src/servers/ZoneServer2016/managers/pluginmanager.ts +1 -1
  225. package/src/servers/ZoneServer2016/managers/randomeventsmanager.ts +1 -1
  226. package/src/servers/ZoneServer2016/managers/rconmanager.ts +1 -1
  227. package/src/servers/ZoneServer2016/managers/rewardmanager.test.ts +1 -1
  228. package/src/servers/ZoneServer2016/managers/rewardmanager.ts +1 -1
  229. package/src/servers/ZoneServer2016/managers/smeltingmanager.ts +1 -1
  230. package/src/servers/ZoneServer2016/managers/speedtreemanager.test.ts +1 -1
  231. package/src/servers/ZoneServer2016/managers/speedtreemanager.ts +1 -1
  232. package/src/servers/ZoneServer2016/managers/tasksmanager.ts +1 -1
  233. package/src/servers/ZoneServer2016/managers/voicechatmanager.ts +2 -1
  234. package/src/servers/ZoneServer2016/managers/weathermanager.ts +1 -1
  235. package/src/servers/ZoneServer2016/managers/worlddatamanager.ts +1 -1
  236. package/src/servers/ZoneServer2016/managers/worlddatamanagerthread.ts +1 -1
  237. package/src/servers/ZoneServer2016/managers/worldobjectmanager.test.ts +1 -1
  238. package/src/servers/ZoneServer2016/managers/worldobjectmanager.ts +2 -1
  239. package/src/servers/ZoneServer2016/models/config.ts +2 -1
  240. package/src/servers/ZoneServer2016/models/enums.ts +7 -1
  241. package/src/servers/ZoneServer2016/models/hooks.ts +1 -1
  242. package/src/servers/ZoneServer2016/zonepackethandlers.ts +57 -20
  243. package/src/servers/ZoneServer2016/zoneserver.ts +42 -10
  244. package/src/servers/shared/functions.ts +1 -1
  245. package/src/types/loginserver.ts +1 -1
  246. package/src/types/packets.ts +2 -2
  247. package/src/types/protocols.ts +1 -1
  248. package/src/types/savedata.ts +1 -1
  249. package/src/types/shared.ts +1 -1
  250. package/src/types/soeserver.ts +1 -1
  251. package/src/types/weaponPackets.ts +1 -1
  252. package/src/types/zone2016packets.ts +21 -23
  253. package/src/types/zonedata.ts +1 -1
  254. package/src/types/zoneserver.ts +1 -1
  255. package/src/utils/constants.ts +1 -1
  256. package/src/utils/enums.ts +1 -1
  257. package/src/utils/lz4/LICENSE +1 -1
  258. package/src/utils/processErrorHandling.ts +1 -1
  259. package/src/utils/recast.ts +1 -1
  260. package/src/utils/utils.ts +1 -1
package/LICENSE CHANGED
@@ -633,7 +633,7 @@ the "copyright" line and a pointer to where the full notice is found.
633
633
 
634
634
  h1z1-server is a library that emulate a h1z1 server
635
635
  Copyright (C) 2020 - 2021 Quentin Gruber
636
- copyright (C) 2021 - 2023 H1emu community
636
+ copyright (C) 2021 - 2026 H1emu community
637
637
 
638
638
  This program is free software: you can redistribute it and/or modify
639
639
  it under the terms of the GNU General Public License as published by
@@ -654,7 +654,7 @@ Also add information on how to contact you by electronic and paper mail.
654
654
  notice like this when it starts in an interactive mode:
655
655
 
656
656
  h1z1-server Copyright (C) 2020 - 2021 Quentin Gruber
657
- h1z1-server copyright (C) 2021 - 2023 H1emu community
657
+ h1z1-server copyright (C) 2021 - 2026 H1emu community
658
658
  This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
659
659
  This is free software, and you are welcome to redistribute it
660
660
  under certain conditions; type `show c' for details.
@@ -1037,6 +1037,7 @@
1037
1037
  },
1038
1038
  {
1039
1039
  "file_name": "Assets_259.pack",
1040
- "crc32_hash": "bfdc08a2"
1040
+ "old_crc32_hash": "bfdc08a2",
1041
+ "crc32_hash": "a20404c1"
1041
1042
  }
1042
1043
  ]
@@ -42,6 +42,7 @@ voicechat:
42
42
  useVoiceChatV2: false
43
43
  joinVoiceChatOnConnect: false
44
44
  serverAccessToken: ""
45
+ serverAddress: ""
45
46
 
46
47
  # Fairplay / anticheat config
47
48
 
package/h1z1-server.js CHANGED
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "h1z1-server",
3
- "version": "0.47.2-7",
3
+ "version": "0.47.2-9",
4
4
  "description": "Library for emulating h1z1 servers",
5
5
  "author": "Quentin Gruber <quentingruber@gmail.com> (http://github.com/quentingruber)",
6
6
  "license": "GPL-3.0-only",
7
7
  "main": "h1z1-server.js",
8
8
  "engines": {
9
- "node": ">=0.22.0 <25"
9
+ "node": ">=0.24.0 <26"
10
10
  },
11
11
  "bin": {
12
12
  "h1z1-server-demo": "scripts/h1z1-server-demo.js",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@types/js-yaml": "4.0.9",
17
- "@types/node": "^25.0.3",
17
+ "@types/node": "25.0.6",
18
18
  "@types/ws": "8.18.1",
19
19
  "debug": "4.4.3",
20
20
  "h1emu-core": "1.3.2",
@@ -24,18 +24,18 @@
24
24
  "recast-navigation": "0.43.0",
25
25
  "threads": "1.7.0",
26
26
  "typescript": "5.9.3",
27
- "ws": "8.18.3"
27
+ "ws": "8.19.0"
28
28
  },
29
29
  "directories": {
30
30
  "src": "./src"
31
31
  },
32
32
  "devDependencies": {
33
33
  "cross-env": "^10.1.0",
34
- "globals": "^16.5.0",
35
- "oxlint": "^1.34.0",
36
- "prettier": "^3.7.1",
37
- "tsx": "^4.20.6",
38
- "typedoc": "^0.28.14"
34
+ "globals": "^17.0.0",
35
+ "oxlint": "^1.38.0",
36
+ "prettier": "^3.7.4",
37
+ "tsx": "^4.21.0",
38
+ "typedoc": "^0.28.15"
39
39
  },
40
40
  "scripts": {
41
41
  "gen-packets-types": "tsx ./scripts/genPacketsNames.ts",
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server
@@ -3,7 +3,7 @@
3
3
  // GNU GENERAL PUBLIC LICENSE
4
4
  // Version 3, 29 June 2007
5
5
  // copyright (C) 2020 - 2021 Quentin Gruber
6
- // copyright (C) 2021 - 2025 H1emu community
6
+ // copyright (C) 2021 - 2026 H1emu community
7
7
  //
8
8
  // https://github.com/QuentinGruber/h1z1-server
9
9
  // https://www.npmjs.com/package/h1z1-server