CoreProtect

CoreProtect

1M Downloads

No logging for placing of liquid (source) block

RedstoneFuture opened this issue ยท 3 comments

commented

The following config was used to try to track the placement of lava. The black marked places were marked with "#lava placed lava". But the white marked places has no entry.

grafik

# Logs water flow. If water destroys other blocks, such as torches,
# this allows it to be properly rolled back.
water-flow: true

# Logs lava flow. If lava destroys other blocks, such as torches,
# this allows it to be properly rolled back.
lava-flow: true

# Allows liquid to be properly tracked and linked to players.
# For example, if a player places water which flows and destroys torches,
# it can all be properly restored by rolling back that single player.
liquid-tracking: true

grafik

Same with using of dispenser.

tested with CP version v21.3 on PaperMC 1.19.4

commented

Sounds like some other plugin is interfering with the logging of lava placement.

If the source block is logged, then the rest of the liquid spread will be logged under the player name.

commented

Ok, I will retest it in a clean setup.

commented

Oh. I mistakenly did not set the "buckets" setting to "true". Sorry. ^^