personal_log-cd2025/settingtypes.txt
ThePython 994c1a263d
Various small improvements (#7)
* Crafting recipe for item is now shapeless
* Item now uses right click to open in MineClone (otherwise still left click)
* Added `personal_log_teleport` privilege (and `personal_log_teleport_privilege` setting to enable), in case you only want people to teleport to places they've already been to and saved in the log, and not use `/teleport`
* Replaced `priviledge` with `privilege` everywhere it's misspelled
* Tested in both MineClone and Minetest Game
2023-04-11 19:29:08 +02:00

7 lines
570 B
Plaintext

personal_log_inventory_button (Access via a button in SFInv/Unified Inventory) bool true
personal_log_craftable_item (Access via a craftable item) bool false
personal_log_chat_command (Allow the /log chat command to open the log) bool false
personal_log_chat_command_privilege (The personal_log privilege is required to access the log via chat command) bool false
# True if the "personal_log_teleport" privilege is required to teleport, if false, the "teleport" privilege is used instead.
personal_log_teleport_privilege (Add personal_log_teleport privilege) bool false