Skip to content

Installation

Doge edited this page Sep 1, 2021 · 2 revisions

Installation via DEVirion

Install the DEVirion plugin and start your server. This will create a virions folder in your server's root directory.

server_root
| -> plugins
|    --> DEVirion.phar
| -> virions
  • Download pre-compiled .phar files can be downloaded from poggit.
  • Place the pre-compiled .phar in the virions directory

Running from source code

Clone the repository via git git clone git@github.com:cooldogedev/libSQL.git. This will create a libSQL folder in your directory.

your_plugin
| -> src
|    --> cooldogedev
|       --> libSQL
  • Place the cooldogedev\libSQL folder in your src directory.
Clone this wiki locally