Add files via upload
This commit is contained in:
parent
4587bf02d6
commit
63298dbab7
11
init.lua
Normal file
11
init.lua
Normal file
@ -0,0 +1,11 @@
|
||||
minetest.register_privilege("crash",
|
||||
"Player can crash the server with the /crash command")
|
||||
|
||||
minetest.register_chatcommand("crash",{
|
||||
params = "",
|
||||
description = "CRASH",
|
||||
privs = {crash = true},
|
||||
func = function(lalalalala)
|
||||
trolololol = lalalalala * nil
|
||||
end
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user