This mod provides a game-agnostic API to limit node interaction based on an access list. The owner of an access list can add player names to grant them access to the node or feature the list controls.
The mod provides a purposeful and neutral looking formspec, and customizing options to adapt it to your game/mod but also allows to prepend the formspec as needed.
All API functions were created to be used for having an access list system in individual mods, but also to allow overriding already existing item interactions from the game and from other mods.
For a minimal API implementation example, information on the access list entries, the access list management, and the configuration, please refer to the main documentation file.
- See the API documentation for detailed descriptions of what functions are available.
- Detailed usage examples are also available in the examples directory.