Cuberite Forum

Full Version: [Plugin] Simple Home
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This plugins allows you to set home and and to teleport you back to your home.

Commands:
/mhome set Sets this location as your home
/mhome tp Teleports you back to your home
/mhome info Show the cordinates of your home


ToDo:
Write Homes to file and load homes from file on Server start.
(03-11-2011, 04:43 AM)NetMax Wrote: [ -> ]This plugins allows you to set home and and to teleport you back to your home.

Commands:
/mhome set Sets this location as your home
/mhome tp Teleports you back to your home
/mhome info Show the cordinates of your home


ToDo:
Write Homes to file and load homes from file on Server start.

[00:58:41] -- Plugins/Home.lua:83: unexpected symbol near '{'
[00:58:41] Can't load plugin Home.lua
[00:58:41] >>>>>>> Could not initialize a plugin!


With r175
You could use this documentation to save/read from a file:
http://mc-server.org/wiki/doku.php?id=api:cinifile
I get the same error as the other guy "--Plugins /home.lua:83: unexpected symbol near '{' " and so on. Any fixes?
Find this

Code:
function HomePlugin:OnPlayerJoin(player)
{

}

And delete it