Recent content by LaumTop

  1. L

    Question getInstance() why get null

    Some more info. If I in getInstance() return for example int and number 1. I get this value, and I dont get Null exception
  2. L

    Question getInstance() why get null

    This is 2 different projects, with diffirent pom.xml and plguin.yml. Here I add project files
  3. L

    Question getInstance() why get null

    Hello. I tried to use getLogger(), but I got this error - 17:54:21 ERROR]: Error occurred while enabling Test1 v1.0 (Is it up to date?) java.lang.NullPointerException: Cannot invoke "LT.test2.Test2.getLogger()" because "this.test" is null. How I can fix it Code here - package LT.test1...