#general
1 messages · Page 247 of 1
i get them from my grandparents lol
Who tf eats dumpling
i have no clue where they get the money from anyways
😦
wait you guys get money?
sometimes
woah 50 pet candies
I haven't tried with ah
I dont get much money anymore
weird rune like pet that is
only crashed in pets menu
bruh
¯\_(ツ)_/¯
neu pre 19 turned my pc into a lag bomb
i've never used neu
I've always used neu
i remember when neu ddosed hypixel
sadly i was one of them ;-;
scyhic bad
too lazy to claim it :l
i remember when the admins rolled back an update cuz ppl were crying abt 69th new year cake
pvp loungue fart sound
am I allowed to put random video of me developing things
i don't think its a problem

nice scam
send crash log
Curb your scam
how do i use paste bin /haste
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
@turbid sedge idk if this owrks
works
im dumb
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
i set it to false in configs
lets see if it works
also i think it may have been the pet candy thing...
Message deleted 👀
ice walk is cancer
please add a solver
i dont want to write this in suggestions because its probably gonna get denied

wants to add something
doesn’t want to suggest it
Reason Given
duplicate of 173572
oh then just wait 
why bruh
¯\_(ツ)_/¯
or another staff did
L
LOL
Lol
paid mod 
^
it's a good mod tho
only issue is we're gonna add all the puzzle solvers sooner or later
so
also he has 0 f7 stuff
Skytils doesnt have this huh
baritone is kinda yikes
^
i was about to say
Except that is not baritone
thats literally baritone
close enough
also if u need a secret guide thats kinda cringe
^
literally takes like 5 runs
also imagine playing dungeons
toadstar moment
slayers ontop
LOL
Toadster?
that way he can think he's good again
Lol
toadstar is goated
~~and grab his session ~~
yt
@robust mist 2 fps go burrrr
/s
what is his ign again
No fps drop
Welcome to my corner of YouTube!
Here we mostly play Minecraft, sometimes other stuff.
I'm not allowed to call myself funny, as that apparently makes me lame.
Milestones:
100 - 03/22/2015
500 - 06/19/2019
1,000 - 09/10/2019
2,500 - 11/20/2019
10,000 - 08/18/2020
25,000 - 10/24/2020
Goals for 2021:
Participate in a successful Minecraft SMP
50,0...
send him a new priv release just for him
smp
bruh
milestones cringe
smh didn’t leak ur ip like I did!
isnt that app like 1gb
this video was sponsored by nord vpn
no
I just use sky shiiyu still
https://gubbl.s-ul.eu/MdS3q97c best dungeon player worldwide
nordvpn hides your ip address
like 300mb'
LMAO
hes decent
i memezerizd 95 percent
i know secrets since entrance 
Pog
gg
and i didnt know how the map worked
I know all the secrets I just choose to let my teammates get their secret counter up you know
team player
literally there were like
nice lie
it’s rude to accuse someone of lying
So I'm guessing that I'll have to apply for a role somewhere?
toadstar bad no hyperion
bruh u see
it’s rude to accuse someone of lying
when dungeons first came out i just afked and placed down healing circle
they literally make my secret route worse
wrong!
and then he got carried to 3 handles!!
because no iron bars
i ran around in sup and died to crypt lurkers
Play more!!!!!
😠
i dont wanna say it i dont wanna say it
same
I have 19 get rekt
i want!!!! but i still cant play with randoms!!!!
huh
I wanna get other mod creator xd
what mod
SimpleHUD
pls don't be like tyman
idk
Lmao
and then asked for the role
tyman ontop
That's very intuitive
In DMs orrrr?
bruh
I'm kidding
It just makes me feel a little bit better about myself
ok
I'm unsure of whether I deserve it as SimpleHUD is hot garbage
.suggest [suggestion]
in #Bot Commands
oh?
in #suggestions
huh
no we are not adding trajectories
isn't that a hack
i saw someone with 700 :)
did he say the same stuff what toadstar said? 
and when i asked them they said
ooooh i do puzzles and trap
not trap, clearing
and its 800*
bruh


@patent mirage you wanna get me the id of every dungeon mob item?
actually
dungeon mob items have quality score
and floor
in nbt
aren't the mob drops in the wiki?
smh
ill just highlight items with a quality score
Wait what feature are you working on?
yea right Hyperion doesn't have quality score
he's talking about my suggestion
or she*
imma go study anyways
Ahh
I see
Maybe use the data repo to store values for specific rarities?
And items
there's easier solution
alternatively you can also just filter by quality
just see if it has the obtained from floor tag
Ahh
or do quality and see if its not a 50
Yeah I forgot that even exists
though maybe also count out some stuff like ice spray wands
true
blacklist ice sprays then!
I think that's the only rare item with gear score
or i can just do armor/swords/rods/bows
hmm
and make it so if gear score = 50/50 don't highlight?
or highlight with a different color
don't make it based on rarity cause auto recomb
just dont highlight
so armor/swords/rods/bows that arent gear score 50 and dont have stars
yea
ok
if you want to make it fancy you can use different colors for armor / swords / rods and bows
o.o
no
Not really
In some of the code I've seen
It doesn't need to look fancy to work or perform better
And it's the same in theory for everything else
All that does is make creating it a pain
is it really that hard? you are already checking if it's a rod / bow / sword
idk about coding
Well
To check if the item is a certain tool
It's something similar to
if (item == Items.BOW) {
//code
}```
Or java if (itemStack == new ItemStack(Items.BOW, 1)) { //code }
tbh you can make 1 of those and copy paste it 5 times
Lmfao
could also use a switch statement
of course would be more complex you also need to check if it's a dungeon item
^^^
i mean
I've never had to use a switch statement for that
check if it's a dungeon item first
and then check what type it is
that'd be way easier
Doesn't it show in the NBT though?
you can just get lore if anything
there probably is a tag idk
It's most likely that there's a tag
It's super late and I don't have my IntelliJ open so don't slap me but
slaps
It's like this, right? (again, never used a switch statement for this sort of thing)
switch (item) {
case Items.BOW:
//stuff
break;
case Items.DIAMOND_SWORD:
//stuff
}```
That might be JS syntaxing
My brain is very confused right now
probably idk
couldn't tell
Lemme check
don't even know what break; does!
Nope
I think I realized
did you put an itemstack instead of an item
...
Also, there is a "default" statement, that runs, when no other switch statement is ran
default is lame
wht
Lol
Yep .getItem returns the item
oh you cant switch by a class
Yeah
That's JS syntax
As everything is a boolean in JS apparently
Soooo you'd have to use ifelses
if (itemStack.getItem() == Items.BOW || itemStack.getItem() == Items.<swords> || itemStack.getItem() == Items.FISHING_ROD) {
//run the quality calc stuff
}
Well it's not
well it doesn't look pog
You'd have to loop through each sword type individually
I have not done forge yet - is a Items.foo always required?
Wdym "required"?
i think dungeon mobs only drops iron swords?
earth shards
True
I mean, if you want to check, what item the itemstack is, do you have to write Items.fishing_rod
Yes
Unless you want to use java if (itemStack == new ItemStack(Items.<item>, 1))
And fabric really does seem to hate Inventories.
hmm
mcp is dead and a pain, and forge is slow :/
Forge is only slow because of the libraries it uses
And fernflower
And yes, MCP is a pain
MCP is shit
Yeah, fabric is fabric, when you use mofs xD
True
It's nice to use Fabric
And it's lightweight
But like
It's cancerous to mod with
Fabric api is literally 90% of fabric
Exactly
And then
They don't even have a command handler of any sort
You need to use Mojangs Brigadier
oop
Which is mega scuffed
maybe try looking into cotton client commands
¯_(ツ)_/¯
Api for CS commands
I don't plan on making any mods for a version above 1.12
understandable
Mod no work how fix?!?!??
Ofc
Good
I don't even play sb
I like fabric, because of its convenience and light weight, but some stuff really is a pain
No they just hate modders
Fabric seems faster than forge tho
It is
But it's cancerous to make mods with
Unless you're using 19 dependencies
Forge is just overall nicer to make mods with
And the reason modders don't want to upgrade from 1.12 is because the code in 1.13+ is literal spaghetti
And it's all much harder to understand
CCC is so simple lol https://github.com/CottonMC/ClientCommands
Aight
I'm sick of ranting
And trying to help in fields where I'm useless
I'm gonna go watch YouTube for a bit
Questions
Spigot: Why are you asking retard?
Forge: Ban
Fabric: Good support
Fabric wiki sucks tho
True but 3rd party Forge support is EXCELLENT
forge and spigot wikis are great
True
D:
There's no rule against overall advertising (other than DM advertising) so I'll assume it's allowed somewhat
Phone can't open these lol
The Forge 3rd party modding support is more than excellent
forge 1.8 documentation is nonexistant
True
What 3rd party?
But you need to ask other modders more than look at wikis when dealing with 1.8
Discord servers mostly
Like
Modded Minecraft, Sk1erLLC
lol
And even my server
Wat
The server in my status 24/7
What is the link to MMC?
Ooh
They support all versions
Ty
gonna sleep now xD
Yes but the reason makes sense
Nobody made mods for 1.8
true
sent crash report
ill grab the report if it crashes again
wait so was my diff markdown suggestion implemented? its not in the #Implemented but its used in #Releases now
i got 19 people to say alpha queue and im proud of myself
also i got a streamer to say it
you wanna join the alpha testers?
i know
sorry was busy, the diff markdown thing
i said that in my msg tho
no
Wdym alpha testers
Does pre-3 fix pet candy crash?
it should
dm me looking for 3 ppl who know f5 secrets and who will do s+
use lfgs in dungeon gang or dungeon maniacs



though if i don't add it tmrw it won't be added until next week
@brisk pilot neu gives commas between every 3 nums
so it stays accurate
and is simplified a bit
it gets prereleases every time moul streams
and 2.0 will be soon
so may i ask why these contributers from dsm stopped contributing and make their own mod
according to smatic50
i don't quite get it
danker doesnt update
ah i c
that was the only thing that was like why does this mod exist if they already contribute to danker
i think hes comming back
made a commit like a few days ago
eh it was p minor
true
but he will come back eventually
ye
Ye
nut
malaria
yes
beef jerky tier list
uh
wait let me find what was messing it up
i broke the config when i tried to save them
i'll probably fix it eventually
Lmao
converting a color to a string is hard
especially when you have to consider custom cases for animated colors
thats gonna make me cream




lol
i just came
😳

🍘
when skytils hacked clinet ?
aimbot soon™️
hael client ¯_(ツ)_/¯
💩
color names when
^
^
1k mebers soon

why are u invis
yes

What rating lmao
rating?
290 S
Nice
18 minutes
smh should've gotten a s+
just don't run a healer
in f7?
After blood
oh
when you enter boss they revive automatically
but that's still only 2 deaths
and blood revives too
just have them not die before
they still die
¯_(ツ)_/¯
also bugged secrets ftw
btw did yall see nullzee hacked?
F
Lmao
@turbid sedge cute mod, ty
thank lily too
Is the server picture also the mod picture or are you going to have people submit drawings?
Like for a logo
idk yet
Okay
khgra
i fixed it
bruh
sneak peak whats the new features?
#Releases message what is this mean
This pre-release will reset your Skytils config. If you would like to copy over your config, move skytils.toml in your configs folder to skytils\config.toml
¯_(ツ)_/¯
just move the config over
I tried to move it for you but vigilance didn't load the moved config
nice
gg
just a idea but maybe like a channel or somewhere to vieuw what all curent features are?
github
ah ok
how do i format the config for quick commands?
thats been there for a while
idk
i just need help with the command alisas idk how to format it
um
go to the config folder in your minecraft
and edit the
in skytils folder
guys
wt
how do i resize things without destroing the quality
use waifu2x
i'm not sure, i think lily set it up
k
should i dm lily?
or wait
like /monke => /warp PARK
idk
ye
use visual code
you download it
and then open the config file with visual code
ye u can
ye
you can do that
it doesn't work in the config, you have to do /st setkey
i am bad at coding
keemu
just wait for them to update skytils
then you can
sychich wait so u dont know hwo to format
yes
Oh ty
no
what gui u moving?
i just dont use it
show how mny pet candies the pet has and what tier the potions are

ig it takes arguments
simple just replaces it with what you set it at
so like /pt eeee eeeeee turns into /p transfer eeee eeeeee
we have minions too but ok
minion features i think?
not sure
no?
ye
are u sure
so like uh
let's say you wanted /e to msg someone e
you could do this as the set command
/msg %s e
and then do /e Sychic
aight im gonna get working on new texturepack for like 1 month
what did i do
maybe you should make a faq thing for it
prob gonna be poop
{
"pt": "p transfer ",
"sb": "play skyblock",
"end": "warp end",
"park": "warp park",
"deep": "warp deep"
}
im waiting for /monke
OH
no it isnt
/monke = /warp park
/hell = /warp end
/cave = /warp deep caverns
/skyblock is yes
so you can theoretically use it for things that are not a /warp? o.o
lmao
do i have to restart my game?
wait so u can make custom commands for warps right?
yes
maybe instead of scaling the heads make it so they look like the ones in 1.16
u can also do stuff like rename -> neurename
o.o
etc
wait
bruh
"f7": "joindungeon catacombs 7"
and then do /dn Sychic
i do not own mvp+
is there a jungle scroll?
there is
leg monke with golden monke skin and treecap in monke armor
dont put the slash
yes
¯_(ツ)_/¯
I can change the scale factor to 1.2
uhhh
if you look through the code yeah
whats difference between simple and advanced
with advanced you can do /dn sychic
and it'll do /msg sychic deez nutes
/dn azuredblue = /msg azuredblue deez nuts
oh
doesnt matter
slacking
Ik I haven’t played in a while cuz I haven’t been home and I started like a month ago or so
try restarting your game when after saving the file
you have an extra comma
@shrewd vine
use this if you don't know how to use json https://jsonformatter.curiousconcept.com
also with the pt command you need an extra space at the end i'm pretty sure
at the end of transfer
What are these numbers?
hmmmm
if you use the command alias thing
and you press the up arrow key to go to last message
it shows the actual command
and not the alias
unplayable.
Azured didn’t you have a blue role
Rip
no more microsoft azure

"pt": "p transfer",
"f7": "joindungeon catacombs 7",
"f6": "joindungeon catacombs 6",
"f5": "joindungeon catacombs 5",
"f4": "joindungeon catacombs 4",
"f3": "joindungeon catacombs 3",
"f2": "joindungeon catacombs 2",
"f1": "joindungeon catacombs 1",
"end": "warp end",
"drag": "warp drag",
"castle": "warp castle",
"da": "warp da",
"crypt": "warp crypt"
}```
any suggestion
dark auction
wait i got one more
wait how would this work
/pt does playtime
"cata": "dungeons %s"
Even after putting something after it
would that work?
it overrides it
Huh
Does pt work on advanced if you don't do %s
rip
also lily any way to run "dungeons %p" when you only do /cata
if i do cata it says "You did not specify the correct amount of arguments for this alias!"
any way to /cata %p(types my ign)
If you use simple it would work
For pv
Bruh
Tf
-------------------
Selected Class: Berserk
Catacombs Level: 33.54
Secrets Found: 6647
-------------------```
Nice secrets!!!
easy dub
dont mind poeff down there
he is just dumb
e
i still love him he carried me to pb
its bc im too lazy to get them
actually
its more of
when i get on the route
we get it you are bad
everyone already got them
wdym
hyp 3/4 storm wither goggles sheep/whale pet
sheep and whale cringe
why whale
black cat all the way
just spam hyp
i just love how thirty taught his dad to be youtuber
aight back to making my texturepack
Aggressively clicks mouse with colors
Make big Mac
Enchanted big Mac
after its made and its gonna have 10 downloads im gonna be happy
And add like a rubber black handle near the end
thanks for advice guys<3
With the black being lighter so it gives it a reflection look
I like pixel art
Dani intensifies
refreezys moment
continues to shove mic down throat
Keemu is this for normal Minecraft or hypixel sb
rate the fit
Yeah push the end up one pixel
So it longer
Handles good do just don’t forget Minecraft shading so the bottom should be a little darker and the top lighter
ye
And I believe the max size for Minecraft stuff is 512x512 pixels so go big
sec
For more detail
i am making it a little bit smaller so
Yeah I’m saying if needed you can
And you can make a gif too
wait
Alright imma watch anime now bye
cya!
what anime?
"pt": "p transfer",
"f7": "joindungeon catacombs 7",
"f6": "joindungeon catacombs 6",
"f5": "joindungeon catacombs 5",
"f4": "joindungeon catacombs 4",
"f3": "joindungeon catacombs 3",
"f2": "joindungeon catacombs 2",
"f1": "joindungeon catacombs 1",
"cata": "dungeons %s",
"end": "warp end",
"drag": "warp drag",
"castle": "warp castle",
"da": "warp da",
"crypt": "warp crypt"
}```
{ "pt": "p transfer ", "sb": "play skyblock", "end": "warp end", "monkee": "warp park", "cave": "warp deep", "pd": "p disband", "ca": "chat a", "cg": "chat g", "cp": "chat p", "co": "chat o", "sbm": "sb menu", "wd": "wardrobe", "pet": "pets", "f7": "joindungeon catacombs 7", "f6": "joindungeon catacombs 6", "f5": "joindungeon catacombs 5", "f4": "joindungeon catacombs 4", "f3": "joindungeon catacombs 3", "f2": "joindungeon catacombs 2", "f1": "joindungeon catacombs 1" }
can you not
yes
rip chat
macro keybinding
5zig
ew 5zig



