HomeSpawnPlus

HomeSpawnPlus

342k Downloads

first start

CCCCarsten opened this issue ยท 3 comments

commented

Hi,

just downloaded the plugin and put it into plugin folder. Once after restarting the Server I have got this error:

http://pastebin.com/psQQ0Nwj

Ciao, Carsten

commented

Plugin.yml --> set database to false does not help. Another error then but error :)

commented

Hi, if you scroll down that error log you will see

Caused by: java.sql.SQLException: Access denied for user 'ni123456_1_DB'@'127.0.0.1' (using password: YES)

Are you certain your username and password is correct? Can you log into it manually from the database console?

Also do not touch the plugin.yml like that. If you don't want to use a database then edit the config.yml instead, and find the setting to save to file rather that to your database, from memory I think its near the top of the config.

Edit: see this part of the config.yml, or if you are using the new style then you can change it in core.yml

  # EBEANS - Ebeans storage (will go to SqlLite or MySQL, as defined
  #     by bukkit.yml)
  # YAML - YAML storage in your plugins/HomeSpawnPlus directory.
  #     Will store one file per data type (home, spawn, etc).
  # YAML_SINGLE_FILE - YAML storage in your plugins/HomeSpawnPlus
  #     directory. Stores all data in single "data.yml" file.
  # PERSISTANCE_REIMPLEMENTED_EBEANS - use persitance reimplemented
  #     ebeans implementation. Exactly like EBEANS above except with
  #     a few extra benefits. http://goo.gl/rtdDH  To live-reload
  #     with this, due to a Bukkit limitation, you must edit
  #     plugin.yml and set 'database: false'
  #
  # This is one option that cannot be reloaded live with "/hsp rc",
  # you must restart Bukkit if you change this option.
  storage: EBEANS

To save to file instead use: storage: YAML
Or if using EBEANS then correct your SQL details in bukkit.yml.

commented

I have to apologize. Thousands of plugins don't require the bukkit.yml to configure the SQL database. But HomeSpawnPlus already :). I did not know that. I can work with HSP now :)). Thank you very much!