louisroyer-minetest / keyring

This minetest mod adds keyrings.
https://content.minetest.net/packages/louisroyer/keyring/
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link
minetest-mod

Keyring

Build Status ContentDB ContentDB

This minetest mod adds keyrings. Keyrings can be used to store keys. Once keys are stored in the keyring, keyrings can be used as a regular key.

Personal keyrings are a variant of keyrings allowing to set access and configuration to keys private.

Craft

Keyring

empty        group:wire    empty
group:wire   group:key     group:wire
empty        group:wire    empty

or

group:key    group:wire   group:key
group:wire   empty        group:wire
group:key    group:wire   group:key

This gives back 4 basic_materials:empty_spool. In both crafts, keys (or group:key) items will be added to the resulting keyring. Screenshot Screenshot

Personal keyring (shapeless)

Add a key to the keyring (shapeless)

or

Notes:

Dependencies

Supported

Suggested

License

Settings

Privileges

You can grant the privilege keyring_inspect to allow a player to list keys of personal keyrings owned by other players.