Paul2708 / simple-commands

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

Inconsistent usage of Strings vs. MessageResources #50

Open Paul2708 opened 4 years ago

Paul2708 commented 4 years ago

Arguments have to take a message resource entry, conditions take normal strings. It should be more consistent. Anyways as the intention is to keep it simple, both - hard coded strings and message resources - should be accepted.

Paul2708 commented 4 years ago

Maybe #54 would be a simple solution for this problem?