Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (4 loc) · 388 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 388 Bytes

Rocket.Scripting

This repository contains the builtin scripting providers for the RocketMod game server plugin framework.

The providers act as plugins and add support for various scripting languages, like JavaScript or C# (via cs-script).

To start a scripting session use /e start <language>, after that you eval REPL expressions via /e <expression>. To exit, write /eval exit.