Inactive [Fun/misc] Whoops [CB 1.3.1-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Roervig2473, Aug 14, 2012.

  1. Offline

    Roervig2473

    Please keep in mind that i'm not responseble for any trouble you get
    using my plugin!

    Whoops
    So what is whoops you ask?
    I made whoops for codename_b's 50 line challenge and thought, hey why not publish it
    so here it is.
    link to the challenge page is here: Yep Click Me:p

    Features

    So what's the features of my plugin you ask?
    Basicly, nothing -.-'
    EXCEPT it shuts down the server when it get's enabled xD

    Output
    So here is what you get from the console

    16:02:38 [INFO] 195 recipes
    16:02:38 [INFO] [Whoops] Loading Whoops v0.2
    16:02:38 [INFO] [Whoops] Enabling Whoops v0.2
    16:02:38 [INFO] [Whoops] Is enabled:D
    16:02:38 [INFO] Nope!
    16:02:38 [INFO] Server permissions file permissions.yml is empty, ignoring it
    16:02:39 [INFO] Reload complete.
    16:02:39 [INFO] Stopping server
    16:02:39 [INFO] [Whoops] Disabling Whoops v0.2
    16:02:39 [INFO] [Whoops] got disabled:O
    16:02:39 [INFO] Saving players
    16:02:39 [INFO] Saving worlds
    16:02:39 [INFO] Saving chunks for level 'RainbowDash'/net.minecraft.server.WorldProviderNormal@6e214904
    16:02:39 [WARNING] DSCT: Socket closed
    16:02:39 [INFO] Closing listening thread
    16:02:39 [INFO] Saving chunks for level 'RainbowDash_nether'/net.minecraft.server.WorldProviderHell@fb52041
    16:02:40 [INFO] Saving chunks for level 'RainbowDash_the_end'/net.minecraft.server.WorldProviderTheEnd@2ea7166f
    16:02:40 [INFO] Stopping server

    Source

    This is the source for the plugin

    Whoops.java
    Code:JAVA
    1.  
    2. package org.craftingdreamznetwork.Roervig2473.plugins.Whoops;
    3. public class Whoops extends org.bukkit.plugin.java.JavaPlugin{
    4. public void onEnable(){
    5. System.out.println("[Whoops] Is enabled:D");
    6. System.out.println("Nope!");
    7. org.bukkit.Bukkit.getServer().shutdown();
    8. }
    9. public void onDisable(){
    10. System.out.println("[Whoops] got disabled:O");
    11. }
    12. }
    13.  

    plugin.yml

    name: Whoops
    version: 0.2
    description: My attemp on codename_bs under 50 lines challange
    author: Roervig2473
    main: org.craftingdreamznetwork.Roervig2473.plugins.Whoops.Whoops

    Credit

    All the credit basicly goes to me since i coded it.
    But it wasnt that hard soo...
    However i would like to give credit to a friend of mine
    greeleysjk, since he has been a great friend, and a great support through my whole
    plugin development(i have other plugins too), and is still.
    So BIG thank you to you gree.

    Donate

    Find it awesome? and wanna support me and my work?
    leave a $ or 2(Ofcause optional! only give what you can/feel like)
    my paypal is [email protected]
    However if you can't afford donating then, just leave some feedback(i like feedback:p)



    So as i said before, use at your own risk! and have fun.

    Best regards,
    - Roe
     

Share This Page