Recent Activity

Activity stream for all registered members at Bukkit Forums.

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

    Oh wait its a bot? oh

    Apr 16, 2024 at 9:41 AM
  2. KarimAKL liked timtower's post in the thread Player right click item event.

    No, think it got changed in the past years, was throwing errors years ago.

    Apr 16, 2024 at 7:18 AM
  3. HiTech0926 liked vortex25565's post on EvilSeph's profile.

    R.I.P thanks for making minecraft a much better game

    Apr 16, 2024 at 5:40 AM
  4. KarimAKL replied to the thread Player right click item event.

    @Greeniousity You reverted the change. You should still check if the item is (not) null. Add that back in (still as the first...

    Apr 15, 2024 at 2:43 PM
  5. Greeniousity replied to the thread Player right click item event.

    I updated it: if (item.hasItemMeta() && item.getType() == Material.PUMPKIN_PIE &&...

    Apr 15, 2024 at 2:10 PM
  6. KarimAKL replied to the thread Player right click item event.

    @timtower The ItemMeta#getDisplayName() method is annotated as @NotNull. I went to check the source code, and it should just return an...

    Apr 15, 2024 at 1:39 PM
  7. Greeniousity replied to the thread Player right click item event.

    if (item != null && item.getType() == Material.PUMPKIN_PIE && item.getItemMeta().getDisplayName().equals("§6Booster Pie§8§l (§eI§8§l)"))...

    Apr 15, 2024 at 11:25 AM
  8. KarimAKL replied to the thread Player right click item event.

    @Greeniousity InventoryClickEvent#getCurrentItem() is @Nullable; it returns null when there is no item at the current slot. Make sure...

    Apr 15, 2024 at 11:12 AM
  9. Greeniousity replied to the thread Player right click item event.

    what do you mean?

    Apr 15, 2024 at 10:53 AM
  10. Greeniousity replied to the thread Player right click item event.

    package me.altug.levelingsystem; import me.altug.levelingsystem.data.playerData; import org.bukkit.Bukkit; import org.bukkit.Material;...

    Apr 15, 2024 at 10:22 AM
  11. Greeniousity replied to the thread Player right click item event.

    https://paste.myst.rs/rabofyg4 here is the main class and i found an error related to this plugin, a null pointer exception [18:28:34...

    Apr 15, 2024 at 8:31 AM
  12. KarimAKL replied to the thread Player right click item event.

    @Greeniousity Assuming you print a message to the console upon the event triggering and that messages isn't coming up (as mentioned...

    Apr 15, 2024 at 7:57 AM
  13. Greeniousity replied to the thread Player right click item event.

    Well I already have listeners and the class is registered but its still not working

    Apr 15, 2024 at 7:48 AM
Loading...