Enhanced Item Restrictions (

Experimental

)


Changelogs:

Version 2.1.3

14.02.2025 01:13

  • more 1.27 fixes

Version 2.1.2

12.02.2025 22:14

  • fixed some RPC Handlers were not found, causing various different issues

Version 2.1.1

12.02.2025 14:22

  • applied required changes for 1.27 to prevent crashing

Version 2.1.0

05.02.2025 00:49

  • added support for Rearmed Basebuilding objects (you need to add the same item for the kit and the count items. You can use Basebuilding for both kit and count to restrict all basebuilding items by Rearmed Basebuilding (ingame you can disable spawnable only to find the item))

Version 2.0.3

25.01.2025 22:31

  • reworked layouts and scripts folder structure to be equal for all my mods
  • minor layout style changes
  • removed delete statements and unnecessary refs where possible
  • split admin menu into general settings and restriction settings

Version 2.0.2

21.01.2025 15:01

  • implemented changes to the admin menu from latest core update

Version 2.0.1

16.01.2025 14:11

  • minor changes for the new Core PBO

Version 2.0.0

14.01.2025 16:52

Changed:
  • Menu integration for Advanced Groups (update the plugin!) to apply the needed changes
  • layout style to match the rest of the mods
  • updated permissions to the new naming convention
  • minor changes for compatibility with the core mod
Fixed:
  • possible nullpointer on server shutdown

Version 1.0.1

23.04.2024 15:44

  • fixed group and player restrictions on Group Page not loading

Version 1.0.0

16.04.2024 14:54

This update will break other mods depending on this mod! Make sure to apply the necessary changes __To support both old and new Versions of this major update, you can use #ifdef LBmaster_Rework to check if the new version is loaded or the old__ Changed:
  • prints have been replaced with LBLogger methods
  • GetGame() has been replaced with g_Game constant
  • classes have been seperated into own files
  • Using the LBLayoutManager everywhere
  • all files were reformatted with formatting tool
  • folderstructure has been made consistent with other LB mods
Added:
  • missing translation into Stringtable