Johnanater

[OpenMod] LootProtect Configuration - 2.0.0

May 15th, 2021 (edited)
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.32 KB | None | 0 0
  1. # LootProtect Configuration File
  2. # By Johnanater
  3.  
  4.  
  5. # Should players be allowed to place Structures/Barricades in loot spawns?
  6. AllowStructures: false
  7. AllowBarricades: false
  8.  
  9. # Should players be allowed to place Barricades on vehicles in loot spawns?
  10. AllowPlacingOnVehicles: false
  11.  
  12. # Allowed Ids to be placed inside loot spawns
  13. AllowedIds:
  14. - 1058
  15.  - 1059
  16.  - 1059
  17.  
  18. #
  19. # Distances
  20. #
  21.  
  22. # How far extra should players be blocked from placing Structures/Barricades?
  23. # Tip: You can use positive numbers to enlarge the zone size
  24. #      and negative numbers to shrink the zone size.
  25. Distance: 10
  26.  
  27. # How far up should players be blocked from placing Structures/Barricades?
  28. YDistance: 50
  29.  
  30.  
  31. #
  32. # Bypasses
  33. #
  34.  
  35. # Should admins be allowed to bypass the block?
  36. AdminBypass: false
  37.  
  38. # Should players be allowed to bypass the block if they have a permission?
  39. # The bypass permission is: Johnanater.LootProtect:bypass
  40. PermissionBypass: true
  41.  
  42. #
  43. # Chat
  44. #
  45.  
  46. ChatConfig:
  47.  # Icon for the chat messages sent
  48.   ChatMessageIconUrl: "https://i.imgur.com/K8ouFs5.png"
  49.   ChatUseRichText: false
  50.  
  51.   # These chat colors are from Unity
  52.   # You can find out how to specify colors here:
  53.   # https://docs.unity3d.com/ScriptReference/ColorUtility.TryParseHtmlString.html
  54.   ChatMessageColor: "#00FF00"
  55.   ChatMessageErrorColor: "#FF0000"
  56.  
Add Comment
Please, Sign In to add comment