"Error: \<dark_red>A warp with a similar name already exists."
melaniebeedot opened this issue · 1 comments
Type of bug
Performance issue or memory leak
/ess dump all
output
https://essentialsx.net/dump.html?id=4c132d40e3d848089639e9d7ab26c84b
Error log (if applicable)
No response
Bug description
When trying to /setwarp $5, I get the error "Error: <dark_red>A warp with a similar name already exists."
The color code is showing, but my main concern is that I can't set the warp. Many of our warp names are similar, so I'm not sure why this one is an issue?
Here's the start of our /warps list to show what similar warp names it may be referring to.
Steps to reproduce
- Have the latest EssentialsX and Paper .jars installed
- Run /setwarp $5
Expected behaviour
The warp is set.
Actual behaviour
The warp doesn't set, "Error: <dark_red>A warp with a similar name already exists." results.
Additional Information
No response
This is kind of a weird situation. it's not a bug, as it's functioning exactly as intended but at the same time it is.
all special characters are replaced with _
. if you look in your /plugins/Essentials/warps
directory, you'll see _.yml
, _HIT.yml
and so on. the $
is being replaced with _
but you already have .5
so they're trying to claim the same file name.
#1742 is a similar problem, except it's for homes, rather than warps.
I'm going to leave open for now as it is a problem