How to detect if a Player has built a base? (Base Detetction)

Started by parwarmohamad on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to detect if a Player has built a base? (Base Detetction)

I've been using MCreator for 3 Years in total with big breaks. (I can do complex Procedures and Stuff),
but I stil can figure out how to do "Base Detection" AKA has a base been built and where is the base?

I'm creating a Horror/Terror type Mod and I wanna like put signs near bases that say: "nice house" or "your not gonna have that for too long" 

and some other stuff.

One way would be to detect…
Sun, 06/08/2025 - 14:25

One way would be to detect if blocks are arranged in a required pattern using procedures, but you would need to check for all rotation combinations. There is no built-in mechanism for that

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Another way could be to…
Sun, 06/08/2025 - 14:39

Another way could be to track when and where blocks are placed, and recognize it as a base if enough blocks are placed in one area. Or to track where a player spends time and if they spend a lot of time in one area, count that as a base.