#help-development
1 messages · Page 443 of 1
4mb when shaded
I just think they are great tool that should 100% be considered api
Can someone help me with how I should gradually move a entity with no AI gradually in like 5sec to another location?

we dont need more malware-able things
not everyone would know its a thing
I wonder if the malware situation is different on forge and fabric
I don’t hear much about it there, but I’m not active in those communities so that’s probably why
password stealing
I’m going to go with 2 reasons
- Security
- mixins are based on the implementation, which isn’t api
I don’t know about MDs thought on it though, I don’t think I’ve ever seen him say anything
dang
breaking news, this just in
mr spigotmc doesn't trust its users!!!!!!!!!!!!
I mean spigot has a much lower barrier to entry than other modding api's
which is just kind of a fact
john spigot
i thought it was jack spigot
my whole life is a lie
do the mod loaders do something to ensure security
No
I’m not really sure what the security impact would be
You can already do a ton of stuff with http libraries, asm, etc
its a possability that md would just prefer people comitting api
I'd need examples because I'm not sure what'd you'd mixin for spigot api lo
I mean the thing that I’ve been looking at lately is pistons moving tile entities
true thats kinda specific
It’s a hard thing to provide an api for because it’s basically either an on or an off
Bukkit.enablePistonsMovingTileEntities() would be kind of weird
yeah that'd be basically coding the entire plugin for you
:p
I’m sure there’s definite use cases for mixins that wouldn’t really make sense as an api
But idk if it’s really that many
have you talked to anyone about the possability of doing something like that without having to fork the server
Not really
I think that'd be an interesting discussion
#general message
I still have to discuss whether I should actually PR the inventory title change API
Choco has commented on it
Ah you mean the thing based on kind of a weird quirk in the client
yeah but I don't think they'd patch it after this long
It seems like a fairly quick api to make, so even if the PR got denied I don’t think it would be a huge time loss
I've never made a PR before lol so I'd have to set everything up
Fair
you just clone it and run .applyPatches <path/to/buildtools/work/decompile-1237151826518235612856128612/
You can also just run buildtools
you won't even need makePatches.sh if you don't change NMS classes, probably only craftbukkit classes
Handles it all for you
yeah but then you gotta adjust the git remote
anyway, both only takes a few seconds
Hi all, I managed to get my weapon to book enchantment swap plugin working, however the resulting enchanted book can't actually be used to enchant other items and has blue text instead of yellow like its supposed too. Any ideas?
I develop against spigot-api and spigot-server
The only problem with that is I need to be careful not to commit the old spigot-only patches to cb/Bukkit
yes
bukkit for the methods in the interface(s), craftbukkit for the impl of that
It’s kind of weird having 2 copies of each
I'll just ask questions tomorrow if I run into issues
lol
I haven't installed vscode yet
I just switched to fedora today
yeah they should be combined in a parent pom in one repo
bukkit-parent
| - bukkit-api
| - craftbukkit
Don’t forget to run mvn package with -P development :p
yeah otherwise people will complain that you missed a space before a paranthesis lol
does CraftBukkit use moj maps
no but you should use them
not using the maps would be braindead
no
Has anyone got any ideas for this? Cheers
I can't post a pic
?img
Not verified? Upload screenshots here: https://prnt.sc/
?paste
!verify
Usage: !verify <forums username>
make one, or use imgur etc
When showing code, paste is always preferred over screenshots.
no toothpaste :(
what am i supposed to make my cereal with now
apple juice
You really should be using .equals for comparing materials not ==
no that's evil
didnt you play on going to sleep
yes
... why would you use .equals for comparing materials
they are in an enum
I guess if you wanna future proof
i am unable to can sleep
damn
what does your enchantment return for "conflictsWith" etc? also custom enchantments will never have any proper translation associated with them
but its not a huge deal to go back with ctrl + shift + f and change it all
yeah well than in that case I don't see why .equals would be better at all
That bits not the problem tbh, its just the fact I can't use the enchanted books because its not actually returning me an 'power i enchanted book' Its returning me with an enchanted, enchanted book if that makes sense?
if (Erdi.hasCondition("undable.to.sleep")
{
erdi.setCoffeeInput(0)
}
you are enchanting the book, instead of adding the enchantment to the EnchantmentStorageMeta
enchanted books are not enchanted
Yeah that'll prob be it
covfefe usually helps me sleep ironically
damn
Is it easy to implement?
cast the itemmeta to EnchantmentStorageMEta, then use addStoredEnchant or whatever
must be a bug in the matrix or smth lel
Ok done it and it works, but as you say it doesn't work with custom enchants unfortunately. Is there a way around this at all?
Spigot custom enchantment api when
Can someone explain to me why exactlaclty this is even necesarry
Sender can be not a player
how
It may be an entity, a command block, or console
oh
Can custom enchants be detected with getEnchants?
idk about the custom enchants, its someone else's plugin
you could try looking at its source, by either decompiling or going to whatever the source code link on the plugin's page leads you to
hmm, its excellentenchants so they might be something on the github i suppose
Will ask on discord 🤷♂️
good luck
is it possible to change the color of a nether portal? like the april fools update
to my knowledge, not without a mod
Without a resource pack, no
maybe custom textures? 🤔
or a resource pack
i will search about, thanks 🙂
good luck
With a resource pack sure, you can use custom model data and leather horse armor
totally forgot about resource packs lol
Yeah you wouldn't be able to change the block itself. It would have to be a colored item or something
The portal block doesn't have a color state
Hi ! I want to make a things when player click on a custom black glazed terracota with a custom id or a way to do it and hen we click on it a custom inventory interface open
Som1 have and idea how ican do it
Store some kind of PDC on the block* to identify it
https://paste.md-5.net/yurasaxira.coffeescript
Sorry just got home
thx
they should have added the aether dimension
can you guys explain me this? https://www.spigotmc.org/threads/nms-setslot-packet-fields.598455/
Someone gave me a help a time ago, but i forgot
No reason to add another dimension when the existing ones still need work
Particularly the end
multiple half functioning things make one full functioning thing
it's math
what are mixins
basically farting code into stuff through bytecode manipulation or smth
sounds fun
It’s a library that uses ASM to modify code at runtime
it's 3:25 and my brain is on battery save mode, i definitely worded it weird
Without you having to write bytecode
yes what coll said
x)
aight thx
no problem i take all the credit i am the sole contributor
jkjkjkjk
i think i fucked up my friends lobbysystem
eh what ever its his plugin so he will have to fix that
seems like a text encoding bug like the one we saw a few hours earlier
lol
is you using UTF-8?
i had the same problem a time ago
its not my project i importet it wrong so probally not
lol
And this is why you always specify an encoding in your project config >:((
x)
The newest version of eclipse keeps yelling at me about encoding
welcome to the club
so I'll just make empty methods for my team to work on and just do everything else
3:31 for me
Lol
same
good thing i dont use eclipse
sleep deprivation gang lesgo
agreed
man if i ever become a parent i'm gonna have a hard time naming my child judging by how i name my methods and classes
thanls
Are you saying I can’t name my child AbstractStorageManager
kid4afaf , come done dinner is ready
how tf a plugin can weight 2.9mb
cheseborger lots of cheseborger
2022-12 I think made it so that if you don't explicitly set an encoding it will throw an error. What they failed to do however is make it not throw a warning if you have your encoding set at a workspace level -,-
cheseborger??!
yes.
Favorite plugin from now
I have my workspace encoding set to UTF-8 but that doesn't matter because it wants it set explicitly on each project in my workspace... which defeats the entire purpose of a workspace encoding. So I disabled the warning
"modifyArrayTempForeverThreadSafe, it's time for nappies!"
(don't ask)
lmao
can i still modify a inverntory after opening it from a different class?
probably maybe
i open this inventory from a different class but i want to change the head to the opponents head wich i can only have in the commands class
i was going to debug my plugin that has the vault api integrated without having vault in my server, im a good
how the actual fuck you open a inventory from minecraft to excel
its just a sketch lmao
Hey Microsoft owns Mojang now
Maybe we’ll get some cross program functionality with excel soon
finally i can slay the enderdragon in powerpoint
What?
[20:39:14 ERROR]: Could not pass event InventoryClickEvent to AnvilRPG v1.0
java.lang.NullPointerException: null
at cirosanchezb.anvilrpg.AnvilRPGPlugin.onInventoryClick(AnvilRPGPlugin.java:297) ~[?:?]```
Code: ```java
if (event.getCurrentItem().getType() == Material.LIME_WOOL) {
ItemStack slot11 = event.getInventory().getItem(11); // Line 297
ItemStack slot15 = event.getInventory().getItem(15);
if (slot11 != null || slot15 != null){
if (mats().contains(slot11.getType()) && slot15.getType() == Material.ENCHANTED_BOOK){
if (econ.getBalance((OfflinePlayer) event.getWhoClicked()) > 1000){```
Inv:
well at least i got my items back when i closed the inv lol
What’s line 297
ItemStack slot11 = event.getInventory().getItem(11); // Line 297
Yeah with the MINECRAFT() Excel function
you onto something
Excel is a fucking steroid-based calculator+
they should hire you at microsoft
lol
And then add guns!
maybe they will finally put some effort into the updates and not only the april fools versions
@young knoll wanna know smthing funny?
i literally just re-build the plugin
and worked
💀
skill issue tbh
Like Mojang why didn’t you finish waterlogging
Why don’t we have movable tile entities like bedrock
Plz
yeah 😭
i feel like mojag should just hire mod creators tbh
wait really?
Yep, a lot of their recent hires are modders
damn
Gnembon is a hire, they made the carpet mod
Kingbdogz made aether
Dinenrbunny started Bukkit
if you ever say "This game doesn't feel like vanilla anymore" Its because they hired modders overthrow mojang and fire them
Fry, Gnembon, Kingbdogz, to name a few
The panda guy too. I can't remember his name
Starts with a u
Yeah you can see that they have modders when looking at the april fools update
uPanda
xDDD
the april fools update was crazy this year
Meh
yh fr
They are always pretty cool
yeah
L get friends nerd
They made a block that only works in closed spaces, which intrigues me
They had some things like the disguises and especially the model scaling of entities that
should just be in the game on default
yeah I know
Maybe we’ll get them
I wonder why they aren't natively in
Ulraf. Just remembered his name lol
They do tend to keep some April fools features
what did ulraf make?
No actual gameplay use i suppose
Custom dimensions from winfinite was kept
Xilefian as well
still useful utility
when did all this hireing happen i didnt hear anything about it
doubt they will ever have direct gameplay use
but they are hella useful for creators
Mojang didnt care about utility for years now. 1.19.4 was one of the updates in a long time that
had actual utility in it
fr
Mojang has always been decent to the community
the company we don't deserve 
Data driven biomes in 1.16, data driven structures in 1.18, display entities in 1.19.4
RGB in 1.16 as well
Im sure they could do more, but it could be much worse
i gotta get back to coding see yall
We dont need much more before we can mimic mods with plugins + a resourcepack.
Native support for custom widgets and custom blocks.
Custom blocks plz
we still need custom blocks :(
Looking at you bedrock edition
oh finally learning all the excel stuff will become useful other then for a spreadsheet

they don't need to do anything with excel
just add word
you can do remote code execution with that anyways
:P
They should have kept log4jshell
yeah lowkey
yeah
yeah but unlike excel you don't need to learn much to use word, excel on the other hand you need to learn how to call things from other cells and other pages and even at times from a DB
but all that stuff is only useful exclusively to excel lol
does anyone know if there are any unused pixels in the minecraft skin png?
I just want a lil magical pixel where I can set a color for automatic detection
like
Call it using what i just got there?
*here
is there a weird corner I can just set a single pixel?
which is why they should just add word support imho
that way we have the best of both worlds
there is certain ways you have to write excel stuff to get values from other cells or other pages of a spreadsheet
This sounds hacky... no way to add metadata for this?
They should make all the code data driven
well
Don’t question how
I can create a .yml file containing a single color that I should match for
I'm doing a funky system where you can replace certain colors in a player's skin with another skin
Make all the code interpreted
kinda like transparency
JavaScript
but skin layers already use transparency for other stuff
Only the outer layers
as asked early how can i edit parts of my gui now
minecraft skins are 64x64. There is many of the pixels that are not used
Then i would store metadata with the skin instead of hiding data in the skins texture...
wouldn't say so
hmm
you can put binary data in other places if you want
as I said the skin file is 64x64
or hardcode a color
so that means all the areas that are not used you can essentially put whatever data you want
file name is gonna be used for something else 
I really want to avoid making a .yml for a single color
Does anyone use the Mineskin client from inventivetalent?
It looks like its broken... Can anyone confirm?
my team made our own wrapper
Looks like the pixel at 0,0 is conveniently unused
Yeah im about to do that as well. Just wanted to make sure.
and we're on the process of actually improving so I can get you a private thing like tomorrow
this makes sense
avoids the math with 0's
Eh ill just Jsoup query the api
i love soup
copilot learning real good
🪲
alan walker
I got it today after pair programming with a buddy and thinking it listened to our conversation
Anybody netfilter expert?
whats up?
The future is now
dude i read PRing as RPing
me omw to roleplay at the spigotmc forums
I want to run a task async on kernel space, and I want to pass in arguments, how can I do it?, There is no struct or any definition on kernel API docs
There is a high probability that you should use something else.
What are your plans?
The spigot RP club meets underground in the outback on thursdays
you would need to create a driver that loads at boot time
otherwise you can't access that once OS loads
wdym
kernel space is protected
nvm forget it
Kernal Space Program
kerbal?
From where do you want to pass in arguments when running somethin on the kernel space??
better question is why are we wanting to access kernel space to begin with lmao
crazy to think I worked more on a single day than the entire past week
this week's invoice is gonna be good 
kolonel sanders
not saying it is impossible to access kernel space, but in order to do so you would need a driver or module at boot time to load to even have the ability to do it since once the OS loads, nothing else is allowed to access that area, at least not without causing some kind of kernel panic
centukcy phried tchikcen
Ah i thought you mean cli arguments
nope, I meant queue_task function doesn't get any arguments unlike pthread_create in user space
Well it gets a reference to a task and a timer
can someone tell my why in the output the clay etc aint collored
alright well that guide is on creating a kernel module which is inline with what I said you would need to access kernel space 🙂
Oh sorry
do note though, once you create your module you will have to define it in the appropriate places with modprob and place it in the area it needs to go in
Struct task has a data parameter with type of void pointer nvm
I think I haven't looked close enough
You pass color to the method but don’t do anything with it
Because you never apply the color on the meta?
You dont use the colour parameter
Look in the function
This grey means unused
yh i got my mistake xd
👀
All humans make mistakes
some humans are mistakes too
Well then they're not humans, don't bother humans
Bruh
maybe the universe was a mistake
god spilled coffee on the control panel and now here we are
In the beginning the Universe was created.
This has made a lot of people very angry and been widely regarded as a bad move.
Drop the negativity you are a great dev
and im sure a great human too
mods please allow me to send stickers from other discords
i wanna use my capybara stickers
become a nitro booster
You gotta boost for dat
aight bet
nvm im doing that later.
capybara.
broke
bloke
indeed
mood
Comma confused me for a second there
Geh schlafen its after 4
Thought it was €3600x
leben am limit
luckily not
oh you can have a negative paypal balance, TIL
PayPal will send the debt collectors after you
yeah I've had negative paypal balance before
paypal doesn't send debt collectors under a certain amount
mine's sitting at about a hundo rn
That’s what you think until the robots come
I know a guy that used a fake passport and got 32k in debt to paypal and they just don't give a fuck
he also got another account 16k in the red
a friend of mine got a letter bc he was 50€ in debt for like a month and he had to pay more
at that point just buy credit card infos bruh
oh dope, i have a business acc
what is a business acccount foir
They want my ssn and a blood sample
don't you have to wait like a year for that
Idk where I’m supposed to put the blood
business
no
(tldr no clue i just chose it bc fun)
Usb slot
ah
damn rich boy
flex
and that's about it
yo same
that card is a lifesaver though
Kroisos
gives cash back
paypal is my bank 
about 100 euros and like, 7 cents
well
i gotta go beg for money in vr chat or what
yes
homeless ingame
I have cash on multiple forms
what
how tf do i get me a paypal card
got like 40 bucks on the wallet, 50 bucks in crypto
Lightning fast reaction times, diggin out messages from half a decade ago
10 bucks on the bank 
*40 bucks in crypto
usdc
Just havent seen you in a while
*30 bucks in crypto
send them your blood, your birth certificate and your first born
how do i request one
business card is easy
damn i gotta be a parent now
my bad bro i have bad reaction times
make a business account in one of the few approved countries
and verify your identity
that's it
i talk in general i stay out of help dev
also add a bank maybe
I worked for a crypto company for a while. They throw with money around them like crazy...
But mojang TOS bombed them
are they approved in germany
I feel you
was making like 8k/mo during peak season
i have a business account
google it
i just have no clue how to request the card
go on your business app center
It makes me feel like im reading code from Bettanation
can't rn bc on phone but continue
thats not what i wanted to nkow
Decompiled code be wack sometimes
oh dope thanks!
damn nice
Yeah but the logic still gets all wacky after decompiling
also great that i dont get a single german search result despite me literally living there
you're simply inferior
Why doing castings?
Som1 know why i have this error with the code :
https://paste.md-5.net/gijojihetu.cs
It supposed to open a chest inventory
The code :
https://paste.md-5.net/aruralitux.java
name field/variable is null
What this mean ?
random question. Will they leave the files for the april updates in the next updates?
Doubt it
20 decimals
Also remember this is spigot support
Its a spigot plugin too
That’s pretty good
Here are some links to get you started on learning Java:
- https://www.codecademy.com/learn/learn-java
- https://www.sololearn.com/learning/1068
- https://www.learnjavaonline.org/
- https://programmingbydoing.com/
- https://docs.oracle.com/javase/tutorial/java/index.html
The last one is the only official one, however some of those concepts assume that you already know a bit about programming.
Shh
would be funny if they did ngl would make a moon plugin very simple
NASA only uses 15 digits
There is a moon plugin
it seriously seems like I'm the only one abusing middle clicking
Therefor we can java to the moon
Didn’t dinnerbone make a moon plugin to show off the old worldgen api
IntellIJ becomes really powerful once you get a mouse with middleclick, back and forth buttons
damn good to know
and illusion's approximation:
It's a fuckin circle
I only assume pi is tasty
Why java numbering is so bad?
What
But do im lyeing?
make an enum with 1000 values and solve it yourselv
I can not even remotely comprehend what you are even on about...
I remember that old java bug where 72 == 29
I meaning that java number formatting is really bad
And that why Java is not used for banks backends
That is straight up not true... You remember Goldman-Sachs collections?
A whole primitive collection library from one of the biggest banks?
Java is pretty much the dominating language in the enterprise space
my brother worked for the company that owns my country's ATM network
the entire backend is done in java
Why not brainfuck
between the ATMs themselves, internal tests, even the mobile app
even lidl's self checkouts use java
Imagine if you would use C++ and something segfaults because one of the
system has a weird OS or processor...
3 billion machines run java
I've seen one run into an OOM error
probably got a memo leak
I can imagine that too.
but their new machines are hella responsive
you just pass the product near and it's instantly scanned
unlike other automatic machines where you gotta spin the object for half an hour
they had a static reference to World
Aww shit
Reminds me of a mem leak i found because my laptop only had 32G of ram but all the senior devs who
wrote that piece and ran the unit tests had 64G so they never encountered it.
my laptop only had 32G of ram
mans flexing on us
my desktop got 32gb
:/
there's always that one mf at work with a laptop that got 128gb ram
Mine has 16
Was issued by the company. Still have that thing. Never gonna touch it. Its apple garbage.
Battery probably dead as well because i never hooked it up...
I have a spare laptop
might sell it

mcdonalds increased their prices
the cash would be helpful
Do you have omega long fries as well?
Yeah same here
but I get a borger and then add extra meat
and then nuggets
and it comes out to like 12$
shit's expensive nowadays
2 tuna cans, a coffee and a red bull was 10€
Havent been to mc for years...
haven't been there since like last year
I'll finally be free from my studies like
next month
Yeah i got salad for 99c and 2 weeks later it was almost 2€
and I'll have time to actually cook
as I did a lil scheme with school to be an intern at the company I lead
so I don't have to get an internship elsewhere
I actually have a salad-riot-threshold price after which i will simply
go on the streets and riot.
Unpaid intern and CEO
salad is cool but it doesn't fill me up
ngl my lunch has kept me satiated for way too long
I pack it with tons of proteins. Tuna and Mozzarella.
it never filled me up but I haven't felt hungry in nearly 10 hours
a few
grilled chicken with uhh
some fries
I usually get fries + rice
but don't feel like eating rice today
You... eat fries with rice?
Just a weird combo
So that’s what fried rice means
and chicken on the side
yummy
Rice can be kfing amazing on its own. Just slightly seasoned
with some rice vinegar and sesame
I'm not a fan of vinegar
I'm very bland
put salt on everything and you're good
well
for chicken I like salt, pepper and garlic powder
classic
if I don't have garlic powder, I usually have garlicky breadcrumbs instead
Vinegar is the worst smell ever and I will throw hands over it
salt and vinegar chips slap
nah
Thats what i made today as well. Just some chicken and steamed brokkoli/paprika
I love the feeling of my insides being punched
sour cream & onion are decent
that's as healthy as I get
I can also get a chicken toast at this nice place that's a bit too far
Steamed hams
gotta walk for a solid 40 minutes to get there
And dont forget the burning sides of your mouth that feel
like you are about to become the second joker
or pay like 5€ for an uber / bolt
but I'm homies with the owner
went there for my birthday
it's so good
when the guy figured out it was my bday fucker just went "SIDDOWN" and I was like hm ok
then fucker busted out some candles and a sweet potato brownie
Yeah when eating chips i usually like plain sea salt, salt+pepper or salt+vinegar
and punched the fuck out of me
for chips
uhh
sour cream & onion
or cheeto sticks are cool
sea salt also slaps
ehh sea salt
I hate cheetos...
the curly cheetos are bad but the ketchup stick ones are goated
they're ass if you eat them too quick
you just put them in and appreciate the flavors
primark got the cheetos drip lately, too
never seen anyone buy that shit but they sell cheetos tshirts
Appreciate that juicy taste of E 620, E 621 and E 622
idk why primark had the decent idea of having handicapped models for this specific photoshoot
E
12 bucks
I avoid meat canyon like a plague
I usually succumb to intrusive impulses and watch them out of curiosity
wtf is meat canyon
Do you put a lot of effort into avoiding the plague?
Fair enough
Warning! Dont watch if you are easily disturbed.
||https://www.youtube.com/watch?v=5eI82NoasTM||
Merch - https://meatcanyon.store/
Patreon - https://www.patreon.com/meatcanyon
Twitch - https://www.twitch.tv/meatcanyon
Instagram - https://www.instagram.com/meatcanyon/
Twitter - https://twitter.com/meatcanyon
Main Channel - https://www.youtube.com/@MeatCanyon
*Its youtube
it's 4am I'll skip
I mean its on yt so it cant be that bad, right?
we're talking on discord so you can't be that bad, right?
Whats that supposed to mean 
I've seen videos of people getting murdered on youtube
So it's not a safe platform
discord is not a safe platform either
as wholesome as it may seem
that emote name though
bet you just typed cocks out of instinct
Yeas there is nothing else on my mind
Dangerously

Cheesy
and why is it called :cocksquint:
because it makes people type the word cocks
cock
I love how typing cock comes up with badminton
It’s a shuttlecock
we call it a feather here

Ok what the heck is Birdcord? An actual doscord server about birds?
yub

google personalization
I do not use node
we had a "technologies of information" class for a year that was:
- basic html
- microsoft excel
- microsoft access
I would rather categorize it as a tool to taunt and torture people that believe they are about to code
I'd understand if we didn't already learn such topics since 6th grade
and some of us as early as 3rd grade
but still wacky class
Damn we didn’t do html until 9th grade
Get those dank excel macros going
nah it was more like
I had a couple classes that retaught how to "use" computers
and excel and word and whatnot
I was already coding by elementary school
I only enjoyed the first one because they did typing tests and I was the fastest in my class at the time 😎
a measly 90 wpm
Well sorrrrry I wasn’t born with an iPad
we surprisingly never did typing tests
Smh my head
but I was the fastest
I'd be so fast that I was tasked with like fuckin writing shit for my classmates (we had to look at the board and write it on our notepad)
I can also be fast by just randomly hammering my keyboard
was like 110wpm
400wpm easy
I hurt my hand in 12th grade forcing myself to get a 170 wpm on monkeytype :(
rap into TTS
🙈
Geez minecraft still had their April fools discord icon
fun fact I was using a 2001 monitor until about last year
Imma bout to call the police on em
With an electron acc?
We had CRTs all the way into highschool
my high school still has CRTs
This is what it sounds like: BLULRRHURHRRGH.
Merch: https://phoenixsc.store/
Cape: https://store.badlion.net/shop/PhoenixSC
Female villager resource pack (by
HDget00): https://www.curseforge.com/minecraft/texture-packs/female-villagers
This channel is powered by Shockbyte s...
taskbar burned in
Peak performance
https://paste.md-5.net/uyucisigat.java
Som1 know why when i right click the inventory isnt displaying ? I tried with hopper but i want to create an gui into a chest and only allow to put item in slot 11 and 15 and when a fire resistance potion with a custom pdc is put in slot 15 if the item put (or the item going to be put) have durability to repair, it repair and the fuel is clear
Som1 know how i can make this work
My boy Ben
You should create at least 4 or 5 new classes for this.
Its pretty messy.
??
who
Yeah idfk
that's apparently the trend with zoomer humor
You are not registering the class as a listener. Thats your problem
random useless sounds over something completely unrelated, and people laugh
anyone know a good friends and party api im lazy
OrientDB
since Cauldron is deprecated as a Block type...how do we set the level of water in a Cauldron in 1.19?
I think it was Leveled or something
Water cauldron
let me check
Leveled would make sense
Yes levelled is the block data
"Levelled"
WATER_CAULDRON is the material
For water cauldron yeah
Levelled was correct, thank you
memory people
already got all the code in place 🙂 just had a lot of places to look, figured it was faster to just ask
You don’t know every byte of spigot?
Man they just let anyone be staff around here
the only thing I know is that my email inbox is depressing
Mine is mostly spam from university and Linkedin headhunters...
And i dont even want to look at my other mails because they are probably depressing as well
XD true
Free jobs!
Yes but i want to program for my blocky game in peace. Corp is boring
After i get my masters ill probably do way less with mc. Until then i want to at least finish one project
I'd get my masters but it seems kinda useless for most jobs I looked at

Prob just looking in the wrong places
my inbox is outgoing job apps and nothing else
Have you tried just getting hired
and some bank statement stuff
I really only want to get it because i got a position in a limited section. "Applied Research"
Focus on machine learning and AI. And i thought that it surely doesnt hurt digging a bit deeper
into that.
Well to work in programming you don’t need in depth knowledge of the CPU
You need in depth knowledge of how to write code that’s just jank enough to work
Unless you're doing some C++ or Assembly
For C++ it's useful, Assembly it's a must
You can get away with just dabbling with python
I spend too long making code that works ok
I'll sit there going
for 5 minutes thinking about a design, and then wing the rest
the same way I wrote my papers in school
except I was actually good at writing papers
||| code courtesy of the tf source leak |||
Music: Hall of the Mountain King
channel discord --- https://discord.gg/8TYgJhwA7S
channel patreon --- https://www.patreon.com/shounic
channel tracker --- https://trello.com/b/L3B65jUX
[ todo list / current progress on upcoming videos / channel roadmap ]
feedback --- https://forms.gle/bkuGF6attQrRPc6o...
Every time I try to learn to properly use unit testing, I end up not doing it 
just like trying to properly use a database for data storage
I’ll need to remember that skiptest line for building spigot
lol
I want to see the comments in Minecraft’s source
Probably //FIXME: This registry needs a registry. And freeze it. Nobody changes minecraft anyways

Thankfully you can just unfreeze them 🤓
BrewingStand.setFuelLevel(int) doesn't seem to do anything, and I can find no guidance on what range of values are used here. I've tried 1 and 10, but neither seems to add any fuel to the brewing stand...anyone smart wanna help? 🙂
is there a way to differciate between not existing players and players that are offline?
use offline player and #isOnline
OfflinePlayer#hasPlayedBefore()
thx
If you really wanted to know if it’s a real account at all
You’d have to query Mojang
Hi, reflections needs to have nms (in maven) or just i can call that class and its just fine?
If you aren’t directly referencing the class you don’t need to depend on it
Ie Class.forName or whatnot
so if i do Class.forName("org.bukkit.craftbukkit." + ver + ".inventory.CraftItemStack")? in this way i shouldn't call the class directly but with the Reflection only
Mhm
How taxing is querying mob data? Like if I need to check / change an entity's nbt value every tick is that going to cause a lot of lag?
Probably not
I believe it’s all pulled out of NBT when the mob is loaded and then saved back when the mob is unloaded
so the persistent data container (I think) is saved in memory for each mob while the server is running?
only for loaded entities
ok, it will only be querying for entities currently in combat so that should be fine
I thought I knew what I was doing with this cauldron thing, but it's only getting more confusing. Why are there Material.WATER_CAULDRON and Material.CAULDRON .. what's the difference?
but if it's empty and I want to add water, I can't seem to figure that out
You need to change the type
if you scoop all the water out of it ?
Turns into a normal cauldron I assume
I cannot fathom how that's useful from a coding perspective, but I'll give that a whirl, ty
it's easier to change the entire block Material instead of just keeping it a water_cauldron with a water level of 0...just baffling
what if you wanna put something else in there 😜
seems an odd design choice
so, testing confirmed
a water cauldron, by default, has water level 1, and if the water is removed, becomes just a Material.CAULDRON
very odd design choice, but solves my problem, ty
i saw some plugin can change the color of the moon, how its possible and what packet they are using to do that?
You can’t change the moon color without a resource pack
seems possible https://www.spigotmc.org/resources/bloodmoon-advanced-custom-mobs-items-life-cycles-events.75095/ , i know the plugin doesn't use a texture
i don't think
because then all the time the moon should be red




