WorldEdit

WorldEdit

42M Downloads

option "no-double-slash" not working

Fchen48 opened this issue ยท 5 comments

commented

Describe the bug

The option no-double-slash doesn't affect the commands, regardless of what is set (true or false) all commands have to start with a double slash (//)

To Reproduce

  1. set no-double-slash to true
  2. restart server
  3. try commands like /pos1, /set 1, ...

Expected behavior

Commands should work with a single slash.

Screenshots

image

Additional context

Nothing more to say.

commented

This is intentional, the setting was removed. Only issue here is that the default configs still ship it.

commented

Why was this removed? This option was great!

commented
  1. you're probably about the only person who used it
  2. it was a massive hack, relying on broken platform-dependent redirection
  3. we switched to a new command system and saw no reason to re-write the "feature" in.
commented

Ok, thanks for clarifying.

commented

reopening as reminder to remove the option from configs. feel free to unsubscribe.