JamesHealey94 / SimpleTowns

Simple, chunk-based protection plugin for Bukkit.
http://dev.bukkit.org/bukkit-plugins/simpletowns/
The Unlicense
3 stars 1 forks source link

Improvements to /town claim #17

Closed markhughes closed 8 years ago

markhughes commented 10 years ago

This adds the following cases:

If the player is a leader of 1 town, it claims for that town.

If the player is a leader of multiple towns, but there is only one next to the chunk they're claiming for, it claims for that town.

If the player is a leader of multiple towns next to the chunk they're claiming for, it lists these towns.

If the player is a leader of multiple towns and none are next to the chunk they're claiming for, it results in the original message.

markhughes commented 10 years ago

See #8

(I accidentally put 1 in the commit message - oops..)

markhughes commented 10 years ago

Also made a proposed method for #3

JamesHealey94 commented 8 years ago

Getting back to this laughably late. Sorry about that.

PR solves #8, but also half-solves #3 and #16. Contemplated fixing it up but we're probably better off denying the PR and moving on.