rlf / uSkyBlock

The best skyblock bukkit plugin around...
http://dev.bukkit.org/bukkit-plugins/uskyblock/
GNU General Public License v3.0
76 stars 112 forks source link

Merging/joining islands #616

Open rlf opened 8 years ago

rlf commented 8 years ago

See #615 1: Islands that can be conjoined. We offer island expansions through our buycraft to players who want to build on a space larger than we initially offer. This has a few benefits for the player and server. 1 players are able to keep their builds and continue being challenged by adding on more space to develop. 2 it generates a little revenue to support hosting the server. We have run into a few issues in doing this for our players, namely with the worldguard regions. Currently we have to bloat our WG regions by adding enveloping regions which adds confusion for players who became accustomed to using the /is command for everything. We've talked about this before in a pm - a good example of how this would work can be found in a plots plugin. You asked why I didn't go that route - and the simple answer is - it's not uSkyBlock! Everything would have been a /plot command and I love the way USB handles everything else.

rlf commented 8 years ago

Development notes: