#Support
1 messages · Page 25 of 1
- Navigate to your
.minecraftdirectory - Navigate to
config\skytils - Open
commandaliases.jsonwith your favorite text editing software - 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"
}
/st reload aliases
what do aliases do?
so if you create an alias for /warp dungeon_hub, you type /alias and it'll run the command
yeah
now can i change the code to do a different command not /alias?
ok
is toasts crashing?
send the crash log
what blessing did you pick up
@unique swift
looking into it
can you send the log file from that launch
mhm
is this the first time you've used toasts?
is that the latest file in logs
@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
brain moment
im pretty sure it does idk
ig check if blessing is null
report this to apec too
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
sure
k
if you turn off show potion effects in apec it shouldn't crash
kk ty for help
@outer shuttle do you crash with apec 1.8
nope
no I don't
iirc its a known bug
or just !contains("DUNGEON")
ae
/st editlocations
ty
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
its not a bug
when i put a color hex in ex: FFFFF for white, it doesnt work
all the codes with letters dont work
you need a hastag
it also has to be hex
wdym
the color code has to be in hex
FFFFF is hex for white
realized
did you put the hashtag at the start as well?
i didnt but other codes like 00000 for black worked without it
ill try it
because thats hex decimal
ye black works with #
and 0000 is an integer
how do i configure hud?
if you convert the hexadecimal to an integer it will work too
what is this bug guys.... i hold f3+c for 10 second and my game crash?!?!
f3+c crashes your game
that's literally what it is supposed to do
the C in F3+C stands for CRASH
sherlock
Did you do it correctly?
-aliases
- Navigate to your
.minecraftdirectory - Navigate to
config\skytils - Open
commandaliases.jsonwith your favorite text editing software - 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"
}
/st reload aliases
Remove the / in /st alias
Hey how do you edit GUI locations?
/st editlocations
Thanks!
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
where would i find that?
Settings
alright, thanks
It's cheaper 5o buy a deathbow from bin
Btw
Like 1 mil cheaper because people misclick the bow
bin is 5.4m rn
Oh
for clean
Nvm then
I heard I can disable lightning with this mod. How do I do it?
look in /st
there's a searchbar top right
there is this damage splash when i change packs some times
try with a different pack
now its working smh
its the packs fault i think
its thirty's
yes
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
try re-installing mc?
fixed it, apparently some windows update tool was scuffing it in the background
yes stupid windows update just sometimes use up the whole bandwidth for me too
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
we can't add an option until modcore 2
doesnt have to be an option, just use the light color for 1st one!
how do i change the position of mod displays on the gui?
/st editlocations
ty
what does the reparty timeout mean
how long it will wait for an invite from the person who disbanded your last party
anyone know ot to get sba beta for free
ik there is a way
but none of the guides are for man
mac*
Do you have a crappy old windows laptop some where use it
Do you want me just to send you the jar
Just want to quickly mention here that the "only pick up enchanted items from minions" does not work for large/small/medium storage items
id rather if u explained how to get it
cause i dont download stuff from strangers
i think you can compile it on mac the same way you do on windows
I don’t know on Mac
how do you get the relic waypoints?
not released
oh
@fierce falcon why do all the waypoints show if you restart your game even if you already got some :pain:
thats the reset button
RIP
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
but i wasnt-
minecraft says you were
if i turn it off and do same thing it wont drop it will go in the spot i want it
yes
maybe make the drop from inv a separate setting
cause the other parts of the setting are good
it doesn't work well with backpacks
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
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
Compile skytils
Or that
i have that
Updated with waypoint code
just do /st and search for relic
wait thats a command?
u can search for stuff??
i clicked once with the square tool and it made a red border
atleast its not a lightshot or a gayzo link
cracked tool
is there any way to not reset the waypoints if u relaunch the game_
i don't think its st problem but...
/skytils setkey says my api key isn't valid even though it is
and i dont feel like regenerating it and destroying mods
modcore has been dying lately
also how do i turn on fairy soul waypoints?
that's in neu
the green ones?
is that a mod?
i noticed that wit search bar
what's relics
New spiders den
yeah how do i get waypoints for fairy souls there?
Neu pre release
oh
im guessing not a public one?
i mean im an neu patreon and still dont see anything
There is a pre release channel on the neu server
there are relic waypoints now? damn
yeah no shit and the latest one is from 3 days ago
waiting on lily to release next pre
Um
wait are these badlion waypoints or what
no
how do i turn off the grandma thing
it's default off
very poggers crash
@unique swift genius
i got the new version but stil get the msg..
oops
Is there any other old animations mod execpt sk1er thats work with skytils?

And i am not pretty sure if they gonna aceept me
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
ok so
lmao
oop
how do you enable relic waypoint in pre release?
idk man
in the config
its really hard
in the settings i only see burron option
burrow*
or do i need to adjust a config file?
ask in the respective mods support channels
Well
why do you keep deleting your messages
Cuz, they stupid

Kirito pfp detected prepare for deletion
Wut
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
well its the only color terminal thing i use
so what other mod could it be
dsm is off
for colors in terminal
its highlighted?
what is?
i think all of them
yeah see
except lapis and cocoa beans
we don't highlight items
huh
ok
so what does this mean
i crashed when opening a chest
first time happening
bruh
bruh?
are u 0 iq
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?
yes
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
if i switch lobbies does it reset?
no
do you have particles off
or hypixel particle quality on low
how would i turn on the hypixel particle quality
/pq
which value
ok i am going to try it for a bit and see what happens
ok it does infact work now thank you
lily if i switch lobbies will the relic finder reset and show me ones i already got
kkkkkkk and i already answered i am
what is the command for relic waypoints
turn them on in the config
alr
27/28 relics shown
No clue where the hell the last one is and tried to follow a guide but not helpful at all
Nope
btw on end island to show no wp
(didn't warp used aote)
Let me try to restart
mushroom
uh
u have a dif one

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
you should updayye skytils
this is gonna be a lonnng night 
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
guess not
bruh it says talk to shaggy but he's just talking about strong people and not updating quest
10/10 update
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.
Skytils crash with rare relics I guess
How?
Shaggy wont update my quest for rare
@elder bluff haste broke
oof
you need to kill an archane
nvm i can see it now
ty
if you figure it out let me know 👍
I think you need to bring him an arachne frag
fuck shaggy
all my homies hate shaggy
lil bitch making us do his dirty work
and yes ty that was it
is ther any way to reset relic way points
restart mc
why my settings like dis
try restarting mc
ok
the doplhin/lagion in range gui is not movable right?
How can you move gui elements me stoopid
Its legit 2 msgs above
Idk where to report bug so here... The custom dmg splash shows G instead of B with billions dmg
Rare relic waypoints only shows the one beneath the hut for me?
Is this a bug or sth?
is there a way to move the position of the guis
Yes
they are random for everyone
#Support message (scroll up)
/st editlocations
whats the command for relic thing
Kill another arachne after finishing archaeologist then speak to him (try speaking to him a first time just in case though.. don't want people wasting a fight)
/skytils > Misc > Scroll to bottom (idk the direct command)
Just search Relic?
theres a search option on the right top when you type /skytils btw
then he asks for these to finish quest / get crystal @sonic radish
and I guess you can do it forever
turn off connected textures in optifine
ight ty
edit: when you get close (sth like 20-30 blocks) they turn purple
nice
@grim apex duo f7 with scorecalc !!
why is that so?
because thats how the game works
gimme
uhhhh
1 hour
40 mins maybe
Imms eat
no
doesnt calc score
only shows like total
for now
I should do deaths + puzzle fails
after that its math
what total
total secrets
doesn't substrac?
no
oh
idk how the subtract formila works
deaths -2
Math.floor((found/total)*40)
ok
how are you getting the secrets found?
oh right
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
¯_(ツ)_/¯
it lets you change the location of gui elements
like waht
dolphin & legion displays, griffin refresh timer, spam gui
anything with a gui element
Anything that shows up on your screen that is from skytils
is there any way to have the most recent dmg displayed in a gui?
or does even some mod do that?
it's hard to detect who did what damage
well it's way harder since code has to deal with desyncs and other stuff
any implementation would probably be pretty messy
thats an neu issue isnt it
no it was working fine before i downloaded the newest skytils
send log or no help
no you upload it here
I'm pretty sure the neu pet menu crashing is because of grandma wolf pet
lily is suffering rn

so what do i do to not make my game crash
thats th emodule list
ig too lazy to delete it
why ct in general
nah
:staymad:

OK FUCK YOU
:staymad:
ATLEAST I HAVE PINK NAME WITH CT!

it has features that the rest of the mods don't
OK
name me one
which are compeltely useless
alonaddons on top
disabling right click animation
when you get escroed it does /ah automatically
0 ping terminals
bruh
!!
skeleton master hitbox
skele masters are dangerous
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
wanted to add that but seems bannable
its like glowing items ¯_(ツ)_/¯
except this one actually affects gameplay somewhat
so yea
sus
but it also messes with movement
no its not
no shield
it's like noslowdown
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
brood mother warn
watchdog doesnt detect noslow
its kinda

bruh
a sound when the thing gets close to your bobber
bruh
use sba
close
broodmother = irrelevant
not when it reaches
bruh
i mean it helps
there'd be a lot of false positives
since other people would also have fishing particles
sychic new pre when
i fish alone so
uh
i need people spamming
meh
$SKYTILS-DUNGEON-ROOM$
we can do pre now ig
pog
shows the price paid for what you bought
but convenience
how
*but i like it
ok enjoy no fps
easy configuration of hotkeys to warp places
macrokey keybidning
sure
5zig reborn
If I leave, update skytils, and rejoin, will the relics I already found save?
nope
aw
im confused on the new section in dungeons
like with secets and stuff
can someone explain pls
-scorecalc
- Download the Dungeon Rooms Mod here
- 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
how do i move the gui?
/st editlocations
?
is your team using it too
why is the discovery so high 👀
you need your team to have st
o ok
How do i open the menu for skytills
/skytils
Does skytills work in 1.8.8 or is it just for 1.8.9?
1.8.9
can you even connect to hypixel on 1.8.8?
U can
why tf do you need 1.8.8 though
Becuase linux beta and 1.8.9 dont like each other lol
go help them linux man
Whenever i switch lobbies it kicks me saying broken pipe and something else beforethat
It works in 1.8.8 it doesnt kick em and it runs faster
until you get forge
So forge is the problem?
yes
just mods/forge
if you really want to play mc on linux you should prob use a arch based distro
What is arch
works the best from my experience
bruh
oke nvm then
???
arch is just hard linux
Oh lol
gentoo is worse
So what do i do to get it
does forge even run?
Ok then
I dont want hours of pain so ill just play without mods
just install patcher and see if that helps
atleast use lunar if mods dont work lol
I have patcher and optifine i know how to get optifine to run but not patcher?
/patcher
Like by it sef
ooh
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
does it say Connection lost: Error while write (...) Broken pipe.
It sometimes lets me in sometimes it doesnt and if i am able to join theres a chance it give me the error when joining skyblock or awitching lobbies
Ive never restarted my chromebook
What is that
and keep joining until you get the same error and ping me again
K
its an ip
Ik that
then why are you asking O.o
Like what is it exactly like some other hypixel thing?
it connects you to the main lobby instead of prototype
oh ok
it let me in fast
keep trying for like 3-5 times
k
if it works then it should be fine
also i have a question
do you use any texturepacks?
no i dont
also ive tried like 8-10 times and miraculously I haven't been kicked and when i join or switch lobbies doesnt take more than 3 seconds
type in search bar dirt
ok?
k
didn't expect stuck.hypixel.net to be this good
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
kk
also when i add a slash in front of search bar dirt it says unknown command
or am i doing something wrong
on
ok
now you it should the world much faster
ty for taking your time to help me
np
and yes my minecraft now runs faster without kicking me
👍 😆
do i ned SkyClient
No
/st
seems about right
lily moment
you don't have the dungeon rooms mod
neither does anyone else in your party
it multplies 10/1 so that it doesn't throw an error
where it then multiplies that by 40
what
oh
hm
why not just remove that part if they don't have drm
bruh drm doesnt have a compliled jar on their github smh
- Download the Dungeon Rooms Mod here
- 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
bro i want your gamer chair
lol
how do I reposition the dungeon score overlay??
/st editlocations
do you use labymod
is it on?
is there a way to scale the hud elements?
whats this mod?
probably petinfo
its sbe rip 😦
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.
Doubt
i dont even have the update for dungeon rooms with the calc
how do i enable watcher msgs?
wdym
uhhh
i added boss messages to spam but i excluded watcher
dont think lily changed it
cuz i cant find them
np
-aliases
- Navigate to your
.minecraftdirectory - Navigate to
config\skytils - Open
commandaliases.jsonwith your favorite text editing software - 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"
}
/st reload aliases
thats from config
there you do
is it the same
ok
remember to click save and dont be like me forgetting to save like 11 aliases cus of it
f
my game crashes whenever I go into hypixel with this error:The game crashed whilst tesselating block model ?
turn off connected textures in video settings
it worked thx
np
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
is there a way to change the score calculation area
/st editlocations
ty
ilo 😳
😳
read description of #suggestions
copy from pins
already in sba beta
can i have the discord link?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pain
any ideas?
guessing modcore there were issues yesterday/today with it literally being on fire
but they said they fixed it
can you explain your issue
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
update optifine
i was fine yesterday, nothing's changed afaik
20 20 20???
remove dungeon rooms
update optifine
update old animations
remove skyblock improved
remove skypixel
update skytils
remove yetanotherskyblockmod
i forgot i had that mod lmao
does dungeon rooms even have any use for anything other than being an api?
it tells you the dungeon room
kinda depends on it
thats about it
either way update the mods i mentioned and remove skypixel
that mod is literally completely useless
honestly i dont think updating all of them would change anything considering i was using them all yesterday without any problems
do it anyway
but i guess i'll try
For the score calcuator it says u need the dungeons room mod
Is it like a seperate mod or does it come with skytils?
Separate
k ty
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?
uhhh
unless there's some kind of internal identifier, probably not
oki
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
darn
Well actually spirit bat is a entity name
is there a feature that dosent show stars on my weapons
the stars are still there
but it dosent show
Is there anyway to edit the size of the score calc
did u rename in NEU?
i fixed it
it was renamed items
ya i did that once too
not yet
ok ty kind sir
?
it's fire dtag/tag editL
it's not
Carl is shit
I think you can use fire tags with / commands
not sure how tho
fire tag editL
/st editlocations
known bug
devs are trying to create art i respect it
I would do art for people if I didn’t suck at pixel art
How does the prevent log spam work
Also the protect starred item doesn’t work against dropping
it does if u have latest pre
What about long spam how does that work
And does terra sound work with latest
What is log spam tho
the spam of logs
Chat?





