File Details
eriapi-1.1.0-1.12.2.jar
- R
- Mar 22, 2026
- 3.42 MB
- 10
- 1.12.2
- Forge
File Name
eriapi-1.1.0-1.12.2.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
feat: Add Security Framework (v1.1.0)
New fr.eri.eriapi.security package with server-side anti-duplication
and exploit prevention toolkit:
- GuiRateLimiter: per-player action throttling with sliding window (ConcurrentHashMap-backed)
- ItemIntegrityValidator: snapshot/validate/rollback workflow for container item counts
- ContainerLock: per-key synchronized access for shared containers
- DupeAlertManager: real-time admin alerts via EriChat when dupe attempts detected
Designed for high-player-count servers (500-1000 concurrent players).
Also:
- Version bump: 1.0.0 → 1.1.0
- README updated with Security Framework section (EN + FR)
- Documentation: documentation/fr/security.html

