Advanced Groups (
Experimental
)Switch to Stable
Version
I have read, understood and accept the Terms of Service
Download Client Part:
Download Server Part:
Changelogs:
Advanced Groups Version 1.14.105.09.2023 13:26
- Players joining a secondary group would not be marked as offline in his primary group and other desync issues
- Players could not be kicked from the primary group when currently in a secondary group
Advanced Groups Version 1.14.005.09.2023 10:44
- Players can join a secondary group now (Added
allowJoinSecondGroupTemporarily
to the MainConfig.json). This can either be - until they leave the group / get kicked (
removeTemporaryMemberOnServerStart
: 0 and removeTemporaryMemberOnPlayerLeave
: 0)- until they leave the server (server restart also counts as leaving the server) (
removeTemporaryMemberOnPlayerLeave
: 1)- until the server restarts (
removeTemporaryMemberOnServerStart
: 1 and removeTemporaryMemberOnPlayerLeave
: 0)- Admins could not add new channels via the ingame admin menu
- Admins could not add new prefixes via the ingame admin menu
- plotpoles could not be placed sometimes
Advanced Groups Version 1.13.504.09.2023 09:12
- chat config and prefix adding ingame was not working
- "group.ignoretimeout" to ignore group join and create timeouts. To skip the timeout, the Admin needs to have Admin mode enabled. Otherwise he will be treated as a normal player
- Added function
bool IsPersistent()
to overwrite in the LBGroup class to make a certain group persistent via script. There is no config option for this. This means the group is never deleted for all members leaving or being inactiveCore Version 0.0.2004.09.2023 09:11
Core Version 0.0.1904.09.2023 09:04
Advanced Groups Version 1.13.402.09.2023 17:50
- Moved some configs from old config management to new config management via the LBmaster Core PBO. This should not be noticeable
- simple script overwrite to set the highest and lowest level of groups depending on their group tag allowing to have different permissions for some groups like Event groups, Police groups etc.
- Option disableMarkerPlacement in the mainconfig.json to disable marker placement
Core Version 0.0.1802.09.2023 17:44
-
Changed some config related stuff for the Advanced Groups update
Advanced Groups Version 1.13.301.09.2023 20:46
- compile error
Advanced Groups Version 1.13.201.09.2023 20:33
- Added option to overwrite placed Flagpole via script
Advanced Groups Version 1.13.101.09.2023 11:55
- compatibility changed for Enhanced Item Restrictions