Signs not Working
smokscreen145 opened this issue ยท 3 comments
Information
Full output of /ess version
:
[03:47:00] [Server thread/INFO]: Server version: 1.8.8-R0.1-SNAPSHOT git-Spigot-21fe707-e1ebe52 (MC: 1.8.8)
[03:47:00] [Server thread/INFO]: EssentialsX version: 2.15.0.1
[03:47:00] [Server thread/INFO]: PermissionsEx version: 1.23.4
[03:47:00] [Server thread/INFO]: Vault version: 1.7.1-b91
[03:47:00] [Server thread/INFO]: EssentialsXProtect version: 2.15.0.1
[03:47:00] [Server thread/INFO]: EssentialsXChat version: 2.15.0.1
[03:47:00] [Server thread/INFO]: EssentialsXSpawn version: 2.15.0.1
https://gist.github.com/smokscreen145/a11aae4a66fe846449356401c372425c
https://gist.github.com/smokscreen145/885442515a0fa4fb3990143c5d413628
Details
Description
I don't have anywhere in my config to enable the signs. In-game, they don't work. (Buy, sell, etc.)
Steps to reproduce
I tried to create a buy sign and when I did (followed correct format and double checked) nothing happened. I did some online research and most people were saying to enable signs in config but I don't have the signs part in my config.
Expected behavior
I expected to have a normal, working buy sign.
Screenshots
Thanks for filling out a support request!
You appear to have a config.yml
file that has been edited and saved by the old version of /createkit
, removing all the instructions in the comments. You can add the enabledSigns:
section to your config manually:
enabledSigns:
- buy
- color
- <whatever other signs you want here>
However, I'd recommend resetting your config by renaming config.yml
to config.yml.old
and running /ess reload
in your server console. This will create a new config.yml
file with all the instructions and sections that should normally be there.