Random Plugin I'm Making :o

Discussion in 'WIP and Development Status' started by drtshock, Nov 17, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    drtshock

    So I've been working on a plugin that I just run on my test server (f.swarlocraft.com:25569) so I can learn some more about the Bukkit API and everything it can do. So far it can do this:


    Commands


    • /burn

    -burns all entities within 10 block radius

    • /wipe

    -wipes all entities in the world

    • /boom

    -blows up all entities within a 10 block radius


    Random things

    • on witch damage, spawn bat and play some noises :p
    • on bat damage, spawn witch and play noises :D
    • right click with blaze rod in hand while in boat - increases Y vector (flies!)
    • cancelled boat damage event on land
    • cancels fall damage while in boat
    • allows you to change your login message color based on permission
    • spawns 1 zombie and skeleton for every level of smite on your bow (where arrow hits)
    • arrow blows up on impact based on bows power level
    • blow up when you hit a cow
    • blow up when your hunger gets below 3
    • snowball grenades
    • enderpearls strike lightningeffect instead of teleporting



    Things I want to add

    • /effects - tells you players and their potion effects


    If you have any suggestions or want to add anything just ask! I'm just trying to learn so don't tell me how stupid some of this is because I know :p

    Github repo https://github.com/drtshock/RandomStuff
     
  2. Offline

    LaxWasHere

    /threadstop - Stops all threads.
     
  3. Offline

    drtshock

    Lol why :eek:
     
  4. Offline

    Butkicker12

    drtshock Moved to the "Work in progress" forum :)
     
  5. Offline

    drtshock

    My bad. Thought I had it in the right one. Thanks :p

    But people should give me random ideas. Right now I'm trying to make lock on arrows, cause that would be cool :eek:
     
  6. It would cut down on a good bit of lag if you have lag!

    I could add things such as Commands and Listeners if you need that I'm always here to help!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  7. Offline

    drtshock

    I know how to add command executors and listeners :)

    Just playing with events and different things I can do with them. But I've never worked with threads before. I tried making an entity wipe but it crashed the server :eek:
     
  8. Haha that's good Great to see people learning and Can I see the code I wanna see If I can fix it :3
     
  9. Offline

    drtshock

    Github link is in the first post :) Entity wipe is the /wipe command in the CommandExecutor class
     
  10. Ok Thank you I will look in to it and tell you if I find a loop hole xD
     
  11. Offline

    drtshock

    There are :\ I would start something, not figure it out, then move on to something else with intentions of going back after I did something else.
     
  12. Ohh you sound like me when I first started (I still do it) xD I have 5+ Projects like just started thinking I was gonna make time to get and finish them but sadly no :'(
     
  13. Offline

    drtshock

    That's the stage I'm in right now :\
     
  14. Haha everyone has been there xD
     
  15. Offline

    special

    Therefore also killing the server.
     
Thread Status:
Not open for further replies.

Share This Page