Theguyhere0 / villager-defense-minigame

A Minecraft plugin that adds a fun, customizable minigame where players defend villagers against waves of monsters
GNU General Public License v3.0
7 stars 4 forks source link

.6.0 Bug Comments #7

Closed TimGraham777 closed 3 years ago

TimGraham777 commented 3 years ago

Here are a couple issues we noted with .6.0 version:

  1. Players can drop their shop emerald. Can you make it so they can drop items to share with players but not emerald?
  2. Two zombies turned into drowned and were not counted when killed. Game could not progress.
  3. Not sure if this is an issue from the console: 23.04 16:27:14 [Server] Server thread/ERROR Could not pass event InventoryClickEvent to VillagerDefense v0.6.0 23.04 16:27:14 [Server] INFO org.bukkit.event.EventException: null 23.04 16:27:14 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:319) ~[spigot_1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a] 23.04 16:27:14 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot_1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a] 23.04 16:27:14 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot_1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a] 23.04 16:27:14 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot_1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
Theguyhere0 commented 3 years ago

Hey @TimGraham777 ,

  1. Good idea, I'll implement that in the next larger release coming soon.
  2. Interesting, I'll make a bug fix release for v0.6 to fix this issue.
  3. Could you send a full log or a screenshot of this issue? Or do you remember how it was produced?
TimGraham777 commented 3 years ago

Thank you for the lightening fast response. We are loving the game. In regards to item 3: The error was produced when i clicked the "spawn table" item in the "vd admin GUI". i think this error is occurring because its an old arena that was already setup before the new vd plugin version. The error is no longer occurring because i edited the arenaData.yml to have a new line "spawnTable: default" in the a0: section. that section is basically the old arena setup configs for before this large update, if anyone else reports that error u can tell them to just add that line in the config of their old arena to fix it.

Theguyhere0 commented 3 years ago

I'm glad you're enjoying it! Yeah because of the large changes between major releases, earlier versions sometimes break like that. Point 2 has been addressed with the latest release. Appreciate your feedback!