Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

Double and float suffix got rejected #10

Closed Paul2708 closed 4 years ago

Paul2708 commented 4 years ago

Description

Suffixes like d, D or f, F got rejected as invalid argument for double and float types.

Behavior

Actual behavior Command got rejected.

Expected behavior Command should accept the argument as correct double/float type.

Paul2708 commented 4 years ago

As this suffix relates to Java it's not necessary to implement it.