MLua icon

MLua -----

Add lua scripting support




Sup, I've added support for HTTP requests to the server.

Example of a GET request:
Code (Java):
fetch ( "GET", "https://google.com", function (body, response_code )
    print (body ) -- prints html file
    print (response_code ) -- 200 (OK )
end )
Example of a POST request:
Code (Java):
fetch ( "POST", "https://google.com", function (body, response_code )
    print (body ) -- prints html file
    print (response_code ) -- 200 (OK )
end, {applejuice = 300 } ) -- send post request to google. com with json data applejuice = 300
----------, Nov 10, 2023

Adds bukkitapi library to lua (which is Bukkit class in java)
----------, Sep 9, 2023

Resource Information
Author:
----------
Total Downloads: 104
First Release: Sep 8, 2023
Last Update: Nov 10, 2023
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings