Spigot Resources maximum plugin file upload size is 4 MB:
https://www.spigotmc.org/resources/websandboxmc.39415/add-version

but WebSandboxMC is far bigger:
WebSandboxMC $ ls -lh releases/
total 76776
-rw-r--r--@ 1 admin staff 7.7M Apr 13 22:50 WebSandboxMC-0.1.jar
-rw-r--r-- 1 admin staff 6.0M Apr 13 22:50 WebSandboxMC-0.2.jar
-rw-r--r-- 1 admin staff 6.0M Apr 14 00:27 WebSandboxMC-0.3.jar
-rw-r--r-- 1 admin staff 6.0M Apr 15 00:06 WebSandboxMC-0.4.jar
-rw-r--r-- 1 admin staff 6.0M Apr 15 21:38 WebSandboxMC-0.5.jar
-rw-r--r-- 1 admin staff 6.0M Apr 16 19:16 WebSandboxMC-0.6.jar
therefore I am hosting it on GitHub releases, posting on Spigot Resources with an external download link. But this creates restrictions not present with a direct upload to spigot.org, such as:
https://board.aternos.org/index.php?thread/7366-how-to-write-a-good-plugin-modpack-mod-request/
Before you request your plugin, please check if your plugin...
- ... is available on the Bukkit or Spigot plugin index. We won't accept plugins that are not in there!
- ... is directly available there. If the button looks like the button in the screenshot [download via external site], we won't add the plugin
How big of plugins does https://dev.bukkit.org accept?
Is it even feasible to reduce the size of WebSandboxMC under the limit? The compiled NetCraft output, even with emcc -O3 optimizations, is several megabytes:
WebSandboxMC $ ls -lh src/main/resources/
total 7296
-rw-r--r-- 1 admin staff 101K Apr 16 19:14 craft.html
-rw-r--r-- 1 admin staff 59K Apr 16 19:14 craft.html.mem
-rw-r--r-- 1 admin staff 3.4M Apr 16 19:14 craft.js
Spigot Resources maximum plugin file upload size is 4 MB:
https://www.spigotmc.org/resources/websandboxmc.39415/add-version
but WebSandboxMC is far bigger:
therefore I am hosting it on GitHub releases, posting on Spigot Resources with an external download link. But this creates restrictions not present with a direct upload to spigot.org, such as:
https://board.aternos.org/index.php?thread/7366-how-to-write-a-good-plugin-modpack-mod-request/
How big of plugins does https://dev.bukkit.org accept?
Is it even feasible to reduce the size of WebSandboxMC under the limit? The compiled NetCraft output, even with emcc -O3 optimizations, is several megabytes: