Enum EnumProtectionLevel
- Namespace
- Vintagestory.API.Server
- Assembly
- VintagestoryAPI.dll
How strongly the Server should protect against hacking Open in GitHub
public enum EnumProtectionLevel
- Extension Methods
Fields
Basic = 1Server will: verify the players picking range when placing, removing or interacting with blocks
Off = 0No verification or protection of any kind
Pedantic = 2Not used yet