Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynmap-Towny: Regressions in plot type rendering #7462

Open
MilesBHuff opened this issue Jun 11, 2024 · 1 comment
Open

Dynmap-Towny: Regressions in plot type rendering #7462

MilesBHuff opened this issue Jun 11, 2024 · 1 comment

Comments

@MilesBHuff
Copy link

MilesBHuff commented Jun 11, 2024

What steps will reproduce the problem?

In version 1.1.2, the following no longer work:

  • Plot type colors (All plots render as yellow no matter what is configured.)
  • Clicking on a plot no longer tells you its type.
townblock_colours:
  shops:
  
    # Show shop plots with their own fill colour.
    showshops: 'true'
  
    # The colour shops plots are filled with.
    fillcolour: '#FFFF00'
  arenas:
  
    # Show arena plots with their own fill colour.
    showarenas: 'true'
  
    # The colour arena plots are filled with.
    fillcolour: '#FF0000'
  embassies:
  
    # Show embassy plots with their own fill colour.
    showembassies: 'true'
  
    # The colour embassy plots are filled with.
    fillcolour: '#000000'
  wilds:
  
    # Show wilds plots with their own fill colour.
    showwilds: 'true'
  
    # The colour wilds plots are filled with.
    fillcolour: '#00FF00'

(Screenshot taken from prod instance.)
image

What is the expected output?

In version 0.94, the following worked perfectly:

  • Plot type colors.
  • Clicking on a plot tells you its type.
  fillColorShops: '#FFFF00'
  fillColorArenas: '#FF0000'
  fillColorEmbassies: '#000000'
  fillColorWilds: '#00FF00'

(Forgive the ugly map; these screenshots are from a local development server that does not have a copy of the live world.)
image
image
image

Towny version

1.100.3.0. Varying just the version of Dynmap-Towny results in the above discrepancies.

Server version

Paper version git-Paper-411 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 6625db3 on ver/1.17.1)

Please use Pastebin.com to link the following files

  1. Your full server startup from the logs\latest.log: Unfortunately nothing interesting in the log, so not going through the trouble of gisting it.
  2. Your Towny config.yml: https://github.com/SettleScape/server/blob/master/minecraft/plugins/Towny/settings/config.yml
  3. Dynmap-Towny config: https://github.com/SettleScape/server/blob/master/minecraft/plugins/Dynmap-Towny/config.yml
  4. Your log's error: No error.
@LlmDl
Copy link
Member

LlmDl commented Oct 1, 2024

There is a chance this was fixed with another issue that was fixed with Dynmap-Towny 1.1.3, please let me know if this is fixed or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants