Add setting manual NationLevels onto Nations.#8112
Merged
LlmDl merged 1 commit intoTownyAdvanced:masterfrom Feb 28, 2026
Merged
Add setting manual NationLevels onto Nations.#8112LlmDl merged 1 commit intoTownyAdvanced:masterfrom
LlmDl merged 1 commit intoTownyAdvanced:masterfrom
Conversation
LlmDl
requested changes
Feb 24, 2026
Member
LlmDl
left a comment
There was a problem hiding this comment.
This is really nice and clean thank you, I've spotted a missing change needed in the plugin.yml file.
Towny/src/main/java/com/palmergames/bukkit/towny/permissions/PermissionNodes.java
Show resolved
Hide resolved
2c2283b to
e462960
Compare
LlmDl
requested changes
Feb 24, 2026
e462960 to
d608881
Compare
LlmDl
approved these changes
Feb 24, 2026
Member
LlmDl
left a comment
There was a problem hiding this comment.
Looks good thank you, in the future you: you don't need to squash your commits, it only makes it more difficult to see the small changes. Everything will get squashed upon merging.
LlmDl
added a commit
that referenced
this pull request
Feb 28, 2026
- Add setting manual NationLevels onto Nations, courtesy of confusedalex with PR #8112. (First-Time Contributor!) - New Command: /ta nation NATIONNAME setnationlevel #|clear. - New Permission Node: towny.command.townyadmin.nation.setnationlevel - Child node of towny.command.townyadmin.nation.* and towny.admin. - Add Scoreboard/HUD support for Folia, convert Scoreboards to Adventure. - Ignore colors in length validation, strip unwanted minimessage tags, courtesy of Veyronity with PR #8116. - Bump org.jetbrains:annotations from 26.0.2 to 26.1.0. - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5. - Add Interaction entity to right click protected list. - Closes #8121. - Lower listener priorities for block events, courtesy of Warrior with PR #8123.
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This PR adds the option to manually override the nation's level
New Nodes/Commands/ConfigOptions:
/townyadmin nation setnationlevel
towny.command.townyadmin.nation.setnationlevel
Relevant Towny Issue ticket:
By making this pull request, I represent that I have the right to waive copyright and related rights to my contribution, and agree that all copyright and related rights in my contributions are waived, and I acknowledge that the TownyAdvanced organization has the copyright to use and modify my contribution under the Towny License for perpetuity.