Leblanct

Shared publicly - Mar 17, 18 - edited

Raise your hand is you hate MySQL :d
3
*rasies hand*
1 comments
*raises 1000000000 hands*
Leblanct

Shared publicly - Mar 16, 18

Just finished a game of cake wars in 3.6 Minutes...
Didn't win though :/
4
Leblanct

Shared publicly - Mar 16, 18

Who's going to fail his driving exam soon?

THIS GUY RIGHT HERE! :d

I like to be an optimist, but come on, even I know this lmao.
3
Leblanct

Shared publicly - Mar 16, 18

Been so busy today! Driving school is killing me.
I'll never pass the driving exam lmao. It's just impossible lol :(
5
I’ve passed my exam yesterday, if I can do it then you can as well (:
1 comments
Congrats!!! Thanks <3
Leblanct

Shared publicly - Mar 16, 18

Been playing on Mineplex US lately, but my internet is bad... so my ping is bad too..
3
Leblanct

Shared publicly - Mar 15, 18

Join me on play.exodiusmc.com <3

Let's play some minigames
4
Leblanct

Shared publicly - Mar 14, 18

I've been so lazy with coding lately :o
7
Leblanct

Shared publicly - Mar 11, 18

I just bought Power Play Club for 1 month :p
6
Leblanct

Shared publicly - Mar 11, 18

I just got called a noob in BedWars after I my bed was broken, and it was 4 vs 1. They had their bed, and they didnt kill me in 10 mins, so their bed broke, and I used an enderpearl and I killed them and won.

Apparently I'm a noob and I use autoaim :)
5
Leblanct

Shared publicly - Mar 9, 18

5
Leblanct

Shared publicly - Mar 9, 18

This update of Cake Wars is really good, brought some ''balancing''.
But I think the game needs more balancing still.

People get armor and prot. 1, and it's really hard to kill them, unless you throw them into the void, which is also a bit hard, considering the maps are quite big.

3 of my teammates, including me vs 1 other with diamond armor, and we couldn't kill him.
Still, he was 2-3 hitting us to death.
4
ole
learn how to pvp duh !1
3 comments
Even if you do dude... a noob gets too hits on you with diamond sword sharpness 1 and you're dead.. :( You take like 0.5 hearts from them with wood sword... they do like 3 hearts.. I might be a really bad noob then :/
ole
you obviously are my friend :confused:

seriously, though, if you play strategic armour isn't relevant (except for mineplex' dmg=kb but oh well)
Discord me bae Leblanct
#8194
Leblanct

Shared publicly - Mar 8, 18

Yey! Cake Wars update :d
5
Leblanct

Shared publicly - Mar 8, 18 - edited

Had to buy another server to test on
BisectHosting unfortunately didn't meet my expectations, I've had various problems and an overall bad experience.
7
i used bisect. wasn't very good
1 comments
I've had to send 4 support tickets in 1 month. Memory problems, daemon problems, etc..
Leblanct

Shared publicly - Mar 7, 18

The code I posted yesterday, translated:

J8XcBaZ.png

Plus, a the other two items:

wDd43x0.png
R04hbaE.png
7
Leblanct

Shared publicly - Mar 6, 18 - edited

:d
Code:
HUMAN("H") { public ItemStack roleItem() { ItemStack item = new ItemCreator(Material.ARMOR_STAND) .name(ChatColor.GREEN.toString() + ChatColor.BOLD + "Human Abilities") .lore(ChatColor.DARK_GRAY + "Human Item", "", ChatColor.GRAY + "Use this item to access", ChatColor.GRAY + "your human abilities", ChatColor.GRAY + "") .create(); return item; } public void createRecipe() { ShapedRecipe recipe = new ShapedRecipe(roleItem()); recipe.shape( "@@@", " # ", "@@@"); recipe.setIngredient('@', Material.WOOD); recipe.setIngredient('#', Material.DIAMOND); Bukkit.getServer().addRecipe(recipe); } },
8
loading