Updating Instructions¶
This page outlines instructions on how to update EasyAdmin between versions.
To 7.3¶
The v1 Plugin API has been removed entirely, if plugins were still using the v1 API, refer to the Porting Docs.
EasyAdmin will no longer attempt to give itself permissions using the server.cfg file, this must now be done manually by adding the following line to the server.cfg:
1 |
|
To 6.8 & 6.81¶
ea_logIdentifier
has been changed to accept a list of identifiers, comma seperated
1 2 |
|
EasyAdmin Plugins have been changed significantly and should be updated to the new Plugin System, check the Porting Docs if you are a Developer.
To 6.6¶
EasyAdmin 6.6 requires a recent version of yarn
from cfx-server-data.
To 6.5¶
ea_defaultKey removal¶
Due to continued confusion about what ea_defaultKey
actually does, it has been removed in version 6.5, the key is now registered as empty by default and has to be set through the FiveM Settings individually.
RedM is not affected by this change.
To 6.3¶
ea_MenuButton to ea_defaultKey¶
ea_MenuButton
has been renamed to ea_defaultKey
, syntax has been kept, so the change is as simple as the following in your server config:
1 2 |
|
Ban Permission Change¶
The player.ban
permission has been changed and now also includes .view
, .edit
and .remove
1 2 |
|
Do note that giving a group easyadmin.ban
permissions will now also give them permission to edit/unban players.
Reports 'claim' permission¶
Reports can now be claimed with the .claim
permission:
1 |
|
To 6.2¶
Permissions change¶
Permissions have been changed majorly from 5.* to 6.2 and above, Permissions now have a "category" they belong to, there have also been new permissions added for existing features.
As an example:
1 2 |
|
Existing Permissions now have either "player" or "server" as a prefix, here is a list of Permissions as of 6.2, do note that they should all be prefixed with easyadmin.
Important to note is that manageserver
no longer exists, and teleport.player
has been renamed to player.teleport.single
, implying the ability to teleport a single player at once.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|
FiveM Keybinds¶
The ea_MenuButton convar has been changed and now requires a string for a key, as per this docs entry, as an example:
1 2 |
|
Note: This is a one-time action, once a player joins with that Keybind set they will have to change it from their Control Settings inside of FiveM, FiveM currently does not provide any way to override this for all players.
This does not apply to RedM.