Problem/Bug CraftConomy bugs?

Discussion in 'Plugin Help/Development/Requests' started by Side8StarLite, Dec 10, 2016.

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

    Side8StarLite

    Hello there
    I have two problems:
    1) When I do /money set <playername>, it says "player doesn't exist" for certain players. Yet they are on the server. I thought it had to do something with the ColorName plugin that changed a player's displayname. But even when I took the colors off of said name, it still throws that error.
    2) When a player first joins a server, they get $-88, but they are supposed to get $200.
    Config:

    Code:
    System:
      Setup: false
      QuickSetup:
        Enable: false
        Currency:
          Name: Dollar
          NamePlural: Dollars
          Minor: Coin
          MinorPlural: Coins
          Sign: $
        StartBalance: 100.0
        PriceBank: 200.0
        DisplayMode: long
      CheckNewVersion: true
      Case-sentitive: false
      CreateOnLogin: false
      Logging:
        Enabled: false
      Database:
        Type: h2
        Address: localhost
        Port: 3306
        Username: root
        Password: ''
        Db: craftconomy
        Prefix: cc3_
        Poolsize: 10
        ConvertFromH2: false
    Database:
      dbVersion: 1
    
    Does it have to do something with the database? Should I change to the sql option instead?

    On a side note, I had done some fiddling with the plugin previously. Does the database somehow save what I configured last time? (I don't know much about databases still learning :p)
    Any ideas? Thanks in advance.
     
Thread Status:
Not open for further replies.

Share This Page