Davide Fantino
Davide Fantino
@Matttor just had an issue, the badPacket() method got called after updating the player list, probably too frequently, but setting the condition as follows fixed my issue: `if (bufSize >...
@Matttor some important notes here https://github.com/Team-Silver-Sphere/SquadJS/pull/318#issuecomment-1854740474
> Someone have the `ALTER` command so we can do some documentation for it? The ALTER command is not needed because the changes add a new table, but won't modify...
> > Working dockerfile if anyone need ;) > > ``` > > FROM node:18.17-alpine > > USER node > > RUN mkdir -p /home/node/app > > WORKDIR /home/node/app >...
> Just edited my previous post. This is becoming off-topic but I can suggest to read this page in which everything is very well explained: https://docs.docker.com/get-started/overview/ If you need more...
changes are partially compatible with the new version of the layer list, the spawner_size property is the only one missing, and even if it wouldn't throw errors, the spawnerSize property...
Closing due to a new PR being opened soon to resolve https://github.com/Team-Silver-Sphere/SquadJS/issues/353
very likely to have been caused by nomeclature changes by OWI and dependant on the (Squad Wiki layer list)[https://github.com/Squad-Wiki/squad-wiki-pipeline-map-data/]
@werewolfboy13 I'm planning to work on this very soon, so this could be linked to the SquadJS Projects page
@magicoflolis I was looking into this PR (still need to test it), it looks very interesting, but as far as I can see, slash commands cannot be created by plugins,...