NetJS (KubeJS Addon)
Modby KostromDan
Addon for KubeJS for very limited safe network interaction.
Type
Mod
CurseForge Downloads
142,550
CurseForge ID
888356
Last Updated
Jul 27, 2026
Description
Description:
Addon for KubeJS for very limited safe network interaction.
Adds NetJSWrapper named NetJS which you can use anywhere in your scripts.
The mod itself does nothing.
Features:
// async, accessing the network will be a separate thread, the game will continue to run, and the callback will be called when the result is received.
- NetJS.getPasteBin('3zCF8MM6', result => {})
- NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', result => {})
// linear, not recomended, because will stop main client/server thread utill result is received. - NetJS.getPasteBin('3zCF8MM6', false, result => {})
- NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', false, result => {})
Usage:
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
The Afterlight
Delve into a forgotten realm stuck in a blue moon.
Where Are My TMs [Fabric]
Adds in TMs to Cobblemon until official release
Brazilian Delight
A Farmer's Delight addon that adds all kinds of Brazilian goods!
Silence's Turrets
It has more than 30 turrets
Aquamirae x Better Combat Compatibility
Adds compatibility between aquamirae and better combat, including two custom weapon behaviors
Mob Population Control
Handle common runaway mob population situations (Anti-Lag)