Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with floodgate players #48

Open
MWHunter opened this issue Mar 29, 2021 · 2 comments · May be fixed by #49
Open

Error with floodgate players #48

MWHunter opened this issue Mar 29, 2021 · 2 comments · May be fixed by #49
Labels
bug Something isn't working

Comments

@MWHunter
Copy link

[17:32:21 ERROR]: Could not pass event InventoryMoveItemEvent to LockettePro v2.10.10
java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*ComicLion99273#00000000-0000-0000-0009-01fc7048ca45
^
at java.util.regex.Pattern.error(Unknown Source) ~[?:?]
at java.util.regex.Pattern.sequence(Unknown Source) ~[?:?]
at java.util.regex.Pattern.expr(Unknown Source) ~[?:?]
at java.util.regex.Pattern.compile(Unknown Source) ~[?:?]
at java.util.regex.Pattern.(Unknown Source) ~[?:?]
at java.util.regex.Pattern.compile(Unknown Source) ~[?:?]
at java.util.regex.Pattern.matches(Unknown Source) ~[?:?]
at java.lang.String.matches(Unknown Source) ~[?:?]
at me.crafter.mc.lockettepro.BlockInventoryMoveListener.onInventoryMove(BlockInventoryMoveListener.java:45) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor610.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at org.bukkit.event.Event.callEvent(Event.java:45) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.TileEntityHopper.callPullMoveEvent(TileEntityHopper.java:288) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.TileEntityHopper.hopperPull(TileEntityHopper.java:228) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.TileEntityHopper.lambda$a$3(TileEntityHopper.java:444) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.TileEntityHopper.anyMatch(TileEntityHopper.java:404) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.TileEntityHopper.a(TileEntityHopper.java:441) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.TileEntityHopper.lambda$tick$0(TileEntityHopper.java:118) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.TileEntityHopper.a(TileEntityHopper.java:139) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.TileEntityHopper.tick(TileEntityHopper.java:117) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.World.tickBlockEntities(World.java:967) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.WorldServer.doTick(WorldServer.java:1062) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1426) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:382) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1276) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1008) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:178) ~[patched_1.16.5.jar:git-Airplane-"12e1b61"]
at java.lang.Thread.run(Unknown Source) [?:?]

@MWHunter MWHunter linked a pull request Mar 29, 2021 that will close this issue
@brunyman
Copy link
Owner

Can you confirm it is fixed in latest version?

@brunyman brunyman added the bug Something isn't working label Mar 18, 2023
@MWHunter
Copy link
Author

Geyser changed the bedrock prefix to have . in front now

so a bedrock player with the name Notch would become .Notch

So just check the regex in the class to see if it works.

I no longer use this plugin so I can't check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants