Cobble Creek
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Application - JAM96

2 posters

Go down

Application - JAM96 Empty JAM96 Accepted

Post  Admin Sat Oct 22, 2011 1:28 pm

JAM96 has been added to the whitelist. Welcome to Cobble Creek.

Although, the server is down at the moment (due to Minecraft.net problem). Keep an eye on the news page for when the situation changes.
Admin
Admin
Admin

Posts : 339
Points : 532
Join date : 2011-09-25

https://cobblecreek.forumotion.com

Back to top Go down

Application - JAM96 Empty Application - JAM96

Post  JAM96 Sat Oct 22, 2011 10:31 am

Code:

import java.util.Scanner;


public class Application
{

   //Code by Phased aka Luke
   Scanner console = new Scanner(System.in);
   public final int MAX = 25;
   boolean youAreReadingThisTopic, rulesRead;
   String whiteList, readRules, IGN, paragraph;
   boolean paragraphGoodEnough;
   User JAM96 = new User;
   

   
   while(youAreReadingThisTopic = true)
   {
      System.out.println("What is your In Game Name?");
      IGN = console.next();
      // JAM96
      System.out.println("Have you read the rules?");
      readRules = console.next();
   
      // Yes
      
      if(readRules.equalsIgnoreCase("yes"))
      {
         rulesRead = true;
      }
      
      else
      {
         rulesRead = false;
      }
      
      System.out.println("Write a paragraph why you want to join");
      paragraph = console.next();
      
      /* I would like to join Cobble Creek Minecraft Server because I
       * would make a great citizen.I would help building the server
       * into a nice enjoying environment and help build
       buildings. */

      if(rulesRead = true && paragraphGoodEnough = true)
      {
         whiteList.addUser("JAM96");
      }

   }
}}
//Code by Phased

In Game Name = JAM96

Yes i have read the rules

I would like to join Cobble Creek Minecraft Server because I would make a great citizen.I would help building the server into a nice enjoying environment and help build buildings.

JAM96

Posts : 5
Points : 13
Join date : 2011-10-22

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum