Rumsfield / konquest

Konquest plugin for Spigot Minecraft territory control
GNU General Public License v3.0
7 stars 2 forks source link

Added alphanumeric checks, replaced towns placeholders #187 #194

Closed Rumsfield closed 7 months ago

Rumsfield commented 7 months ago

Konquest Pull Request

Closes #187

Summary

Replaced all name matching checks that used only Latin a-zA-z regex with StringUtils isAlphanumeric, which works for all languages. Also reworked some placeholders.

Change Details

Checklist