![]() |
Area Plugin v3 - 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: Area Plugin v3 (/thread-6.html) Pages:
1
2
|
Area Plugin v3 - Tybor - 02-22-2011 Release of Area Plugin v3 Note: MCServer >= r173 is needed! Features:
Code: usage: /area [options] To create a new area:
The area data is stored in area.ini file and can be directly edited when server is down (because plugin rewrites file on shutdown)!! The message prefix of this plugin can be customized by changing following at top of plugin: Code: local PLUGIN_MSG_PREFIX = cChatColor.Purple .. "* " The player needs the permission 'AreaAdmin' to use main commands (see user.ini & groups.ini of your MCServer installation)! Plugin attached. greets, Tybor RE: Area Plugin v2 - FakeTruth - 02-23-2011 Could you add 'owners' to areas that are allowed to modify them? That way it can be a suitable replacement for the hMod Cuboid plugin! ![]() RE: Area Plugin v2 - Tybor - 02-24-2011 (02-23-2011, 12:59 PM)FakeTruth Wrote: Could you add 'owners' to areas that are allowed to modify them? That way it can be a suitable replacement for the hMod Cuboid plugin!Yeah, I already thought about that to implement next. greets, Tybor RE: Area Plugin v2 - stiltzkin - 02-26-2011 I'm having a bit of trouble with this...the plugin itself appears to load and work fine, but I get the following line dumped to my log files several times every second. Needless to say this fills them up very quickly and makes it rather impractical to use: Code: Stack: -- Plugins/Area.lua:282: attempt to index upvalue 'IniFile' (a nil value) Any idea how to fix this? RE: Area Plugin v2 - Tybor - 02-26-2011 (02-26-2011, 04:21 PM)stiltzkin Wrote: I'm having a bit of trouble with this...the plugin itself appears to load and work fine, but I get the following line dumped to my log files several times every second. Needless to say this fills them up very quickly and makes it rather impractical to use:I really have no idea. Looks like a lua stack dump. You could try following:
greets, Tybor RE: Area Plugin v2 - Tybor - 02-26-2011 I just found out that the hook OnBlockDig is broken! ![]() Perhaps this is r173 or new client issue. So actually it is not possible to prevent digging a block with Area Plugin. For the other issue. I reworked my plugin for not using globals anymore (except 1). Will be released when OnBlockDig workaround is available. greets, Tybor RE: Area Plugin v3 - Tybor - 02-27-2011 Released Area Plugin v3
Tybor RE: Area Plugin v3 - codename_B - 02-27-2011 Didn't get any error messages from that one ![]() RE: Area Plugin v3 - FakeTruth - 02-27-2011 Nice! Congratulations on the new version, I think people will find this very useful ![]() RE: Area Plugin v3 - Cappibara - 03-01-2011 I sure find it useful. Thanks tybor. |