promotional bannermobile promotional banner

Sve

Sve is a programming language for scripting --- Minecraft interface
Back to Files

Sve v1.3

File nameSve.zip
Uploaded
May 12, 2014
Downloads
487
Size
217.4 KB
File ID
790553
Type
R
Release
Supported game versions
  • 1.7.2

What's new

+ Configuration: search path, automatically executed svefiles
+ better support for require function
+ log function
+ /svec, alias for /svecommand

Sve now uses a configuration file, which looks like this:

sve:
  path:
    - svefiles/
    - plugins/Sve/
  autorun:
    - svefiles/all.sve

With search path you can specify folder which the interpreter searches svefiles from. Autorun section contains svefile which are automatically executed when the server starts. It can contain directories too, in which case all svefiles in the directory are executed (but not those in subdirectories).

All svefiles were modified (changed print to log).

This mod has no additional files