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
6 stars 4 forks source link

[FEATURE] #149

Closed UBSMentis closed 1 year ago

UBSMentis commented 1 year ago

Is your feature request related to a problem? Please describe. no problems

Describe the solution you'd like is it Possible to remove this Text in the console by every slain a mob?

Named entity EntitySkeletonWither[' '/125617, uuid='f5bd3746-1a0c-40d4-ba23-7ef266e1a4ab', l='ServerLevel[Spiele]', x=36.28, y=-62.00, z=-18.51, cpos=[2, -2], tl=2956, v=true]: died: was slain by NuhbVeerox Named entity EntitySkeletonWither[' '/125737, uuid='0740f64c-1eb6-4ab8-ace7-6d66611224a0', l='ServerLevel[Spiele]', x=37.64, y=-62.00, z=-20.15, cpos=[2, -2], tl=2893, v=true]: died: was slain by NuhbVeerox Named entity EntitySkeletonWither[' '/125406, uuid='afb8c8ee-cf55-49a6-a6ed-70e046278f38', l='ServerLevel[Spiele]', x=36.31, y=-62.00, z=-20.24, cpos=[2, -2], tl=3383, v=true]: died: was slain by NuhbVeerox

Describe alternatives you've considered Maybe only a text to the console by Game Start/End and wave change

Additional context Add any other context or screenshots about the feature request here.

Theguyhere0 commented 1 year ago

You can actually go into the spigot.yml file and turn log-named-deaths and log-villager-deaths to false to get rid of those. The only way to get around this would be to remove the mob on death and create the death animation through packets, which I don't want to do. Once most features are out and I work on the wiki, how to properly set up the server will include those instructions. Hope that helps! If it's still an issue, feel free to reopen this.