~Troll Coding~

Discussion in 'Plugin Development' started by Pencil, Aug 23, 2011.

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

    Pencil

    Welcome to

    [​IMG]

    Do you like to
    • Parteh?
    • annoy people?
    • make plugins?
    Yes? Then you have come to the right place!

    [sarcasm]If you desperately wish to create plugins that nobody wants nor uses, join us! Give server owners hell when they browse through all the useless plugins we create![/sarcasm]

    (No but on a serious note, you MUST know basic java)

    If you would like to join, drop me a PM! Next Plugin planned:


    Thats it.

    -Pencil

    ps. Don't sue me for this :/
     
    fofogogo23 and Orcem12 like this.
  2. Offline

    Jacek

    Well that is terrible !

    But I love the tnt exploding flowers idea !
     
    Pencil likes this.
  3. Offline

    Pencil

    It's a joke, hence the name ;D
     
  4. Offline

    nisovin

    I, too, think that TNT exploding with flowers would be awesome.
     
    Pencil likes this.
  5. Offline

    thehutch

    Would you like to join then?
     
  6. Offline

    Jacek

    I have TNT disabled in my public world, but it would be cool for somethign to happen.
     
  7. Offline

    Pencil

    Maybe, instead of completely removing tnt it should be changed so it can be used as some sort of a tool. Like "friendly" explosions. Maybe make types of tnt. One covers an area with snow & freezes water, one grass and flowers etc. Like make use of the TNT data values D:
     
    zhuowei likes this.
  8. Offline

    Orcem12

    XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
     
    Kohle likes this.
  9. Offline

    DrBowe

    I want TnT that explodes into a bunch of Squids. Just for a good laugh, of course.
     
    Kohle, Pencil and iPhysX like this.
  10. Offline

    iKrazy

    I'm in, I want TnT exploding flower-bathed Squids with more TnT inside the squids once you kill them.
     
    Kohle and Pencil like this.
  11. Offline

    iPhysX

    I want. To troll.
    In ways totally unimaginable.
    With MiNeCrafT!

    or you can set off a slime bomb at spawn by throwing eggs into sky :()
    shortly after a rain of slimes and creepers fall from the sky :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
    fofogogo23, Kohle and Pencil like this.
  12. Offline

    DrBowe

    That then proceed to explode into more flower-bathed squids with TnT inside of them?

    Endless squid-flower shower, anyone?

    That works too.

    Damn, why haven't we developers focused on more random crap? Some of the ideas here are golden.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
    rakiru and Kohle like this.
  13. Offline

    iKrazy

    Maybe we could change TnT to Troll'n'T..? Then have sheep pop out of eggs and cows pop out of sheep. This seems like a good GREAT idea to me EVERYONE...
     
    Kohle, Pencil and iPhysX like this.
  14. Offline

    iPhysX

    I would love an endless squid-flower shower xD
    Don't forget the particle effects

    Im surprised we havent. Since minecraft has floating trees already.
    I do happen to like the sheep from eggs idea.
    The ultimate troll would be.. when someone finds diamond, it changes to cobblestone when they hit it xD

    or better.. dirt.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
    rakiru and Kohle like this.
  15. Offline

    iKrazy

    Or... TNT WHICH EXPLODES IN A SHOWER OF DIRT-COVERED SQUIIIIIID GLUB GLUB.
     
    rakiru and Kohle like this.
  16. Offline

    DrBowe

    Sadly we're lacking FlowerPackets :(
     
    Kohle likes this.
  17. Offline

    iKrazy

    Spout - Change explosion particles to flower particles..?
     
    rakiru and Kohle like this.
  18. Offline

    iPhysX

    For now could just use a natural drop and spam the flowers :/

    If spout can display images

    [​IMG]

    would be great.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
    Kohle likes this.
  19. Offline

    fysics

    There's an inside joke on our server where we will randomly spawn about 100 sheep on one person any time they ask for wool. It's funnier than hell. Take it for what it's worth.
     
  20. Offline

    Pencil

    We should like really make something like this D: Especially the squid tnt sheep bomb thing XD
     
    iPhysX and Kohle like this.
  21. Offline

    undeadmach1ne

    didnt someone make a plugin that spawns a creeper when you break a dirt block (which blew up, broke more dirt blocks, spawned more creepers etc etc)?
     
    Kohle likes this.
  22. Offline

    Pencil

    Ye D: Someone did Don't think it got approved tho :(
     
    Kohle likes this.
  23. Offline

    undeadmach1ne

    how could a jewel like that not get approved?!
     
    Kohle likes this.
  24. Offline

    Pencil

    Lol :D
     
    Kohle likes this.
  25. Offline

    undeadmach1ne

    shit i cant even find it now...it should still be around somewhere shouldnt it? i kinda laughed it off before but for some reason i want to see it in action right now (prolly sleep deprivation causing this response).
     
    Kohle likes this.
  26. Offline

    sddddgjd

    Kohle likes this.
  27. Offline

    undeadmach1ne

  28. Offline

    sddddgjd

    Kohle likes this.
  29. Offline

    undeadmach1ne

    that creeper one is absolutely hilarious/cataclysmic :)
     
    Kohle likes this.
  30. Offline

    Jacek

    Here is any-explosions-add-flowers-not-damage in 44 lines

    Code:
    package uk.co.jacekk.bukkit;
    
    import org.bukkit.Material;
    import org.bukkit.block.Block;
    import org.bukkit.block.BlockFace;
    import org.bukkit.event.Event;
    import org.bukkit.event.Event.Priority;
    import org.bukkit.event.entity.EntityExplodeEvent;
    import org.bukkit.event.entity.EntityListener;
    import org.bukkit.plugin.PluginManager;
    import org.bukkit.plugin.java.JavaPlugin;
    
    public class FlowerBomb extends JavaPlugin {
    
        private FlowerBombEntityListener entityListener = new FlowerBombEntityListener();
        private PluginManager manager;
    
        public void onEnable() {
            this.manager = this.getServer().getPluginManager();
            this.manager.registerEvent(Event.Type.ENTITY_EXPLODE, this.entityListener, Priority.Normal, this);
    
            System.out.println("FlowerBomb 0.1: Enabled.");
        }
    
        public void onDisable() {
            System.out.println("FlowerBomb 0.1: Disabled.");
        }
    
    }
    
    class FlowerBombEntityListener extends EntityListener {
    
        public void onEntityExplode(EntityExplodeEvent event){
            if (event.isCancelled()) return;
    
            for (Block block : event.blockList()){
                if (block.getRelative(BlockFace.DOWN).getType() == Material.GRASS){
                    block.setType((Math.random() < 0.5) ? Material.RED_ROSE : Material.YELLOW_FLOWER);
                }
            }
    
            event.setCancelled(true);
        }
    
    }
    feel free to use this as a starting point if you have not already :D
     
    iPhysX, zhuowei, Kohle and 1 other person like this.
Thread Status:
Not open for further replies.

Share This Page