Recently ive been teaching myself along with aid of videos on how to code bukkit plugins, this means we can have plugins that are for Hp-Minecraft ONLY[/b, which is a big leap in our development.
So, now when i get round to coding plugins for the server, i will need a batch of ideas and suggestions on what the plugin will do .etc.
Hopefully getting some guidence from heinz on what he wants on his server ill be able to develop a set of plugins called (ironically )
So, if you have any plugin ideas please post them below!
Heinz already made his very own core plugin that we are using and he is keeping clean code for easy development and good server performance. I dont think videos can teach you what is clean code.
Dumb people say what they know, wise people know what they say.
I understand what clean code is, its keeping all the sections of the code together but separate if you see what i mean =D.
Anyways lots of videos are giving me a basic understanding, and im thinking about taking some actual java classes.
The code im making now is in attempts to make the server more roleplay like, where for placing a certain block (acting as a becon) will give the server a chat message saying "Player placed a becon at x:-46 z:156"
Meaning that people can easily find each other.
However this is not 100% perfect as it needs to have some kind of world input in it such as "player placed a becon in Freebuild at x:-46 z:156"
Soo....we should start to think about putting a plugin team together mabye somthing like this:
To do this "becon" thing you would need a block listener then using the onBlockPlace event you can easily get the player that places it and their location, world , etc. Then you would assemble the string of info you want, ie. player name, world coords, then broadcast it. What tutorial are you using?
I think that may work, although i haven't really played around with it enough to know for sure. event is the BlockPlaceEvent event that you are using. Hope you get it.
You're doing the torch place tutorial? Thats where i started, i had no idea what i was copying down as i was doing it. Make sure you fully understand everything from it because it is all applicable in other plugin ideas.
Ah, i tried that once, school kinda screwed it up for me tho so nty. Also, ask questions on the Bukkit Forums if your stuck too, they are very helpful there if its a sensible question and a lot of the people are proficient in Java and the Bukkit API.