prism / PrismRefracted

A continuation of Prism, a change-tracking plugin for Bukkit-based servers.
Other
43 stars 23 forks source link

[BUG] Clipboard operations of FastAsyncWorldEdit will not be recorded. #54

Closed chuanwise closed 1 year ago

chuanwise commented 1 year ago

Describe the bug I set prism.tracking.world-edit to true and copied some buildings, then pasted it. /pr near given nothing record near buildings pasted.

To Reproduce

  1. Install FastAsyncWorldEdit and Prism to your server, then config them properly.
  2. Use //copy to copy some buildings.
  3. Paste them.
  4. Execute /pr near near buildings pasted.

Expected behavior /pr near will display records related to pasting operations.

Server (please complete the following information):

Rothes commented 1 year ago

FAWE doesn't call AbstractDelegateExtent#setBlock on paste so we can't log it