Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set with Polygon Selection throws NullPointerException #366

Closed
4 tasks done
Damowerko opened this issue Mar 19, 2020 · 0 comments
Closed
4 tasks done

Set with Polygon Selection throws NullPointerException #366

Damowerko opened this issue Mar 19, 2020 · 0 comments
Labels
Approved Added if an issue has been approved by a maintainer Bug Something isn't working Priority This issue has priority over backburner issues and should be fixed as soon as possible.

Comments

@Damowerko
Copy link

Damowerko commented Mar 19, 2020

Bug report for FastAsyncWorldEdit 1.14.4

[REQUIRED] FastAsyncWorldEdit Configuration Files:

latest.log
config.txt
config-legacy.txt

[REQUIRED] FastAsyncWorldEdit Version Number:

[01:40:39 INFO]: FastAsyncWorldEditunknown created by Empire92
[01:40:39 INFO]: Wiki: https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/wiki
[01:40:39 INFO]: ------------------ Platforms ------------------

  • Bukkit-Official(1.15-130;85b6566)

[01:40:39 INFO]: ---------------- Capabilities ----------------
GAME_HOOKS: Bukkit-Official
CONFIGURATION: Bukkit-Official
USER_COMMANDS: Bukkit-Official
PERMISSIONS: Bukkit-Official
WORLDEDIT_CUI: Bukkit-Official
WORLD_EDITING: Bukkit-Official

[REQUIRED] Spigot/Paper Version Number:

[01:40:58 INFO]: This server is running Paper version git-Paper-142 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[01:40:58 INFO]: Checking version, please wait...
[01:40:59 INFO]: You are running the latest version

[REQUIRED] Description of the problem:

When I try to use the //set command with a polygon selection I get a null pointer error. I expect that if I select a small poly made out of 4 adjacent blocks use //set 0 that they should be replaced by air. Instead a NullPointerException is thrown.

How to replicate:

  1. Use polygon select //sel poly air
  2. Select a square on the ground, 4 adjacent blocks.
  3. //set 0.

Plugins being used on the server:

BKCommonLib, dynmap*, Essentials, EssentialsSpawn, FastAsyncWorldEdit, LightCleaner, LuckPerms, PluginConstructorAPI, ServerRestorer, Vault, WorldEdit, WorldGuard

Checklist:

  • I included all information required in the sections above
  • I made sure there are no duplicates of this report (Use Search)
  • I made sure I am using an up-to-date version of FastAsyncWorldEdit for 1.14.4
  • I made sure the bug/error is not caused by any other plugin
@Damowerko Damowerko added the Requires Testing This is a new issue which needs to be approved before labeled with "bug" label Mar 19, 2020
@MattBDev MattBDev added Bug Something isn't working Approved Added if an issue has been approved by a maintainer Priority This issue has priority over backburner issues and should be fixed as soon as possible. and removed Requires Testing This is a new issue which needs to be approved before labeled with "bug" labels Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Added if an issue has been approved by a maintainer Bug Something isn't working Priority This issue has priority over backburner issues and should be fixed as soon as possible.
Projects
None yet
Development

No branches or pull requests

2 participants