Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
That too is Donald Trump's whole reasoning behind keeping out immigrants. I have contacted OP with an example of exactly what he was looking...
So I guess people aren't allowed to ask for small examples on these forums? Either a 'Yes' or a 'No' would be suffice, but putting someone down...
If you're talking about me.cheesepro.reality.abilities.Abilites, that class has no existing code in it so it could not have caused this error....
Yes it is outside the abilities class. It means somewhere in your project you are creating two instances of that same class on accident. You're...
Are you in creative when you destroy the blocks?
Try to add a debug message into the constructor of the class to see if its being called twice.
CSUtility csu = new CSUtility(); Would be one way to create an instance of CSUtility.
You could try to add debug messages to try to trace the listeners and events.
Enlighten us, master coder ;)
Will this interfere with other plugins that modify existing entities and/or armor stands? I use similar code but it does it all through packets,...
Are you within the same directory as the script when you try running it?
Got to it first. Thank you. I try to help everyone i can, even if i only know something about the topic. :)
Haha... Yeah my bad. Not that good with bash scripting. I edited my post above with an explination haha... So after taking another look at the...
That's a Syntax error. Ubuntu doesn't understand "done", so it doesn't run the script. Try "fi" instead of "done". Hope this helps! *EDIT*...
Might be a permissions problem with the script. Do you have any output from the server when it tries to run the script, or does it not run at all?