RegionStates

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Description

This plugin adds a simple method of saving and loading the state of WorldGuard regions that does not require a player, meaning it works with command blocks.

Bug Reports / Suggestions

If you find a bug, encounter a problem or have a suggestion, please fill out a ticket via the Tickets link above. I do not have the time to read through the comments section, any comment that fits the previous three categories will be ignored.

Commands

/regionstate save

Used to save the state of a named region

/regionstate save world_name region_name state_name

Requires the regionstates.save permission which defaults to OP only.

/regionstate remove

Removes a saved region state

/regionstate remove world_name region_name state_name

Requires the regionstates.remove permission which defaults to OP only.

/regionstate list

Lists all states for a region

/regionstate list world_name region_name

Requires the regionstates.load permission which defaults to OP only.

/regionstate load

Applies a saved state to a region

/regionstate load world_name region_name state_name

Requires the regionstates.load permission which defaults to OP only.

Contributing

Contributions to the project are very much welcome, if you have a feature that you want implemented and know a nice way to do it then consider forking the repo and submitting a pull request. These will be accepted as long as the following simple guidelines are followed.

  • Do not edit the structure of the pom.xml file, feel free to add a dependency if you need it but the formatting and structure should not be changed.
  • If you are exposing a new API method, add a JavaDoc comment to it, but don't over-comment internal code.
  • Follow the existing code style, don't antagonise over every space though !

All dependencies that are used are now available from a public Maven repo, so you don't have to worry about building several other projects just to add a simple change any more.

Source Code

Available on GitHub

Dev Builds

Changes Since Last Release

Download

Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.

http://bukkit.jacekk.co.uk:8000/job/RegionStates/

Download Stats

View detailed stats


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files