#Support

1 messages · Page 25 of 1

unique swift
#

-aliases

rancid vineBOT
#
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

wintry compass
#

what do aliases do?

unique swift
#

so if you create an alias for /warp dungeon_hub, you type /alias and it'll run the command

wintry compass
#

o

#

and if i want to i can also do /aliases2 to do the second command?

unique swift
#

yeah

wintry compass
#

now can i change the code to do a different command not /alias?

unique swift
#

use the gui instead

#

it's easier than editing the json

#

/st aliases

wintry compass
#

ok

mystic jacinth
#

is toasts crashing?

fierce falcon
#

send the crash log

mystic jacinth
#

^^ thats it

fierce falcon
#

what blessing did you pick up

mystic jacinth
#

I think either power or hp?

#

idk tbh

fierce falcon
#

@unique swift

unique swift
#

looking into it

fierce falcon
mystic jacinth
#

mhm

unique swift
#

is this the first time you've used toasts?

mystic jacinth
#

yep

#

just downloaded newest version

mystic jacinth
fierce falcon
#

uh

#

if you havent launched mc since then yes

mystic jacinth
#

kk

fierce falcon
#

i think it's apec

#

not sure

unique swift
#
    @SubscribeEvent(priority = EventPriority.HIGHEST)
    public void onChatMsg(ClientChatReceivedEvent event) {
        if (ShouldRun) {
            if ((event.message.getUnformattedText().contains("SIP") || event.message.getUnformattedText().contains("SLURP")) && !event.message.getUnformattedText().contains(":")) {
                DumpAndLoad();
            }
            if ((event.message.getUnformattedText().contains("BUFF")) && !event.message.getUnformattedText().contains(":")) {
                String name = event.message.getSiblings().get(0).getFormattedText();
                String time = event.message.getSiblings().get(0).getChatStyle().getChatHoverEvent().getValue().getSiblings().get(0).getFormattedText();
                String[] timeSplit = ApecUtils.removeAllCodes(time).replace("(", "").replace(")", "").split(":");
                CreateNewPotionEffect(name, timeSplit);

            }
            if (event.message.getUnformattedText().contains(":")) {
                if(event.message.getFormattedText().split(":")[0].contains("Your profile was changed to")) {
                    DumpAndLoad();
                }
            }
        }
    }
#

they do something weird with buff parsing

fierce falcon
#

¯_(ツ)_/¯

#

the potion thing runs on blessings

unique swift
#

brain moment

fierce falcon
#

im pretty sure it does idk

fierce falcon
unique swift
#

it'd just be blank

#

ig i can just default it to time

fierce falcon
#

or make an unknwon blessing

#

and make it gray

unique swift
#

or or

#

hear me out

fierce falcon
unique swift
#
if (Pattern.compile("Grant.{1,2} you .* and .*\\.").matcher(unformatted).find()) {
            switch (Skytils.config.blessingHider) {
                case 1:
                    event.setCanceled(true);
                    break;
                case 2:
                    Matcher blessingBuffMatcher = Pattern.compile("(?<buff1>\\d[\\d,.%]+?) (?<symbol1>\\S{1,2})").matcher(unformatted);
                    List<BlessingToast.BlessingBuff> buffs = new ArrayList<>();

                    while (blessingBuffMatcher.find()) {
                        String symbol = blessingBuffMatcher.group("symbol1").equals("he") ? "\u2764" : blessingBuffMatcher.group("symbol1");
                        buffs.add(new BlessingToast.BlessingBuff(blessingBuffMatcher.group("buff1"), symbol));
                    }

                    if (!lastBlessingType.equals("")) GuiManager.toastGui.add(new BlessingToast(lastBlessingType, buffs));
                    event.setCanceled(true);
                    break;
                default:
            }
        }
#

i just check if the last blessing type isn't blank

fierce falcon
#

sure

mystic jacinth
fierce falcon
#

if you turn off show potion effects in apec it shouldn't crash

mystic jacinth
#

kk ty for help

fierce falcon
#

@outer shuttle do you crash with apec 1.8

outer shuttle
#

nope

fierce falcon
#

do you use shwo potion effects

#

in the dungeons

outer shuttle
#

no I don't

fierce falcon
#

there's the issue then

#

ok

#

solved

outer shuttle
#

iirc its a known bug

fierce falcon
#

the dude just has to add

#

!contains("DUNGEON BUFF")

unique swift
#

or just !contains("DUNGEON")

fierce falcon
#

aaa

#

sychic bad codestyle

unique swift
#

ae

grim apex
#

!contains("DUNGEON BUFF!")

#

bad codestyle both of you

#

L staymad

earnest scroll
#

how can i chanche the gui

#

*change

outer shuttle
#

/st editlocations

earnest scroll
#

ty

worn sable
#

if a resource pack changes heads to a 2D texture and the larger heads feature is enabled, then the 2D texture gets enlargened, is this a bug

#

example: furfsky reborn

outer shuttle
#

its not a bug

fierce falcon
#

just scale it down

#

with the slider

patent smelt
#

when i put a color hex in ex: FFFFF for white, it doesnt work

#

all the codes with letters dont work

fluid shoal
#

you need a hastag

outer shuttle
#

it also has to be hex

patent smelt
outer shuttle
#

the color code has to be in hex

patent smelt
#

FFFFF is hex for white

patent smelt
outer shuttle
#

realized

dusky pawn
#

did you put the hashtag at the start as well?

patent smelt
#

ill try it

fierce falcon
#

because thats hex decimal

grim apex
#

ye black works with #

fierce falcon
#

and 0000 is an integer

open bloom
#

how do i configure hud?

fierce falcon
#

if you convert the hexadecimal to an integer it will work too

civic kindle
#

what is this bug guys.... i hold f3+c for 10 second and my game crash?!?!

regal pawn
#

that's literally what it is supposed to do

#

the C in F3+C stands for CRASH

civic kindle
#

skytils bug bro................ bad mod XD!!!!!!

#

(joke)!!

grim apex
#

sherlock

rotund yew
#

Did you do it correctly?

regal pawn
#

-aliases

rancid vineBOT
#
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

rotund yew
#

Remove the / in /st alias

hard apex
#

Hey how do you edit GUI locations?

civic kindle
#

/st editlocations

hard apex
#

Thanks!

robust badger
#

is there a mod that disables buying from ophelia? im trying to buy death bow but it wont let me

#

take that back, wont let me buy anything

fierce falcon
#

Dungeon pot lock

#

Set it to 0

robust badger
#

where would i find that?

fierce falcon
#

Settings

robust badger
#

alright, thanks

fierce falcon
#

It's cheaper 5o buy a deathbow from bin

#

Btw

#

Like 1 mil cheaper because people misclick the bow

robust badger
#

bin is 5.4m rn

fierce falcon
#

Oh

robust badger
#

for clean

fierce falcon
#

Nvm then

next ember
#

I heard I can disable lightning with this mod. How do I do it?

outer shuttle
#

look in /st

sonic radish
#

there's a searchbar top right

magic flint
#

there is this damage splash when i change packs some times

outer shuttle
#

try with a different pack

magic flint
#

now its working smh

outer shuttle
#

its the packs fault i think

magic flint
#

its thirty's

magic flint
dusky pawn
#

not necessarily a skytils thing, but anybody know what this is about?

#

MC launcher just does that whenever i open it, and whenever i try and close it, it's still open in the background so I have to force end using task manager

keen pewter
#

try re-installing mc?

dusky pawn
#

fixed it, apparently some windows update tool was scuffing it in the background

pure pecan
#

yes stupid windows update just sometimes use up the whole bandwidth for me too

empty frigate
#

how can i change coler for solve in order

#

i missclick everytime cause i wanne click the most light one when i have to click the dark blue one

grim apex
#

ikr

#

might be changed in the future idk

unique swift
#

we can't add an option until modcore 2

grim apex
icy osprey
#

how do i change the position of mod displays on the gui?

spring ivy
#

/st editlocations

icy osprey
#

ty

pseudo jay
#

what does the reparty timeout mean

unique swift
#

how long it will wait for an invite from the person who disbanded your last party

pallid wadi
#

anyone know ot to get sba beta for free

#

ik there is a way

#

but none of the guides are for man

#

mac*

inland hazel
#

Do you have a crappy old windows laptop some where use it

pallid wadi
#

no lmfao

#

just a mac

inland hazel
#

Do you want me just to send you the jar

leaden birch
#

Just want to quickly mention here that the "only pick up enchanted items from minions" does not work for large/small/medium storage items

pallid wadi
#

cause i dont download stuff from strangers

dusky pawn
#

i think you can compile it on mac the same way you do on windows

inland hazel
#

I don’t know on Mac

jovial folio
#

how do you get the relic waypoints?

unique swift
#

not released

jovial folio
#

oh

honest matrix
#

what are relics>

#

im a non and im banned

#

so i wouldnt know

inland hazel
#

Oof

#

Just watch a video or a live stream

dusky pawn
#

@fierce falcon why do all the waypoints show if you restart your game even if you already got some :pain:

fluid shoal
#

thats the reset button

dusky pawn
#

RIP

pallid wadi
#

the new thing with the u cant drop starred items is kind of glitchy

#

like if u dont put the item perfectly into hot bar

#

it says u cant drop it

fierce falcon
#

yeah

#

because

#

you were about to click outside of the window

#

¯_(ツ)_/¯

pallid wadi
#

but i wasnt-

fierce falcon
#

minecraft says you were

pallid wadi
#

if i turn it off and do same thing it wont drop it will go in the spot i want it

fierce falcon
#

you clicked in the exact same location

#

?

pallid wadi
#

yes

#

maybe make the drop from inv a separate setting

#

cause the other parts of the setting are good

grim apex
#

it doesn't work well with backpacks

pallid wadi
#

like if u click the line in ur hot bar with the item

#

it says that u cant drop and puts it back where it was

craggy pecan
#

this is where i was told to ask i cant find a way todo waypoints{relic ones] in skytils i got the cords and newest version of mod

rotund yew
#

Compile skytils

fluid shoal
vivid kelpBOT
rotund yew
#

Or that

craggy pecan
#

i have that

rotund yew
#

Updated with waypoint code

fluid shoal
#

just do /st and search for relic

craggy pecan
#

thanks

pallid wadi
#

u can search for stuff??

fluid shoal
grim apex
#

why is the SS red

#

lmfao

fluid shoal
#

atleast its not a lightshot or a gayzo link

grim apex
#

cracked tool

fluid shoal
#

agree

#

sharex ontop

languid vessel
#

is there any way to not reset the waypoints if u relaunch the game_

frail salmon
#

i don't think its st problem but...

twin swift
#

/skytils setkey says my api key isn't valid even though it is

#

and i dont feel like regenerating it and destroying mods

sonic radish
twin swift
#

also how do i turn on fairy soul waypoints?

unique swift
#

that's in neu

twin swift
#

the green ones?

unique swift
#

those are relics

#

it'll be in next pre

twin swift
#

is that a mod?

frail salmon
twin swift
#

what's relics

inland hazel
#

New spiders den

twin swift
#

yeah how do i get waypoints for fairy souls there?

inland hazel
#

Neu pre release

twin swift
#

oh

#

im guessing not a public one?

#

i mean im an neu patreon and still dont see anything

inland hazel
#

There is a pre release channel on the neu server

calm osprey
twin swift
unique swift
inland hazel
#

Um

calm osprey
#

wait are these badlion waypoints or what

unique swift
#

no

calm osprey
#

:0

#

nice

#

am blind how can i enable waypoints

pallid wadi
#

how do i turn off the grandma thing

unique swift
#

it's default off

wispy spade
fierce falcon
#

@unique swift genius

pallid wadi
unique swift
primal monolith
#

Is there any other old animations mod execpt sk1er thats work with skytils?

fierce falcon
#

uhhhhhhh

#

why can't you use sk1ers

primal monolith
#

To lazy to apply

#

xD

inland hazel
primal monolith
#

And i am not pretty sure if they gonna aceept me

fierce falcon
#

they auto accept

primal monolith
#

Ow ok

pallid wadi
#

idk if this is just me or lag or something but i think the bat outline thing is messing with doors in dungeons like when u open them they glitch neon green kinda like the bat would

fierce falcon
#

uh

#

i wonder if hypixel spawns bats inside the doors

wispy spade
#

ok so

pallid wadi
#

lmao

wispy spade
#

spamming hyperion through spiders den will crash you

#

if you have the toasts enabled

pallid wadi
#

oop

paper cave
#

how do you enable relic waypoint in pre release?

fierce falcon
#

idk man

unique swift
#

in the config

fierce falcon
#

its really hard

paper cave
#

in the settings i only see burron option

#

burrow*

#

or do i need to adjust a config file?

fierce falcon
#

ask in the respective mods support channels

radiant flower
#

Well

fierce falcon
#

why do you keep deleting your messages

radiant flower
#

Cuz, they stupid

fierce falcon
inland hazel
#

Kirito pfp detected prepare for deletion

radiant flower
#

Wut

steady mural
#

i think that in the color terminals or something the cocoa beans weren't highlighted

#

but everything else was

#

it could be a different type of terminal

#

idk

#

same with lapis

fierce falcon
#

?

#

this is on skytils?

steady mural
#

well its the only color terminal thing i use

#

so what other mod could it be

#

dsm is off

#

for colors in terminal

fierce falcon
#

its highlighted?

steady mural
#

what is?

fierce falcon
#

the items

#

they are highlighted?

steady mural
#

i think all of them

fierce falcon
#

yeah see

steady mural
#

except lapis and cocoa beans

fierce falcon
#

we don't highlight items

steady mural
#

huh

#

ok

#

i crashed when opening a chest

#

first time happening

fierce falcon
#

means sidechick moment

#

also means you should turn off combo toast

worthy crest
#

my relic waypoints are in the wall?

#

also in floor

fierce falcon
#

bruh

worthy crest
#

bruh?

fierce falcon
#

are u 0 iq

worthy crest
#

i cant go lower then that

#

thats the bottom floor

fierce falcon
#

theres a hidden room

#

for each relic

worthy crest
#

o

#

ooooooooo

#

yes i have 0 iq ty

#

this is gonna be a pain

#

also if i relog will it reset and show me the ones 1 got?

fierce falcon
#

yes

worthy crest
#

yay

#

ty

waxen shadow
#

i have a problem where the rare relics arent showing for me

#

like i have gotten some rares by myself and there hasnt been a waypoint for them

worthy crest
waxen shadow
#

no

fierce falcon
#

or hypixel particle quality on low

waxen shadow
#

how would i turn on the hypixel particle quality

fierce falcon
#

/pq

waxen shadow
#

which value

fierce falcon
#

highest

#

idk

waxen shadow
#

ok i am going to try it for a bit and see what happens

#

ok it does infact work now thank you

worthy crest
#

lily if i switch lobbies will the relic finder reset and show me ones i already got

fierce falcon
#

no

#

restart mc

worthy crest
#

k

#

if i disconnect will it?

fierce falcon
#

are u 0 iq

#

i said restart mc

worthy crest
#

kkkkkkk and i already answered i am

pale egret
#

what is the command for relic waypoints

unique swift
#

turn them on in the config

velvet hollow
#

how do u force reset the relic waypoints?

#

like refresh them

unique swift
#

restart mc

#

we can make a fix

velvet hollow
#

alr

spiral panther
#

27/28 relics shown

#

No clue where the hell the last one is and tried to follow a guide but not helpful at all

fierce falcon
#

what

#

arent there waypoints

spiral panther
#

Only 27 relics were shown..

#

I'm missing 1

#

and it's not showing a wp

fierce falcon
#

we have the list of all 28

#

try

#

doing /st reload data

spiral panther
#

Nope

#

btw on end island to show no wp

#

(didn't warp used aote)

#

Let me try to restart

fierce falcon
#

looks like 28 to me

spiral panther
#

that's 29

fierce falcon
#

hm

#

first line is a [

spiral panther
#

oh nvm nothing is on line 1

#

yeah took me a second lmao

fierce falcon
#

@spiral panther talk to the archeoigliisosot dude

#

whats the hint

spiral panther
#

ah crap well now all 28 are showing

fierce falcon
#

can you talk to

#

the archoelgiigost

spiral panther
#

mushroom

fierce falcon
#

uh

spiral panther
fierce falcon
#

u have a dif one

spiral panther
#

send help

#

I need a professional lmao

#

I'm counting 28 waypoints now but I can't get rid of them since I already found it

fierce falcon
#

you should updayye skytils

spiral panther
#

this is gonna be a lonnng night FeelsBadMan

fierce falcon
#

use that

#

in the future if you restart it will save the ones you found

spiral panther
#

Isn't that the one I downloaded?

#

yeah that's the latest

#

found it

#

-316 69 -272

#

It meant check the relics where you stand on the mushroom and epearl into

#

swear I checked that one but whatever ig

fierce falcon
#

maybeu dint lcick hard enough

#

like it didnt register

spiral panther
#

guess not

fierce falcon
#

ig we'll make it so it'll check if it registered or not

#

before removing it

spiral panther
#

bruh it says talk to shaggy but he's just talking about strong people and not updating quest

#

10/10 update

elder bluff
vivid kelpBOT
#

apotato#1965 uploaded a log from 3/9/21 9:58 PM, @fierce falcon
https://hst.sh/usohuvuhix

Recommendations:

  • Skyblockcatia is known to cause some issues. Try removing it and seeing if any issue(s) are resolved. If this fixes it, please take it up with the developers of the mod.
elder bluff
#

Skytils crash with rare relics I guess

spiral panther
#

bruh quest is broken for me

#

Already tired of this update

elder bluff
#

How?

spiral panther
#

Shaggy wont update my quest for rare

fierce falcon
#

@elder bluff haste broke

elder bluff
#

oof

fierce falcon
fierce falcon
spiral panther
#

I've killed like 3 of them..

#

about ready to fucking yeet something

fierce falcon
#

shoudl fix

elder bluff
#

ty

sonic radish
fierce falcon
sonic radish
#

fuck shaggy

#

all my homies hate shaggy

#

lil bitch making us do his dirty work

#

and yes ty that was it

stark schooner
#

is ther any way to reset relic way points

sonic radish
red sky
#

why my settings like dis

runic plank
#

try restarting mc

red sky
#

ok

terse mortar
#

the doplhin/lagion in range gui is not movable right?

outer shuttle
#

it is

#

/st editlocations

terse mortar
#

oooo

#

right tysm

gloomy idol
#

How can you move gui elements me stoopid

next ember
#

Its legit 2 msgs above

gloomy idol
#

nvm then

#

thx

#

didnt read it

next ember
#

Idk where to report bug so here... The custom dmg splash shows G instead of B with billions dmg

terse mortar
#

Rare relic waypoints only shows the one beneath the hut for me?

#

Is this a bug or sth?

ornate cedar
#

is there a way to move the position of the guis

terse mortar
spiral panther
vivid kelpBOT
#

/st editlocations

faint thorn
#

whats the command for relic thing

spiral panther
spiral panther
civic narwhal
#

Just search Relic?

terse mortar
spiral panther
#

then he asks for these to finish quest / get crystal @sonic radish

#

and I guess you can do it forever

ancient wasp
#

crashed

grim apex
ancient wasp
#

ight ty

terse mortar
fierce falcon
#

bruh

#

thats how it works

grim apex
#

nice

fierce falcon
#

@grim apex duo f7 with scorecalc !!

terse mortar
#

why is that so?

fierce falcon
#

because thats how the game works

terse mortar
#

hm

#

okay

grim apex
#

uhhhh

#

1 hour

#

40 mins maybe

#

Imms eat

fierce falcon
#

ok

#

blue man

grim apex
#

is it finished

#

the score calc

fierce falcon
#

no

#

doesnt calc score

#

only shows like total

#

for now

#

I should do deaths + puzzle fails

#

after that its math

grim apex
#

what total

fierce falcon
#

total secrets

grim apex
#

doesn't substrac?

fierce falcon
#

no

grim apex
#

oh

fierce falcon
#

idk how the subtract formila works

grim apex
#

deaths -2

fierce falcon
#

Math.floor((found/total)*40)

grim apex
#

puzzle -14

#

/60?

#

oh

#

yea

fierce falcon
#

is that it

#

ok

grim apex
#

I think so

#

idk

fierce falcon
#

ok

grim apex
#

how are you getting the secrets found?

fierce falcon
#

tablist

#

same for crypts

grim apex
#

oh right

fierce falcon
#

for mimic we read it off theparty assist chat message

#

it sends $SKYTILS-DUNGEON-SCORE-MIMIC$

#

when a mimic is killed

#

idk what the formula is for non checked/non explored rooms so screw that

grim apex
#

non checked I think it's -5

#

idk

fierce falcon
#

¯_(ツ)_/¯

wintry compass
#

how do i enable the relic locations

#

nvm

#

what does the editlocation do?

unique swift
#

it lets you change the location of gui elements

wintry compass
#

like waht

unique swift
#

dolphin & legion displays, griffin refresh timer, spam gui

#

anything with a gui element

inland hazel
#

Anything that shows up on your screen that is from skytils

terse mortar
#

is there any way to have the most recent dmg displayed in a gui?

#

or does even some mod do that?

unique swift
#

it's hard to detect who did what damage

terse mortar
#

oh right

#

yeah, i suppose for the mod it's just as hard to see as for me ;l

unique swift
#

well it's way harder since code has to deal with desyncs and other stuff

#

any implementation would probably be pretty messy

jagged magnet
#

I download the new skytils

#

and my game crashes

#

when i open up neu pet inventory

fierce falcon
#

thats an neu issue isnt it

jagged magnet
#

no it was working fine before i downloaded the newest skytils

fierce falcon
#

send log or no help

jagged magnet
#

Can i dm m log

#

ah k

#

ofc

regal pawn
#

no you upload it here

midnight coral
#

I'm pretty sure the neu pet menu crashing is because of grandma wolf pet

steady mural
#

someone joined my dungeon party and i crashed

fierce falcon
#

wow

#

its almost like

#

it says what the reason was

grim apex
#

lily is suffering rn

fierce falcon
#

yes

#

sychic ghosting me

#

👻

unique swift
fierce falcon
#

see

#

lurk chick

steady mural
#

so what do i do to not make my game crash

fierce falcon
#

idk

#

read the log

regal pawn
#

chat triggers crash

#

module unknown

fierce falcon
#

it shows you the modules

#

extremely hard to read

regal pawn
#

yeah but not which caused the crash

#

or is it this?

fierce falcon
#

thats th emodule list

grim apex
#

why antidoubledeath module

#

its fixed

steady mural
#

ig too lazy to delete it

fierce falcon
#

why ct in general

grim apex
#

ct is cool

#

not my fault u cant get over 10 fps

fierce falcon
#

nah

grim apex
#

:staymad:

fierce falcon
grim apex
#

OK FUCK YOU

regal pawn
#

:staymad:

grim apex
#

ATLEAST I HAVE PINK NAME WITH CT!

fierce falcon
steady mural
#

it has features that the rest of the mods don't

grim apex
#

OK

regal pawn
fierce falcon
grim apex
#

alonaddons on top

fierce falcon
#

WOW BRO I GOT CUSTOM MORT MENU

#

!!!

#

VERY NEEDED

grim apex
#

disabling right click animation

steady mural
#

when you get escroed it does /ah automatically

grim apex
#

0 ping terminals

fierce falcon
#

bruh

grim apex
#

!!

steady mural
#

skeleton master hitbox

fierce falcon
#

you need that junk?

#

the armor is literally bright orange

grim apex
#

skele masters are dangerous

steady mural
#

yes

#

why would i use it if i didn't need it

#

also since i don't pay attention

#

as you know

#

it lets me see them

unique swift
grim apex
#

except this one actually affects gameplay somewhat

#

so yea

#

sus

unique swift
#

but it also messes with movement

grim apex
#

how?

#

its like 1.12

#

ish

fierce falcon
#

no its not

grim apex
#

no shield

fierce falcon
#

it's like noslowdown

unique swift
#

well the idea is that it's like 1.12

#

but depends on your implementation ig

#

watchdog might freak out bc it expects you to move like in 1.8

steady mural
#

brood mother warn

fierce falcon
#

its kinda

unique swift
#

bruh

grim apex
#

correction

#

watchdog doesnt detect

fierce falcon
#

it could

#

they don't check

steady mural
#

a sound when the thing gets close to your bobber

fierce falcon
#

bruh

grim apex
#

sba

#

..

unique swift
#

use sba

steady mural
#

close

fierce falcon
#

broodmother = irrelevant

steady mural
#

not when it reaches

fierce falcon
#

bruh

steady mural
#

i mean it helps

unique swift
#

there'd be a lot of false positives

#

since other people would also have fishing particles

fierce falcon
#

sychic new pre when

steady mural
#

i fish alone so

unique swift
#

uh

fierce falcon
#

i need people spamming

steady mural
#

meh

fierce falcon
#

$SKYTILS-DUNGEON-ROOM$

unique swift
#

we can do pre now ig

fierce falcon
#

pog

steady mural
#

shows the price paid for what you bought

fierce falcon
#

seems like a waste of storage

#

ngl

steady mural
#

but convenience

fierce falcon
#

how

steady mural
#

*but i like it

fierce falcon
#

ok enjoy no fps

steady mural
#

easy configuration of hotkeys to warp places

fierce falcon
#

macrokey keybidning

steady mural
#

sure

grim apex
#

5zig reborn

steady mural
#

but thats not easy configuration

#

being able to say ez

jovial folio
#

If I leave, update skytils, and rejoin, will the relics I already found save?

fierce falcon
#

nope

jovial folio
#

aw

pallid wadi
#

im confused on the new section in dungeons

#

like with secets and stuff

#

can someone explain pls

unique swift
#

-scorecalc

rancid vineBOT
#
How to Use Score Calculation
  1. Download the Dungeon Rooms Mod here
  2. Turn the feature on under Dungeons > Score Calculation
    a. Optionally, turn on Party Assist and Receive Party Assist

To turn off the text on your screen, run the command /room togglegui

torn nacelle
#

how do i move the gui?

frail salmon
#

/st editlocations

fierce falcon
#

?

earnest scroll
#

uuuups

#

ehh

torn nacelle
#

its completely off

grim apex
#

is your team using it too

unique swift
#

lily moment

#

well this is why pres exist

civic kindle
#

why is the discovery so high 👀

frail salmon
#

you need your team to have st

torn nacelle
#

o ok

raw finch
#

How do i open the menu for skytills

unique swift
#

/skytils

raw finch
#

Does skytills work in 1.8.8 or is it just for 1.8.9?

fluid shoal
#

1.8.9

unique swift
#

can you even connect to hypixel on 1.8.8?

raw finch
#

I think

#

Im about to try

fluid shoal
raw finch
#

U can

fluid shoal
#

why tf do you need 1.8.8 though

raw finch
#

Becuase linux beta and 1.8.9 dont like each other lol

unique swift
#

go help them linux man

raw finch
#

Whenever i switch lobbies it kicks me saying broken pipe and something else beforethat

fluid shoal
#

doubt going back a version is gonna fix that

#

modded mc sucks on linux anyway

raw finch
#

It works in 1.8.8 it doesnt kick em and it runs faster

fluid shoal
#

until you get forge

raw finch
fluid shoal
#

yes

raw finch
#

So its just forge or can i use some other mod thingy

#

Or just mods in general

fluid shoal
#

just mods/forge

#

if you really want to play mc on linux you should prob use a arch based distro

raw finch
#

What is arch

fluid shoal
#

works the best from my experience

fluid shoal
raw finch
#

What is an arch based distro

#

I havent heard of that

fluid shoal
#

oke nvm then

raw finch
unique swift
#

arch is just hard linux

raw finch
#

Oh lol

fluid shoal
raw finch
#

So what do i do to get it

fluid shoal
#

does forge even run?

raw finch
#

It does

#

Im searching it up and for arch linux i need to go to developer mode right?

fluid shoal
#

huh?

#

you prob shouldnt bother with arch unless you want hours of pain

raw finch
#

I dont want hours of pain so ill just play without mods

fluid shoal
#

just install patcher and see if that helps

fluid shoal
raw finch
#

I have patcher and optifine i know how to get optifine to run but not patcher?

fluid shoal
#

/patcher

raw finch
#

Like by it sef

fluid shoal
#

ooh

raw finch
#

No i mean like start up Minecraft with optifine or patcher

#

And the only way i know how to use both at the same time is through forge

frail salmon
#

does it say Connection lost: Error while write (...) Broken pipe.

frail salmon
#

what happens when you try to connect

#

without restarting

raw finch
raw finch
frail salmon
#

sounds fun

raw finch
#

What is that

frail salmon
#

and keep joining until you get the same error and ping me again

raw finch
#

K

frail salmon
#

its an ip

raw finch
#

Ik that

frail salmon
#

then why are you asking O.o

raw finch
#

Like what is it exactly like some other hypixel thing?

frail salmon
#

it connects you to the main lobby instead of prototype

raw finch
frail salmon
#

keep trying for like 3-5 times

raw finch
#

k

frail salmon
#

if it works then it should be fine

#

also i have a question

#

do you use any texturepacks?

raw finch
raw finch
frail salmon
#

i guess its working

#

do you have patcher

raw finch
#

yeah

#

and optifine

frail salmon
#

type in search bar dirt

raw finch
#

ok?

frail salmon
#

and turn that feature on

#

it might help

raw finch
#

k

frail salmon
raw finch
#

is it like a direct connection to the best servers lol

#

also where do i type search bar dirt becuase when i type it its just like any message

frail salmon
#

hmmm

#

i am getting on to test

raw finch
#

kk

#

also when i add a slash in front of search bar dirt it says unknown command

#

or am i doing something wrong

frail salmon
#

@raw finch

raw finch
#

yeah

#

oh i see

#

so u want it on or off

#

@frail salmon

frail salmon
#

on

raw finch
#

ok

frail salmon
#

now you it should the world much faster

raw finch
frail salmon
#

np

raw finch
#

and yes my minecraft now runs faster without kicking me

frail salmon
#

that's what i usually do everyday lmao

#

¯_(ツ)_/¯

raw finch
hollow dock
#

do i ned SkyClient

inland hazel
#

No

hollow dock
#

ok

#

also whats the command

inland hazel
#

/st

alpine harbor
#

seems about right

unique swift
#

lily moment

fierce falcon
#

neither does anyone else in your party

alpine harbor
#

oh

#

i cant read ig

fierce falcon
#

where it then multiplies that by 40

unique swift
#

what

fierce falcon
#

if it's 10 secrets / 0 estimated total

#

it will throw an error

unique swift
#

oh

fierce falcon
#

because zero division

#

so it does 10/1 instead

unique swift
#

hm

fierce falcon
#

its a percentage of 40

#

so it then does 10*40

unique swift
#

why not just remove that part if they don't have drm

fierce falcon
#

¯_(ツ)_/¯

#

idk

alpine harbor
#

bruh drm doesnt have a compliled jar on their github smh

unique swift
#

there are jars in the releases channel of their discord

#

-scorecalc

rancid vineBOT
#
How to Use Score Calculation
  1. Download the Dungeon Rooms Mod here
  2. Turn the feature on under Dungeons > Score Calculation
    a. Optionally, turn on Party Assist and Receive Party Assist

To turn off the text on your screen, run the command /room togglegui

calm osprey
alpine harbor
#

lol

indigo meteor
#

how do I reposition the dungeon score overlay??

unique swift
#

/st editlocations

pallid wadi
#

uh

#

help

#

the bubbles hider

#

isnt owrking

fierce falcon
#

do you use labymod

pallid wadi
#

i dont think so

#

cause idk what it is

steady mural
#

is it on?

jagged mauve
#

is there a way to scale the hud elements?

velvet hollow
#

whats this mod?

unique swift
#

probably petinfo

velvet hollow
west sonnet
#

its sbe

#

it works with Exp share aswell

plush frost
#

use neu

#

doesnt work with exp share

sleek fossil
#

The relic waypoint thing is now persistent. Assuming than in the config they are numbered 1-28 and can be True or False, are they in the same order as the ones on the wiki? This is because I have already found some of them and it's pain to find them all again.

fluid shoal
#

Doubt

plush frost
#

it spams that when ever i leave a dungeon

haughty wolf
#

pogggg

#

pogggggggg

#

but breh you have dg

#

with better calc

plush frost
#

i dont even have the update for dungeon rooms with the calc

minor ermine
#

how do i enable watcher msgs?

grim apex
minor ermine
#

watcher msgs dont show

#

are they in spam category

#

?

grim apex
#

uhhh

#

i added boss messages to spam but i excluded watcher

#

dont think lily changed it

minor ermine
#

cuz i cant find them

grim apex
#

try sba?

#

sba has hide boss messages

minor ermine
#

oh ok

#

it doesnt

#

i have beta 9

#

o never mind

#

its disable not hide

#

ty

grim apex
#

np

minor ermine
#

where do i put the base command

#

and where he alias

#

which box

rotund yew
#

-aliase

#

of cource

minor ermine
#

-aliases

rancid vineBOT
#
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

minor ermine
#

thats from config

rotund yew
#

there you do

minor ermine
#

is it the same

rotund yew
#

the aliase on left

#

and the cmd on right

#

remove the /

minor ermine
#

ok

rotund yew
#

remember to click save and dont be like me forgetting to save like 11 aliases cus of it

minor ermine
#

ok it worked

#

yu

#

ty

blissful panther
#

my game crashes whenever I go into hypixel with this error:The game crashed whilst tesselating block model ?

grim apex
blissful panther
#

it worked thx

grim apex
#

np

dusky pawn
#

i dont know if this is just me or not but since I installed the newest pre release (0.1.2 pre 2), my game's been freezing a lot more

#

switched back and forth and pre 1 seems to be a lot more stable for me

full dove
#

is there a way to change the score calculation area

outer shuttle
#

/st editlocations

full dove
#

ty

grim apex
#

ilo 😳

full dove
#

😳

wintry compass
#

how do i suggest something

#

like the bot command

runic plank
wintry compass
#

i did

#

does the bot auto delete it and make him do it?

runic plank
#

Type in this channel to submit a suggestion!

#

yes

runic plank
#

already in sba beta

wintry compass
#

can i have the discord link?

runic plank
dusky pawn
#

pain

#

any ideas?

#

guessing modcore there were issues yesterday/today with it literally being on fire

#

but they said they fixed it

frail salmon
#

can you explain your issue

dusky pawn
#

just crashes either when i log on to sb

#

or like this time i was chilling for a couple minutes

#

then it froze and i had to force end

frail salmon
#

no crash log?

#

nvm

#

u closed it

#

send a picture of your mods folder

dusky pawn
#

yeah they never crash as much as they freeze for eternity

frail salmon
#

update optifine

dusky pawn
#

i was fine yesterday, nothing's changed afaik

regal pawn
#

20 20 20???
remove dungeon rooms
update optifine
update old animations
remove skyblock improved
remove skypixel
update skytils
remove yetanotherskyblockmod

fierce falcon
#

dungeon rooms on top wym

#

202020 is a sk1er mod

dusky pawn
#

i forgot i had that mod lmao

regal pawn
#

does dungeon rooms even have any use for anything other than being an api?

dusky pawn
#

newest feature

fierce falcon
#

it tells you the dungeon room

dusky pawn
#

kinda depends on it

fierce falcon
#

thats about it

regal pawn
#

either way update the mods i mentioned and remove skypixel

#

that mod is literally completely useless

dusky pawn
#

honestly i dont think updating all of them would change anything considering i was using them all yesterday without any problems

regal pawn
#

do it anyway

dusky pawn
#

but i guess i'll try

fierce falcon
#

i need to run a profiler

#

on skytils

hard raptor
#

For the score calcuator it says u need the dungeons room mod

#

Is it like a seperate mod or does it come with skytils?

steady mural
#

Separate

hard raptor
#

k ty

pallid wadi
#

so idk if its even possible (probably isnt) but is there a way so ss bats dont get high lighted but the secret bats do?

fierce falcon
#

uhhh

unique swift
#

unless there's some kind of internal identifier, probably not

pallid wadi
#

oki

inland hazel
#

Idk maybe it could be if the bats had different name like secret_bat and spirit_bat but they don’t I’m pretty sure

pallid wadi
#

darn

inland hazel
#

Well actually spirit bat is a entity name

rustic wren
#

is there a feature that dosent show stars on my weapons

#

the stars are still there

#

but it dosent show

hard raptor
#

Is there anyway to edit the size of the score calc

sharp mirage
rustic wren
#

i fixed it

sharp mirage
#

oh

#

k

rustic wren
#

it was renamed items

sharp mirage
#

ya i did that once too

unique swift
sharp mirage
#

wat

tall oasis
#

how do i change the gui location

#

of some overlays or whatever they're called ;-;

unique swift
#

fire editl

#

ok thanks fire

#

try looking in /st help

tall oasis
fierce falcon
#

?

outer shuttle
unique swift
#

smh

#

carl is better

outer shuttle
#

it's not

#

Carl is shit

#

I think you can use fire tags with / commands

#

not sure how tho

keen pewter
#

fire tag editL

misty veldtBOT
#

/st editlocations

velvet hollow
#

what happened to the giant gui

unique swift
#

known bug

civic kindle
#

devs are trying to create art i respect it

inland hazel
#

I would do art for people if I didn’t suck at pixel art

warped star
#

How does the prevent log spam work

#

Also the protect starred item doesn’t work against dropping

civic kindle
#

it does if u have latest pre

warped star
#

And does terra sound work with latest

civic kindle
#

it deletes log spam

#

and yes im pretty sure terra sound wors

#

works

warped star
civic kindle
#

the spam of logs

warped star
#

Chat?