settingtypes.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. # Size of protected area around protection node limiting player interaction
  2. protector_radius (Protector Radius [max 22]) int 5
  3. # Flips player around when accessing protected area to stop lag griefing
  4. protector_flip (Protector Flip) bool false
  5. # Hurts player by amount entered when accessing protected area, 0 to disable
  6. protector_hurt (Protector Hurt) int 0
  7. # Sets a protected area around spawn by node radius given
  8. protector_spawn (Protector Spawn) int 0
  9. # Enables PVP inside of protected areas
  10. protector_pvp (Protector PVP) bool false
  11. # When true will allow PVP inside protected spawn area
  12. protector_pvp_spawn (Protector PVP Spawn) int 0
  13. # When true will allow PVP inside all protected areas at night time only
  14. protector_night_pvp (Protector Night PVP) bool false
  15. # Interval in seconds that protection field is shown
  16. protector_show_interval (Protector Show Interval) int 5
  17. # Interval in seconds that HUD ownership text is updated, 0 to disable
  18. protector_hud_interval (Protector HUD Interval) int 5
  19. # Enables craft recipe for protection block
  20. protector_recipe (Enable Protector recipe) bool true
  21. # Enables protection messages in player chat
  22. protector_msg (Enable Protector Messages) bool true