Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Installation

Doge edited this page Aug 31, 2021 · 4 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 [email protected]:cooldogedev/libPromise.git. This will create a libPromise folder in your directory.

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