Inital Files

This commit is contained in:
Mystara 2025-06-16 15:42:15 -05:00
commit e39936e85d
101 changed files with 4985 additions and 0 deletions

4
config/polylib.json Normal file
View file

@ -0,0 +1,4 @@
{
// Allows poly lib to run as a server side only support. Without this, non-vanilla clients without polylib may not be able to connect.
"serverOnlySupport": false
}