Looking to code some simple java plugins. 
Last edited:
Java plugins.[DOUBLEPOST=1490932648][/DOUBLEPOST]No the title doesn't say it all. Web development? Plugin development? HTML? Java?
I can try to do this one over time. Just started playing around with other plugins changing them/repurposing them after doing a java class in my school for a year or so yah.Make a very simple gui to make it easier for players to report others. The first popup should be the list of players online with a next page/previous page button, (maybe in alphabetical order, or in some order for easy to find). After they choose a player, there should be preset reasons to choose from, once clicking a reason, there should be a button to confirm the report.
This is just a simple idea, that I would actually pay for.
For staff:
/reports to view reports. (in gui if possible, with information once hovered on top of their playerhead, showing information of when they were reported, why, who they were reported by, and possibly how many reports they have received.)
Sorry if this plugin is not a small project, just something I came up with.
As explained above I took a java class for about a year.If this is your first time with java at all I highly suggest not to at all start with the Spigot or Bukkit API. Starting with that and those tutorials lead to bad habits and just a lack of knowledge in java overall. I first suggest looking at java itself as a coding language, and when you feel comfortable and able to write regular java programs, you could start using the Spigot/Bukkit API. Here is a list of some small java programs:
http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/
If you're looking to be an actual developer, and not just know how to write onEnable and onDisable methods for java plugins, I highly suggest you do what I said up top. Good luck
Ok. How much do you know about Bukkit or are you completely new to it?As explained above I took a java class for about a year.
I've been looking into the spigot forums and their tutorials on it and know how to use Listeners a little bit about EventHandlers and a decent amount about creating commands and such with spigot.Ok. How much do you know about Bukkit or are you completely new to it?
Here's an idea: Code a plugin that gives the player an item (of your choice), with enchantments/a custom name or lore for added complexity, every time the player breaks a block.I've been looking into the spigot forums and their tutorials on it and know how to use Listeners a little bit about EventHandlers and a decent amount about creating commands and such with spigot.
Sounds fun will end up doing it tomorrow however since it's 12:30 AM here haha.Here's an idea: Code a plugin that gives the player an item (of your choice), with enchantments/a custom name or lore for added complexity, every time the player breaks a block.
Thanks!It's really things like these plugins which helped me start off into coding bigger projects. Good luck with it
