Skip to content

Thiq/Thiq

Repository files navigation

Thiq

A complete JavaScript loader and framework for the Spigot Server API.

forthebadge

Installation

  • Place Thiq.jar in the plugins folder
  • Create a folder named Thiq

Development setup

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]

Release History

  • 3.0.0

    • Use NodeJS style bootstrapping for internal files
    • Begin work on package management
    • Use package.json as config rather than plugin.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

Meta

Justin Cox – mailto:hello@thiq.org

https://github.com/Conji

Contributing

  1. Fork it (https://github.com/Thiq/Thiq/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

FOSSA Status