Towny Classic

Towny Classic

3.2k Downloads

ASCII map symbols loading problem #2

Closed this issue · 0 comments

commented

What steps will reproduce the problem?

I wrote about this problem earlier and it was fixed, but not completely.

Unfortunately, some text symbols located on the right in the towny map notations are still loaded from the configuration not from the server start, but only after the plugin is reloaded.

Before /townyadmin reload all
Image

After /townyadmin reload all

Image

So...

  1. Go to the towny config and change the towny map symbols. For example, like this:
ascii_map_symbols:
  
  # The character used for the home symbol.
  home: "\u0264"
  
  # The character used for the outpost symbol.
  outpost: "\u025F"
  
  # The character used for plots which are forsale.
  forsale: "\u0261"
  
  # The character used for plots which are unclaimed.
  wilderness: "\u0260"
  
  # The height of the map shown in /towny map and /res toggle map.
  # Minimum 7, maximum 18.
  map_height: '9'
  
  # The width of the map shown in /towny map and /res toggle map.
  # Minimum 7, maximum 27, only odd numbers are accepted.
  map_width: '23'
  1. Start the server;
  2. Join and use command /towny map;
  3. You may notice that the some symbols of the towny map notations have not changed!
  4. Use /townyadmin reload all command
  5. Only now ALL the symbols have changed.

What is the expected output?

I expected that map symbols to change when the plugin fully loaded and not after the full reload.

Towny version

Towny-0.101.1.13

Server version

paper-1.21.7-17

Please use Pastebin.com to link the following files