• 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    **** Version 2.0.0-alpha-2 released ****



    • Update support for well known biomes to include 1.7 biomes (Thanks to KovuTheHusky!)
    • Prevent problems with generated data files in comma-for-decimal locales
    • Add table prefix support (via 'prefix' setting) to MySQL (allow multiple table sets in same DB)
    • Handle gaps in patch list for block model - prevent exceptions on some render files
    • Fix handling of JPG format maps (broken in 2.0.0-alpha-1)
    • Fix update rendering of day tiles on night/day maps (broken in 2.0.0-alpha-1)
    • Add login support for MySQL storage option, fix login panel break with jQuery update
    • Make MySQL support fully remote with external web servers (when using JSON file mode)
    • Allow min to equal max on patch constraints (prevent errors with some generated patches)
    • Allow markup in area markers (thanks to Gabscap!)
    • Add shader and color scheme for AMIDST style coloring (thanks to KovuTheHusky!)
    • Add option to round coordinates to nearest integer (thanks to KovuTheHusky!)
    • Fix SSP mode in 1.7.x (was broken by forge change of API to server side only)
    • Migrate render support for various mods to 1.7.10 (thanks to aetherknight!)
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Update: Latest 2.0.0-alpha-2 dev build should have fix for problem with 'day' tiles being updated on day/night maps.

    On update queue: check '/dynmap pause' - see if your update processing is paused for any reason. If your tick rate is below about 18, we'll pause to prevent further performance impacts. See update-min-tps, fullrender-min-tps, and zoomout-min-tps for this. The 'invalid' stuff is just the persistence for which tiles on which maps are queued to be updated.
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Trying to find time to move 2.0.0-alpha-2 forward: latest dev builds should now include a fix for a problem with login/webregister support, as well as support for using login support while using the MySQL map storage (including when remote).

    I will take a look at the day/night map issue that has been reported.
    Posted in: Minecraft Mods
  • 1

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Quote from egroeg555

    Nice, I know some people have been waiting for this. For those of us using a shared file system anyway, is there any benefit for us to set Dynmap to use a local MySQL database? Performance or otherwise?

    I haven't done enough performance analysis to say for sure: my instinct would be to say that, all things being equal, using MySQL will not be as performance optimal as the typical external web server (aka 'JSON file mode'): serving files is VERY cheap and efficient for a web server like apache, and storing data in distinct files is very fast for the mod code in the MC server. That said, the MySQL server has some benefit from all the data being in single (or a small number) of huge files that are generally kept open all the time by the server, and which tend to be aggressively cached for the sake of performance - without testing, I'm not sure how the balance will tend to break for typical systems and configurations. The PHP code is using persistent MySQL connections, so performance accessing the MySQL server locally should be quite good, and the keying/indexing on the tables should yield close to optimal efficiency with reading data. All things considered, it MAY be that the MySQL will use a bit more CPU (rarely a problem: MC servers tend to have more cores than MC tends to use, due to how much of the processing is still single thread bound) while somewhat reducing file system I/O (which can be more of a concern, given that rendered maps are often too big to be hosted on SSDs).

    The main goals of the new storage driver code (currently SQLite and MySQL) are to offer alternatives for folks where:
    1) Having huge numbers of small files is a problem (whether a real problem - e.g. partitions with inadequate inode counts - or merely one of perception)
    2) (for MySQL) offering a path to allow proper remoting of the web server versus the MC server
    3) (for MySQL) offering the option to have more than one MC server's maps combined on to a single web (this is still WIP, but I plan on having it done for the 2.0.0 GA)
    Posted in: Minecraft Mods
  • 1

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    **** Latest dev builds of Dynmap v2.0.0-alpha-2 now support remote web via MySQL ****
    The latest dev builds of Dynmap v2.0.0-alpha-2 now support having all interaction between the web client and the MC server be through the MySQL database. What this means is that you can follow the normal procedure for using an external web server (Apache) via the 'JSON File Mode', and switch the storage to be through a MySQL database vs depending upon a shared file system, and opt to have the web server reside on a different system than the MC server. Here's a quick procedure:

    1) Set up your dynmap for 'JSON File mode' - as shown here (https://github.com/webbukkit/dynmap/wiki/Setting-up-without-the-Internal-Web-Server)

    2) Switch the storage configuration in configuration.txt to use MySQL (see https://github.com/webbukkit/dynmap/blob/master/src/main/resources/configuration.txt#L22 for where this is done). Feel free to use Google to find out how to create a MySQL database and an associated login to access it (I'll eventually have a wiki page with a walkthrough, but if you cannot figure this out, you probably should avoid using this option ;) ) Note: most MySQL server configurations default to not allowing remote connections (i.e. only localhost), so you may need to alter my.cfg, as well as the permissions on the MySQL account (see http://www.rackspace.com/knowledge_center/article/mysql-connect-to-your-database-remotely for an example).

    3) At this point, if things are working right, you can start up and render maps to be stored in the database. The normal 'webpath' (typically dynmap/web, unless you've edited the setting) will now be primed to be usable as a home directory for the web site.

    4) To put the web on a remote web server, copy the whole tree from under the dynmap/web directory to the target server: if necessary, you may need to edit the contents of the standalone/MySQL_config.php file - particularly if the hostname needed to access the MySQL database is different (e.g. localhost vs something else). Note: if you EVER update Dynmap on the MC server, be sure to re-copy the web files to the remote server (and re-apply your configuration changes): do NOT assume mixed file versions will work (if they do, it'd be a surprise).

    The present development build does NOT support web client login while using MySQL - this should be fixed in the next few days.

    If you do split the web server and MC server, I'd suggest hosting the MySQL database on (or closer to) the web server. The reason for this is simple: once you've rendered the map, the traffic between the MC server and the MySQL database will be pretty low, and not particularly time-critical: traffic from your web will likely be higher (particularly if a lot of folks use your map), and will tend to benefit from being 'snappier' more (since its being used interactively).
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    **** Dynmap v2.0.0-alpha-1 released ****

    • Add support for Minecraft v1.7.10
    • Retire KzedMap and Flatmap map types (all maps are now HDMap based)
    • Add support for SQLite based map storage option
    • Add support for MySQL based map storage option
    • Fix cleanup using purgemap and purgeworld
    • Update Jetty (internal web server
    • Add Mariculture render support
    • Update GeoStrata rendering support
    • Add gendustry render support
    • Add gascraft render support
    • Add ExtraBees render support
    • Add DenPipes rendering support
    • Add Agriculture render support
    • Add Additional-Buildcraft-Objects rendering support
    • Add DyeTrees render support
    • Add Geocraft render support
    • Fix IC2 render
    • Add PFAA Geologica render support
    • Add Mo'Creatures rendersupport
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    **** Bukkit dev build for 2.0-alpha-1 now supports Bukkit/Spigot 1.7.10 ****
    Once again, this is lightly tested, but should work for 1.7.10, while continuing to work for earlier (1.4.7 or later) servers.
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    **** Dev build for Minecraft 1.7.10 with Forge 10.13.0 now available ****

    Lightly tested (it IS a dev build!) - should be doing some more very soon, as I'm no longer travelling :)

    http://mikeprimm.com/dynmap/builds/DynmapForge/Dynmap-HEAD-forge-10.13.0.jar
    Posted in: Minecraft Mods
  • 1

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Quote from ionbasa

    I was just realized that and posted my comment over on github! Also, I renamed the jar file to mysql.jar and everything works.
    I haven't tried sqlite though.

    Thanks for your help and for looking into the issue!
    EDIT:
    Maybe also update the documentation to let people know about this! I was driving myself crazy yesterday trying to figure out why it would not work.

    LOL - it IS a dev build! I'll get to the docs before I release it :)

    I'm in the process of trying to get the MySQL support to the point where:
    1) The external web server can be remote from the MC server: all interactions are MC<->DB<->web
    2) More than one MC server can contribute worlds and players to the same DB, and the web can show the combination of the contributions (good news for the Bungee folks, I hope :) )
    Posted in: Minecraft Mods
  • 1

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Quote from ionbasa

    So, I don't usually post unless I have issues...

    I am currently running a FTB Monster server and it seems that Dye Trees (by Reika) do not render in Dynmap. Is there a way to manually add the block or link it to a texture?

    Here is an example of what I mean:




    Any help or advice would be greatly appreciated!

    EDIT:

    I also think the the SQL implementation may be broken. I sent an issue report on github. I can't use either sqlite or mysql. It seems that with those options Dynmap never loads itself into minecraft, ie: typing dynmap into the console log returns an error for an unknown command.

    EDIT2: See here for the broken SQL: https://github.com/w...map/issues/1615

    EDIT 3: The dev. build of Dynmap fixed the issue with the leaves. I saw Mike's comment of github about an hour ago. But I still don't know if the SQL error has been fixed?


    Forge (versus Bukkit and MCPC-Plus) does not come with the JDBC drivers needed for SQLite or MySQL (and I haven't done the work to handle automatic downloading of them yet - I believe there is a 'right' way to do it in Forge, but I haven't confirmed the specifics). In any case, you need to pull the following down and place them in the 'mods' directory to make it work presently:
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Quote from adandy

    Thanks for fixing PFAA so quickly.
    I found an issue with a different mod this time though.
    This mod is doing the same, rendering as black/transparent blocks.

    Minecraft: 1.6.4
    Forge: 1.6.4-9.11.1.965
    Dynmap: Dynmap-HEAD-forge-9.11.1 (2014-6-6)

    The mod that is rendering incorrectly is Geocraft-2.1.2 (http://www.curse.com...mcraft-geocraft) with a dependency on RedGearCore-2.0.5 (http://minecraft.cur...-chemcraft-core) .

    RedGear/Geocraft.cfg

    # Configuration file
    
    ####################
    # block
    ####################
    
    block {
    I:Basalt=2651
    I:Limestone=2650
    I:Marble=2652
    }
    
    
    ####################
    # general
    ####################
    
    general {
    B:RegisterSandstoneAsStone=true
    B:debugMode=false
    }
    
    
    ####################
    # level1
    ####################
    
    level1 {
    # Setting this to false will disable all trace ore generation, overriding the individual ore settings
    B:genTrace=true
    
    # Changes the rarities of ALL ores. It is a multiplier. Larger numbers mean further apart , smaller means closer together.
    D:rarityModifier=1.0
    
    # Changes the number of veins in each mine for ALL ores. It is a multiplier. Larger numbers mean more ore, smaller means less.
    D:volumeModifier=1.0
    }
    
    
    ####################
    # level2
    ####################
    
    level2 {
    ####################
    # limestone
    ####################
    
    limestone {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # basalt
    ####################
    
    basalt {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # marble
    ####################
    
    marble {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # dirt
    ####################
    
    dirt {
    D:mineRarity=1.0
    D:mineSize=20.0
    }
    
    ####################
    # gravel
    ####################
    
    gravel {
    D:mineRarity=1.0
    D:mineSize=10.0
    }
    
    ####################
    # sand
    ####################
    
    sand {
    D:mineRarity=1.0
    D:mineSize=10.0
    }
    
    ####################
    # sandstone
    ####################
    
    sandstone {
    D:mineRarity=1.0
    D:mineSize=10.0
    }
    
    ####################
    # coal
    ####################
    
    coal {
    D:mineRarity=32.0
    D:mineSize=240.0
    }
    
    ####################
    # coaltrace
    ####################
    
    coaltrace {
    D:mineRarity=1.0
    D:mineSize=60.0
    }
    
    ####################
    # oreiron
    ####################
    
    oreiron {
    D:mineRarity=16.0
    D:mineSize=80.0
    }
    
    ####################
    # oreirontrace
    ####################
    
    oreirontrace {
    D:mineRarity=1.0
    D:mineSize=20.0
    }
    
    ####################
    # oregold
    ####################
    
    oregold {
    D:mineRarity=16.0
    D:mineSize=8.0
    }
    
    ####################
    # oregoldtrace
    ####################
    
    oregoldtrace {
    D:mineRarity=1.0
    D:mineSize=2.0
    }
    
    ####################
    # oreredstone
    ####################
    
    oreredstone {
    D:mineRarity=16.0
    D:mineSize=32.0
    }
    
    ####################
    # oreredstonetrace
    ####################
    
    oreredstonetrace {
    D:mineRarity=1.0
    D:mineSize=8.0
    }
    
    ####################
    # orelapis
    ####################
    
    orelapis {
    D:mineRarity=16.0
    D:mineSize=4.0
    }
    
    ####################
    # orelapistrace
    ####################
    
    orelapistrace {
    D:mineRarity=1.0
    D:mineSize=1.0
    }
    
    ####################
    # diamond
    ####################
    
    diamond {
    D:mineRarity=32.0
    D:mineSize=40.0
    }
    
    ####################
    # diamondtrace
    ####################
    
    diamondtrace {
    D:mineRarity=1.0
    D:mineSize=2.0
    }
    
    ####################
    # orecopper
    ####################
    
    orecopper {
    D:mineRarity=16.0
    D:mineSize=64.0
    }
    
    ####################
    # orecoppertrace
    ####################
    
    orecoppertrace {
    D:mineRarity=1.0
    D:mineSize=16.0
    }
    
    ####################
    # oretin
    ####################
    
    oretin {
    D:mineRarity=16.0
    D:mineSize=128.0
    }
    
    ####################
    # oretintrace
    ####################
    
    oretintrace {
    D:mineRarity=1.0
    D:mineSize=32.0
    }
    
    ####################
    # oresilver
    ####################
    
    oresilver {
    D:mineRarity=16.0
    D:mineSize=12.0
    }
    
    ####################
    # oresilvertrace
    ####################
    
    oresilvertrace {
    D:mineRarity=1.0
    D:mineSize=3.0
    }
    
    ####################
    # orelead
    ####################
    
    orelead {
    D:mineRarity=16.0
    D:mineSize=16.0
    }
    
    ####################
    # oreleadtrace
    ####################
    
    oreleadtrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # orenickel
    ####################
    
    orenickel {
    D:mineRarity=16.0
    D:mineSize=8.0
    }
    
    ####################
    # orenickeltrace
    ####################
    
    orenickeltrace {
    D:mineRarity=1.0
    D:mineSize=2.0
    }
    
    ####################
    # thauminfusedstone
    ####################
    
    thauminfusedstone {
    D:mineRarity=16.0
    D:mineSize=4.0
    }
    
    ####################
    # cinnibartrace
    ####################
    
    cinnibartrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # airinfusedstonetrace
    ####################
    
    airinfusedstonetrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # fireinfusedstonetrace
    ####################
    
    fireinfusedstonetrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # waterinfusedstonetrace
    ####################
    
    waterinfusedstonetrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # earthinfusedstonetrace
    ####################
    
    earthinfusedstonetrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # orderinfusedstonetrace
    ####################
    
    orderinfusedstonetrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # entropyinfusedstonetrace
    ####################
    
    entropyinfusedstonetrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # ambertrace
    ####################
    
    ambertrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # amber
    ####################
    
    amber {
    D:mineRarity=1.0
    D:mineSize=1.0
    }
    
    ####################
    # cinnibar
    ####################
    
    cinnibar {
    D:mineRarity=1.0
    D:mineSize=1.0
    }
    
    ####################
    # orebitumen
    ####################
    
    orebitumen {
    D:mineRarity=16.0
    D:mineSize=20.0
    }
    
    ####################
    # orebitumentrace
    ####################
    
    orebitumentrace {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # oremagnesium
    ####################
    
    oremagnesium {
    D:mineRarity=16.0
    D:mineSize=20.0
    }
    
    ####################
    # oremagnesiumtrace
    ####################
    
    oremagnesiumtrace {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # orealuminum
    ####################
    
    orealuminum {
    D:mineRarity=16.0
    D:mineSize=16.0
    }
    
    ####################
    # orealuminumtrace
    ####################
    
    orealuminumtrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # oreosmium
    ####################
    
    oreosmium {
    D:mineRarity=16.0
    D:mineSize=48.0
    }
    
    ####################
    # oreosmiumtrace
    ####################
    
    oreosmiumtrace {
    D:mineRarity=1.0
    D:mineSize=12.0
    }
    
    ####################
    # oreprometheum
    ####################
    
    oreprometheum {
    D:mineRarity=16.0
    D:mineSize=24.0
    }
    
    ####################
    # oreprometheumtrace
    ####################
    
    oreprometheumtrace {
    D:mineRarity=1.0
    D:mineSize=6.0
    }
    
    ####################
    # oreinfuscolium
    ####################
    
    oreinfuscolium {
    D:mineRarity=16.0
    D:mineSize=24.0
    }
    
    ####################
    # oreinfuscoliumtrace
    ####################
    
    oreinfuscoliumtrace {
    D:mineRarity=1.0
    D:mineSize=6.0
    }
    
    ####################
    # oreastralsilver
    ####################
    
    oreastralsilver {
    D:mineRarity=16.0
    D:mineSize=20.0
    }
    
    ####################
    # oreastralsilvertrace
    ####################
    
    oreastralsilvertrace {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # orerubracium
    ####################
    
    orerubracium {
    D:mineRarity=16.0
    D:mineSize=12.0
    }
    
    ####################
    # orerubraciumtrace
    ####################
    
    orerubraciumtrace {
    D:mineRarity=1.0
    D:mineSize=3.0
    }
    
    ####################
    # orezinc
    ####################
    
    orezinc {
    D:mineRarity=16.0
    D:mineSize=28.0
    }
    
    ####################
    # orezinctrace
    ####################
    
    orezinctrace {
    D:mineRarity=1.0
    D:mineSize=7.0
    }
    
    ####################
    # orephosphorite
    ####################
    
    orephosphorite {
    D:mineRarity=16.0
    D:mineSize=20.0
    }
    
    ####################
    # orephosphoritetrace
    ####################
    
    orephosphoritetrace {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # oreuranium
    ####################
    
    oreuranium {
    D:mineRarity=16.0
    D:mineSize=8.0
    }
    
    ####################
    # oreuraniumtrace
    ####################
    
    oreuraniumtrace {
    D:mineRarity=1.0
    D:mineSize=2.0
    }
    
    ####################
    # oredeepiron
    ####################
    
    oredeepiron {
    D:mineRarity=16.0
    D:mineSize=24.0
    }
    
    ####################
    # oredeepirontrace
    ####################
    
    oredeepirontrace {
    D:mineRarity=1.0
    D:mineSize=6.0
    }
    
    ####################
    # orefluorite
    ####################
    
    orefluorite {
    D:mineRarity=16.0
    D:mineSize=48.0
    }
    
    ####################
    # orefluoritetrace
    ####################
    
    orefluoritetrace {
    D:mineRarity=1.0
    D:mineSize=12.0
    }
    
    ####################
    # oreemerald
    ####################
    
    oreemerald {
    D:mineRarity=16.0
    D:mineSize=40.0
    }
    
    ####################
    # oreemeraldtrace
    ####################
    
    oreemeraldtrace {
    D:mineRarity=1.0
    D:mineSize=10.0
    }
    
    ####################
    # oreorichalcum
    ####################
    
    oreorichalcum {
    D:mineRarity=16.0
    D:mineSize=12.0
    }
    
    ####################
    # oreorichalcumtrace
    ####################
    
    oreorichalcumtrace {
    D:mineRarity=1.0
    D:mineSize=3.0
    }
    
    ####################
    # oreadamantine
    ####################
    
    oreadamantine {
    D:mineRarity=16.0
    D:mineSize=12.0
    }
    
    ####################
    # oreadamantinetrace
    ####################
    
    oreadamantinetrace {
    D:mineRarity=1.0
    D:mineSize=3.0
    }
    
    ####################
    # oremagnetite
    ####################
    
    oremagnetite {
    D:mineRarity=16.0
    D:mineSize=28.0
    }
    
    ####################
    # oremagnetitetrace
    ####################
    
    oremagnetitetrace {
    D:mineRarity=1.0
    D:mineSize=7.0
    }
    
    ####################
    # orepotash
    ####################
    
    orepotash {
    D:mineRarity=16.0
    D:mineSize=20.0
    }
    
    ####################
    # orepotashtrace
    ####################
    
    orepotashtrace {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # oremanganese
    ####################
    
    oremanganese {
    D:mineRarity=16.0
    D:mineSize=24.0
    }
    
    ####################
    # oremanganesetrace
    ####################
    
    oremanganesetrace {
    D:mineRarity=1.0
    D:mineSize=6.0
    }
    
    ####################
    # orecadmium
    ####################
    
    orecadmium {
    D:mineRarity=16.0
    D:mineSize=12.0
    }
    
    ####################
    # orecadmiumtrace
    ####################
    
    orecadmiumtrace {
    D:mineRarity=1.0
    D:mineSize=3.0
    }
    
    ####################
    # oreoureclase
    ####################
    
    oreoureclase {
    D:mineRarity=16.0
    D:mineSize=20.0
    }
    
    ####################
    # oreoureclasetrace
    ####################
    
    oreoureclasetrace {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # oreindium
    ####################
    
    oreindium {
    D:mineRarity=16.0
    D:mineSize=8.0
    }
    
    ####################
    # oreindiumtrace
    ####################
    
    oreindiumtrace {
    D:mineRarity=1.0
    D:mineSize=2.0
    }
    
    ####################
    # oreplatinum
    ####################
    
    oreplatinum {
    D:mineRarity=16.0
    D:mineSize=24.0
    }
    
    ####################
    # oreplatinumtrace
    ####################
    
    oreplatinumtrace {
    D:mineRarity=1.0
    D:mineSize=6.0
    }
    
    ####################
    # orecarmot
    ####################
    
    orecarmot {
    D:mineRarity=16.0
    D:mineSize=16.0
    }
    
    ####################
    # orecarmottrace
    ####################
    
    orecarmottrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # oremithril
    ####################
    
    oremithril {
    D:mineRarity=16.0
    D:mineSize=16.0
    }
    
    ####################
    # oremithriltrace
    ####################
    
    oremithriltrace {
    D:mineRarity=1.0
    D:mineSize=4.0
    }
    
    ####################
    # oresulfur
    ####################
    
    oresulfur {
    D:mineRarity=16.0
    D:mineSize=20.0
    }
    
    ####################
    # oresulfurtrace
    ####################
    
    oresulfurtrace {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # orecalcite
    ####################
    
    orecalcite {
    D:mineRarity=16.0
    D:mineSize=48.0
    }
    
    ####################
    # orecalcitetrace
    ####################
    
    orecalcitetrace {
    D:mineRarity=1.0
    D:mineSize=12.0
    }
    
    ####################
    # oresaltpeter
    ####################
    
    oresaltpeter {
    D:mineRarity=16.0
    D:mineSize=20.0
    }
    
    ####################
    # oresaltpetertrace
    ####################
    
    oresaltpetertrace {
    D:mineRarity=1.0
    D:mineSize=5.0
    }
    
    ####################
    # oreatlarus
    ####################
    
    oreatlarus {
    D:mineRarity=16.0
    D:mineSize=24.0
    }
    
    ####################
    # oreatlarustrace
    ####################
    
    oreatlarustrace {
    D:mineRarity=1.0
    D:mineSize=6.0
    }
    
    ####################
    # orepitchblende
    ####################
    
    orepitchblende {
    D:mineRarity=16.0
    D:mineSize=12.0
    }
    
    ####################
    # orepitchblendetrace
    ####################
    
    orepitchblendetrace {
    D:mineRarity=1.0
    D:mineSize=3.0
    }
    
    ####################
    # stonemonsteregg
    ####################
    
    stonemonsteregg {
    D:mineRarity=16.0
    D:mineSize=28.0
    }
    
    ####################
    # stonemonstereggtrace
    ####################
    
    stonemonstereggtrace {
    D:mineRarity=1.0
    D:mineSize=7.0
    }
    
    ####################
    # orequartz
    ####################
    
    orequartz {
    D:mineRarity=16.0
    D:mineSize=64.0
    }
    
    ####################
    # orequartztrace
    ####################
    
    orequartztrace {
    D:mineRarity=1.0
    D:mineSize=16.0
    }
    
    ####################
    # oreardite
    ####################
    
    oreardite {
    D:mineRarity=16.0
    D:mineSize=64.0
    }
    
    ####################
    # orearditetrace
    ####################
    
    orearditetrace {
    D:mineRarity=1.0
    D:mineSize=16.0
    }
    
    ####################
    # orecobalt
    ####################
    
    orecobalt {
    D:mineRarity=16.0
    D:mineSize=64.0
    }
    
    ####################
    # orecobalttrace
    ####################
    
    orecobalttrace {
    D:mineRarity=1.0
    D:mineSize=16.0
    }
    
    ####################
    # oreammonium
    ####################
    
    oreammonium {
    D:mineRarity=16.0
    D:mineSize=4.0
    }
    
    ####################
    # oreammoniumtrace
    ####################
    
    oreammoniumtrace {
    D:mineRarity=1.0
    D:mineSize=1.0
    }
    
    }
    
    
    ####################
    # plugins
    ####################
    
    plugins {
    B:Forestry=true
    B:Thaumcraft=true
    B:ThermalExpansion=true
    }


    Geocraft should be in current dev build
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Quote from adandy

    When using the PFAA mod (geologica) black or transparent is rendered for their blocks. Is this a configuration issue on my end or a possible mod incompatibility? If it is a bug is this usually fixed within dynmap or the offending mod? I am using the 1.6.4 version from http://www.minecraft...stra-geologica/ . Also I would like to add that zan's map renders those blocks just fine.

    Minecraft: 1.6.4
    Forge: 1.6.4-9.11.1.965
    Dynmap: Dynmap-1.9.4-forge-9.11.1

    The mod that is rendering incorrectly is PFAA-1.6.4-0.0.12 (http://www.minecraft...stra-geologica/) with a dependency on CustomOreGenRevived-1.6.4-1.0.24 (http://www.minecraft...-first-revival/) .

    PFAAGeologica.cfg


    # Configuration file
    
    ####################
    # block
    ####################
    
    block {
    I:mediumCobble=4048
    I:mediumCobbleDoubleSlab=4041
    I:mediumCobbleSlab=4042
    I:mediumCobbleStairs.limestone=4010
    I:mediumCobbleWall=4024
    I:mediumOreRock=3995
    I:mediumStone=4054
    I:mediumStoneBrick=4045
    I:mediumStoneBrickDoubleSlab=4035
    I:mediumStoneBrickSlab=4036
    I:mediumStoneBrickStairs.limestone=4007
    I:mediumStoneBrickWall=4021
    I:mediumStoneDoubleSlab=4029
    I:mediumStoneSlab=4030
    I:strongCobble=4047
    I:strongCobbleDoubleSlab=4038
    I:strongCobbleSlab=4040
    I:strongCobbleStairs.granite=4009
    I:strongCobbleStairs.marble=4008
    I:strongCobbleWall=4023
    I:strongOreRock=3994
    I:strongStone=4053
    I:strongStoneBrick=4044
    I:strongStoneBrickDoubleSlab=4033
    I:strongStoneBrickSlab=4034
    I:strongStoneBrickStairs.granite=4006
    I:strongStoneBrickStairs.marble=3999
    I:strongStoneBrickWall=4019
    I:strongStoneDoubleSlab=4027
    I:strongStoneSlab=4028
    I:veryStrongCobble=4046
    I:veryStrongCobbleDoubleSlab=4037
    I:veryStrongCobbleSlab=4039
    I:veryStrongCobbleWall=4022
    I:veryStrongStone=4049
    I:veryStrongStoneBrick=4043
    I:veryStrongStoneBrickDoubleSlab=4031
    I:veryStrongStoneBrickSlab=4032
    I:veryStrongStoneBrickWall=4011
    I:veryStrongStoneDoubleSlab=4025
    I:veryStrongStoneSlab=4026
    I:weakClay=3993
    I:weakClayBrick=3991
    I:weakOreClay=3992
    I:weakOreRock=3996
    I:weakOreSand=3997
    I:weakRubble=3998
    I:weakStone=4055
    }
    
    
    ####################
    # harvestlevels
    ####################
    
    harvestlevels {
    # Harvest level for MEDIUM AGGREGATE
    I:AGGREGATE.MEDIUM=1
    
    # Harvest level for STRONG AGGREGATE
    I:AGGREGATE.STRONG=1
    
    # Harvest level for VERY_STRONG AGGREGATE
    I:AGGREGATE.VERY_STRONG=2
    
    # Harvest level for WEAK AGGREGATE
    I:AGGREGATE.WEAK=0
    
    # Harvest level for MEDIUM ORE
    I:ORE.MEDIUM=1
    
    # Harvest level for STRONG ORE
    I:ORE.STRONG=2
    
    # Harvest level for WEAK ORE
    I:ORE.WEAK=0
    }



    The mod isn't supported in the current recommended builds - but I did add support to the latest dev builds for 1.6.4 and 1.7.2 this morning.
    Quote from FalconV

    I moved my game to a new box (from Windows to Linux) and at first it seemed to work, but I couldn't use any bukkit commands (at least, I tried /fly and it didn't work; I also tried using an Essentials Economy sign and it didn't respond). Sometimes the server wouldn't allow connections (they would time out with an ioexception iirc). I tried moving it to a different Windows box but it still behaved the same. Back on the original box it still works fine. You may be wondering why I'm here if bukkit in general breaks, right? Here's the deal, I disable dynmap and everything works hunkey-dorey. I enable it again, and everything else breaks.

    I tried removing the dynmap folder, but got the same issues. I noticed that while I can't /fly (in the game it does nothing, in the logs it shows a bunch of errors like [Server thread/ERROR]: Command fly failed:
    java.lang.NoClassDefFoundError: Could not initialize class sun.awt.SunToolkit ) I can use the dynmap commands fine.

    I'll try using a different web server to see if offloading the web service from bukkit will do the trick, but wanted to throw this out in case anyone has any idea. At first I thought it was a memory issue because I went from a beefy box to a small one with only 2GB, but then I tested in a VM and found that with 16GB RAM I still had the same issue. Another possibility could be CPUs? In the physical box I have a single-core with hyperthreading, and in the VM I just gave one CPU (with one core). If you think it might be the limited CPU processing power I can try to fire up a multi-core VM but that will take some time 'cause I'd have to set up the OS all over again.

    Thanks in advance!

    Edit: after doing some research, I'm leaning towards suspecting the CPU. I should have mentioned the "new" box is actually older, just trying to move it to a lower-power box. This new one has an Atom processor (230, single-core 1.6GHz with hyperthreading). I'll dig around and see if I can find a slightly more powerful system. Might just be a matter of finding the right balance of power supplied -vs- electricity consumed for everything to work.

    My first bet is that you don't have the PermGen set high enough - try adding -XX:MaxPermGen=128m to your JVM command line. 1.7.x Bukkit recommends this, as the size of 1.7.x's code and libraries leave little space for large mods, like Dynmap.
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Quote from Velander

    I tried to install Dynmap-1.9.4.1-forge-10.12.0 on my Minecraft server running under Ubuntu with the TerraFirmaCrate mod. I followed the direction of just copying the Dynmap jar file to the mods folder and restarting the Minecraft server.

    This is the crash report that I received:

    <code>---- Minecraft Crash Report ----
    // I bet Cylons wouldn't have this problem.

    Time: 5/20/14 10:34 PM
    Description: Exception in server tick loop

    java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager
    at org.dynmap.forge.DynmapPlugin$OurLog.<init>(DynmapPlugin.java:287)
    at org.dynmap.forge.DynmapMod.<init>(DynmapMod.java:69)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    at java.lang.Class.newInstance(Class.java:374)
    at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:174)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:518)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
    Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.LogManager
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    ... 36 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 38 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Linux (amd64) version 3.13.0-24-generic
    Java Version: 1.7.0_51, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 42142784 bytes (40 MB) / 86814720 bytes (82 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 1 total; -Xmx1024M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 6 mods loaded, 6 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{6.4.49.965} [Forge Mod Loader] (ForgeMod.jar) Unloaded->Constructed
    Forge{9.11.1.965} [Minecraft Forge] (ForgeMod.jar) Unloaded->Constructed
    tfc_coremod{0.78.16} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed
    Dynmap{1.9.4.1-88} [Dynmap] (Dynmap-1.9.4.1-forge-10.12.0.jar) Unloaded
    terrafirmacraft{0.78.16} [TerraFirmaCraft] (TFC-0.78.16.jar) Unloaded
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)
    </code>

    1.9.4.1 is for Forge 10.12.0 (MC 1.7.2) - you are running a 1.6.4 server. Use Dynmap-1.9.4-forge.9.11.1.jar
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Quote from _McLive_

    @mikeprimm

    Is it possible to add an config option to use another service for the Player Heads on the dynmap? I would like to get them from http://cravatar.eu/ to use the 3D-Heads. :)

    Thanks

    Not presently, unless the skin files are the same format as standard ones: if they are, you can change the skin-url setting. Otherwise, you CAN put the files you want used in the <tilespath>/faces/32x32 directory, and set the 'fetchskins' setting to false (setting fetchskins to false blocks normal loading of skins). I will consider the option to have the images used be optionally an unprocessed version of the image loaded via the URL (so that something like the 3D ones you see on that URL you provided) might be usable.
    Posted in: Minecraft Mods
  • 0

    posted a message on Dynmap - Dynamic web-based maps for Minecraft
    Quote from sketaful

    I didn't mean entities thought, I'm more than satisfied with showing the blocks in the world. That's what I was refering to since dynmap doesn't show the blocks from Mo's Creatures with make the wyvern dimension only show the portal building (since that's made of quartz).

    Ah - actually didn't realize Mo'Creatures had added blocks: that should be simpler to do, as you say :)
    Posted in: Minecraft Mods
  • To post a comment, please .