Missing inports

Hy guys!
I'm trying to check out card developement. I set up the project in IntelliJ and made my first card but can't compile the server because I get constant compile errors because mage.server.util.config not exists or at least my IDE can't find it.
I'm trying to check out card developement. I set up the project in IntelliJ and made my first card but can't compile the server because I get constant compile errors because mage.server.util.config not exists or at least my IDE can't find it.
- Code: Select all
Error:(45, 31) java: package mage.server.util.config does not exist
Error:(46, 31) java: package mage.server.util.config does not exist
Error:(305, 40) java: cannot find symbol
symbol: class Plugin
location: class mage.server.Main
Error:(318, 43) java: cannot find symbol
symbol: class GamePlugin
location: class mage.server.Main
Error:(331, 54) java: cannot find symbol
symbol: class GamePlugin
location: class mage.server.Main
Error:(122, 14) java: cannot find symbol
symbol: class GamePlugin
location: class mage.server.Main