Blocks visible only to player who places them

Status
This thread has been locked.

OpenSource

Supreme
Feedback score
1
Posts
31
Reactions
28
Resources
8
Hello!

I need to make a plugin so that only the player who places a block can see that block, so he can build something and all the blocks he place are logged and only visible to him.

Afterwards, an admin can do /approve Player to approve their build.

I tried everything to do so but nothing worked yet. Any ideas? If anyone can make a simple plugin to do the thing above (no need for approve command, just the system for blocks visible only for players that placed them), I'm willing to pay. You can reach out to me on Discord OpenSource#2023 so we can discuss that.
 
Type
Requesting
Provided by
Individual

ViiRal

Java Developer
Premium
Feedback score
5
Posts
201
Reactions
41
Resources
1
The only way you will be able to do this is if you used Packets.

You can set the block visible to a player using a packet but that wouldn't work as when right clicked it gets removed.

The other option is setting all there placed blocks to air using packets (ghost blocks) for other people but then it still wouldn't work
 
Status
This thread has been locked.
Top