Bukkit_Coding_Tutorial icon indicating copy to clipboard operation
Bukkit_Coding_Tutorial copied to clipboard

This is the repository for my Bukkit Coding series

Results 4 Bukkit_Coding_Tutorial issues
Sort by recently updated
recently updated
newest added

have a look at the link as the episode 15 file is inside the episode 14 file https://github.com/The-SourceCode/Bukkit_Coding_Tutorial/tree/master/Episode_14/Episode_15

- Don't [statically fetch the plugin instance](https://github.com/The-SourceCode/Bukkit_Coding_Tutorial/blob/master/Episode_05/EventsClass#L17), use dependency injection instead (pass it through the constructor, as a parameter) - [Do mind the random imports](https://github.com/The-SourceCode/Bukkit_Coding_Tutorial/blob/2d9a96ffe9acd89d152c5f16433356ccfa22cf41/Episode_11/Commands#L13-L14). - Don't use [public on...

Hi, I have currently been watching your tutorials and I love the detailed examples and explanation of your lessons. I have come up with a problem however and I hope...