Newer
Older
void-pack-super-server / server / config / cofh / core / common.cfg
  1. # Configuration file
  2.  
  3. Command {
  4.  
  5. clearblocks {
  6. # Adjust this value to change the default permission level for the clearblocks command. [range: -1 ~ 4, default: 3]
  7. I:PermissionLevel=3
  8. }
  9.  
  10. countblocks {
  11. # Adjust this value to change the default permission level for the countblocks command. [range: -1 ~ 4, default: 3]
  12. I:PermissionLevel=3
  13. }
  14.  
  15. enchant {
  16. # Adjust this value to change the default permission level for the enchant command. [range: -1 ~ 4, default: 2]
  17. I:PermissionLevel=2
  18. }
  19.  
  20. hand {
  21. # Adjust this value to change the default permission level for the hand command. [range: -1 ~ 4, default: 0]
  22. I:PermissionLevel=0
  23. }
  24.  
  25. killall {
  26. # Adjust this value to change the default permission level for the killall command. [range: -1 ~ 4, default: 2]
  27. I:PermissionLevel=2
  28. }
  29.  
  30. replaceblocks {
  31. # Adjust this value to change the default permission level for the replaceblocks command. [range: -1 ~ 4, default: 3]
  32. I:PermissionLevel=3
  33. }
  34.  
  35. tps {
  36. # Adjust this value to change the default permission level for the tps command. [range: -1 ~ 4, default: 0]
  37. I:PermissionLevel=0
  38. }
  39.  
  40. tpx {
  41. # Adjust this value to change the default permission level for the tpx command. [range: -1 ~ 4, default: 2]
  42. I:PermissionLevel=2
  43. }
  44.  
  45. unloadchunk {
  46. # Adjust this value to change the default permission level for the unloadchunk command. [range: -1 ~ 4, default: 4]
  47. I:PermissionLevel=4
  48. }
  49.  
  50. }
  51.  
  52.  
  53. Enchantment {
  54. # If TRUE, CoFH Enchantments will be disabled and NOT REGISTERED. Only do this if you fully understand the consequences. World backup is recommended. [default: false]
  55. B:DisableAllEnchantments=false
  56.  
  57. # If TRUE, the Holding Enchantment is available for various Storage Items. [default: true]
  58. B:EnableHoldingEnchant=true
  59.  
  60. # If TRUE, the Insight Enchantment is available for various Tools and Weapons. [default: true]
  61. B:EnableInsightEnchant=true
  62.  
  63. # If TRUE, the Leech Enchantment is available for various Weapons. [default: true]
  64. B:EnableLeechEnchant=true
  65.  
  66. # If TRUE, the Multishot Enchantment is available for various Bows. [default: true]
  67. B:EnableMultishotEnchant=true
  68.  
  69. # If TRUE, the Smashing Enchantment is available for various Tools. [default: true]
  70. B:EnableSmashingEnchant=true
  71.  
  72. # If TRUE, the Smelting Enchantment is available for various Tools. [default: true]
  73. B:EnableSmeltingEnchant=true
  74.  
  75. # If TRUE, the Soulbound Enchantment is available. [default: true]
  76. B:EnableSoulboundEnchant=true
  77.  
  78. # If TRUE, the Vorpal Enchantment is available for various Weapons. [default: true]
  79. B:EnableVorpalEnchant=true
  80.  
  81. # If TRUE, the Soulbound Enchantment is permanent. [default: false]
  82. B:PermanentSoulboundEnchant=false
  83. }
  84.  
  85.  
  86. General {
  87. # If TRUE, a log message is generated when a block is dismantled. [default: false]
  88. B:EnableDismantleLogging=false
  89.  
  90. # If TRUE, death messages are displayed for any named entity. [default: true]
  91. B:EnableGenericDeathMessage=true
  92.  
  93. # Adjust this value to change the render update delay for most CoFH tiles. You should really only mess with this if you know what you're doing. This is a server-wide setting. [range: 80 ~ 1600, default: 160]
  94. I:TileUpdateDelay=160
  95. }
  96.  
  97.  
  98. Holidays {
  99. # If TRUE, Christmas cheer is disabled. Scrooge. :( [default: false]
  100. B:HoHoNo=false
  101.  
  102. # If TRUE, April Foolishness is disabled. Boring! :P [default: false]
  103. B:IHateApril=false
  104. }
  105.  
  106.  
  107. Potion {
  108. # If TRUE, CoFH Potions will be disabled and NOT REGISTERED. Only do this if you fully understand the consequences. World backup is recommended. [default: false]
  109. B:DisableAllPotions=false
  110. }
  111.  
  112.  
  113. Security {
  114. # If TRUE, Server Ops can access "secure" blocks. Your players will be warned upon server connection. [default: false]
  115. B:OpsCanAccessSecureBlocks=false
  116. }
  117.  
  118.  
  119. Version {
  120. S:Identifier=4.6.3
  121. }
  122.  
  123.