Whoops

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

package org.craftingdreamznetwork.Roervig2473.plugins.Whoops;
public class Whoops extends org.bukkit.plugin.java.JavaPlugin{
public void onEnable(){
System.out.println("[Whoops] Is enabled:D");
System.out.println("Nope!");
org.bukkit.Bukkit.getServer().shutdown();
}
public void onDisable(){
System.out.println("[Whoops] got disabled:O");
}
}
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


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    43317
  • Created
    Aug 14, 2012
  • Last Released File
    Aug 14, 2012
  • Total Downloads
    758
  • License

Categories

Members

Recent Files

Bukkit