Global GameRules

Global GameRules

21M Downloads

With Hardcore set to false normal survival is forced

Insane96 opened this issue ยท 1 comments

commented

I want players to be able to choose survival or hardcore but if hardcore = false survival is forced.

This happens due https://github.com/GoryMoon/GlobalGameRules/blob/main/src/main/java/se/gory_moon/globalgamerules/WorldEvents.java#L78 enforcing the defined config hardcore if it's different from the current one. Should be changed to

if (hardcore && info.isHardcore() != hardcore)
commented

Yes this has been annoying people who use Global in modpack (so a lot of people including people that play mine)