Releases: FAXES/DiscordVehicleWhitelist
Releases · FAXES/DiscordVehicleWhitelist
Release 3.0
This release has been in beta for a couple of months now and hasn't had any reported issues.
This update uses Discord Whitelist 4.0 and above to operate. Now no third party dependencies are required!
What has changed?
- Brand new resource coded in Javascript instead of Lua;
- Added multiple new config options for; deletion of vehicles, and a role to restrict to. This means multiple vehicle restrictions to multiple roles;
Release 2.1
- Update Manifest
- Updated from
discord_perms
todiscordroles
Alpha Version 2.2
- Test version with a re-written resource. This is now in JavaScript and uses
DiscordWhitelist
as a dependency.
How to Install
- Download my
DiscordWhitelist
resource. Add the token and guild ID as per it's documentation. - Configure this resource to your liking in the
server.js
file. Add cars and roles to them. If no role is present it will act as if no one can use the vehicle. - Start your server with
ensure DiscordWhitelist
ensure DiscordVehicleWhitelist
Release 2.0
- Removed
__resource.lua
file and updated tofxmanifest.lua
for updated server versions. - Fixed issue that prevented multiple roles working.
- Configured roles work via role ID now instead of role names.
- You can now use vehicle names and vehicle classes to restrict vehicles. This saves you putting every type of military vehicle in the list.
Release 1.1
- Added multiple role support - as per popular demand.
- Users can now get in backseats and passenger seats. The vehicle will only delete if the restricted user is in the driver's seat.
Release 1.0
- Initial release