I have a server on a linux vps How would i enable creative mode i tried adding it to the config and got nothing? also is it possible to make it so only i have it and not other players? here is my config
http://pastebin.com/zTgGz97r
jwpwns wrote:Ok i got creative enabled but is there a way to make it so i only have it? not all players?
jwpwns wrote:ok got it Also 1 more thing any one know of any mods for /spawn i cant find any.
CraigyDavi wrote:jwpwns wrote:ok got it Also 1 more thing any one know of any mods for /spawn i cant find any.
http://lmgtfy.com/?q=minetest+spawn+mod
minetest.register_chatcommand("spawn", {
params = "",
description = "Teleport to the spawn location.",
privs = {shout=true},
func = function(name, param)
local player = minetest.get_player_by_name(name)
minetest.chat_send_player(name, "Teleported to spawn!")
player:setpos({x=0.0, y=5.0, z=0.0})
return true
end,
})
Users browsing this forum: No registered users and 7 guests