Meta
Meta copied to clipboard
Allow / in console
Checklist
- [X] I have read and agree to the README (found on https://github.com/Minehut/Meta)
- [x] I am NOT reporting a security vulnerability
- [X] I have searched the Issue Tracker to make sure this is not a duplicate issue
- [X] This issue does not contain any sensitive information
Affected Platform?
Website
What is the feature you are requesting?
A lot of people have had this issue of not knowing that you can't use / in console. I suggest simply adding the ability to use a slash with commands on console and give a user warning that they shouldn't use it.
How is this feature useful for Minehut?
This will reduce the traffic of support requests. This should also help new users from wasting their time.
What about commands which take 2 slashes? Wouldn't it be a lot more confusing to have inconsistent behavior.
How are those implemented right now? Also, why not send commands literally, basically allowing users to use commands as is. I don't think vanilla has any 2 slash commands and World Guard which I know has 2 slash commands is not really accessed through console, it is mostly operator commands and sometimes whitelist and other utils
Or just a string.replace("/", "");, just replace the / with nothing when u execute coinsole command
This is consistent behavior for literally any console on any server host, including a localhost server if a user chose to make one. Users learning this now would prevent any further confusion for them. People might be using FAWE commands through the console (it's possible to setup edit sessions through the console) and this would break what they've got going on. I agree with Fixed here