promotional bannermobile promotional banner

Sve

Sve is a programming language for scripting --- Minecraft interface

File Details

Sve v1.3

  • R
  • May 12, 2014
  • 217.41 KB
  • 477
  • 1.7.2

File Name

Sve.zip

Supported Versions

  • 1.7.2

+ 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).