Darkhax-Minecraft / Game-Stages

An API for universal player based progression.
https://minecraft.curseforge.com/projects/game-stages
GNU Lesser General Public License v2.1
63 stars 17 forks source link

Stages with spaces can't be removed via commands #63

Closed aaronhowser1 closed 3 years ago

aaronhowser1 commented 3 years ago

Environment Details

Mod Version: GameStages-1.16.5-7.1.6 Game Version: 1.16.5 Loader Type: Forge Loader Version: 36.1.4 Game Type: Client

The Issue

If a game stage has a space in the name, it can't be removed via commands

Reproduction Steps

Use another mod (like FTB Quests) to give yourself a gamestage that has a space in the name Try to remove it using commands

Screenshots / Media

image image

Additional Info

How did you download the file? Curseforge Was this downloaded as part of a modpack? No Do you have Optifine, other performance mods, or shaders? No

Darkhax commented 3 years ago

Spaces are an illegal character and are not supported in any official plugin or system.

From the wiki

These names can be up to 64 characters long and must only contain the lowercase alphabet, 0-9, underscore (_), and colons (:).