Skip to content

Commit

Permalink
"spawn_builder" priv
Browse files Browse the repository at this point in the history
  • Loading branch information
naturefreshmilk committed Dec 26, 2019
1 parent c357312 commit a84f987
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions privs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ minetest.register_privilege("server_control", {
description = "Can operate the server command center"
})

-- pseudo-server
minetest.register_privilege("spawn_builder", {
description = "Can build at spawn"
})


-- specific privs

Expand Down

0 comments on commit a84f987

Please sign in to comment.