I have been learning bukkit (java) for around a month now and I think it is about time to put my skills to some use so I am allowing people to request plugins that I will make for free HOWEVER I can not guarantee I will be able to code them, its just for practice. Post you suggestions below!
I hope I can help
-TJM4
I hope I can help
-TJM4
15
A plugin that allows anything to be placed anywhere, such as floating trapdoors, similar to how Many Small Tweaks used to work, as well as allowing things (such as flowers and mushrooms) to be placed where they shouldn't be able to be placed.
Perhaps it can be done by disabling block updates to certain blocks?
Perhaps it can be done by disabling block updates to certain blocks?
//fast
//set trapdoor
//set trapdoor
This still won't allow me to do things like placing flowers where they shouldn't be, or setting crops. Its also a pain to have to go through the meta for each trapdoor to get it in the right orientation.
place a block in the right orientation, cut it, and paste it
Just installed it and it works really well! Thank you.
Also, mine is being hosted on my Localhost and then later purchasing a server. The website will be http://www.SpinxMC.com
Also, mine is being hosted on my Localhost and then later purchasing a server. The website will be http://www.SpinxMC.com
Np, I leant some stuff so thanks for the idea
where did you learn to make plugins?
Yea i'd like the know that aswell
Sounds like you up for doing good work friend
Is it possible for you to make a plugin allowing Skeleton/zombie horses to spawn naturally like creepers or endermen do?
Is it possible for you to make a plugin allowing Skeleton/zombie horses to spawn naturally like creepers or endermen do?
How about find player?
/findplayer (playername)
(playernames) position is X: 124 Y: 63 Z: 1512
/findplayer all
(player1) position is X: Y: Z:
(player2) position is X: Y: Z:
(player3) position is X: Y: Z:
/findplayer (playername)
(playernames) position is X: 124 Y: 63 Z: 1512
/findplayer all
(player1) position is X: Y: Z:
(player2) position is X: Y: Z:
(player3) position is X: Y: Z:
I will try this out now, thanks
If you can create it, can you make it an open source plugin? This will do great for my server
Well here is the plugin: http://www.mediafire.com/download/2tc8o ... Player.jar
Code: http://pastebin.com/4ix8ZEuT
Also the perms are:
findplayer.single - To find 1 player
findplayer.all - To find all the players
Ops can do these commands by default
Also what is your server ip so I can check it out?
Code: http://pastebin.com/4ix8ZEuT
Also the perms are:
findplayer.single - To find 1 player
findplayer.all - To find all the players
Ops can do these commands by default
Also what is your server ip so I can check it out?
don't cast the command sender to a player, this prevents the command from being executed in console
Interesting.... Save me a bit of Google searching, how would you do it?
