Skip to content

1.0.0 for Towny 0.100.0.0

Compare
Choose a tag to compare
@LlmDl LlmDl released this 08 Jan 23:12
· 6 commits to master since this release
febf288

Because of the addition of CommentedConfiguration to the plugin you might want to reset your config.yml. This will be a one-time thing though, as CommentedConfiguration will allow for the config.yml to be updated automatically (like most Towny plugins do.)

  • Big Refactor:

    • Splits the plugin into classes.
    • Renames variables to be descriptive of what they do.
    • Splits methods into smaller methods with more precise jobs.
    • Adds CommentedConfiguration.
    • Adds jabel and bumps Java to 17.
    • Adds efficiency by not parsing over towns for shops/arenas/embassies/wilds plots when the town has none to begin with.
    • Updates min. Towny version to 0.100.0.0.
  • Fixes found during refactor:

    • Custom/Nation styles being overridden by dynamic town and nation colours.
    • VisibleRegions not behaving correctly.
  • Fix plugin.yml version not parsing properly.