Have you ever wished you could add commands, but don’t know how to make your own plugin? Well, that’s where Script comes in. All you have to do is edit the config to create commands!
Downloads
You can grab the latest development build of Script [here][1].
GitHub Repository
You can view Script’s GitHub Repository [here][2].
How to Install?
Simply put the downloaded jar into your mods folder along with Sponge and launch your server! Script’s config will generate, with a few commands to start you off!
How to Configure/Use?
Currently Script supports 3 types of commands:
message
teleport coord
give items
If you look at the default config, you’ll get the general idea of how it works.
- To add a command, you first go into the commands node and add the command name as well as a comma. If you do not add the comma, the command will not be registered!
- Next, you add a section for your command. Within this, you must specify the amount of tasks your command will use, the description, the permission, and then for each task what kind of task it is.
- If you have one task, all you have to do is do task=(task type) if you have more than one task, then you’d do task1=(task type), task2=(task type), and so on.
- Once you’ve specified the types of tasks, you must specify the arguments for that task. You can look at the default config to figure out how that works.
Support Me
If you’re feeling generous and would like to send me a tip, you can do so using PayPal [here][3]. Any and all donations are greatly appreciated! 
[1]: Releases · hsyyid/Script · GitHub
[2]: GitHub - hsyyid/Script: Script is a plugin for Sponge that enables users to make commands using the config!
[3]: http://negafinity.com/


