Releases: Blumlaut/EasyAdmin
Pre-Release 5.7 RC 2
EasyAdmin 5.7, Release Candidate 2.
This is a Release Candidate, if you do not want to test new Features then please use the latest proper release
CUSTOM BANLISTS ARE OFFICIALLY BROKEN FROM RELEASE 5.6 ONWARDS, DO NOT USE THEM!
This Version Requires a Server Version above 3335
Changelog
- Add
ea_playerCacheExpiryTime
convar, accepts a Unix Time Format string, defines how long player cache should be kept for - Fix an issue where exiting the spectator mode would instead start spectating a different player.
- EasyAdmin will now ban Player Tokens and Identifiers, can be disabled with
ea_useTokenIdentifiers
- @Dalrae1 - Missing identifiers will be added to a Player ban, if the player tries joining back with partially new Identifiers. - @Dalrae1
- Fix an issue where banlist would have strings as indices in certain situations, making bans not "stick".
- Add new ~fancy~ message when EasyAdmin gets initialised.
- New Warning System, the following are its Configuration Options:
-
ea_maxWarnings 3
- The Maximum Amount of Warnings before a player gets kicked or banned
-
ea_warnAction "kick"
- The Action that gets taken when a player gets warned too many times, can be eitherkick
orban
-
ea_warningBanTime 604800
- the length, in unix time, of how long a ban from warnings should be
RC2 and Onwards:
- Beautified Chat Messages on Warnings and Reports, thanks to @Quinten-Gelderland
- Players will now no longer be able to join the server if EasyAdmin's ban list file is broken and unreadable.
- Fixed a bug where the unban command no longer worked.
- Add special handling for discord links, for the screenshot uploader
- The Ingame UI will now display if a new Version is available.
- add new
ea_generateSupportFile
Command, which will generate asupport.json
file, this can be uploaded in the Support Discord to gain insights into possible issues in your Server Configuration.
Please Report any and all Issues you experience in our Discord!
Pre-Release 5.7
Hi! Welcome to EasyAdmin 5.7, Release Candidate 1.
This is a Release Candidate, if you do not want to test new Features then please use the latest proper release
CUSTOM BANLISTS ARE OFFICIALLY BROKEN FROM RELEASE 5.6 ONWARDS, DO NOT USE THEM!
This Version Requires a Server Version above 3335
Changelog
- Add
ea_playerCacheExpiryTime
convar, accepts a Unix Time Format string, defines how long player cache should be kept for - Fix an issue where exiting the spectator mode would instead start spectating a different player.
- EasyAdmin will now ban Player Tokens and Identifiers, can be disabled with
ea_useTokenIdentifiers
- @Dalrae1 - Missing identifiers will be added to a Player ban, if the player tries joining back with partially new Identifiers. - @Dalrae1
- Fix an issue where banlist would have strings as indices in certain situations, making bans not "stick".
- Add new ~fancy~ message when EasyAdmin gets initialised.
- New Warning System, the following are its Configuration Options:
-
ea_maxWarnings 3
- The Maximum Amount of Warnings before a player gets kicked or banned
-
ea_warnAction "kick"
- The Action that gets taken when a player gets warned too many times, can be eitherkick
orban
-
ea_warningBanTime 604800
- the length, in unix time, of how long a ban from warnings should be
Please Report any and all Issues you experience in our Discord!
Hotfix 5.603
Hotfix 6.603
Fixed an issue that would cause identical identifiers across bans to count towards ea_minIdentifierMatches
, causing things like Reverse Proxies to break EasyAdmin, resulting in every joining user being falsely accused of being banned (Thanks Jer#9999 on Discord for helping reproduce this issue!)
Hotfix 6.602
Fixed an issue that caused the "expiry date" for anticheese bans not to get filled automatically, and it erroring out instead.
Hotfix 6.601
Fixed issue with the Teleport Features, which caused various oddities and Issues
5.6 Changelogs:
Developers that use EasyAdmin for banning, please read the changelogs!
Changelog:
- Spectating a Player is now even more reliable, especially with high-ping or low bandwidth situations.
- Automatic Banlist Backups! Read the Wiki Entries for it here.
- In conjunction with the Backup feature, the Commands
ea_createBackup
andea_loadBackup
were added. - You can now search the Banlist for a specific Ban using the "Unban Player" Menu
- New "name" property in Bans, which is the Username of the banned User.
- Bans with "empty" identifiers (e.g.
""
) now get removed from the banlist to prevent issues. - the banCheater event has been deprecated, resources that use it should switch to EasyAdmin:addBan instead, its a drop-in replacement and accepts the same syntax, the banCheater event will be removed in future versions.
- EasyAdmin will automatically remove its own
__resource.lua
if people don't remove it manually.
Enjoy!
10% Discount Code: blumlaut-a-1757
Hotfix 5.602
Hotfix 6.602
Fixed an issue that caused the "expiry date" for anticheese bans not to get filled automatically, and it erroring out instead.
Hotfix 6.601:
Fixed issue with the Teleport Features, which caused various oddities and Issues
5.6 Changelogs:
Developers that use EasyAdmin for banning, please read the changelogs!
Changelog:
- Spectating a Player is now even more reliable, especially with high-ping or low bandwidth situations.
- Automatic Banlist Backups! Read the Wiki Entries for it here.
- In conjunction with the Backup feature, the Commands
ea_createBackup
andea_loadBackup
were added. - You can now search the Banlist for a specific Ban using the "Unban Player" Menu
- New "name" property in Bans, which is the Username of the banned User.
- Bans with "empty" identifiers (e.g.
""
) now get removed from the banlist to prevent issues. - the banCheater event has been deprecated, resources that use it should switch to EasyAdmin:addBan instead, its a drop-in replacement and accepts the same syntax, the banCheater event will be removed in future versions.
- EasyAdmin will automatically remove its own
__resource.lua
if people don't remove it manually.
Enjoy!
10% Discount Code: blumlaut-a-1757
Release 5.6
EasyAdmin 5.6 for FiveM and RedM has been released.
Developers that use EasyAdmin for banning, please read the changelogs!
Changelog:
- Spectating a Player is now even more reliable, especially with high-ping or low bandwidth situations.
- Automatic Banlist Backups! Read the Wiki Entries for it here.
- In conjunction with the Backup feature, the Commands
ea_createBackup
andea_loadBackup
were added. - You can now search the Banlist for a specific Ban using the "Unban Player" Menu
- New "name" property in Bans, which is the Username of the banned User.
- Bans with "empty" identifiers (e.g.
""
) now get removed from the banlist to prevent issues. - the banCheater event has been deprecated, resources that use it should switch to EasyAdmin:addBan instead, its a drop-in replacement and accepts the same syntax, the banCheater event will be removed in future versions.
- EasyAdmin will automatically remove its own
__resource.lua
if people don't remove it manually.
Enjoy!
10% Discount Code: blumlaut-a-1757
Hotfix 5.503
EasyAdmin 5.5 for RedM and FiveM!
COMPATIBILITY NOTICE: Delete the __resource.lua
file in your resource folder before overwriting any files, EasyAdmin now uses an fxmanifest file!
Changes:
- Various Fixes for EasyAdmin Features ( teleport, spectate )
- Ability to Disable Webhook Alerts, check the Wiki about it here
Hotfix 5.502:
- Fix Various issues with Spectating and Teleporting not working quite right.
- Fix a few GUI Problems and Issues with the Update Checker
Hotfix 5.503:
- Allow Exiting of Spectate using "Vehicle Exit" button for RDR3
- Fix Spectating and Teleport to for Onesync Infinity
How to use for RedM:
Just install it like any other Resource, EasyAdmin will automatically run in RedM mode instead, there is nothing you have to configure or change in the code
The Key to open the Menu is F6 by default Do note use the ea_MenuButton convar from your FiveM Server, it WILL cause issues!
To Configure the Menu Key, take a look at the Wiki Entry for it:
https://github.com/Blumlaut/EasyAdmin/wiki/1.-Configuring-EasyAdmin#setr-ea_menubutton-289
Have Fun!
Relase 5.5 (+RedM)
EasyAdmin 5.5 for RedM and FiveM!
COMPATIBILITY NOTICE: DELETE THE __resource.lua
file in your resource folder before overwriting any files, EasyAdmin now uses an fxmanifest file!
Changes:
- Various Fixes for EasyAdmin Features ( teleport, spectate )
- Ability to Disable Webhook Alerts, check the Wiki about it here
How to use for RedM:
Just install it like any other Resource, EasyAdmin will automatically run in RedM mode instead, there is nothing you have to configure or change in the code
The Key to open the Menu is F6 by default Do note use the ea_MenuButton convar from your FiveM Server, it WILL cause issues!
To Configure the Menu Key, take a look at the Wiki Entry for it:
https://github.com/Blumlaut/EasyAdmin/wiki/1.-Configuring-EasyAdmin#setr-ea_menubutton-289
Have Fun!
Prerelease 5.5 (+RedM!)
This is the pre-release candidate for EasyAdmin 5.5, it includes Support for both FiveM and RedM, no additional Configuration is necesarry.
Other Changes:
- Various Fixes for EasyAdmin Features ( teleport, spectate )
- Ability to Disable Webhook Alerts, check the Wiki about it here
Please report any issues you can find!
Release 5.4
- Teleport permission was changed to
teleport.player
andteleport.everyone
- permission system improvements
- Webadmin was removed due to security concerns
- Screenshots on discord now dont get sent twice.
- TESTING NEEDED: Onesync infinity compatibility for teleports & spectate
- fix version check due to github url change.
- Fix onesync compatibility not enabling on some FXServer Versions
- Add
ea_testWebhook
Server command, this will send a test message to the webhook, to verify it working correctly.
Release 5.3
- Fixed the "Refresh Permissions" button being nonfunctional
- Webadmin: Add Cached Players Menu
- Fix a bug Regarding cached players that can cause an error.
- Minidentifiers now defaults to 2 instead of 1 on an unconfigured EasyAdmin Setup.
- Unbans now also show the Ban Reason alongside the ID