Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. (redacted)@(redacted):~/lab/mcdungeon/mcdungeon$ ./mcdungeon.py interactive --dir /home/(redacted)/McMy(redacted)/Minecraft
  2. MCDungeon 0.14.1
  3. Loaded 374 materials.
  4. Loaded 698 items.
  5. Loaded 49 items from NBT files.
  6. Starting interactive mode!
  7.  
  8. Your save directory is:
  9. /home/(redacted)/McMyAdmin/Minecraft
  10.  
  11. Worlds in your save directory:
  12.  
  13. smb_survival
  14. world_nether
  15. world_the_end
  16. dupe
  17. smb_rpg
  18. smb_spawn
  19. cleanroom
  20. vanilla
  21. test
  22. SMB
  23. creative_flat
  24. resource_nether
  25. smb_eidth
  26. smb_creative
  27. DungeonMC
  28. Amp
  29. world
  30. resource
  31. resource_end
  32.  
  33. Enter the name of the world you wish to modify: DungeonMC
  34.  
  35. Choose an action:
  36. -----------------
  37.  
  38. [a] Add new dungeon(s) to this map.
  39. [t] Add new treasure hunt(s) to this map.
  40. [l] List dungeons and treasure hunts already in this map.
  41. [d] Delete dungeons or treasure hunts from this map.
  42. [r] Regenerate a dungeon or treasure hunt in this map.
  43. [p] Generate OverViewer POI file for dungeons and treasure hunts
  44. already in this map.
  45.  
  46. Enter choice or q to quit: a
  47.  
  48. Configurations in your configs directory:
  49.  
  50. easy_mode
  51. more_mobs
  52. caverns
  53. maze
  54. hard_mode
  55. default
  56. sample_themed
  57.  
  58. Enter the name of the configuration you wish to use.
  59. (leave blank for default): hard_mode
  60. Reading config from /home/(redacted)/lab/mcdungeon/mcdungeon/configs/hard_mode.cfg ...
  61. Loaded 17 dye colors.
  62. Loaded 21 custom potions.
  63. Loaded 65 magic items.
  64. Loaded 10 shops.
  65. Loaded 15 custom spawners.
  66.  
  67. Some configurations may generate dungeon maps. If you are
  68. using bukkit/multiverse you need supply the name of your
  69. primary world for this to work. You can also provide this
  70. in the config file or as a command switch.
  71.  
  72. (if you don't use bukkit, just hit enter)
  73. Name of primary bukkit world:
  74.  
  75. Enter the maximum distance (in chunks) from spawn to place
  76. dungeons. Take care to pick a value that matches your needs.
  77. If this value is too high and you add few dungeons, they
  78. may be hard to find. If this value is too low and you
  79. add many dungeons, they will not cover much of the map.
  80.  
  81. Max Distance (leave blank for config value, 20):
  82.  
  83. Enter the size of the dungeon(s) in chunks from West to East. (X size)
  84. You can enter a fixed value >= 4, or a range (ie: 4-7)
  85. X size: 4-7
  86.  
  87. Enter the size of the dungeon(s) in chunks from North to South. (Z size)
  88. You can enter a fixed value >= 4, or a range (ie: 4-7)
  89. Z size: 4-7
  90.  
  91. Enter a number of levels.
  92. You can enter a fixed value >= 1, or a range (ie: 3-5)
  93. Levels: 3-5
  94.  
  95. Enter the maximum number of dungeons to add.
  96. Depending on the characteristics of your world, and size of your
  97. dungeons, the actual number placed may be less.
  98. Enter -1 to add as many dungeons as possible.
  99. Number of dungeons (leave blank for 1): -1
  100. Trying to open: /home/(redacted)/McMyAdmin/Minecraft/DungeonMC
  101. Loaded world: /home/(redacted)/McMyAdmin/Minecraft/DungeonMC (89982 chunks, 256 blocks high)
  102. Looking for data directory: /home/(redacted)/McMyAdmin/Minecraft/DungeonMC/data
  103. Reading loot tables...
  104. MCDungeon 0.14.1 startup complete.
  105. Chunk cache missing, or is an old verision. Resetting...
  106. Finding good chunks: 100%[===========================================>] 0:00:08
  107. Dungeon cache missing, or is an old verision. Resetting...
  108. Treasure Hunt cache missing, or is an old verision. Resetting...
  109. Scanning world for existing dungeons and treasure hunts:
  110. cache mtime: 0
  111. 100%[===============================================================>] 0:01:28
  112. Cache hit rate: 0/89982 (0%)
  113. No dungeons or treasure hunts found!
  114. Far Chunks: 88725
  115. Near Chunks: 0
  116. Unpopulated: 0
  117. Oceans: 453
  118. Structures: 0
  119. High Chunks: 0
  120. Low Chunks: 0
  121. Rivers: 141
  122. Good Chunks: 663
  123. Cache hit rate: 0/1258 (0%)
  124. No idcounts.dat file found. Creating a new one...
  125. Mapstore cache not found. Creating new one...
  126.  
  127. ***** Placing dungeon 1 *****
  128.  
  129. Searching for a suitable location...
  130. Unable to place any more dungeons.
  131. No dungeons were generated!
  132. You may have requested too deep or too large a dungeon, or your
  133. allowed spawn region is too small. If using fill_caves, remember
  134. to add 10 chunks in each direction to the size of your dungeon.
  135. Check min_dist, max_dist, and fill_caves settings in your config.
  136. (redacted)@(redacted):~/lab/mcdungeon/mcdungeon$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement