Skip to content

Commit

Permalink
- Add ignoreotherchannels to /res toggle and /res set mode
Browse files Browse the repository at this point in the history
tabcompleters.
  • Loading branch information
LlmDl committed Jul 12, 2024
1 parent 6c550d7 commit d8ce7b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Towny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<artifactId>towny</artifactId>
<packaging>jar</packaging>
<version>0.100.3.5</version>
<version>0.100.3.6</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public class ResidentCommand extends BaseCommand implements CommandExecutor {
"constantplotborder",
"townborder",
"ignoreplots",
"ignoreotherchannels",
"bordertitles",
"townclaim",
"townunclaim",
Expand All @@ -97,6 +98,7 @@ public class ResidentCommand extends BaseCommand implements CommandExecutor {
"constantplotborder",
"townborder",
"ignoreplots",
"ignoreotherchannels",
"reset",
"clear",
"infotool"
Expand Down
4 changes: 3 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9863,4 +9863,6 @@ v0.92.0.11:
- Maximum number of capital letters that can be used in Town and Nation names.
- This count does not include the first letter of a town, and does not count capitalized letters that come after a _ character.
- This means that a town named New_York would register 0 capitals. While McDonalds would register 1. COOLTOWN would register 7 capital letters.
- Fix config typo, courtesy of auriasmc with PR #7498. (First-Time Contributor!)
- Fix config typo, courtesy of auriasmc with PR #7498. (First-Time Contributor!)
0.100.3.6:
- Add ignoreotherchannels to /res toggle and /res set mode tabcompleters.

0 comments on commit d8ce7b3

Please sign in to comment.