Rocologo / MobHunting

Mob hunting plugin for Minecraft Servers
24 stars 22 forks source link

worldgroups.yml ? #649

Closed SlimeDog closed 4 years ago

SlimeDog commented 4 years ago

Spigot 1.15.2 MobHunting 7.5.0-b1024

In the log

[18:22:48] [Server thread/INFO]: [BagOfGold] World:world_skyblock was missing in the worldgroups.yml file. It has beed added to the default group. Please review the worldgroups.

Neither plugins/MobHunting/ nor plugins/BagOfGold/ contains a worldgroups.yml file.

Please explain.

Rocologo commented 4 years ago

This should be fixed too. The file is created in the BagOfGold folder - it is used in both plugins.

SlimeDog commented 4 years ago

Message no longer appears, but file does not contain an entry for world_skyblock. However, I have bounties disabled, so maybe that's OK.

Rocologo commented 4 years ago

While cleaning up in the code i found the bug. try build 1049 or later and world_skyblock will be created in the default group (but my guess is that you want to move it?)

SlimeDog commented 4 years ago

What is the impact of world_skyblock being in the default group, or not? Since I have disabled bounties.

Why is MobHunting controlling economy sharing? That is the job of my world management/inventory plugin (Multiverse-Core and Multiverse-Inventories).

Rocologo commented 4 years ago

the worldgroups isonly used for Bounties and BagOfGold used as an Economy... so the answer is none.

Rocologo commented 4 years ago

MobHunting is not controlling economy sharing. BagOfGold Economy is.

SlimeDog commented 4 years ago

OK. Thanks.

Rocologo commented 4 years ago

V 7.5.0 Released. I close this ticket now.