Leaderboard
Popular Content
Showing content with the highest reputation on 04/12/14 in all areas
-
3 points
-
3 points
-
3 points
-
3 points
-
Goodmorning first of all. Was in chat earlier and the idea popped out to create a community based Minecraft server. As I've played Minecraft before I know it's a cool relaxing game and something I used to play back when I used to bot(RIP main) but gets boring playing alone. I was thinking about gathering up a select few(At start) to put up and maintain a whitelist server. Why whitelist? Basically to avoid trolls, if this does happen, you'd have to apply for a spot into the server so that you won't get all your precious stuff stolen. As far as maintenance goes, it's only fair that whoever wants to join pays the small(very small..) monthly split between the number of players, this money will be requested one week prior to pay day to make sure nobody has to take out anything extra from their pocket. This way we can provide a nice stable server with a good number of people, possibly using Raidcall we can go around and chill. As far as gameplay goes, I'm aware there are ALOT of modpacks so I'd kindly ask you to suggest ONE(And only stable ones please) modpack, such as FTB, Galacticraft and so on and please only post if you think you'd join. If you do know how to properly maintain a server, please PM me.2 points
-
2 points
-
2 points
-
2 points
-
Because giving charity gives you absolutely no rewards. You guys are so oblivious to life that you're clouding your own mind and your ignorance is amazing. If that's the point? Why have VIP? Why have sponsor? Why have any rank? Why not just make everyone a member and have the staff hide amongst them while moderating? Why do anything? This isn't a communist country where everything is the same and everyone has the same stuff. Some people have more while others have less. I have a donor rank because I market and decided to give back to the community to help support its growth even further. Why do scripters have their rank? Why must they advertise that they script for the bot? Why can't they just make a script and be happy with that? I'm mad I don't have a scripter rank and scripters should lose it. Who do they think they are to have a rank I can't? You guys are all immature and ignorant oblivious to what's truly here. You honestly think people in real life get no benefits whatsoever from giving charity and donating? If so, you are more ignorant than I thought. Giving charity is tax deductible, first of all. If it wasn't, I doubt half of the rich who do it would even bother anymore. On top of that, they look good to the public by giving charity. Stop crying about pointless nonsense with your hopeless arguments as to why we shouldn't have it. You guys obviously never had a business not do you understand anything about business' run and operate. The additional revenue will help out OSBot also. People will see a rank and give some here and there so that they can eventually have the donor rank. Honestly, only those with a rank should even have a say in this.2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
1 point
-
1 point
-
1 point
-
1 point
-
Most deff, this was my first project using C4D. Trying to learn the basics right now, but this is the next program I'm going to learn forsure.1 point
-
1 point
-
1 point
-
AnneAnne Anne Anne Anne I am a girl Anne is a girl's name I'm a girl Ohgod OT : 2/101 point
-
1 point
-
I want to know why they're saying no. Only one person gave somewhat of a reason, but that's still unclear to me. Just simply stating yes or no without a reason is meaningless.1 point
-
Think that it should be $1000 instead of $500. Sort the kids from the men. #dirtypeasants1 point
-
1 point
-
1 point
-
1 point
-
not gonna' do it to prove a point to you lmao. I donated because I like this fuckign community, and i've enjoyed the time (And money) i've made here. I'm not dis-associating myself, i'm saying the only people that are really effected are the people that have $100 donor and feel like $250 or $500 would make their rank less prestigous. I do think PiP's for dononrs are cool. These people are directly support OSB and they should be able to show-off/be proud of it.1 point
-
Stock: 10 crates Description: each crate consists of 200 Somalians and 1000 bananas Currently buy 1 get 1 free! Buy now before I'm sold out1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Chrome because with the other browsers I could make myself lasagna and it'd be still loading.1 point
-
Was bored soo w/ee Ideas on how to use Have a area on your paint and call the method if a mouse action. Display the image instead of writing on a jframe or jpanel etc. many more ways! public void takePicture() throws AWTException { Robot r = new Robot(); BufferedImage screenShot = r.createScreenCapture(new Rectangle( Toolkit.getDefaultToolkit().getScreenSize())); Date d = new Date(); int currentHour = d.getHours(); // deprecated methods i don't know the new ones int currentMin = d.getMinutes(); // same as the Hour String format = null; if (currentHour >11){ format="PM"; } if (currentHour <12){ format="AM"; } try { ImageIO.write(screenShot, "JPG", new File("Script_Name"+currentHour+"_"+currentMin+format+".jpg")); } catch (IOException e) { e.printStackTrace(); } }1 point