A complete JavaScript loader and framework for the Spigot Server API.
- Place Thiq.jar in the plugins folder
- Create a folder named
Thiq
Once your plugin is installed and running, you can test code by using /js [codeSnippet]
. Documentation on each repository will be hosted on the main website. You can hot reload the script by using /reloadjs
or by installing the file-watcher
module. To install more modules for your code to use, simply use /tpm install [module-name]
-
3.0.0
- Use NodeJS style bootstrapping for internal files
- Begin work on package management
- Use
package.json
as config rather thanplugin.yml
- Essentially a complete rework of how the Thiq environment runs
-
2.0.
- Fully recode Thiq within Java 8 using Nashorn
- Allow for modules and module loading (using CommonJS style
require
) - Allow for additional language compilers (i.e. CoffeeScript, TypeScript, etc)
- Update and patch bugs
-
1.0.
- Initial Release
Justin Cox – mailto:hello@thiq.org
- Fork it (https://github.com/Thiq/Thiq/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request