question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pastes made in FastAsyncWorldEdit are not logging in CoreProtect

See original GitHub issue

Hello. This is a bug report or improvement request for the ability to logging changes in FastAsyncWorldEdit to CoreProtect.

I am using FastAsyncWorldEdit and CoreProtect. I copied the block and pasting the copy does not logging it in CoreProtect. A video of this phenomenon actually occurring was taken and is attached below.

https://user-images.githubusercontent.com/8929706/173679825-b7f7f246-d011-4269-a584-2318a1bab0b6.mp4

Environments

  • Windows 10 21H2 (Build 19044.1706)
  • openjdk 17.0.3 2022-04-19 LTS
  • PaperMC 1.18.2 385
  • CoreProtect v21.2
  • FastAsyncWorldEdit v2.3.1-205

Step for reproduce

  1. Build a PaperMC server and add the CoreProtect and FastAsyncWorldEdit jar files to the plugins.
  2. Modify the configuration file with reference to the following #Configuration.
  3. Login to the server and grant yourself an operator.
  4. Place any block. (And check that there is an placed record for the blocks placed)
  5. Copy the placed block: //copy
  6. Paste what you just copied elsewhere: //paste
  7. No error logs are output to the server log and no placed logs are logged in CoreProtect.

Configuration

plugins/FastAsyncWorldEdit/config.yml

--- config.yml.old      2022-06-15 04:44:06.753611000 +0900
+++ config.yml  2022-06-15 04:46:38.612349700 +0900
@@ -89,7 +89,7 @@
   # Don't bug console when these plugins slow down WorldEdit operations
   #  - You'll see a message in console or ingame if you need to change this option
   allowed-plugins:
-  - "com.example.ExamplePlugin"
+  - "net.coreprotect.worldedit.CoreProtectLogger"
   # Should debug messages be sent when third party extents are used?
   debug: true

server.properties

This edit is set to facilitate checking the operation and is not required for reproduction. (The default setting is fine)

#Minecraft server properties
gamemode=creative
difficulty=peaceful
level-type=flat

I look forward to your reply.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Intellicommented, Jul 12, 2022

I likely won’t be spending time on this myself, but someone else is welcome to take a stab at it if they want.

0reactions
katorlycommented, Oct 8, 2022

CoreProtect also doesn’t log changes made by GoPaint, GoBrush and VoxelSniper, which rely on FastAsyncWorldEdit.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spigot - FastAsyncWorldEdit - High Performance Minecraft
Fixes some bugs in WorldEdit (inventory mode, regen population, block rotation, 1.11 entity paste, block pattern parsing, tab completion, ...
Read more >
Commands - CoreProtect Documentation
Command Details. Detailed command information is listed below. /co help. Display a list of commands in-game. /co inspect. Enable the inspector.
Read more >
Paste #79351: Docker MC Paper errors - Denizen Script
Content of Server Log Paste #79351: 'Docker MC Paper errors'... pasted ... are not guaranteed to function properly (due to changes Oracle made...
Read more >
Recommended Minecraft Plugins - MCProHosting
(MCProHosting does not limit how many plugins can be installed to a ... CoreProtect - an efficient data logging and anti-griefing tool.
Read more >
Coreprotect not logging AWE : r/admincraft - Reddit
I have the latest versions of worldedit, awe, and coreprotect installed. ... r/admincraft - minecraft server panel I made for dockers ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found