Closed book000 closed 4 years ago
Can you please try the expansion from this pull request #14? That issue should be fixed in this pull request
How to try it:
plugins/PlaceholderAPI/expansions
folder./papi reload
.@aBooDyy Thank you for your comment. This expansion worked fine.
I solved it but it was not reflected in the project. I don't know much about Issue system on GitHub, do I need to close an issue right now?
Issue
Hello. Using
% worldguard_region_name_capitalized%
and getting an error when entering a Poly2d region.The environment is as follows:
Expected behaviour
When using
% worldguard_region_name_capitalized%
, the region name should be displayed correctly even within the Poly2d region.Actual behaviour
No such line is output, and instead the following error is displayed on the console:
How to reproduce
% worldguard_region_name_capitalized%
on the scoreboard.I think that this error occurs because casts to ICuboidSelection without checking the region type in WorldGuardExpansion.java line 135.
I am sorry that my English is so bad. Thank you for developing this plugin.