#general

1 messages · Page 273 of 1

toxic basin
#

pog

#

the ingame average skill level thing counts social and cata exp!

#

which shouldnt count at all

rocky current
#

but not taming?

#

means you should ask in the right channel

thick nacelle
#

ok

toxic basin
#

they just added social and cata which is stupid

thick nacelle
#

turns out i still got the recom

shrewd vine
#

show stealthy mobs isnt working

worldly scroll
deep robin
#

How do I use the waypoints

turbid sedge
#

which one

deep robin
#

Any

turbid sedge
#

well do you want griffin or relic

deep robin
#

Relic

turbid sedge
#

turn it on in settings

deep robin
#

Which one

#

Nvm found it

grave pike
#

do you have to get #1 damager or something? bc ive killed multiple but its still the same

thick nacelle
#

What does the rare relics do

rocky current
#

what it says it does

fair frigate
#

how do i reset relic waypoints?

rocky current
#

restart mc

fair frigate
#

ok

thick nacelle
rocky current
#

are you blind

robust mist
#

Bruh

#

skytils is 2.2mb

#

too large

#

@rocky current also wouldn't having bigger bat hitbox be bannable

#

imagine making bat hitbox like 1 million times bigger

#

wherever player swings, it'll send packet

turbid sedge
#

it's phrased wrong

rocky current
#

also

#

why do crypt counts not show in tab

#

all i get is this junk

turbid sedge
#

weird

#

i thought they did

rocky current
#

they do

turbid sedge
#

unless sba does something funky

rocky current
#

sba has a crypt counter?

turbid sedge
#

idk

#

they have it in tab tho

thick nacelle
feral flax
#

how do u move stuff ?

thick nacelle
#

But I kinda forgot to look at the new update stuff

#

So all I know is there’s only 28 of them

feral flax
#

how do u move the legion counter

turbid sedge
#

/st editlocations

thick nacelle
#

So i looked at the wiki

#

It looks like you get some coins from finding the relics

#

Is that all

turbid sedge
#

idk i barely played the update

zinc merlin
#

After you finish the quests shaggy will make Arachne crystals for you which summon the t2 Arachne boss

robust mist
#

lily

#

are

#

you

#

making score predictor

rocky current
#

how do you get crypts from tab

robust mist
#

just get it

#

lmao

rocky current
#

because i tried NetworkPlayerInfo and it doesnt have crypts

robust mist
#

it does have crypts

rocky current
#

u sure

robust mist
#

yes

#

dg gets crypt info from there

rocky current
#

thats all it has

thick nacelle
robust mist
zinc merlin
#

????

robust mist
#

you aren't querying it properly

rocky current
#

i literally logged everything

#

WYM IM NOT QUERYING PROPERLY

zinc merlin
#

It 100% has crypts

robust mist
#
  1. sort
#
  1. do stuff
rocky current
#

what

robust mist
#
  1. do more fancy stuff
rocky current
#

wym sort

robust mist
#
  1. oh you got it
#
  1. i'm not going to tell you solution this case
rocky current
#

the way i did it works for secrets found but not crypts

robust mist
#

what's your code rn

thick spade
#

Lmao

#

You can give yourself +1 in suggestions

rocky current
#
for (NetworkPlayerInfo pi : mc.getNetHandler().getPlayerInfoMap()) {
                    if (pi.getDisplayName() == null) continue;
                    String name = pi.getDisplayName().getFormattedText();
                    if (name.contains("Secrets Found:")) {
                        Matcher matcher = secretsFoundPattern.matcher(name);
                        if (matcher.find()) {
                            text.add(0, "\u00a76Secrets Found: " + matcher.group("secrets"));
                            break;
                        }
                    }
                }
thick spade
#

By spamming it and a different reaction

rocky current
#

works for secrets

#

not crypts

robust mist
#

nope that's not it

rocky current
#

i tried NetHandlerPlayClient.getPlayerInfoMap

thick nacelle
thick spade
rocky current
#

and also mc.ingameGUI.getTabList().getPlayerName()

robust mist
#

if I tell you solution

#

will you consider skytils impl of dg websocket

rocky current
#

hm

thick spade
#

Damnit

rocky current
#

i cant force sychic to agree

#

so

thick spade
#

It was there for a sec

rocky current
#

cant promise anything

#

i fixed the gray thing for you now tell me

robust mist
#

no

#

you didn'

#

actually

#

fix me flashing

#

then I'll tell you the solution

rocky current
#

idk what your gl calls are

#

so no

rocky current
thick spade
#

Got it

#

Gave myself -1

rocky current
thick spade
#

Ik

#

But after everyone reacts i can get another

#

Lol

feral flax
#

what does /st at do ?

robust mist
#

idk

rocky current
#

What's /st at

#

Never heard of it

robust mist
#
for (NetworkPlayerInfo networkPlayerInfoIn : Minecraft.getMinecraft().thePlayer.sendQueue.getPlayerInfoMap()) {
            String name = networkPlayerInfoIn.getDisplayName() != null ? networkPlayerInfoIn.getDisplayName().getFormattedText() : ScorePlayerTeam.formatPlayerName(networkPlayerInfoIn.getPlayerTeam(), networkPlayerInfoIn.getGameProfile().getName());
            if (name.startsWith("§r Crypts: §r§6")) {
                return Integer.parseInt(TextUtils.stripColor(name).substring(9));
            }
        }
        return 0;
#

I license this code snippet under AGPL

oblique dock
#

inv link?

rocky current
robust mist
#

lol

#

jk

#

the part is from mc sourcecode

#

so dmca applie

rocky current
#

I already got that it was a team from GuiTaboverlay or whatever

robust mist
#

how do I get that relic

toxic basin
#

i think its a gravel thing

#

idk anymore

mint quail
#

omg sbe just came out with update and its a copy of all the skytils mods lmfao

#

skytils poggers

feral flax
#

Skytils on top

mint quail
#

for sure

worthy rampart
#

Complex just woke me up with the sbe ping I’m sad

toxic basin
#

gg

rocky current
#

bruh

#

why does everyone want to change colors

tender portal
final heath
#

having colour 😎

tender portal
#

no color = meh
in conclusion, me is meh

hard mason
#

@rocky current i forgot how to move skytils gui elements

turbid sedge
#

/st editlocations

toxic basin
#

everything is mentioned in /st help

#

why does no one check the help command

hard mason
#

¯_(ツ)_/¯

worthy rampart
rocky current
quasi plaza
#

pog

toxic basin
rocky current
robust mist
#

nice

#

breh

#

I'm more big brain

#

I use "RETURN"

rocky current
#

isnt return scoped to the loop

#

so it's the same as continue

#

why do i feel like they purposely put the answer from the last time

#

to mess up outdated solvers

turbid sedge
#

because admins are evil

toxic basin
#

tbh

#

im just happy they fixed reforge stones on accessory bag

cobalt lily
#

is there a way to reset relic waypoints?

rocky current
#

hm

#

restart mc

cobalt lily
#

it worked, ty!

robust mist
#

idk

#

skytils updated few hours ago

#

dg updated few hours ago

rocky current
#

dsm

robust mist
#

dsm...

#

good luck

rocky current
robust mist
#

lol

rocky current
turbid sedge
#

afaik danker already fixed the stuff

#

just not committed yet

robust mist
#

lily

#

bow arrow trajectory prediction when

rocky current
#

dungeon gang has the smartest people

rocky current
#

just no

robust mist
#

I had it

#

it is fun

#

vector magic

rocky current
#

i can add it easy

robust mist
#

also you can flex your bow aim hax

rocky current
#

i have vape

#

why do i need it

robust mist
#

bruh

#

vape is hax

#

but skytils is not

rocky current
#

¯_(ツ)_/¯

robust mist
#

so skytils must add bow trajectory

#

to make skytils hax

#

!!!!!!!

#

top quality logic here

rocky current
#

genius

#

do you think we should push a new pre now

#

and get people saying

#

WHATS DUNGEON ROOMS mod at 1am

#

or we shoudl wait?

robust mist
#

breh

#

imagine mixing into other mod's classes

#

aweful

rocky current
#

we didnt

robust mist
#

breh

#

you said you did

rocky current
#

apparently there's a /room json command

#

nah i changed it

#

it crashed on launhc on the game environmnet for CLassNotFound

robust mist
#

skytils secret waypoint hwne]

rocky current
#

never

#

cba to find them

robust mist
#

ok good

#

dg still has selling point

rocky current
#

in normal runs im too lazy to find them

toxic basin
#

Bruh

robust mist
#

if I add party channels to my websocke

#

will you guys add it

#

no more $SKYTILS-INTERNAL-COMM$ s

toxic basin
#

Also who needs secret waypoints??

robust mist
#

apparently

#

many people

#

see statistics

toxic basin
#

Can’t make an effort to just learn rooms?

#

Toadstar moment?

robust mist
#

the reason dg still sells despite of skytils can be categorized into 4 things

#
  • fnacy solvers
primal halo
#

Took me like 4 runs

robust mist
#
  • secret waypoints
#
  • nah I won giveaway
#

ofc it's always 2nd one

rocky current
#

wym

#

i bought it

#

dont even use the mod

#

whats my category

#

?

robust mist
#
  • you wasted your money
rocky current
#

makes sense

robust mist
#

pog

toxic basin
#

5$ for secret waypoints? Pog count me in

#

Or how much is DG

robust mist
#

breh (?)

rocky current
#

$5

robust mist
#

it costs backpacks of hyperion

#

ofc

toxic basin
#

True true

robust mist
#

found an image on my discord

#

"You have sent trade request to Spliiter Spider"

primal halo
#

Splitter spider wants to trade for your souls

rocky current
#

tf

topaz barn
#

how do you activate the relic waypoints?

robust mist
#

/skytils

rocky current
#

/e

rocky current
robust mist
#

bruh?

#

so

#

you want auction history on dg api?

#

no

rocky current
#

no

#

you dont store the auction history

robust mist
#

anyways you don't have accesstoke

rocky current
#

you run a cloudflare scraper

#

for us

#

❤️

spice vale
#

is this mod a replacement/alternative for sbe?

turbid sedge
#

essentially

spice vale
#

well thats great

#

and its all free?

turbid sedge
#

yes

spice vale
#

wowowow

robust mist
#

I can host it

#

on dg server

#

instead

#

pls implement dg websocket (?)

mild fiber
#

rip ips /s

rocky current
#

tf is he gonna do with an IP

robust mist
#

I just need more users on my ask to join system

#

it's currently useless

#

no one uses it

rocky current
#

L

#

even if we added it nobody would use it

robust mist
#

and you guys still get fancy thing as custom backend system for weird spammy chats

#

all infos can be sent to dg websocket to other party members

#

without spamming chat

rocky current
#

i dont like how we are dependent on dg

#

so

robust mist
#

breh

rocky current
robust mist
#

you saw people spamming chat with hax

#

more than skytil does

rocky current
#

?

robust mist
#

and still it looks weird to ones not using it

#

and it makes them against skytils

rocky current
#

why

robust mist
#

because

#

$SKYTILS-INTERNAL-COMM$

#

everywhere he goes into dungeon party

#

is pretty annoying

rocky current
#

Ok and

#

Thats their fault

robust mist
#

breh

#

dg server will be alive

#

to the point where dg dies

rocky current
#

Yes

#

When dg dies it dies

#

We should just make a patreon to get people to pay for /ahhistory

#

Like moul does

robust mist
#

breh

#

but dg won't die

#

til skyblock dies

#

@rocky current

rocky current
#

Cap

#

Anyways

#

Host ahhistory <3

robust mist
#

implement dg api

#

by hosting ah history

#

you guys are depending on me to pay for it

#

breh

rocky current
#

Yes sir

#

It's just a node.js app

robust mist
#

breh2

rocky current
#

Don't even need to pay for storage

robust mist
#

breh3

#

I was going to make better api for you guys but sounds like nvm

rocky current
#

Is it possible to run a browser through mc?

robust mist
#

yes?

rocky current
#

And then grab the cookies

robust mist
#

just run chromium

#

java-cef

#

or celenium

rocky current
#

Selenium exists on java?

robust mist
#

or just use HttpURLConnection

#

I thinc?

rocky current
#

Doesn't work

robust mist
#

that's because

#

you're bad

rocky current
#

Need to run JS

robust mist
#

ah

#

I see

rocky current
#

So you can't use httpurlconnection

#

Stupid cloudflare

robust mist
#

but running js will do something

#

if it's react app

rocky current
#

We need js

robust mist
#

it'll query the server

rocky current
#

Inorder to bypass cloudflare

robust mist
#

ah

#

ah

#

I see

#

lmao

#

I can just host auction history stuff

rocky current
#

You can just reuse the same cookies for like an hour

robust mist
rocky current
#

And it works

rocky current
robust mist
#

auction history api in exchange for dg api impl

#

how does it sound

rocky current
#

Yeah we impl the ah api

robust mist
#

breh

#

good lucj

#

breh my deal was a great deal

rocky current
#

Sychic won't take it

#

So

robust mist
#

breh 3

rocky current
#

breh 4?

mild fiber
#

bruh 4

robust mist
#

internal mod communication websocket + auction api + lifetime (skyblock) payment for server inexchangefor dg api impl

mild fiber
#
  • stonks
rocky current
#

Hm

#

Get sychic to listen to you

robust mist
#

she won't

rocky current
#

Well then

#

L

robust mist
#

that's the whole point why I'm only talking to you

#

L

#

actually

#

L to me

mild fiber
rocky current
#

Even if we added it nobody would use it

robust mist
#

you guys can use it for something like

rocky current
#

It's so pointless

robust mist
#

internal mod communication

rocky current
#

Huh

#

I thought you wanted ask to join

robust mist
#

breh

#

Ask to join is built on top of internal mod communication

#

which you can use for other purposes too

#

eg pushing update alarm

#

or party communication

rocky current
#

Ask to join is a pointless

#

Nobody uses it

robust mist
#

breh

mild fiber
#

^

robust mist
#

I use it all the times

#

and you can also use it for custom party finder server

#

it's so pog

rocky current
#

Nobody would use it

robust mist
#

breh

#

I use it all the times

#

nopo also randomly turns it on

wintry cypress
#

wat

robust mist
#

wait

#

does carl notify you fori t

#

lol

rocky current
#

nopo

#

Nopo

#

Nopo

robust mist
#

how useful is ask to join in scale from 0 to 10

rocky current
#

0

robust mist
#
  • I say 10
#

ok

rocky current
#

Is that supposed to say ily

rare grail
wintry cypress
wintry cypress
robust mist
#

@rocky current

#

see?

#

it's useful

wintry cypress
#

but thats only if you count people with dg

#

if you count everyone its like a 0.2

robust mist
#

how useful would it be

#

if skytils adds ask to join

#

@wintry cypress

wintry cypress
#

much better

#

its only bad cos like 3 people have the mod

robust mist
#

@rocky current see?

rocky current
#

We could do a poll

robust mist
#

do a poll

#

pog

#

now I just need to make my server a bit more stable

#

@wintry cypress do you still need help with relics

wintry cypress
#

yes

robust mist
#

pog

#

I'm getting on

wintry cypress
shrewd vine
#

there is 2 relics i cant find

#

i have been doing relics for the past hour help

mild fiber
#

Bruh

strong inlet
#

waypoints for rare relic doesnt work for me now idk what

covert fox
#

What does a rare relic give?

strong inlet
#

quest

frigid hill
#

they can only show when you get close to it

hard mason
#

reeee

#

st deletes your crosshair

#

when in f3

ruby wasp
#

You sure it's st?

hard mason
#

yes

#

cause it does that when i updated

obsidian eagle
#

is there a relic finder in this mod ?

zinc merlin
#

Yes

obsidian eagle
#

pog

#

ty 😄

hard mason
#

waypoints do not help

#

like at all

#

trust me

#

better off using a video guide

mild fiber
#

Waypoints helped me alot

#

Especially second time around

clever echo
#

did you speak to the archaeologist?

shrewd vine
#

do relics do anything except for give you 300k lol

#

is that literally all they do

#

is larger bat models bannable? idk just seems like the kind of thing that would be

mild notch
#

why would it be

#

dont think it changes the hitbox

strong inlet
#

rare relics waypoints doesnt work for me

#

😦

mild fiber
#

Rip

hardy wing
#

Yay they added my Suggestion to the prerelease

#

Yay :D

#

I love you

obsidian eagle
#

what category are the relic waypoints in ?

primal halo
#

search for it

obsidian eagle
#

i unfortunately can't now bc i'm copying someones homework

#

¯_(ツ)_/¯

mild fiber
#

Lol

#

Misc

#

I think

obsidian eagle
#

ty :d

#

:D*

#

what version of the mod is the newest one

frigid hill
obsidian eagle
#

oh

#

that explains why i don't have it

obsidian eagle
patent mirage
#

classmate just lit a fire mid class

#

gotta love my class

primal halo
#

One of mine broke a monitor
I just want silent

shrewd vine
#

lol

young ember
#

doplhin

clever echo
rocky current
#

side chick

mild fiber
#

does leveling grandma wolf do anything?

patent mirage
#

increases the time of the combo

mild fiber
#

oooh

#

ty

rocky current
#

azured

#

is the 60 score

#

60(dungeoncleared%/100)

cursive grove
#

grandma wolf is kinda useless

#

it should be like a worse wolf pet

clever echo
#

its passive tho

jolly oasis
#

its kinda just like a mechanic disguised as a pet

cursive grove
#

yea

#

i tried to sell to george straight away lul

jolly oasis
#

lol

cursive grove
#

take my grandma please

#

put her in a home

#

i cant deal with her any more

patent mirage
#

what 60 score

#

skill?

#

yea that's probably it idk

#

is github broken

#

tf

rocky current
patent mirage
#

idk

rocky current
patent mirage
#

you taking deaths from tab right

rocky current
#

yea

patent mirage
#

good

#

cause chat is buggy

#

you getting if mimic is killed with a chat message?

turbid sedge
#

there's traps in silverfish puzzle now?

patent mirage
#

or what

patent mirage
#

you can place a trap in silverfish

turbid sedge
#

bruh

patent mirage
#

also my game is crashing a lot lately

#

but without crash reports

rocky current
patent mirage
#

is it neu shit smh

rocky current
#

is the color of the name dependednt on the rank

#

or is it always green

patent mirage
#

rank i believe

#

thanks neu

turbid sedge
#

cerrar el programa

patent mirage
#

how is neu 16mb already

#

woah

rocky current
rocky current
#

not sure if it works

mild fiber
patent mirage
#

i think im crashing because of sba

#

i didnt update anything??

clever echo
mild fiber
#

3 mutants and a boss

turbid sedge
#

how does your witherborn do so little damage

clever echo
patent mirage
#

YEP I THINK SBA IS CRASHING MY GAME

#

HOW

mild fiber
#

dont really want to spend 15m on that

young ember
#

check crash logs

shrewd vine
#

where is the waypoints for the relics

rocky current
young ember
rocky current
#

should i do time

shrewd vine
#

oh

patent mirage
shrewd vine
#

right

young ember
#

welp

rocky current
#

BRUH

patent mirage
#

is this skytils

#

wait

rocky current
#

nope

patent mirage
#

it prob is neu

rocky current
#

the speed score changessss

#

aaaaaaaaaaaaaaaaaaaaaaaaaaa

patent mirage
#

did they remove shit

rocky current
young ember
#

yeah it does

#

it slows down until you hit 500 seconds after 22 mins

rocky current
#

bruh

patent mirage
#

lily did you see the disable right click animation thing

#

alon coding sketchy things

manic belfry
#

how do i disable the mod. I just want to use a diffrent mod but the api wont work because it only shows skytils mod api key. I cant delete it from the folder at all. Im on windows and the mod is a java file so...

#

im trying to get the not enough updates for dungeons because it shows the profit you can make

bronze peak
#

owo

rocky current
#

aaa

turbid sedge
#

just do api new and both mods will get the api key

rocky current
#

@turbid sedge out of all your afking have you ever seen an "h" in the scoreboard for time

turbid sedge
#

uh

#

maybe?

manic belfry
#

i tried that

rocky current
#

smh

manic belfry
#

only skytils api

patent mirage
#

yes

#

you can get to an hour

#

i think limit is 1h 14

#

ish

#

also

manic belfry
#

the menu for the other mod wont show up

#

f

patent mirage
turbid sedge
#

modcore moment

patent mirage
#

mod core error?

#

but what mod

turbid sedge
turbid sedge
rocky current
manic belfry
#

oooof that is a lot of code

#

im stupid lol so idk wtf that is

turbid sedge
#

send a picture of your mods folder @manic belfry

patent mirage
#

Tiny millisecond conversion utility

manic belfry
#

k

patent mirage
#

whenever it starts loading sba my game just freezes

#

gg imma try deleting config file

turbid sedge
#

send logs

patent mirage
#

i'll try deleting config first

#

might be some chroma shit

turbid sedge
#

why would deleting the config do anything

patent mirage
#

resets config!

#

biscuit isnt that much of a genius

#

some features could fuck with ur pc

#

ngl

bronze peak
#

Hello

#

Where can I see the features of the mod?

turbid sedge
#

not entirely up to date but it's mostly everything

bronze peak
#

Thank you

patent mirage
#

uhhh

manic belfry
patent mirage
#

@turbid sedge how do i get the logs from launching again

turbid sedge
#

in your logs folder

patent mirage
#

oh

#

latest has also launching info

turbid sedge
manic belfry
#

i do

turbid sedge
#

try restarting

manic belfry
#

ok

#

cya

bronze peak
#

This looks interesting

manic belfry
#

launching rn

#

nope 😭

#

still just skytils f

turbid sedge
#

does neu show up in your loaded mods list?

manic belfry
#

yea

worldly scroll
#

Lololol are you using the pre release

manic belfry
#

of wut

#

neu

worldly scroll
#

Neu

manic belfry
#

idk i used a link from a yt vid ill check

worldly scroll
#

Prob not

manic belfry
#

that is the link

#

i used 1.71

worldly scroll
#

Use pre release

manic belfry
#

oki

#

tysm

worldly scroll
#

And then do /neu

manic belfry
#

ok no api requried?

worldly scroll
#

And go to the api settings

#

And paste it in their

manic belfry
#

ok

worldly scroll
#

Should work

#

And pre release has way more stuff

manic belfry
#

i cant rly move the other one out

#

bc its java

#

idk what to do with that one

worldly scroll
#

Just delete the old neu

manic belfry
#

i cant im in windows and it sais this file cannot be deleted

worldly scroll
#

Is Minecraft open

manic belfry
#

no

worldly scroll
#

Ok

#

Open task manager

manic belfry
#

worked

#

nvm

worldly scroll
#

Ok

manic belfry
#

sry im stupid when it comes to pc stuff im like a boomer

worldly scroll
#

Np

#

I was once stupid but after running a modded server I know many errors

#

Minecraft forge related

manic belfry
#

pogis

#

works

worldly scroll
#

🙃

manic belfry
#

so just us a rando api key or is there a specific one

worldly scroll
#

The one you use for skytils

manic belfry
#

i am so smart

#

ok

rocky current
#

@patent mirage

#

am i missing anything

patent mirage
#

thats a lot of things

manic belfry
#

ye u gota get deaths man

patent mirage
#

hm

rocky current
#

wait why is speed score 100

patent mirage
#

should be 100

#

wdym

manic belfry
#

smooth AOTE owo

shrewd vine
#

i accedently warped lobbies when i had 2 relics left and it shows all of them again

rocky current
patent mirage
#

oh LOL

manic belfry
#

i am too much of a noob to know what u guys r talkin about lol.

#

u got hyperions and crap

turbid sedge
#

hyp isn't even that rare anymore

#

pretty much everyone has it

manic belfry
#

but me wideW

#

i just go in charge with my undead sword

#

pog

shrewd vine
#

i changed lobbies when i had 2 relics left and it shows that i have all 28 relics missing

worldly scroll
manic belfry
#

i thought buget hype was flower and aote

worldly scroll
#

._.

manic belfry
#

you guys need the petting pepe emote man

rocky current
#

whats this garbage formula

turbid sedge
worldly scroll
rocky current
#

says my speed is 130

#

lmao

turbid sedge
#

insane

manic belfry
#

u guys got nitro dont u

worldly scroll
#

Faster dungeon run ever

turbid sedge
#

did you add instead of subtract?

young ember
#

^

worldly scroll
#

Did you go to elementary school

manic belfry
#

oof

worldly scroll
#

._.

manic belfry
#

tox1c

worldly scroll
#

Sorry lily plz forgive me

manic belfry
#

lilly gona fart on u now

worldly scroll
#

Noooooo

patent mirage
#

why does github not work for me reeeeeee

manic belfry
#

feels good having dungeon hax

#

and not gona get banned for it

#

pogis

worldly scroll
#

My favorite mod feature is neus farming info box because it tells you the yaw of your mouse

#

And so I can set it at a perfect 90° for cocoa bean farming

manic belfry
#

the yaw

patent mirage
#

apparently github doesnt work with my wifi

#

but it does if i use my phone

#

gg

rocky current
manic belfry
#

yes

rocky current
#

insane estimate

manic belfry
#

use it in pocket edition man

patent mirage
#

insane

worldly scroll
#

Yaaaa lily learned to subtract

manic belfry
#

minecraft ear rape music

#

more tox1city

#

bann

#

bannn

rocky current
#

@patent mirage duo f7 with me!!!

worldly scroll
#

No I’m not being toxic I’m happy for them

patent mirage
#

sec im trying to launch mc

#

it takes like 2 minutes cause sba lags it

manic belfry
#

nice save

patent mirage
#

im not gonna use 1.5.5

rocky current
#

i need better colorsss

young ember
patent mirage
#

i would say azuredblue is cool

patent mirage
young ember
#

might as well not use sba at all if it lags your mc

patent mirage
#

well its not lag

#

it just freezes while launching

worldly scroll
#

My machop is named Gordon

manic belfry
#

lag

#

lag

young ember
#

1.5.5 fixes sba completely

#

because hypixel changed their bungeecord name

#

so like if you use a previous version sba can't detect if you're in sb

worldly scroll
#

Does Geodude evolve into onix?

manic belfry
#

rar

young ember
worldly scroll
#

Ok that’s what I thought

manic belfry
#

urMom

young ember
#

geodude evolves into graveler

rocky current
#

nothing evolves not onix

#

its onix -> steelix

#

i think

manic belfry
#

he just exists

#

like me

worldly scroll
#

Damn

manic belfry
#

vibing with my lapis amour

worldly scroll
#

I want earth quake

manic belfry
#

gtg

summer hawk
#

All men can see the tactics whereby I conquer, but what none can see is the strategy from which victory is evolved.
-Sun Tzu, The Art of War

mild fiber
#

pog

worldly scroll
#

Gg

mild fiber
#

soon ill be spider 9

worldly scroll
#

Oh god

#

Sleep _ 0

mild fiber
#

i had this xp for like 13months

#

if not more

worldly scroll
#

Oh lmao

mild fiber
#

got like 10k today maybe

#

that

#

inventory ™️

#

actual mess

worldly scroll
#

I hate slayers so I’m only lvl 3 in all of them

polar berry
#

Slayer is fun!

mild fiber
#

hate them aswell

worldly scroll
mild fiber
#

thats like 6x my nw

#

worth of slayers

worldly scroll
#

I feel bad for you

#

What’s your play time ._.

mild fiber
#

not much

worldly scroll
#

I’m a 3rd of that

mild fiber
#

your prob still richer than me

#

my playtime is shit

#

account age

#

1 year and 8 months and im still broke lol

frigid hill
#

same

#

only started trying really once dungeons came out

worldly scroll
#

I joined a year ago but didn’t really start playing till COVID

rocky current
#

@turbid sedge new pre when!!

patent mirage
#

imagine dying 3 times

#

bad

rocky current
#

u died twice

patent mirage
#

proof?

#

exactly

rocky current
#

dw

#

it was to "test" the counter

#

i understand

patent mirage
#

yes

rocky current
#

famous

#

azurdblue

ruby wasp
#

yo famous azuredblue

#

famous twitch streamer

#

can u carry me in dungeon

#

it will be such preiveilige

patent mirage
#

no

#

I can't do f7

tiny saddle
#

you can only do F7

rocky current
mild fiber
#

!!!!

rocky current
#

LMAO

#

U CAN USE GUIDED SHEEP OUTSIDE OF DUNGEON

mild fiber
#

pog

turbid sedge
#

with conjuring?

rocky current
#

yes

thick nacelle
#

Huh

patent mirage
#

mc crashed while afk

#

gg

zinc merlin
#

Soul whip trajectory when

patent mirage
#

when

rocky current
#

what

#

how did they get the trajectory

zinc merlin
#

No clue

tight crown
#

where is the command alias file

turbid sedge
#

-aliases

winged spruceBOT
#
How to use Command Aliases
  1. Navigate to your .minecraft directory
  2. Navigate to config\skytils
  3. Open commandaliases.json with your favorite text editing software
  4. Structure your commands like this with no slashes in front of anything:
{
  "alias": "command"
}

Optional
If you want to add multiple commands, structure it like this

{
  "alias": "command",
  "alias2": "command2"
}
Reload aliases

/st reload aliases

turbid sedge
#

use the gui instead

#

/st aliases

rocky current
#

a

tight crown
devout sundial
#

relic finder not working

jagged galleon
#

Any1 have a clue why trying to download the latest patch from github makes my browser crash? lmao

tiny saddle
hardy radish
#

@rocky current make a option for slavalgble iterms to always be highlighted 🔫

rocky current
#

no

hardy radish
#

waaat

#

why

thick nacelle
#

you guys found a way for estimated score?

#

including secrets?

manic belfry
#

im bak

#

da noob

rocky current
#

you get 5 dudes with skytils to run into every single dungeon room

hardy radish
#

u can do taht but not make items always highlited WeirdChamp

manic belfry
#

skytils is the best

rocky current
#

yessir

manic belfry
#

i love it

#

thx to whoever made it

#

all the other dungeon solvers got like 2 solvers

tiny saddle
#

its not me lily

rocky current
#

enchantments: {
rejuvenate: 5,
protection: 5,
respiration: 3,
growth: 5,
aqua_affinity: 1

manic belfry
#

woooooooooo

hardy radish
manic belfry
#

give jk

hardy radish
#

smh

#

i am the mian dev

#

yes

manic belfry
#

thx pinguin

hardy radish
#

np

manic belfry
#

u a god

hardy radish
manic belfry
#

i suk at coding

hardy radish
#

jk its lily and shycic

manic belfry
#

jbaited

#

f

hardy radish
#

ik some coding ofc but not alot

#

and they made akiot of dsm aswell

thick nacelle
manic belfry
#

im gona grind f1 250 times for free 2.5m

#

i will no life for a month

#

😉

#

i ment to do upside down smile

#

🙃

#

there we go

rocky current
manic belfry
#

ye 😭

#

i met a full chadow assasin and he failed at tick tac toe

tiny saddle
manic belfry
#

MORE STONKS

#

rn im just flipping snow minions for like 400k profit

#

f

patent mirage
#

lily gib updated skytils w blockability!! wanna test

manic belfry
#

make skytils with the mini map for dungeons

patent mirage
#

just use sba / neu

rocky current
#

no use sba

manic belfry
#

ye

#

but all mod in one

#

would b pog

rocky current
#

thats stupid

patent mirage
#

nah

#

would be heavy

cinder valley
#

lily what happened to my suggestion, was it something not allowed?

rocky current
#

man i wonder

manic belfry
#

wut suggestion

rocky current
#

if we had a channel

#

that said why it was deleted

#

that would be REALLY nice

cinder valley
patent mirage
manic belfry
#

o

rocky current
manic belfry
#

lol

#

yes

patent mirage
manic belfry
#

that is hypixel rn in chacago.

patent mirage
#

chacago

thick nacelle
#

lets hope not

manic belfry
#

that is y we have lag

#

water go zoom

#

server go boom

patent mirage
#

wait i think i can go to github with vpn

#

sec

rocky current
#

no thats OVH in france

manic belfry
#

ePic

#

oof parents fighting

#

gettin rough

patent mirage
#

thanks opera vpn

manic belfry
rocky current
#

noob'

#

imagine living in europe

turbid sedge
#

imagine chromium based browser

manic belfry
#

i live in chacago jaahahahaa i can do melodys hair

patent mirage
patent mirage
rocky current
#

that vpn sucks

#

even nordvpn is better

#

and nord sucks

patent mirage
#

i would have to download nordvpn tho

#

and im lazy

#

i just want to download new commit-!!

manic belfry
#

oof

#

ive never even touched dwarven mines yet

#

unlocked it but never gone there

patent mirage
#

what if

#

i play dungeons

#

with vpn

rocky current
#

if u use nord

#

you prob wil get security banned

patent mirage
#

right

#

fuck

rocky current
#

use vyprvpn!