Regionoid
A super simple block protection implementation that allows operators to define protected regions.
Simply define the "corners" of the region while in game:
/rset regionname
Operators can execute this command twice (with the same region name), to define the "corners" of the protected region. The plugin will drop a block to indicate the corner locations.
From that point on, only users in the region access list will be able to place or destroy block between the two points defined with the /rset command (vertically limited to 25 blocks up and down from the points you defined with /rset).
Operators should then add users to the region:
/rauser regionname username
Or delete them:
/rduser regionname username
Keep in mind, that creepers will still be able to cause damage if lured into your protected regions.
Plugin requires Purugin.
Other commands
/rdump - dump all defined regions
/rinfo regionname - display information about a particular region
-
View User Profile
-
Send Message
Posted Feb 28, 2012@bigscary
Yup, I know. I wrote this b/c the existing ones were too much for my needs.
Also, it's a great example of how awesome JRuby/Purugin are.
-
View User Profile
-
Send Message
Posted Feb 27, 2012Hey man maybe you already know but there are many very similar plugins available - Grief Prevention, Residence, WorldGuard, PreciousStones - they all allow admins and/or players to claim an area of the world and manage permissions inside it.