yah, school just began, so i'm quite busy with a full courseload, but the code is on my github if anyone wants to take over,...
a problem i ran into is that i downloaded a version of the build that didn't have it yet, so maybe redownload your build to see if that helps (and...
how about you start writing code and when you have a problem post the problem, people aren't gonna just write out your code for you, I recomend...
you may want to do a hashmap which stores the player and selected item, and then when the player executes the next command it will remove them...
haha, yah i understand, and believe me, you're amongst my favorite as far as advice givers go. So ya you'll want those events that I mentioned,...
i agree, i just have given up on asking why people want to do stuff that makes no sense and just try and answer what i can in their question lol
are you trying to return a value in the getCmd method after if (!Evolutio.permissionHandler.has(player, "evolutio.heal")) { and just didn't post...
does it throw any errors when you try and do a command?
however if you are doing this in an event where it doesn't have a player (but has an entity) you'll want to do: if(event.getEntity() instanceof...
yah you would just need to use a player listener, listening for a PlayerPickupItemEvent, PlayerDropItemEvent, PlayerRespawnEvent. However the...
whats the error, my guess is null pointer exception, and it would be happening because the variable config is null, however that line doesn't...
you could send requests to a php site using get variables, which would update the database backend, then you could have it so when people go to...
it should be getting rid of the bow if they right click air, but if it doesn't work you could try the clear method in player inventory, using the...
that's because i called it event in the method signature, if you change it back to e it will fix it (that's just a personal preference)
well thats not in the player interact, that's in the constructor. You want to put that code in the PlayerInteract method (this code won't work...
Separate names with a comma.