Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # LootProtect Configuration File
- # By Johnanater
- # Should players be allowed to place Structures/Barricades in loot spawns?
- AllowStructures: false
- AllowBarricades: false
- # Should players be allowed to place Barricades on vehicles in loot spawns?
- AllowPlacingOnVehicles: false
- # Allowed Ids to be placed inside loot spawns
- AllowedIds:
- - 1058
- - 1059
- - 1059
- #
- # Distances
- #
- # How far extra should players be blocked from placing Structures/Barricades?
- # Tip: You can use positive numbers to enlarge the zone size
- # and negative numbers to shrink the zone size.
- Distance: 10
- # How far up should players be blocked from placing Structures/Barricades?
- YDistance: 50
- #
- # Bypasses
- #
- # Should admins be allowed to bypass the block?
- AdminBypass: false
- # Should players be allowed to bypass the block if they have a permission?
- # The bypass permission is: Johnanater.LootProtect:bypass
- PermissionBypass: true
- #
- # Chat
- #
- ChatConfig:
- # Icon for the chat messages sent
- ChatMessageIconUrl: "https://i.imgur.com/K8ouFs5.png"
- ChatUseRichText: false
- # These chat colors are from Unity
- # You can find out how to specify colors here:
- # https://docs.unity3d.com/ScriptReference/ColorUtility.TryParseHtmlString.html
- ChatMessageColor: "#00FF00"
- ChatMessageErrorColor: "#FF0000"
Add Comment
Please, Sign In to add comment