Sve v1.3

Details

  • Filename
    Sve.zip
  • Uploaded by
  • Uploaded
    May 12, 2014
  • Size
    217.41 KB
  • Downloads
    387
  • MD5
    51d5a6fdb56d6389997cabcf573e9919

Supported Bukkit Versions

  • 1.7.2

Changelog

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