[Plugin] Simple Home - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +---- Forum: Archived Plugins (https://forum.cuberite.org/forum-18.html) +---- Thread: [Plugin] Simple Home (/thread-79.html) |
[Plugin] Simple Home - NetMax - 03-11-2011 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. RE: [Plugin] Simple Home - omlet - 04-02-2011 (03-11-2011, 04:43 AM)NetMax Wrote: This plugins allows you to set home and and to teleport you back to your home. [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 RE: [Plugin] Simple Home - FakeTruth - 04-02-2011 You could use this documentation to save/read from a file: http://mc-server.org/wiki/doku.php?id=api:cinifile RE: [Plugin] Simple Home - absmonster - 04-10-2011 I get the same error as the other guy "--Plugins /home.lua:83: unexpected symbol near '{' " and so on. Any fixes? RE: [Plugin] Simple Home - FakeTruth - 04-11-2011 Find this Code: function HomePlugin:OnPlayerJoin(player) And delete it |