Releases: JustGodWork/lib
1.1.3
Full Changelog: 1.1.2...1.1.3
Removed all trace of discord integration and mongodb to be nodejs free.
Fixed a bug with Menu.Closable not working as intended.
1.1.2
Full Changelog: 1.1.1...1.1.2
This version disables all discord-related code, as the NodeJS version of FiveM is no longer compatible.
In future, I'll be setting up an API-to-API system for Discord.
Lib v1.1.1
Full Changelog: 1.1.0...1.1.1
Many improvement such has discord lua integration, class system etc...
Biggest changes from 1.1.0 to 1.1.1 -> 607cfec @JustGodWork
If you plane to use discord or mongodb and you are unable to install node_modules correctly, you can found a working node_modules archive below. (I don't understand the problem)
If you dont want to use integrated Mongo Database set convars like this:
set justgod_lib_database_url "N/A"
set justgod_lib_database_name "N/A"Lib v1.1.0
Full Changelog: 1.0.0...1.1.0
feat(lib.database): 2ffa654 @JustGodWork
fix(lib.entity.get_coords returning bad vector type): e01e958 @JustGodWork
If you dont want to use integrated Mongo Database set convars like this:
set justgod_lib_database_url "N/A"
set justgod_lib_database_name "N/A"Lib v1.0.0
update:(version checker)