Skip to content

Instantly share code, notes, and snippets.

View Snowiiii's full-sized avatar

Alexander Medvedev Snowiiii

  • Germany
  • 08:47 (UTC +02:00)
View GitHub Profile
@Snowiiii
Snowiiii / AntiCheat.md
Last active June 8, 2024 11:19
How to Develop an Anti-Cheat

Note

Many of the Information here is not only Minecraft related and can be used for different Anti-Cheats as well

For Beginners

Hello! With this post, I want to share my knowledge and provide tips on how to start and continue developing a Minecraft/General anti-cheat system. I'll cover tips for both Minecraft Java and Minecraft Bedrock/Pocket Edition.

Language

To start programming something, you'll need to learn a programming language. the options are Java or Kotlin, but for PocketMine Software, it uses PHP.