Add the option to file group.ini Build= true / false. Think it will be useful.
up. Can make this options? or make a plugin

plizz
What exactly should this do? I'm not sure I understand.
Example is the group that guests can not build and destroy the world
For Example
Code:
[Admins]
Permissions=*
Build=1
Color=c
[Mods]
Color=5
Inherits=Vips
Build=1
Permissions=core.time,core.item
[Vips]
Permissions=core.teleport
Build=1
Color=2
Inherits=Default
[Default]
Permissions=core.help,core.playerlist,core.pluginlist,core.spawn
Build=1
Color=7
[Guest]
Permissions=core.help,core.spawn
Build=0
Color=8
Build=1 Group can build\destroy world
Build=0 Group can not build\destroy world
Sounds useful. Though might be easier to implement using Permissions. I'm not the plugin guy, though, so I'll leave this for someone competent

I can add this to Core by using permissions
And it's done, revision 425 has the core.build permission
(03-20-2012, 06:31 AM)FakeTruth Wrote: [ -> ]And it's done, revision 425 has the core.build permission
i have 425 and it dosnt have it =P
You need to enable the core plugin