I think the error is in the Binding_of_Isaac binding_of_isaac = new Binding_of_Isaac(); Generator generater = new Generator(binding_of_isaac); cus...
Changed it to: Binding_of_Isaac binding_of_isaac = new Binding_of_Isaac(); Generator generater = new Generator(binding_of_isaac); plugin is...
That's not the point , i forgot to remove it. The problem is that the plugin variable is null.
public class Test_generate implements Listener { @EventHandler void onplayerjoinevent(PlayerJoinEvent event) throws IOException{ Player player =...
My code public class Generator { private Binding_of_Isaac plugin; public Generator(Binding_of_Isaac plugin){ this.plugin = plugin; }...
I did this but it still doesn't work , it doesn't write anything. The error is in the final PluginManager pluginManager =...
I downloaded groupmanager today so i think it the latest version Edit: the permissions work fine , the only thing was that it couldn't retrieve my...
The getWorldsHolder is null but what do i have to do to change that?
I know where the error is , i just don't know how to fix it that's why i posted this thread
this is the error i get: 2013-11-10 13:04:00 [INFO] Cpt_creepaa[/84.245.10.227:6161] logged in with entity id 107 at ([world] 45.126486191862995,...
It doesn't print anything , it just gives an error.
Code GMHook import java.util.Arrays; import java.util.List; import org.anjocaido.groupmanager.GroupManager; import...
I think groupmanager doesn't work , that may be why the getgroup returns null. I tested groupmanager on my server and the only thing that works is...
Changed the code of GMHook to: package rank_expire; import java.util.Arrays; import java.util.List; import...
I'm working on a plugin which needs to get the group of a player but it gives me a nullpointerexception. Here is the error: 2013-11-10 10:27:40...
Separate names with a comma.