Stops working in R0.4 #21


  • New
  • Defect
Open
Assigned to _ForgeUser8274522
  • _ForgeUser7546711 created this issue Feb 16, 2014

    What steps will reproduce the problem?
    1. Update to one of the R0.4 dev builds
    2. Start the server

    What is the expected output? What do you see instead?
    I expected the plugin to work as it did before, but nothing happens: Villagers seem to follow vanilla rules as if RV was not installed.

    What version of the product are you using?
    1.7.4

    Do you have an error log of what happened?
    Nothing out of the ordinary in console

  • _ForgeUser7546711 added the tags New Defect Feb 16, 2014
  • _ForgeUser12530960 posted a comment Mar 3, 2014

    I can confirm I have the exact same problem.

  • _ForgeUser7546711 posted a comment Mar 14, 2014

    I found the problem! It is actually really simple; for some unknown reason there has been created a new folder named Rebalance_Villagers in my plugin folder (note the underscore). It seems the plugin reads its config from that folder now and not the old Rebalance Villagers folder. This has caused RV to generate a default configuration in the new folder.

    Just copy your config from the old folder to the new one!

    cd plugins/
    cp Rebalance\ Villagers/* Rebalance_Villagers/
    

    Restart the server!


To post a comment, please login or register a new account.