Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. AllBlocksOneWorld: false ##set this value to false if you want to only spawn regular blocks in the normal world. (Useful when wanting a Nether or End Skygrid world)
  2. ##Pigparty Config
  3. MainWorld: SkyGridWorld
  4. NetherWorld: 'SkyGrid_nether'
  5.  
  6. ##must be the EntityType Name.
  7. Spawners:
  8. - 'COW'
  9. - 'SPIDER'
  10. - 'SHEEP'
  11. - 'ZOMBIE'
  12. - 'SKELETON'
  13. - 'CREEPER'
  14. ## 16, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256 (these are recommended world heights)
  15. ## These are the numbers used to generate the blocks in the Grid Randomly
  16. ## Each number must be less than the next and not more than 9999. You could in theory Max your mythic probability by doing:
  17. ## MythicBlockProbability: 9996
  18. ## UniqueBlockProbability: 9997
  19. ## RareBlockProbability: 9998
  20. ## UncommonBlockProbability: 9999
  21. ## I have java generate a random number between 0 and 9999. Thats 10,000 integers. So, really what these numbers are doing
  22. ## is telling the chunk generator to generate a random block from a group of blocks(ie mythic) if the random number is less than
  23. ## the figure you set here. So, if the random number is 181 it will pick a random block from the rare block set and not the unique block set
  24. ## (under the default config) because 181 is not less than 181. There is one more group of blocks that is generated that is not listed here.
  25. ## these blocks get the remainder of the 10000 above the number set by the uncommon block group. So with the current default configuration,
  26. ## a random number from 4001 to 9999 will spawn an abundant group block.
  27.  
  28. ReplaceAirWithGlass: false
  29. Spawn_Max: 500 ##Default 1000 When the player file is initialized, a random set of spawn coords will be set to their home.
  30. Spawn_Min: 0 ##Default 500 These (Max and Min) Set a range for the random coords to be in. Dont use negative numbers! You will break the config.
  31. Delay: 0 ##Default 0 This is the delay in seconds for the /usg home command. (Dont use milliseconds)
  32. World_Name: SkyGrid ##Default SkyGrid This is the worldname of your skygrid server, this will affect the outcome of the home command.
  33. World_Height: 192 ##Default = 128 A higher number here will increase the stress on your computer rendering blocks.
  34. Mythic_Block_Probability: 4 ##Default = 4 Blocks in this group: Diamond Block, Gold Block, Emerald Block, Lapis Block, Enchantment Table, Brewing Stand, Redstone Block, Iron Block
  35. Unique_Block_Probability: 181 ##Default = 181 Blocks in this group: TNT, Bookshelf, Mycelium, Emerald Ore, Diamond Ore, Mob Spawner, Glowstone, Soul Sand, Quartz Block, Stationary Water, Stationary Lava, Chest
  36. Rare_Block_Probability: 1801 ##Default = 1801 Blocks in this group: Pumkin, Melon, Redstone Ore, Lapis Ore, Spider Web, Gold Ore, Wool, Obsidian, Quartz Ore, Brick, Nether Brick
  37. Uncommon_Block_Probability: 4001 ##Default = 4001 Blocks in this group: Mossy Cobble, Iron Ore, Sandstone, Netherrack, Gravel, Clay
  38. ## I'll list the abundant blocks here. ----> Blocks in this group: Grass, Dirt, Log, Stone, Coal Ore, Sand
  39.  
  40. ##If AllBlocksOneWorld is true, edit these blockgroup values. If its false scroll down to NormalConfig.
  41. ##These are the block Id's in each of the 5 groups. You must have at least 1 Id in each group.
  42. ##Make sure there is only one space in between each Id.
  43.  
  44. BlockGroups:
  45. Mythic: '22 41 42 57 116 117 133 52'
  46. Unique: '9 11 46 47 54 56 88 89 110 129 152 155'
  47. Rare: '14 21 30 35 45 49 73 86 103 112 153 168 170 201 202'
  48. Uncommon: '13 15 24 48 82 87 179'
  49. Abundant: '1 2 3 5 12 16 17 162'
  50.  
  51. ##The plugin generates a random number between 0 and 99 here. If you set Chest_Prob_Mythic to 10 and Chest_Prob_Rare to 20 for instance,
  52. ##the plugin will place a Mythic item in the chest on random numbers 0 - 9, a Rare item on random numbers 10 - 19, and a Normal item from 20 to 99.
  53.  
  54. Chest_Prob_Mythic: 2
  55. Chest_Prob_Rare: 6
  56.  
  57. ##These are the items that will spawn in chests
  58. ##Use this format <itemId>:<maxAmountCanSpawn>
  59.  
  60. ChestItems:
  61. Mythic: '383:1'
  62. Rare: '19:1 41:1 42:2 46:2 47:2 49:4 152:1 154:1 256:1 257:1 258:1 267:1 276:1 277:1 278:1 279:1 293:1 292:1 264:3 306:1 307:1 308:1 309:1 310:1 311:1 312:1 313:1 348:16 356:2 368:3 369:1 370:1 376:2 377:1 378:1 388:3'
  63. Normal: '3:32 2:4 4:32 17:12 45:6 81:6 87:12 260:2 262:16 263:12 265:6 266:4 287:12 295:5 322:2 331:16 350:10 352:8 361:5 362:5 364:10 366:10 392:5 396:3 406:16'
  64.  
  65. ## If AllBlocksOneWorld at the very top of this config is false, you'll want to edit these values to change what blocks can spawn in a normal world.
  66. ## The block probability values from above will still apply to these blocks. So will the chest probability values
  67.  
  68. NormalConfig:
  69. BlockGroups:
  70. Mythic: '22 41 42 57 116 133 52:93 52:92 52:91 52:51 52:50 52:52 52:54 52:57'
  71. Unique: '9 46 47 54 56 110 129 152'
  72. Rare: '14 21 30 35 45 49 73 86 98 103 168 170 201 202'
  73. Uncommon: '13 15 24 48 82 179'
  74. Abundant: '1 2 3 5 12 16 17 162 54 52'
  75. ChestItems:
  76. Mythic: '383:61:1 383:59:1 383:50:1 383:58:1 383:56:1 383:62:1 383:51:1 383:55:1 383:52:1 383:66:1 383:54:1 383:57:1 383:93:1 383:92:1 383:100:1 383:91:1'
  77. Rare: '19:1 41:1 42:2 46:2 47:2 49:4 152:1 256:1 257:1 258:1 267:1 276:1 277:1 278:1 279:1 293:1 292:1 264:3 306:1 307:1 308:1 309:1 310:1 311:1 312:1 313:1 356:2 368:1 388:3'
  78. Normal: '3:32 2:4 4:32 17:12 45:6 81:6 162:12 260:2 262:16 263:12 265:6 266:4 287:12 295:5 322:2 331:16 350:10 352:8 361:5 362:5 364:10 366:10 392:5 396:3'
  79.  
  80.  
  81. NetherConfig:
  82. Nether_World_Name: NetherSkyGrid
  83. Nether_World_Height: 128
  84. NetherBlocks:
  85. Rare: '11 13 52:57 52:62 52:51 54 88 89 155 49'
  86. Normal: '87 87 87 87 87 87 112 113 153'
  87. RareProb: 1
  88. NetherChestItems:
  89. Rare: '13:4 372:4 369:1 377:2 383:61:1 383:59:1 383:50:1 383:58:1 383:56:1 383:62:1 383:51:1 383:55:1 383:52:1 383:66:1 383:54:1 383:57:1 383:93:1 383:92:1 383:100:1 383:91:1 371:9 283:1 378:1 314:1 289:5 370:1'
  90. Normal: '87:12 89:4 113:6 114:6 153:4 112:4 405:16 327:1 406:4 367:4 348:16'
  91. RareProb: 2
  92.  
  93.  
  94. EndConfig:
  95. End_World_Name: EndSkyGrid
  96. End_World_Height: 128
  97. EndBlocks:
  98. Rare: '52 54'
  99. Normal: '49 121 121 121 121 121 121 121'
  100. RareProb: 1
  101. EndChestItems:
  102. Rare: '383:1 381:1 368:1'
  103. Normal: '49:4 121:16'
  104. RareProb: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement