KarimAKL's Recent Activity

  1. KarimAKL replied to the thread Player right click item event.

    @Greeniousity The plugin instance passed to the scheduler is null. Does the name in the plugin.yml match the string supplied to the...

    Apr 23, 2024 at 2:52 PM
  2. KarimAKL replied to the thread Player right click item event.

    @Greeniousity This line: playerData data = new playerData(); is creating a new instance. This is where you'll have to retrieve the...

    Apr 23, 2024 at 10:12 AM
  3. KarimAKL replied to the thread Player right click item event.

    You're creating a new instance in the local scope; the join event does nothing here. I assume you want a single instance of the...

    Apr 21, 2024 at 9:13 AM
  4. KarimAKL replied to the thread Player right click item event.

    Considering this, the condition is either false or the #boostSetup method does nothing. Assuming the condition is true and the...

    Apr 21, 2024 at 7:15 AM