Configuration
Configuration
maxLoops: Ultimate count a loop can run
maxSubLoops: Ultimate loop depth (loop in another loop)
maxMillis: The time in milliseconds a script can run before forced termination
setBlockMax: Ultimate count of blocks a script can modify in a execution that does not have the permission NeoScript.Script.ignoreSetBlockMax
setBlockWhitelist: List of block ids a script can set that does not have the permission NeoScript.Script.ignoreSetBlockWhitelist
setBlockMaxRadius: Range a script can set blocks within that does not have the permission NeoScript.Script.ignoreSetBlockMaxRadius
dispMaxRadius: Range a script can send chat messages within that does not have the permission NeoScript.Script.ignoreDispMaxRadius
detectMaxRadius: Range a script can detect entities within that does not have the permission NeoScript.Script.ignoreDetectMaxRadius
SQL
To use MySQL, edit the config.yml. Set driver, url, username, and password:
driver: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost/minecraft
An empty password is represented by (none).
SQlite settings:
driver: org.sqlite.JDBC
url: jdbc:sqlite:{DIR}{NAME}.db
Comments