akdukaan / GPFlags

GriefPreventionFlags is a Minecraft plugin to allow players to customize their GriefPrevention claims with claimflags.
GNU General Public License v3.0
17 stars 20 forks source link

NoEnterPlayer blocks more players than it should #45

Closed akdukaan closed 1 year ago

akdukaan commented 1 year ago

cause: https://github.com/akdukaan/GPFlags/blob/ac907e6df20981762cffb1cb21567e9d8c1aec27/src/main/java/me/ryanhamshire/GPFlags/flags/FlagDef_NoEnterPlayer.java#L47 fix: break params apart with spaces and iterate through the list

I should also switch this to uuids

akdukaan commented 1 year ago

Fixed after https://github.com/akdukaan/GPFlags/commit/1479c25e3c91313d1472512aefa76e4ae1f00fa1 and the several commits that came before it