StartUpCmds
StartupCmds is a very simple plugin that I am creating, which runs commands on the server start.
It will be designed to be as simple to use as possible, with a .yml for startup commands, and in-game command management.
The main reason I created this was for maps where I needed map saving off so I could restart the server to a fresh map.
Please leave some feedback or comments
v1.1: Shutdown Commands Added!!!
- Same as before, but now with shutdown commands added.
- Use "shutdown [add|del] [command]" or su as an alias
- Warning: May be buggy with non-vanilla commands, due to it (un)loading before/after other plugins.
v1.0: First Fully Working Release
- Runs all commands without errors
- Commands can be managed using /startup [add/del] [command]
- Command alias "su" added for ease of use
v0.1.1:
- Fixed errors on running "startup" from console
- Still only runs directly from config.yml
v0.1: First Alpha:
- Haven't tested commands properly yet
- Confirmed runs vanilla commands on start, have yet to explicitly test external plugin commands
- Runs only enabled commands
- Use the config.yml for now, it runs mainly from there at the moment!

