ChestShop-authors / ChestShop-3

ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
https://dev.bukkit.org/projects/chestshop
GNU Lesser General Public License v2.1
269 stars 175 forks source link

Support Bedrock #555

Closed gleisonhr20 closed 1 year ago

gleisonhr20 commented 1 year ago

What is happening?

Hello, I'm asking for support, because I've already looked at all your updates, and did as it was shown there, but it's still not working for me. The Bedrock support keeps showing "Your username is not a valid Minecraft username!" and I've already tried deleting and re-adding the plugin, but it keeps giving me the same error. Please help me fix this.

What did you expect to happen?

support PaperMC

Plugin Version

3.12.2

Plugin Config

Config ```yaml [Put the config here] ```

Server Version

1.19.40

Server Log

Log ``` [Your log here] ```

What other plugins are you running?

WorldGuard WorldEdit ViaVersion Vault SkinsRestorer SepareWorldItems RandomTP Perms MyHome Multiverse-Core McMoney LandClaiming HubThat HolographicDisplays GriefPreventionData Geyser-Spigot floodgate CommandNPC Citizens Screenshot_20230610_144959_Chrome Screenshot_20230610_145020_Chrome Screenshot_20230610_134435_Minecraft

Agreements

Additional context

No response

Phoenix616 commented 1 year ago

Provide your full Geyser and Floodgate configs please (in text form, not screenshots...)

Edit: Actually I think I see what your issue is: You didn't use the correct regex ftom the example, you seem to have just put a random dot in betwwen the word character.declaration. Using ^\\.?\\w+$ should make it work for you.