Solved Blanco Signs

Discussion in 'Bukkit Help' started by xtramundane, Sep 14, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    xtramundane

    I have version of spigot 1.10.2 server but all the essential command signs leave blanco when used.
    for example i cant make shopsigns even while i am in opmode with no spawnprotection and my config configured like it should be.

    i see more people with this problem but all topics about this problem
    are already closed even before there was one proper solution to it!

    so is there anyone who HAS a solution to it?
     
    Last edited by a moderator: Sep 14, 2016
  2. Offline

    oceantheskatr

    Stop your server.
    Start your server.
    When it's fully started, stop it again.
    Go in to your server files.
    Go to the logs folder.
    Open the file called latest.log.
    Copy and paste the contents at http://pastebin.com/.
    Post it there and then link the URL here.

    Post your Essentials config.yml on Pastebin and link that here, too.
     
  3. Offline

    xtramundane

  4. Offline

    oceantheskatr

    Code:
    enabledSigns:
      - color
       - balance
       - buy
       - sell
       - trade
    Notice how balance, buy, sell, and trade are spaced one further than colour? take one space out from the start of them so that they match colour:

    Code:
    enabledSigns:
      - color
      - balance
      - buy
      - sell
      - trade
     
  5. Offline

    xtramundane

    thanks for your reply

    I fixed the space in the config file
    restarted the server but still nothing changed.
    If i create a shopsign forexample after i click on the "done" button it shows blank
    Also the signs on skyblock islands are blank after creating a new island
     
  6. Offline

    oceantheskatr

    Try replacing your current Essentials suite with the ones found here: You should only need EssentialsX, EssentialsXChat, and EssentialsXSpawn. You should be able to keep the same config, but back it up just in case. Let me know if that fixes your signs issue!
     
  7. Offline

    xtramundane

    Sorry, it seems not to work. My signs still staying blank and i got a new error in my console: " WARN Version mismatch! Please update all Essentials jars to the same version."

    I have tried to put in all jar files of version x and i tried to remove the essentials dir but the error keeps coming in my console
    So i chose to go back to my old setup with the snapshot version
     
  8. Offline

    oceantheskatr

    Stop server, remove old Essentials jars, add new ones, leave the Essentials folder. Try that? Then post your log.
     
  9. Offline

    Rayzr522

    Correct me if I'm wrong but I think there's a bug with EssentialsX Chat where it thinks it isn't the right version, even though it is. I believe I've gotten that error beforeā€¦

    Just trying to be helpful ;)
     
  10. Offline

    oceantheskatr

    @Rayzr522 No clue but thanks for the input! :)
     
  11. Offline

    xtramundane

    Well i tried the method of oceantheskatr it kept giving me the console error.
    WARN Version mismatch! Please update all Essentials jars to the same version."

    I also made a ticket on the host of the server and they came up with a bssentialsgroupmanager.jar file
    and it seems to work for me now.
     
  12. Offline

    oceantheskatr

    Oh nice, glad it worked out! :)

    If you don't have any other questions then make sure to mark your thread as solved. Click the red "this" in my signature (located under my first post in this thread) for more information on how and when to mark your thread as solved.
     
Thread Status:
Not open for further replies.

Share This Page