Skip to content

Packages

gdr edited this page Jul 5, 2024 · 3 revisions

Introduction

Packages were introduced in GAdmin v1.1.0, as a new way to pack your addons into one folder.

How to use

It is quite easy to use, just copy GAdminLoader/Addons/Packs/PackageTemplate, and paste it into GAdminLoader/Addons/Packs.
You can delete systems you dont need.

Systems

There's currently 5 systems avaible for addons:

@About

Description of your addon package.

ServerCommands

Recommended to view ServerCommand Layouts first.
Read GAdminLoader/Addons/ServerCommands and GAdminLoader/Addons/ServerCommands/Template.

ClientCommands

Recommended to view ClientCommand Layouts first.
Read GAdminLoader/Addons/ClientCommands and GAdminLoader/Addons/ClientCommands/Template.

Calls

Read GAdminLoader/Addons/Calls and GAdminLoader/Addons/Calls/Template.

TopBars

Read GAdminLoader/Addons/TopBars and GAdminLoader/Addons/TopBars/Template.

Clone this wiki locally