-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Doge edited this page Sep 1, 2021
·
2 revisions
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 thevirions
directory
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 yoursrc
directory.