Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Problem z dynamiczna mapa


Rekomendowane odpowiedzi

Opublikowano (edytowane)

poprostu wrzucilem nie ogarnaim w ogole tej konfiguracji napisze ktos w skrucie co trzeba zminic

Edytowane przez mechuj
Opublikowano

Czytałeś to z linku ode mnie?

 

 

 

If you want to disable a certain world, for example the world alternative, you can do so by adding the property enable: false:

 

worlds:

- name: world

title: "My Super Awesome World"

- name: alternative

enabled: false

- name: nether

 

You can also use this property in your templates to (for example) disable all worlds of a certain environment.

If you want to change some of the properties for one specific world, you can do so specifying that property. This includes the maps: property, so you can specify the maps for a specific world:

 

- name: world

title: "My Super Awesome World"

center:

x: 100

y: 64

z: 0

maps:

- class: org.dynmap.flat.FlatMap

name: flat

title: "Flat"

prefix: flat

colorscheme: default

 

This will, for this particular world, set the center of the world to (100,64,0) and shows only flatmap in the sidebar.

Finally if you have multiple worlds that have the same configuration in common, you can add a template to the templates: section (or, better yet, as a custom template file under the templates/ directory) and specify for those worlds in particular the name of that template.

 

templates:

mycustomtemplate:

enabled: true

maps:

- class: org.dynmap.flat.FlatMap

name: flat

title: "Flat"

prefix: flat

colorscheme: ovocean

...

worlds:

- name: world

template: mycustomtemplate

- name: nether

template: mycustomtemplate

- name: alternative

 

Here world and nether both use the mycustomtemplate template, but alternative will still use the normal template (since alternative has an normal environment in this example).

As you can see above, for each FlatMap or KzedMap map, a certain colorscheme can be set. The colorschemes can be found in plugins/dynmap/colorschemes/, as seen here https://github.com/w...ed/colorschemes. An overview of how these look like can be found here Color Schemes.

As of 0.20, a new type of map definition has been provided - the HDMap. This map type, besides supporting higher resolution map rendering and use of texture packs, also supports all existing FlatMap and KzedMap features, but with more flexibility (allowing customized direction of view, angle of view, scale, etc). For details on configuring HDMaps, see HD Map Configuration.

 

 

 

Spróbuj edytować "title".

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...