Keyring

Description

Keyring 🔗

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.

Personal keyring (shapeless) 🔗

  • keyring:keyring
  • basic_materials:padlock

Add a key to the keyring (shapeless) 🔗

  • group:key (keys:key or keyring:keyring/keyring:personal_keyring)
  • keyring:keyring/keyring:personal_keyring

or

  • group:virtual_key
  • keyring:keyring/keyring:personal_keyring

Notes:

  • if you use a personal keyring in the craft, then it must belong to you, else the craft will be forbidden.
  • when merging two keyrings, an empty keyring will be returned back

Dependencies 🔗

Supported 🔗

  • default (from MTG): you can automatically select key in the keyring when the interaction check is done with default.can_interact_with_node.
  • playerfactions: you can share a personal keyring with factions using syntax faction:<faction_name>.

Suggested 🔗

  • virtual_key: you can create virtual keys using a registerer and import them into your keyring; virtual keys is a good way to share access with friends without having to craft a lot of keys or to share a keyring.

Settings 🔗

  • Setting keyring.personal_keyring is available to disable/enable personal keyring (enabled by default).
  • Setting keyring.playerfactions is available to disable/enable the possiblity to share personal keyrings with factions (enabled by default).
  • Setting keyring.override_default_can_interact_with_node allow to automatically select key in the keyring when the interaction check is done with default.can_interact_with_node. This allow better integration with mods like technic_chests, where chests interaction is not checked on openning but when moving items.

Privileges 🔗

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

Reviews

Review

Do you recommend this mod?

  • No reviews, yet.

Releases

v1.3.1

Download

Luanti 5.5+

2022-06-21 12:13 UTC

v1.3.1 🔗

No release notes

v1.3.0

Download

Luanti 5.5+

2022-02-05 15:02 UTC

v1.3.0 🔗

No release notes

v1.2.5

Download

Luanti 5.0-5.4

2021-05-09 13:32 UTC

v1.2.5 🔗

No release notes

v1.2.4

Download

Luanti 5.0-5.4

2020-08-20 20:32 UTC

v1.2.4 🔗

No release notes

v1.2.3

Download

Luanti 5.0-5.4

2020-08-12 15:56 UTC

v1.2.3 🔗

No release notes

All releases