Solved Dynmap and Worlds

Discussion in 'Bukkit Help' started by DuneRacoon, Feb 13, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    DuneRacoon

    I was wondering how to disable worlds from showing up in my Dynmap. I don't think there's a reason the nether and the end should be visible on my map. In addition, I have a hunger games world I don't want players to be able to cheat with.

    Have you guys figured it out? I know it's possible, but every time I do it how I think it's meant to be done, dynmap no longer works.

    I'm using the newest version of bukkit and dynmap. The stable releases, that is.
     
  2. Offline

    zipfe

    Open worlds.txt and add them to worlds node:
    Code:
    worlds:
      - name: MyMap
        title: "MyMap"
        enabled: false
    
    This would remove MyMap from dynmap.
     
    DuneRacoon likes this.
  3. Offline

    DuneRacoon

    Thank you. I assumed that dynmap already generated this stuff and made it ready to edit. That would have been nice.

    Heres what I changed it to: http://pastie.org/6151594

    Dynmap no longer works, at all. http://67.222.157.193:8123/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  4. Offline

    jimm0thy

    You have 3 worlds set to false , Nether , End , and District12 (I assume this is your hunger games).
    You will want to add in the world you want showing on Dynmap and set enabled to true for that world
     
  5. Offline

    zipfe

    Nope, you only have to do what I said above to explicitly exclude a map from showing up. All others are visible by default.

    DuneRacoon What error reports do you get on start-up of the server? Put it on pastie
     
  6. Offline

    DuneRacoon

    Just did that... here's the config now: http://pastie.org/6151935

    The dynmap is completely broken now. This is what i've been having trouble with >: O

    jimm0thy

    http://pastie.org/6152019 none regarding dynmap. The errors that do show up are dysfunctional.

    When I only disable one world, it works just fine. As soon as I add another, it shits out.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  7. Offline

    zipfe

    Well this part of your logs here,
    Code:
    9:48:28 AM CONSOLE: [SEVERE] [B]Error occurred while enabling dynmap[/B] v1.3-1468 (Is it up to date?)
    9:48:28 AM CONSOLE: for the next token
    9:48:28 AM CONSOLE: '\t' that cannot start any token
    9:48:28 AM CONSOLE: "<reader>", line 14, column 1:
    9:48:28 AM CONSOLE: enabled: false
    9:48:28 AM CONSOLE: ^
    looks like dynmap related, doesn't it.
     
  8. Offline

    DuneRacoon

    Didn't even see that. Do you know what's wrong with it?
     
  9. Offline

    zipfe

  10. Offline

    DuneRacoon

    It's not yml, it's .txt
     
  11. Offline

    zipfe

  12. Offline

    DuneRacoon

    Alright. I got it to work. I noticed that page said there specifically has to be spaces, where as notepad++ was automatically tabbing new lines. Now I have it set to replace tabs with spaces, and it worked fine. Thanks! :]

    If this was in a YAML extension, I would have caught it earlier, since my notepad++ is set to use spaces for tabs in yml.
     
Thread Status:
Not open for further replies.

Share This Page