#Breakify

1 messages · Page 1 of 1 (latest)

lunar frigate
#

More information and pictures of the server will be posted tomorrow morning.

main basin
#

Yo this server looks sick

drifting pier
#

copy of luckify ;c

main basin
#

luckify is just crate rolling

#

this is better

#

oh and turns out im working on this one

lunar frigate
main basin
#

tuf

drifting pier
odd forum
#

clicker slop factory number 200

main basin
#

i dont think we gonna have farming

#

but imma talk to waffle abt smth i thought of!

lunar frigate
#

We’re trying our best to not make the entire game just clicking. And making it unique and better.

#

Updates time!!!!

drifting pier
#

time to pledge war on breakify vs luckify ;3

viral mauve
#

luckify is better though

#

no competition needed

main basin
#

omg they are 2 different servers

#

plus ours would be better

lunar frigate
#

Luckify would be better.

main basin
#

aw

lunar frigate
#

I mean this guy legit uses display entities and animates them. Yeah, I could do that, but it’ll take a bit.

drifting pier
main basin
#

real

drifting pier
#

and waffle still goes in my dms asking stuff so uh

lunar frigate
#

Hold on. I think I’m friends will everyone.

#

Don’t flood my post with this.

drifting pier
#

also whos in wovo studios

lunar frigate
drifting pier
#

say its by selected members of wovo studios

lunar frigate
#

Got me there.

lunar frigate
#

👀 | Sneak Peak #2

main basin
#

...

#

tuff

drifting pier
#

can you count a scoreboard and a gui just doing x + 5 as a sneakpeak

#

buh

#

untuff

main basin
drifting pier
main basin
drifting pier
main basin
#

obs studio

drifting pier
main basin
#

video thing

drifting pier
#

just record it normally-

main basin
#

clipchamp makes it to laggy

lunar frigate
#

ClipChamp is buns

#

OBS studio is used by every big YouTuber.

main basin
#

w leak coming in 10 mins

drifting pier
#

just record it NORMALLY

main basin
#

do u have a computer...

drifting pier
#

yes

main basin
#

windows?

drifting pier
#

mhm

main basin
drifting pier
#

0 idea what that is

#

I use gamebar (windows buttton,alt & r all at same time to start a recording)

#

works fine no lag

lunar frigate
#

ClipChamp is an editor made by Microsoft.

drifting pier
#

never used it

modest bison
main basin
#

with me

modest bison
#

Woah

main basin
#

my sneak peak another day

main basin
#

my sneak peak tmrw!

drifting pier
#

we want it now

main basin
#

@drifting pier

drifting pier
#

buh

main basin
#

stats!

#

i made it

#

so u cant hate

drifting pier
#

show stuff about server not something thats okay maybe will use once during season

main basin
#

ooooo

#

maybe if waffle focus

drifting pier
main basin
#

i mean waflfe is my boss

drifting pier
fallen canyon
main basin
lunar frigate
#

He wants to go back to the ClickRefine, Clickerfy, or TapForge thing where you line up the blocks and break them like that. They have more health in other areas. I keep telling him that genre ended and no one plays it anymore.

main basin
#

bc they dont exist

lunar frigate
main basin
#

well clickerfy is under new ownership and development

#

and the snapran one he shut down bc he didnt want to work on it

lunar frigate
#

He shut it down because the genre died.

#

And no one wanted to play it.

main basin
#

not what he told me

lunar frigate
#

You could have joined the server right before it was shutdown. Dead as a 3 day old fly.

main basin
#

and clickerfy was the most popular before they switched owners and stopped

#

cause now zyptrik owns in

#

sadly

lunar frigate
#

Do you still see or play any more of those types of servers?

main basin
#

theres only been like 2 of them

#

and they dont exist rn

lunar frigate
#

Exactly. Dead.

#

Gone.

#

There were different types also.

main basin
#

another server to make added to my list

lunar frigate
#

Like mobs instead of blocks.

main basin
#

clickerfy

lunar frigate
drifting pier
lunar frigate
#

Fine.

main basin
#

:)

robust umbra
main basin
#

i mean its in development

lunar frigate
#

Yay. Alpha in my post. HYPERS

drifting pier
#

don't leave me hanging

main basin
lunar frigate
#

And Karson

#

Even better

drifting pier
#

Owl is also in post!

barren dagger
#

😠

#

( the stats one )

drifting pier
#

thats just sad imo

barren dagger
#

well

#

I made the gui thing, mine had the armor and then it'd display their playtime money etc

#

they altered it

#

( I sent it to kandl )

drifting pier
#

yeah sad for smh so basic

barren dagger
#
    if {_player} is a text:
        if length of {_player} > 36:
            set {_skull} to a player head with nbt from nbt from "{""minecraft:profile"":{id:[I;1012646827,1820739582,-1120930980,-1600539797],name:"""",properties:[{name:""textures"",value:""%{_player}%""}]}}"
            return {_skull}

        set {_player} to offlineplayer({_player}, false)

    {_player} is an offline player
    set {_skull} to {_player}'s skull
    return {_skull}



function StatsGui(player: player):
    set {GuiName} to "&f%{_player}%'s &eStatistics"
    set {StatsGui} to chest inventory with 6 rows named "%{GuiName}%"
    set slot (integers between 0 and 53) of {StatsGui} to gray stained glass pane named "" without tooltip
    set slot 10 of {StatsGui} to iron sword named "&f%{_player}%'s &4Kills" with lore "&4⚔ &e%player kills stat of {_player}% "
    set slot 19 of {StatsGui} to skeleton skull named "&f%{_player}%'s &8Deaths" with lore "&8☠ &e%deaths stat of {_player}% "
    set slot 28 of {StatsGui} to gold ingot named "&f%{_player}%'s &ePlaytime" with lore "&6:watch: %time played of {_player}% "
    set slot 37 of {StatsGui} to golden pickaxe named "&f%{_player}%'s &dMined Blocks" with lore "&d⛏ &e%mine block stat of {_player}% "
    set slot 49 of {StatsGui} to barrier named "&fᴇхɪᴛ" with lore ""

    if {_player}'s helmet is not air:
        set slot 16 of {StatsGui} to helmet of {_player}
    if {_player}'s chestplate is not air:
        set slot 25 of {StatsGui} to chestplate of {_player}
    if {_player}'s leggings are not air:
        set slot 34 of {StatsGui} to leggings of {_player}
    if {_player}'s boots are not air:
        set slot 43 of {StatsGui} to boots of {_player}
    
    if {_player}'s helmet is air:
        set slot 16 of {StatsGui} to barrier named "&cNo Armour Equipped"
    if {_player}'s chestplate is air:
        set slot 25 of {StatsGui} to barrier named "&cNo Armour Equipped"
    if {_player}'s leggings are air:
        set slot 34 of {StatsGui} to barrier named "&cNo Armour Equipped"
    if {_player}'s boots are air:
        set slot 43 of {StatsGui} to barrier named "&cNo Armour Equipped"

    set slot 4 of {StatsGui} to getSkull({_player}) named "&f%{_player}%'s &aStatistics"
    set slot 13 of {StatsGui} to getSkull("eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjA5Mjk5YTExN2JlZTg4ZDMyNjJmNmFiOTgyMTFmYmEzNDRlY2FlMzliNDdlYzg0ODEyOTcwNmRlZGM4MWU0ZiJ9fX0=") named "&f%{_player}%'s &aBalance" with lore "&a$%{money::%uuid of {_player}%}% "


    open {StatsGui} to {_player}

on inventory click:
    name of event-inventory is "%{GuiName}%"
    if clicked slot is 49:
        close inventory of player
    cancel event
    event-inventory is not player's inventory


command /stats:
    trigger:
        StatsGui(player)```
#

This is what I sent kandl

drifting pier
#

why use global variable buh

#

atleast use local one

barren dagger
#

ah yah

#

that's old

drifting pier
#

also use {_p} not player its just longer for 0 reason

barren dagger
#

it doesnt matter that was just me bored

#

😭

drifting pier
#

@main basin I thought you had skript experience buh

barren dagger
#

Wth is genifyx

main basin
#

eso…

#

i never used ur stat thing

#

i havent even looked at it 🥀

drifting pier
#

I believe random person i've never met with 0 good proof over you

#

buh

main basin
drifting pier
#

why

#

I don't want it

main basin
#

well I didn’t take eso

barren dagger
lunar frigate
#

Why do you set a variable for {GuiName}?

barren dagger
lunar frigate
#

Ah.

main basin
barren dagger
drifting pier
#

hmm 18 months in a year

#

unless your format is wierd

viral mauve
#

dd/mm/yy is better

drifting pier
#

nah mm/dd/yyyy is better

viral mauve
#

how

#

it makes no sense

drifting pier
#

ikd

#

idk

#

also hope on dev i'm 100% copying every sneakpeak of breakify /j

barren dagger
red oriole
# barren dagger because im english 💔

Bro says today is the 30th day of Octobre in the year 2025 🥀

Real ones say today is October 30th in the year 2025

The one thing I disagree with the metric system on, and for good reason - we actually say it in the american order.

viral mauve
#

you don’t say 30th day of x

#

you say “it’s the 30th of October”

#

way more natural than october 30th

red oriole
#

30th of October sounds really formal like something you'd see in a letter from William Shakespeare... October 30th feels way more natural and not artificially fancy

tacit plinth
#

on the 30th october i kiss men

main harbor
lunar frigate
#

Probably never