EngineHub / Piston

A generic command system, with tie-ins to many Minecraft platforms such as Bukkit, Forge, and Sponge.
GNU General Public License v3.0
17 stars 3 forks source link

Quoted strings appear to trim leading and trailing whitespace to a single character #35

Open me4502 opened 3 years ago

me4502 commented 3 years ago

When using variable = true in a String argument, even when using "quotes" the whitespaces appear to be trimmed.

Eg,

/command "        some padded text        "

comes up as " some padded text ".