PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
54 stars 21 forks source link

Revamp commands #4162

Open LoneDev6 opened 8 hours ago

LoneDev6 commented 8 hours ago

Might be cool to revamp commands syntax to something not dependent on arguments order. For example: /iagive --item <id> --to <player|entity> --amount <int> --silent <true|false> /iagive --to <player|entity> --item <id> --amount <int> --silent <true|false> /iagive --silent <true|false> --to <player|entity> --item <id> --amount <int>

Andre601 commented 8 hours ago

Personally do I dislike flags like this. It may make things more flexible, but it can be rather confusing on the syntax.