đŸ’ģInstallation

1

Install devhub_lib

Download and install the required library and configure it according to your framework.

Download https://github.com/DEVHUB-GG/devhub_lib or use command

git clone https://github.com/DEVHUB-GG/devhub_lib.git
2

Start resources

Move the files to the resources folder on your server and add the following lines to your server.cfg in the correct order:

ensure devhub_lib
3

Restart your server

DO NOT CHANGE RESOURCE NAME

devhub_lib is required for other script to work correctly !

Why do i need it ?

Devhub_lib is a library for Devhub scripts. It contains all the essential functions that a user might want to edit to ensure the script works properly on their server. It allows you to configure various aspects such as framework, target system, sound system, and more.

It is also open-source, which gives you huge customization possibilities.

Another big advantage is that once you configure devhub_lib, all future Devhub scripts become plug-and-play, making setup much easier.

Last updated