Only placer, main admin and sign editors (players, who have "sign_editor" privilege) can dig and edit it.

Code: GPLv3, textures: CC BY-SA
Mod dependencies: default
Download
Github repository
Menche wrote:Could you include a 16x16 texture? The one you have looks out of place with default resolution packs.
Gambit wrote:Nice texture pack. I could draw up a proper one for MineToon 2.0. Perhaps a Plaque?
Gambit wrote:Nice texture pack. I could draw up a proper one for MineToon 2.0. Perhaps a Plaque?
Orby wrote:Is line 39 of init.lua
return player:get_player_name() == owner or sender:get_player_name() == minetest.setting_get("name")
Supposed to be
return player:get_player_name() == owner or player:get_player_name() == minetest.setting_get("name")
? Because I'm getting sender == nil errors otherwise.
rubenwardy wrote:You should make a privilage called "sign_editor" which means they can edit and remove locked signs
meta:set_string("formspec", "hack:sign_text_input")
meta:set_string("formspec", "field[text;;${text}]")
Users browsing this forum: No registered users and 7 guests