Bug Closed · Resolved

fillChest mechanic not found

#1954 opened by Unknown 5 years ago

Unknownreported this bug

Summary

the fillChest mechanic cannot be found by Mythic Mobs and causes a stacktrace error when reloading Mythic Mobs if it is in a config file.

Steps to reproduce

  1. create a fresh server using the newest paper build
  2. install only the newest MM dev build
  3. add the following to your exampleskills.yml file:
TestingFillChest:
  Skills:
  - fillChest{dropTable=TestDropTable} @location{c=219,64,-301}
  1. reload the plugin and see the stacktrace error and that fillchest isnt found.

There was a chest places at that location and the TestDropTable droptable was a valid drop table.

Current behavior

cannot use fillchest mechanic

Server log file

Full Latest.log: https://pastebin.com/82LJ11n8

Error Snippet: https://pastebin.com/wMBguJ3p

Unknowncommented

Just tested if this was fixed and i get the same error.

I updated to newest paper (paper 675) 1.16.5

I updated to newest MythicMobs Dev build #3649 hash: 87a28076

I am on Java 11

Having the follow config code in a skills.yml automatically outputs the same error as above in the console when reloading the plugin and starting up the server.

TestingFillChest:
  Skills:
  - fillchest{droptable=TestDropTable} @location{c=219,64,-301}

New server latest.log: https://pastebin.com/qsPPjimY

New debug snippet: https://pastebin.com/q6d6V8iH

Unknowncommented

double checked isSprinting condition since it had the same error, and that one does work correctly now.

Sign in to join the discussion.