Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
[ATTACH] Your target is null. Check if target in online and than get value from map (showed with an arrow where to check)
[ATTACH] PatenteCommand, line 115 paste here
Literally translated: your target is null
You must check here [ATTACH]
You must check if the player is online Example check: if(target == null || !target.isOnline()) { // target offline return false; }
Paste the error to see what the problem is
You must check if the player is online [ATTACH] if(target == null || !target.isOnline()) { // target offline return false; }
[ATTACH][ATTACH]
[ATTACH] it doesn't work like that, you have to initialize the PatenteCommand in the main class. maybe I'll write you a small example so that you...
Your instance in PatenteCommand return null. Throw in your full PatenteCommand
yes, and here there is a check for the player
@EventHandler public static void onPlayerclicked(PlayerInteractEntityEvent e) { Entity clickedEntity = e.getRightClicked();...
you have to install the plugin itself, it comes with the library that will be used by your plugin...
you have to wait for all the heads to load from the database. I checked and everything works for me, although I had to wait a bit. [ATTACH]
This is not a PermissionsEX error, this is a guishop plugin error Try download last version https://www.spigotmc.org/resources/guishop.2451/
How to fix it? [MEDIA] @EventHandler(ignoreCancelled = true) public void playerInventory(InventoryClickEvent event) { Player...
dump
Thanks for the answer. Such plugins are on another server and it does not crash. Could this be a problem in the world?
Hello everyone! Already 3 times crashes my server. I can’t understand what the problem is. Disabled antixray and BlockHider in Matrix. I need...
Hello everyone. I need help with the launcher. I recently made an installer for a launcher (written in java) that works perfectly. But now I do...