diff --git a/dist/ba_root/mods/chatHandle/__init__.py b/dist/ba_root/mods/chatHandle/__init__.py new file mode 100644 index 0000000..1f50d61 --- /dev/null +++ b/dist/ba_root/mods/chatHandle/__init__.py @@ -0,0 +1,7 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" diff --git a/dist/ba_root/mods/chatHandle/__pycache__/__init__.cpython-38.pyc b/dist/ba_root/mods/chatHandle/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000..c36c83c Binary files /dev/null and b/dist/ba_root/mods/chatHandle/__pycache__/__init__.cpython-38.pyc differ diff --git a/dist/ba_root/mods/chatHandle/__pycache__/handlechat.cpython-38.pyc b/dist/ba_root/mods/chatHandle/__pycache__/handlechat.cpython-38.pyc new file mode 100644 index 0000000..e99c015 Binary files /dev/null and b/dist/ba_root/mods/chatHandle/__pycache__/handlechat.cpython-38.pyc differ diff --git a/dist/ba_root/mods/chatHandle/chatCMDS/__init__.py b/dist/ba_root/mods/chatHandle/chatCMDS/__init__.py new file mode 100644 index 0000000..1f50d61 --- /dev/null +++ b/dist/ba_root/mods/chatHandle/chatCMDS/__init__.py @@ -0,0 +1,7 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" diff --git a/dist/ba_root/mods/chatHandle/chatCMDS/chatcmd.py b/dist/ba_root/mods/chatHandle/chatCMDS/chatcmd.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/chatHandle/chatCMDS/fun.py b/dist/ba_root/mods/chatHandle/chatCMDS/fun.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/chatHandle/chatCMDS/management.py b/dist/ba_root/mods/chatHandle/chatCMDS/management.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/chatHandle/chatFilter/__init__.py b/dist/ba_root/mods/chatHandle/chatFilter/__init__.py new file mode 100644 index 0000000..1f50d61 --- /dev/null +++ b/dist/ba_root/mods/chatHandle/chatFilter/__init__.py @@ -0,0 +1,7 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" diff --git a/dist/ba_root/mods/chatHandle/chatSpam/__init__.py b/dist/ba_root/mods/chatHandle/chatSpam/__init__.py new file mode 100644 index 0000000..1f50d61 --- /dev/null +++ b/dist/ba_root/mods/chatHandle/chatSpam/__init__.py @@ -0,0 +1,7 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" diff --git a/dist/ba_root/mods/chatHandle/handlechat.py b/dist/ba_root/mods/chatHandle/handlechat.py new file mode 100644 index 0000000..7796c9b --- /dev/null +++ b/dist/ba_root/mods/chatHandle/handlechat.py @@ -0,0 +1,2 @@ +import playersData + diff --git a/dist/ba_root/mods/custom_hooks.py b/dist/ba_root/mods/custom_hooks.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/playersData/__init__.py b/dist/ba_root/mods/playersData/__init__.py new file mode 100644 index 0000000..9b7c539 --- /dev/null +++ b/dist/ba_root/mods/playersData/__init__.py @@ -0,0 +1,10 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" + + +score=69 \ No newline at end of file diff --git a/dist/ba_root/mods/playersData/__pycache__/__init__.cpython-38.pyc b/dist/ba_root/mods/playersData/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000..22ece17 Binary files /dev/null and b/dist/ba_root/mods/playersData/__pycache__/__init__.cpython-38.pyc differ diff --git a/dist/ba_root/mods/playersData/data.json b/dist/ba_root/mods/playersData/data.json new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/playersData/roles.json b/dist/ba_root/mods/playersData/roles.json new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/serverData/Chat Logs.txt b/dist/ba_root/mods/serverData/Chat Logs.txt new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/serverData/__init__.py b/dist/ba_root/mods/serverData/__init__.py new file mode 100644 index 0000000..1f50d61 --- /dev/null +++ b/dist/ba_root/mods/serverData/__init__.py @@ -0,0 +1,7 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" diff --git a/dist/ba_root/mods/serverData/data.json b/dist/ba_root/mods/serverData/data.json new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/setting.json b/dist/ba_root/mods/setting.json new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/setting.py b/dist/ba_root/mods/setting.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/spaz/effects/__init__.py b/dist/ba_root/mods/spaz/effects/__init__.py new file mode 100644 index 0000000..1f50d61 --- /dev/null +++ b/dist/ba_root/mods/spaz/effects/__init__.py @@ -0,0 +1,7 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" diff --git a/dist/ba_root/mods/spaz/hitmessage.py b/dist/ba_root/mods/spaz/hitmessage.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/spaz/tag/__init__.py b/dist/ba_root/mods/spaz/tag/__init__.py new file mode 100644 index 0000000..1f50d61 --- /dev/null +++ b/dist/ba_root/mods/spaz/tag/__init__.py @@ -0,0 +1,7 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" diff --git a/dist/ba_root/mods/stats/__init__.py b/dist/ba_root/mods/stats/__init__.py new file mode 100644 index 0000000..1f50d61 --- /dev/null +++ b/dist/ba_root/mods/stats/__init__.py @@ -0,0 +1,7 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" diff --git a/dist/ba_root/mods/stats/mystats.json b/dist/ba_root/mods/stats/mystats.json new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/stats/rank.py b/dist/ba_root/mods/stats/rank.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/stats/stats.json b/dist/ba_root/mods/stats/stats.json new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/tools/Log.py b/dist/ba_root/mods/tools/Log.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/tools/__init__.py b/dist/ba_root/mods/tools/__init__.py new file mode 100644 index 0000000..45fbba7 --- /dev/null +++ b/dist/ba_root/mods/tools/__init__.py @@ -0,0 +1,14 @@ +# Released under the MIT License. See LICENSE for details. +# +"""Common bits of functionality shared between all efro projects. + +Things in here should be hardened, highly type-safe, and well-covered by unit +tests since they are widely used in live client and server code. +""" + +name="smoothy" + + + +def log(): + print("i logged") diff --git a/dist/ba_root/mods/tools/__pycache__/__init__.cpython-38.pyc b/dist/ba_root/mods/tools/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000..62683cf Binary files /dev/null and b/dist/ba_root/mods/tools/__pycache__/__init__.cpython-38.pyc differ diff --git a/dist/ba_root/mods/tools/spamcheck.py b/dist/ba_root/mods/tools/spamcheck.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/tools/textonmap.py b/dist/ba_root/mods/tools/textonmap.py new file mode 100644 index 0000000..e69de29 diff --git a/dist/ba_root/mods/tools/whitelist.py b/dist/ba_root/mods/tools/whitelist.py new file mode 100644 index 0000000..e69de29