Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Allow / in console #1011

Open
4 tasks done
AlmanaX-21 opened this issue Jul 27, 2022 · 4 comments
Open
4 tasks done

Allow / in console #1011

AlmanaX-21 opened this issue Jul 27, 2022 · 4 comments
Labels
feature request New feature or idea suggestion

Comments

@AlmanaX-21
Copy link

AlmanaX-21 commented Jul 27, 2022

Checklist

  • I have read and agree to the README (found on https://github.com/Minehut/Meta)
  • I am NOT reporting a security vulnerability
  • I have searched the Issue Tracker to make sure this is not a duplicate issue
  • 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.

@AlmanaX-21 AlmanaX-21 added the feature request New feature or idea suggestion label Jul 27, 2022
@CoreyShupe
Copy link

What about commands which take 2 slashes? Wouldn't it be a lot more confusing to have inconsistent behavior.

@AlmanaX-21
Copy link
Author

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

@expxx
Copy link
Contributor

expxx commented Jul 27, 2022

Or just a string.replace("/", "");, just replace the / with nothing when u execute coinsole command

@hapily04
Copy link

hapily04 commented Aug 9, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request New feature or idea suggestion
Projects
None yet
Development

No branches or pull requests

4 participants