[Dynmap] Configurer la zone à rendre

Pio154

Architecte en herbe
7 Mars 2011
43
0
70
Salut à tous,

J'essaie en vain de trouver et d'essayer de faire des rendus sur une zone pour ne pas calculer au delà des coordonnées pour ne pas tout afficher mais je n'y arrive pas.

Donc j'aimerais avoir le rendu de la map que de x(20k à -20k) * z(20k à -20x)
J'y comprends rien personnellement...

Voici le fichier worlds.txt
Code:
# These are examples of world-specific settings - customize your content as you see fit
#
# NOTES:
#   All lines here are commented with the # symbol - delete the # symbol on copied lines you wish to enable
#   Definitions of a world made here will superecede any world definition with the same name in configuration.txt
#   Deleting this file will result in a fresh copy being produced by dynmap.jar on the next startup.
#
worlds:
  - name: Batards City
    maps:
      - class: org.dynmap.hdmap.HDMap
        name: fd
        title: "2D"
        prefix: fd
        icon: images/block_flat.png
        perspective: iso_S_90_lowres
        shader: stdtexture
        lighting: shadows
        mapzoomin: 1
        extrazoomout: 0
        bigworld: true
        visibilitylimits:
          - x0: -2000
            z0: -2000
            x1: 2000
            z1: 2000
        center:
          x: -81
          y: 64
          z: -30
      - class: org.dynmap.hdmap.HDMap
        name: sd
        title: "3D"
        prefix: sd
        icon: images/block_surface.png
        perspective: iso_SE_30_hires
        shader: stdtexture
        lighting: shadows
        mapzoomin: 1
        extrazoomout: 0
        bigworld: true
        visibilitylimits:
          - x0: -2000
            z0: -2000
            x1: 2000
            z1: 2000
        center:
          x: -81
          y: 64
          z: -30
      - class: org.dynmap.hdmap.HDMap
        name: sdn
        title: "3D Nuit"
        prefix: sdn
        icon: images/clock_night.png
        perspective: iso_SE_30_hires
        shader: stdtexture
        lighting: my-custom-lighting
        mapzoomin: 1
        extrazoomout: 0
        bigworld: true
        visibilitylimits:
          - x0: -2000
            z0: -2000
            x1: 2000
            z1: 2000
        center:
          x: -81
          y: 64
          z: -30
  - name: Batards City_nether
    enabled: false
  - name: Batards City_the_end
    enabled: false