This is my first plugin I made using PythonLoader
- Commands & Permissions
- commands
======================
/malstart generate max-ram min-ram os valid options for os are [ linux, windows , mac]
/malstart verion
/malstart stop
======================
permissions: malstart.*: description: Give all MalStart Commands children: malstart.version: true malbans.stop: true malbans.generate: true malstart.help: description: allow player to see list of commands default: op malstart.version: description: show the plugin version of malstart default: op malstart.stop: description: Stop the server with the kick msg default: op malstart.generate: description: Generate the start file for the server default: op
This plugin kicks every one from your server, saves the world, and then stops the server . The startServer.bat ( or what ever it is called ) will wait 10 seconds then restart your server for you , during the restart time out you have an option to stop the restart by closing down the program .
To install this plugin you need to download PythonLoader.jar and the jython.jar
place the jython.jar in the lib folder of your server ( you may need to create that folder) and install PythonLoader in
the plugins folder.
After that Just extract everything from the zip file into the plugins folder like a normal plugin.
the .pyp file if just a normal zip file that contains the source of the plugin , do not rename the
extension unless you want to read the code .
.pyp is like a .jar file for a plugin , please install in the plugins folder !
For help use the How To Install page
Jython.jar
(By downloading and using Jython you accept the Jython License)
PythonLoader
(Modified by zaph34r)