Initial commit (version 0.1-test)
This commit is contained in:
11
mods/elevator/privs.lua
Normal file
11
mods/elevator/privs.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local S = minetest.get_translator("travelnet")
|
||||
|
||||
minetest.register_privilege("travelnet_attach", {
|
||||
description = S("allows to attach travelnet boxes to travelnets of other players"),
|
||||
give_to_singleplayer = false
|
||||
})
|
||||
|
||||
minetest.register_privilege("travelnet_remove", {
|
||||
description = S("allows to dig travelnet boxes which belog to nets of other players"),
|
||||
give_to_singleplayer = false
|
||||
})
|
||||
Reference in New Issue
Block a user