Ye, sorry. ;)
Yw, next time you can provide all the given information in the opening post and you'll be helped even faster. ;)
Something similar to pzxc, but this time with System.currentMillis(); <-- store that in a final variable then whenever you wanna check how much time...
Yes, inside the finally you want to have another try/catch around the close. edit: knew it. plugin is never given the actual plugin. Make a...
What code is on line 67 in CheckpointListener. (You have not provided the full code) ferrybig that shouldn't change anything. br is never used...
Could you please copy and paste the error you're receiving?
What is the exact error you're getting, or can you tell us at what line the error is happening?
A static variable is a variable that is the same for every single instance of the object, so even though you make several ShlockoCraftVAR objects...
Or you check the block the player is walking towards. When you see that the player would be walking outside of spawn you cancel the event....
Inside ShlockoCraftExecutor add: var = new ShlockoCraftVAR(); Inside ShlockoCraftListener you're creating an entirely new ShlockCraftVAR and this...
Your piece of provided code ends with an unfinished else if statement. - You either didn't copy paste everything. - You're missing a lot of code.
Java doesn't know how to compare 2 Materials, so it will just check if blockedBlock is instanceof Material and if block is instanceof Material....
Try giving it the Highest priority. (Next to eventhandler add: (priority = EvenPriority.Highest))
Don't know, but it's not a reason to break the rules. They're there for a reason.
Monetary rewards are against the rules.
You get the inventory of the player which also contains the armor slots, then you check all the armor slot for gold armor, if they have all 4 slots...
In the class kill you add: private static main plugin; public Kill(main plugin) { this.plugin = plugin; } Whenever you create (instantiate) Kill...
In your plugin.yml at the commands section: commands: COMMANDLABEL: aliases: COMMANDALIAS description: 'DESCRIPTION HERE' usage: |...
2 would be the dmg value of the item. 43 is the item and 2 is the dmg value.
Create a HashMap<String, Long> the string being the name and the long being (system.currentTimeMillis + the time to be muted) Then create...
Separate names with a comma.