EssentialsX

EssentialsX

2M Downloads

Buy, Sell Sign Problem

Fix3dll opened this issue ยท 11 comments

commented

/ess version:
http://prntscr.com/ob35fq

lastest.log is clear.

config.yml:
http://prntscr.com/ob362c

Problem:
http://prntscr.com/ob36kk sign is not working. When its working its going blue. When i write wrong going red. But its just black.

commented

Could you run /ess debug, create a sign then post the full console output?

commented

I didnt understand but it work with clean setup. https://pastebin.com/z2wFeGM4 Its my config. Whats wrong?

commented

Please do the following in order:

  • Run ess debug in your server console.
  • Create a [buy] sign.
  • Paste the logs/latest.log file on Paste in and give us a link.
commented

I have the same problem but with the newest bukkit and minecraft 1.14.3

commented

[buy]
1
Dirt
$1

^^^^ Add $

commented

@Scremonetu i try this before. Same result.

commented

@md678685 @Goreator have some problem. What should we do for help?

commented

When i remove my lang file and use default lang file, signs working. I check my file and looks okey for me. Console and debug didnt give me error. Do you have any idea? @md678685

commented

We solve this. I change signFormatTemplate from lang file. Thank you very much for everythink: @triagonal

commented

As stated above, the culprit was signFormatTemplate in the user's messages file. Changing this entry effects what the user must type in order for a sign to be created. This user's signFormatTemplate key was set to something other than the default [{0}], and so caused the issue when attempting to create signs.

For any other users encountering this issue, double-check that the message you've set for signFormatTemplate can be entered ingame and that you're entering the correct format for the sign to be recognized.