Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. Locale: en
  2. CompatibilityMode: false
  3. SinkRateTicks: 20
  4. SinkCheckTicks: 100
  5. TracerRateTicks: 5
  6. TracerMinDistance: 60 # Minimum distance for tracers to appear
  7. PilotTool: 280
  8. WorldGuardBlockMoveOnBuildPerm: true
  9. WorldGuardBlockSinkOnPVPPerm: true
  10. ManOverboardTimeout: 30
  11. ManOverboardDistance: 1000 # maximum distance from a craft that you can manoverboard to it
  12. FireballLifespan: 6
  13. FireballPenetration: true
  14. ProtectPilotedCrafts: true
  15. DisableSpillProtection: false
  16. RequireCreatePerm: false # require users to have the movecract.<CraftTypeName>.create permission in order to place command signs
  17. TNTContactExplosives: true
  18. DisableCrates: true
  19. FadeWrecksAfter: 600
  20. BlockQueueChunkSize: 200000
  21. RepairTicksPerBlock: 10
  22. RepairMoneyPerBlock: 10
  23. RepairMaxPercent: 50
  24. SiegeTaskSeconds: 600 # Seconds per siege message, defaults to 600 (10 minutes)
  25. AllowCrewSigns: true
  26. MaxRemoteSigns: -1 # Maximum number of remote signs that can be triggered at once. Setting to -1 allows unlimited.
  27. SetHomeToCrewSign: false
  28. AssaultEnable: false # system to damage a region, incurring money damages. If enough damage is inflicted, ownership is lost. Ownership can be restored, and the region repaired, by paying damages
  29. AssaultDamagesCapPercent: 1.0 # percentage of the total wealth of all members of the region which is the maximum damages that can be inflicted
  30. AssaultCooldownHours: 24 # time before a region owner can have one of their regions assaulted again
  31. AssaultDelay: 1800 # time (in seconds) between when an assault is announced, and when it happens
  32. AssaultDuration: 1800 # time (in seconds) for the assault
  33. AssaultCostPercent: 0.25 # percentage of the total wealth of all members of the region which is the cost to assault it
  34. AssaultDamagesPerBlock: 15 # the damages incurred for every block that would have been destroyed in an assault
  35. AssaultMaxBalance: 5000000 # Maximum balance of each player that will be contributed to the cost & damages (previously hard coded at 5 million)
  36. AssaultRequiredDefendersOnline: 2 # At least this many members or owners must be online for the region to be assaulted
  37. AssaultRequiredOwnersOnline: 1 # At least this many owners must be online for the region to be assaulted, set to 0 to ignore
  38. AssaultOwnerWeightPercent: 1.0 # Percentage of each Owner's balance (under the maximum) to include in the total cost & damages (Can be greater than 100)
  39. AssaultMemberWeightPercent: 1.0 # Percentage of each Member's balance (under the maximum) to include in the total cost & damages (Can be greater than 100)
  40. AssaultDestroyableBlocks: # these blocks will be removed if destroyed in assault. Other blocks will not be removed, but still count for damages. Don't include craft flyblocks, or blocks with metadata, or you can have issues.
  41. - 1
  42. - 2
  43. - 3
  44. - 4
  45. - 12
  46. - 13
  47. - 15
  48. - 16
  49. - 18
  50. - 19
  51. - 24
  52. - 31
  53. - 37
  54. - 38
  55. - 39
  56. - 40
  57. - 46
  58. - 48
  59. - 60
  60. - 67
  61. - 73
  62. - 74
  63. - 78
  64. - 79
  65. - 80
  66. - 81
  67. - 98
  68. - 108
  69. - 128
  70. - 129
  71. - 161
  72. - 162
  73. - 163
  74. - 168
  75. - 169
  76. - 174
  77. - 175
  78. - 179
  79. - 180
  80. - 181
  81. - 182
  82. - 212
  83. SiegeEnable: true
  84. DisableShadowBlocks: # These blocks will not cast shadows. This improves the speed of moving ships of these blocks immensely.
  85. - 26
  86. - 35
  87. - 42
  88. - 43
  89. - 44
  90. - 55
  91. - 109
  92. - 112
  93. - 114
  94. - 121
  95. - 146
  96. - 152
  97. - 155
  98. - 156
  99. - 159
  100. - 165
  101. - 173
  102. - 206
  103. WGCustomFlagsUsePilotFlag: false
  104. WGCustomFlagsUseMoveFlag: false
  105. WGCustomFlagsUseRotateFlag: false
  106. WGCustomFlagsUseSinkFlag: false
  107. DurabilityOverride:
  108. 121: 80
  109. 206: 80
  110. TownyBlockMoveOnSwitchPerm: false
  111. TownyBlockSinkOnNoPVP: false
  112. TownyWorldHeightLimits:
  113. world:
  114. worldMin: -1
  115. worldMax: -1
  116. aboveTownSpawn: 96
  117. underTownSpawn: 255
  118. ForbiddenRemoteSigns: # These strings will be ignored when searching for signs to trigger from a remote sign
  119. - "Mounted"
  120. - "Denied"
  121. - "[private]"
  122. RequireNamePerm: true # Require movecraft.name.place to place Name: signs and movecraft.name.use to use Name: signs
  123. StatusSignMarkers:
  124. all_wood: Wd
  125. all_wool: Wl
  126. iron_block: I
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement