marcelo-mason / PreciousStones

Self-service protection for Minecraft servers
http://dev.bukkit.org/server-mods/preciousstones/
56 stars 67 forks source link

PreciousStones error in minecraft 1.15.1 #1147

Open Zikye opened 4 years ago

Zikye commented 4 years ago

Hello, when some user creates a portal to the nether gives an error of the PreciousStones plugin.

error: https://pastebin.com/7p4dkXWj

Anyone know why this error occurs?

yannicklamprecht commented 4 years ago

Pre 1.13 the method PortalCreateEvent#getBlocks() returned a ArrayList. Now I returns List an update needs to be made.