[Release][API] Webadmin Lua Plugin Factory

Webadmin Lua Plugin Factory

The Webadmin resource (included with FXServer) now supports plugins!
This is a resource aimed towards creating such plugins with Lua.

This is a dependency resource, it does nothing by itself, but it does contain stuff to help you get started making your own plugins!

Please read the GitHub README file for more information.

Download

Examples

There are two included examples.

  1. A boilerplate for creating your own plugins
  2. A demo page containing example widgets (and their code)

An example resource can also be found here:

Images

Demo page (included):

Album showing various stages of development (click):

19 Likes

Good Job

Absolutely fantastic!

I love it! Amazing work as always. :grin: Can’t wait to test it out.

Nice work! Could someone help me? I just need the identifier for the nucleus. When I add admins via Zap-Hosting, they dont actually add to my cfg. all I want to do is add them manually

Hello!

Can you please DM me or contact our livechat support about this issue? we would gladly take a look at this issue for you :slight_smile:
Greetings

I cant open cfx.re. What to do?

How can I fix this ERROR? https://i.gyazo.com/a86a745ce6f1895ae68eba3f6298d748.png

How do I install this? Can anyone give me a help?

For download and installation:

  1. Go to the GitHub link
  2. click Clone or download, then download the .zip file
  3. Unzip the downloaded webadmin-lua-master.zip file
  4. move the webadmin-lua folder into your servers resources folder
  5. add ensure webadmin-lua to your server config

Please also read the README on the GitHub repository or in the downloaded .zip file
You’ll most likely want to install a resource that utilizes this, such as [Release] Webadmin Settings Menu
or [Release] Chat History / Chat Log plugin for webadmin

Thank you so much for the explanation

I’ve got same problem…

Make sure you’ve updated your FXServer and that Webadmin is working.

Hi guys i deleted the webadmin lua and deleted the server cache but webadmin page still is up !!

Webadmin is part of FXServer, this resource isn’t actually ‘webadmin’, it just provides some helper functions for it.

If you don’t want the webadmin page, just do stop webadmin on launch.

For some reason i can’t even get the demo and boilerplate pages to show. Does anyone know how to fix this? I believe i did all the steps correctly.
Also, How would i go about creating a console page? Because now i only have home and resources. image

Have you granted yourself webadmin access?

how would i go about doing that?
I am logged into the panel using steam, but i believe i am not a webadmin.

From the ““readme””

They can be enabled in the __resource.lua file if you want to preview them in the webadmin interface. Make sure you are logged in and have the webadmin ACE permission.

Make sure they’re actually enabled in the resource manifest.
Give yourself the webadmin permission using add_ace [your identifier] webadmin allow
If you don’t know what your identifier is, you can use builtin.everyone although that’d give everyone access.

Quick question, how would one send a command to the console?
For example: image

When the send button is pressed, it will send those parameters to the console.
Thanks!