Enum EnumProtectionLevel
- Namespace
- Vintagestory.API.Server
- Assembly
- VintagestoryAPI.dll
How strongly the Server should protect against hacking
public enum EnumProtectionLevel
- Extension Methods
Fields
Basic = 1
Server will: Simulate each players movements and correct the position if the client reports the player at a different positions, verify the players picking range when placing or removing blocks
Off = 0
No verification or protection of any kind
Pedantic = 2
Not used yet