[MISC/INFO] Dynmap-Factions v0.72- Display Factions territories on Dynmap maps [1.6.4-R1.0+]

Discussion in 'Inactive/Unsupported Plugins' started by Mike Primm, Nov 23, 2011.

  1. Offline

    Slayergold3

    Is there a way to switch between maps? Our server has a multiple map plugin so that would be useful
    Thanks!
    -Slayergold3
     
  2. Offline

    jycs

    Nice add-on but missing a few features:
    -differents colors per faction
    -power of the factions
    -power ranking
    -economy ranking

    it would be great if it were possible.
     
  3. Offline

    Mike Primm

    You can switch between maps, as normal for Dynmap (right hand edge has tray menu that slides out and lets you select). Do you mean something else?

    Colors per faction can be done with the custstyle settings (see https://github.com/webbukkit/Dynmap-Factions/wiki).

    For the other fields, are these values that you're looking for substitution macros on the infowindow popup?

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

    jycs

    Please how to change these informations ? :)
    [​IMG]

    (by removing peacefull and peacefullexplosionsenabled, and if it's possible, adding power of the faction, richness and number of members)

    Thanks for your job :).
     
  5. Offline

    jycs

    okey no comment..
     
  6. Offline

    Mike Primm

    I'll need to do some updates to add the new attributes - the existing ones can be tailored via setting the infowindow setting in config.yml - see https://github.com/webbukkit/Dynmap-Factions/wiki for the currently supported macros.
     
  7. Offline

    jycs

    Yes I know this wiki ;)

    Thank you :)
     
  8. Offline

    Mike Primm

    I need to check on those attributes, as far as seeing if they are easy to get from the Factions API. If so, it should be quite easy to add them.
     
  9. Offline

    jycs

    These informations are on Jsons file, really easy to exploit in PHP for a programmer, I think.

    It would be r e a l l y great.

    Exemple :
    [​IMG]
    Players :
    [​IMG]

    But what a pity for the grid of chunks :p.
     
  10. Offline

    Mike Primm

    What did you have in mind for the grid display?
     
  11. Offline

    jycs

    [​IMG]

    discrete, fine (same color than the faction will be good), and only on the factions territory will be great too.
    :)

    With the factions plugin, you can add the "owner" option to the chunks, have a grid is really usefull, and you have a territory limit, you always need to calculate something, it's really strategic and to have a grid is excellent...

    if you really want to improve your Dynmap for Factions, I have extensive experience in this plugin and other ideas (not as essential, but useful).
     
  12. Offline

    Totalschaden

    Not loading Factions once PvP Map gets loaded. any version

    2012-04-25 13:15:04 [WARNING] Task of 'Dynmap-Factions' generated an exception
    java.lang.NullPointerException
    at com.massivecraft.factions.FLocation.<init>(FLocation.java:40)
    at com.massivecraft.factions.Faction.confirmValidHome(Faction.java:111)
    at com.massivecraft.factions.Faction.getHome(Faction.java:106)
    at org.dynmap.factions.DynmapFactionsPlugin.updateFactions(DynmapFactionsPlugin.java:429)
    at org.dynmap.factions.DynmapFactionsPlugin.access$000(DynmapFactionsPlugin.java:37)
    at org.dynmap.factions.DynmapFactionsPlugin$FactionsUpdate.run(DynmapFactionsPlugin.java:112)
    at com.bergerkiller.bukkit.nolagg.examine.TimedWrapper.run(TimedWrapper.java:20)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:588)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:506)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
  13. Offline

    Mike Primm

    Cannot reproduce - what version of Factions are you running?
     
  14. Offline

    totalschaden87

    Factions 1.6.7
    Dynmap Factions 0.17 also tryed 0.18
     
  15. Offline

    Rockslide

    Hi Mike Primm,
    I can't seem to make my configuration changes stick. I edit the config yml, then type /dynmap reload, and the whole config file reverts to default. How do I alter the settings and make them stick?
     
  16. Offline

    SkeeveOLS

    Seems you can only make changes when the server is shut off.

    I setup my map so only safezones and warzones show but faction home flags still pop up. Is there a way to turn off the home icons only? This seems like a stupid question but it seems I'm missing something...

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

    Haakkelberg

    Can you update this plugin, it crashes.
    Thanks
     
  18. Offline

    DarthRiko

    Some more attributes would be quite nice.
    Some pretty basic stuff like -
    %land%/%power%/%maxpower%
    %description%
    %allies%/%enemies%
    - would allow users to effectively see everything an "/f show <faction>" command would tell them, without having to go in-game.

    Also splitting %playermembers% into two groups, online and offline, would allow for more helpful information in-map.
     
  19. Dynmap factions v0.17 and v0.18 does not work with current dev build of Factions 1.7.5 beta and that is a better build could u possably fix the issues and release a dev build of faction dynmap like v0.19b so the overlay works on dynmap again thanks
     
  20. Offline

    Angellus_Mortis

    Yeah, in resposnse, I am having trouble with it too. Here is an error message for you.


    Code:
    2012-06-11 14:03:58 [WARNING] Task of 'Dynmap-Factions' generated an exception
    java.lang.ClassCastException: com.massivecraft.factions.struct.TerritoryAccess cannot be cast to java.lang.String
        at org.dynmap.factions.DynmapFactionsPlugin.updateFactions(DynmapFactionsPlugin.java:389)
        at org.dynmap.factions.DynmapFactionsPlugin.access$000(DynmapFactionsPlugin.java:37)
        at org.dynmap.factions.DynmapFactionsPlugin$FactionsUpdate.run(DynmapFactionsPlugin.java:112)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    I am using the lasest stable versions of Dynmap and Dynmap-Factions. I have factions 1.7..5 beta so I can use it on my modded server.
     
  21. Offline

    PureTryOut

    Getting this error in 0.17 and also in 0.18:
    Code:
    12:36:43 [WARNING] Task of 'Dynmap-Factions' generated an exception
    java.lang.ClassCastException: com.massivecraft.factions.struct.TerritoryAccess c
    annot be cast to java.lang.String
            at org.dynmap.factions.DynmapFactionsPlugin.updateFactions(DynmapFaction
    sPlugin.java:389)
            at org.dynmap.factions.DynmapFactionsPlugin.access$000(DynmapFactionsPlu
    gin.java:37)
            at org.dynmap.factions.DynmapFactionsPlugin$FactionsUpdate.run(DynmapFac
    tionsPlugin.java:112)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:126)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Also running Factions 1.7.5_dev and Dynmap 0.39-1163
     
  22. Offline

    Mike Primm

    Just got back from 3 week vacation - I'll give this a look tonight after work.
     
  23. Offline

    PureTryOut

    OK i'll be waiting :D
     
  24. Offline

    Mike Primm

    Try new update - should be OK on 1.6.x and 1.7.x
     
  25. Offline

    hinhd2020

    Help I got this.
    [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    2012-06-19 12:39:12 [SEVERE] Could not load 'plugins\Dynmap-Factions.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: dynmap
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
  26. Offline

    Mike Primm

    Looks like you don't have dynmap installed...
     
  27. Lol. Welcome back to the real life of questions. :p

    I've actually made a simple wp-Page I'll start writing down the answers to the most repeated questions in.

    During your vacation I noticed that we repeated ourselves quite often so I thought I start posting a simple link instead. :p
     
  28. Offline

    Mike Primm

    Yep - a good solid FAQ seems like a good idea :) Although, I've been expecting that much of the result would be switching answers from "do this" to "do what the FAQ says to do", versus actually preventing the questions ;)
     
  29. If you manage to prevent the questions I think you should dedicated you life to stop all wars because you'd be the guy to actually pull it off. :p

    About the FAQ. I had more in mind to post links to the actual answer since if they really did know how to find the answers in a FAQ they'd never had to ask in the first place. :p
     
  30. Offline

    Mike Primm

    LOL - yep - sounds like it'd be worth doing, in any case :)
     

Share This Page