promotional bannermobile promotional banner

SimpleScripting [DEPRECATED]

Write custom plugins using Javascript

File Details

SimpleScripting-2.0.0-SNAPSHOT-4.jar

  • B
  • Jan 30, 2026
  • 16.71 MB
  • 31
  • Early Access

File Name

SimpleScripting-2.0.0 (3).jar

Supported Versions

  • Early Access

Fully reworked engine:

  • Isolated mods development
  • Tracks shared services so mods can expose and call APIs intentionally.
  • Injects JS facades for server, events, commands, players, worlds, net, assets, ui, and log so mods do not need Java imports.
  • ECS development support to create custom behavious in your worlds.
  • Supports require("./other-file.js") to split mods into multiple files within the mod folder.
  • /createmod <mod-name> command to easily create mods in-game with basic setup and lifecycle functions.
  • /updatetypes <mod-id> helper command to refresh types in your mod folder on new updates.
  • SQLite DB support to persist information accross sessions and server restart.
  • Execute commands as console to work with external mods.
  • Complete documentation at: https://wiki.hosttale.com/