Advertisement
Guest User

quests error

a guest
Jun 25th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Server Error:
  2. [16:26:07] [Server thread/ERROR]: Could not pass event InventoryClickEvent to Quests v3.7.2
  3. java.lang.NoSuchMethodError: com.sk89q.worldguard.protection.managers.RegionManager.getApplicableRegions(Lorg/bukkit/Location;)Lcom/sk89q/worldguard/protection/ApplicableRegionSet;
  4. at me.blackvein.quests.listeners.PlayerListener.onInventoryClickEvent(PlayerListener.java:147) ~[?:?]
  5. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor487.execute(Unknown Source) ~[?:?]
  6. at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.3.jar:git-Paper-110]
  7. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.3.jar:git-Paper-110]
  8. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.3.jar:git-Paper-110]
  9.  
  10. The Quest:
  11. custom5:
  12. name: Ground Zero &8(&eMedium&8)
  13. npc-giver-id: 20
  14. ask-message: Kill 40 Zombie Villagers in the dilapidated town.
  15. finish-message: '&aQUEST COMPLETED!'
  16. region: zomvillage
  17. gui-display: name-ROTTEN_FLESH:amount-1
  18. stages:
  19. ordered:
  20. '1':
  21. mobs-to-kill:
  22. - ZombieVillager
  23. mob-amounts:
  24. - 40
  25. start-message: '&4Kill &f40 &cZombie Villagers &fin the &cabandoned town
  26. &fto complete this &cquest&f!'
  27. complete-message: '&fGreat job! Come back tomorrow to redo this &cquest&f.'
  28. options:
  29. allow-commands: true
  30. allow-quitting: true
  31. use-dungeonsxl-plugin: false
  32. use-parties-plugin: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement