Change log
7.3.0 - Emergency fix for discord api [2022-04-28]
- Discord broke everything without warning this fixes that
7.2.1 - Fixes and support [2022-04-15]
- update links
- added swedish from ayatollah
- support message added <3
- docs updates
- few bug fixes
7.2.0 - Addon improvements [2022-01-16]
- patched some errors from previous version
- added example events for hooking from discord
- updated api usage to be stable with newest branch of discord.js
- added config for logging debug messages from discord.js
7.1.0 - Addon improvements [2022-01-14]
- added Italian from anonymous
- bug fixes
- add Czech from Anostraca
- add vehicle commands
- updated oxmysql compatibility
- add Norwegian from VikingTheDev
- optional addon for live player count added
- Updated dependencies removing outdated and improving stablility
7.0.3 - Fixes + New config for addl staffchat roles [2021-12-10]
- fixed a few logging typos
- added new config
AdditionalStaffChatRoleIds
(read config docs for more info)
7.0.2 - New languages and hot fixes [2021-12-9]
- added Bulgarian from @WrecksBG
- added Spanish from @Xect0r
- Fix /message error
7.0.1 - New language and QoL [2021-12-8]
- added French from @tiweb442
- add sendMessage chat util
7.0.0 - Staff chat, new config AND WEBHOOK LOGGING [2021-12-8]
- added bi-directional staff chat (messages from discord staff channel <-> fiveM staff chat messages)
- add discord webhook logging export (think qb-logs)
- Refactored and added to config to be more clear
- dutch added. Thanks Chatty <3
- Slovenian added. Thanks Synthetics <3
- remove command versioning
- converted bot into class
- added addon support
- relicensed under CC-BY-SA-NC-4.0
6.0.0 - Refactor! [2021-10-25]
- command arguments have been refactored to pass as an object instead of an array (This is not backwards compatible which is why it’s a version bump)
5.0.2 - New commands and docs! [2021-10-23]
- added screenshot command
- added weather, blackout, time commands
- added docs at zfbx.github.io/zdiscord
- updated/fixed chat events and teleport command
5.0.1 - Exports and ace perms [2021-10-20]
- Automatic Ace permission granting by discord role
- new and changed exports for checking if role exist and getting roles
5.0.0 - Hello discord.js! & Much much more. [2021-10-18]
It should be noted, this is essentially a complete rewrite of the resource and should probably be treated as such.
- NEW LICENSE - GPL version 3.0
- Replaced eris with discord.js
- replaced commands with slash commands
- added a bunch of new commands
- added a utils file to cleanup the main script
- added client.js for running events client side
- added linting and editorconfig
4.0.0 - permissions! bye yarn!.. and esx. [2021-9-15]
- Dependencies are now embedded libs making the project slimmer on install and not requiring yarn.
- ESX support was dropped, it wasn’t getting used and I don’t have an esx server for testing.
- translations were slimmed down to fivem messages only.
add/removepermissions
merged intoperms
command- Convars changed to be more readable using standard FiveM format with
_
spacing
3.2.0 - Convars everywhere! [2021-7-24]
- Convar hooks added for nearly every config option Read More
- Slimmed up locales by removing console log messages
- Added {prefix} to the global variables
- New Add/Remove permissions command for QBCore
3.1.0 - QBCore (potential ESX) support added [2021-7-10]
- Commands starting with
qb-
will load automatically if QBCore is detected. - Placeholders for
esx-
commands have been added.
3.0.0 - Modular commands! [2021-7-10]
- Commands are now loaded dynamically from the
/commands
folder - Help command now has sub commands
!help commandName
- New DM command
- various Error checks and fixes
2.0.0 - Github Release [2021-7-9]
- polished standalone
- Added translation support
1.0.0 - First unsupported build [2021-6-10]
- A lot.