1
Hey,
I'd like to be able to give a certain permissions group access to a certain area.
For instance, imagine a 5x5x5 block area. I would like to mark this off and be able to assign the player a group of "VIP" they can then build and edit in this area, however, when the group is removed they can no longer build there.
I would also like is so that it can be configured so i that i can allow other groups access to the area but not build rights. So for instance they can punch signs or buttons but cannot build or destroy.
I know i can do this with regions however, i really need it done with the permissions as the group members will keep changing monthly.
Thanks
Piercy
I'd like to be able to give a certain permissions group access to a certain area.
For instance, imagine a 5x5x5 block area. I would like to mark this off and be able to assign the player a group of "VIP" they can then build and edit in this area, however, when the group is removed they can no longer build there.
I would also like is so that it can be configured so i that i can allow other groups access to the area but not build rights. So for instance they can punch signs or buttons but cannot build or destroy.
I know i can do this with regions however, i really need it done with the permissions as the group members will keep changing monthly.
Thanks
Piercy
1
Piercy,
You can do this in regions in worldguard and I have a quick video tutorial on how to do it here
[yt]EmsQklUr0B0[/yt]
Actually.....I don't go over what you want in here but you can implement some of the basics to do this slightly advanced task. I plan on doing a more advanced tutorial of Worlguard but anyway....
Summarize:
1.) Setup the region (/rg define test)
2.) Give everyone access to the "use" flag (/rg flag test use everyone)
3.) Deny the build flag which will restrict build to owners (/rg flag test build deny)
4.) Make the VIP group the owners of the region (/rg addowners test g:VIP)
5.) Then add everyone to the be a member of the region (/rg addmember test g:everyone)
I think next week I'll have the advanced worlguard tutorial so subscribe if you want to keep seeing minecraft tutorials.
You can do this in regions in worldguard and I have a quick video tutorial on how to do it here
[yt]EmsQklUr0B0[/yt]
Actually.....I don't go over what you want in here but you can implement some of the basics to do this slightly advanced task. I plan on doing a more advanced tutorial of Worlguard but anyway....
Summarize:
1.) Setup the region (/rg define test)
2.) Give everyone access to the "use" flag (/rg flag test use everyone)
3.) Deny the build flag which will restrict build to owners (/rg flag test build deny)
4.) Make the VIP group the owners of the region (/rg addowners test g:VIP)
5.) Then add everyone to the be a member of the region (/rg addmember test g:everyone)
I think next week I'll have the advanced worlguard tutorial so subscribe if you want to keep seeing minecraft tutorials.
