How to Guide

Discussion in 'Resources' started by Deleted user, Aug 10, 2013.

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

    Deleted user

    JHG0 here!
    This topic is NOT to help me.

    I created this topic for the begginners at plugins

    Feel free to post anything or bit of code that may be helpful in general.
    Like...how to rename an item or how to make a command.

    Please try to limit the Tahgs. If you have a useful link...post it here

    TRY to keep everything in Layman terms and don't repeat ideas unless you think you have an easier way of doing things.

    ALL UNNECESSARY POSTS WILL BE REGARDED AS SPAM


    Enjoy,
    JHG0
     
  2. JHG0
    How to spam a console:
    Code:java
    1. for(;;) System.out.println("spam");

    This is a part of my 1-line-wonders.
     
  3. Offline

    Loogeh

    This should really go in the resources section JHG0
     
  4. Offline

    Jade

    Moved to correct section.

    Also, isn't that what the tutorials on Bukkit Wiki are for...?
     
  5. Offline

    caelum19

    If statement syntax:
    if(condition)
    //do
     
  6. Offline

    Ultimate_n00b

    How to embed code in the Xenforo:

    Code:java
    1.  
     
  7. Offline

    chasechocolate

    Java syntax highlighting:
    Code:
    [syntax=java]//Your code[/syntax]
     
Thread Status:
Not open for further replies.

Share This Page