#dev-general
1 messages · Page 576 of 1
member -> m
role -> r
¯_(ツ)_/¯
code is not public, so, if I understand it it's fine 
you should name your variables so that everyone can understand them. member_member_yes_it_is_a_member_member
it is good practice
Until you mess it up
I've seen many cases of people with dumb variable names having issues because they got the wrong one for .. well not naming them right
yeah. fortunately only had to work with those once and even then it was a mess. it wasn't my code
that's one of the very few things I'm glad I learnt in school
it saved me so many times
in school I used to have like thisTypeOfVariableNameBecauseItIsGood
well, I just tend to use shorthand variable names for streams, since they're often long as it is
yeah, I could probably find some of my old code like this from lectures as well
not as bad, but, still
xD
whats wrong with it
me myself and I
like the variable names or something else too
it's not too bad in that case I showed, but
the way teachers expect students to use variable names is sometimes a bit absurd
Also the braces are wrong
is this java?
{
}
``` gang
C#
yeah, well, colors
colors?
Visual Studio
oh
default color set
Allman, uppercase methods, fucked up conventions, checks all the C# criteria
ik xD
why does c# do that 😩
#882530562278064160 #882530561141375026 more ppl that most in both 
Blame Bill
yeah, once I switched to Java I noticed how weird is pascal case
oh u used to use c#?
well, I started from C++, then in university we started with C# for OOP
oh
then for data structures we started using java
and, got into java since then
C# lives in memories
🥲
I'm here for my daily duty of defending allman
allman is { } in newlines, correct
this is allman. yes
I'm guilty of allman usage in java
good
one of bm's wrongest opinions
more concise
they both bad
that too
jeez
lol
vsc shm
🤮
just imagine
🤮
using vsc

better than Allman
ooh the git blame i love it
also, this is one of the best conventions out there
personally, this is the best curly braces placement out there
so clean
Haskell
lol
all this strawmanning, we still know you use allman 😠
thank god we have women in stem
Beautiful
Let me re-write that for you!
you just saw
cleancurse code
That is kinda clean with the indenting
Why do I get a NoClassDefFound error with LegacyComponentSerializer
with adventure, but things like Component work?
show build.gradle 🤷
ah
u need to add legacy serializer
implementation 'net.kyori:adventure-text-serializer-legacy:4.8.1'
i think
that should work
Ok thank you
np :))
@ocean quartz is season 4s protagonist reiner? 😬
Nah, just shows a lot of him
Don't want to spoil much though
lol
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css">
<li><a href="index.php"><i class="fab fa-twitter"></i></a></li>
<li><a href="index.php"><i class="fab fa-tiktok"></i></a></li>
<li><a href="index.php"><i class="fab fa-youtube"></i></a></li>
<li><a href="index.php"><i class="fab fa-discord"></i></a></li>
<li><a href="index.php"><i class="fab fa-reddit"></i></a></li> ```
How about now, all icons work other than the tiktok one
that's even more outdated...
I'm using a craftingstore theme i was provided with.
so the font-awesome is whatever they originally included.
ok
that doesn't change the fact that it's outdated and as a result of which, doesn't have the tiktok icon
yeah i just realised sorry 🤦♂️
so what's the best way to proceed
with getting it updated
where do i access that; sorry if it's a dumb question.
did you have the stylesheet - <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"> doesn't seem to work.
link works fine for me
it causes all icons to not work for me ?
nvm
we're good now, was taking ages to upload - thank you!
@prisma wave dis your cousin?
😌
Like
Code:
String test = "Test"
Console:
4
yeah, I want to reduce it from O(n) to O(log(n)) at least
I don't think O(1) is possible though
wait. what?
found that code on internet
I was like, '... what?'
truth is people do shit like this fr
lmao. it took me a second to figure out it is a troll tho.
Where do you find these people wtf
wtf even is this lmao
Welcome to the Minecraft Community!
Should I even mention the place?
Spigot discord?
Probably not
Matt
does eating the warhead titan mean eren can use its power as the attack titan now?
No
Yes sir
Well kinda
😮 😮
Thought it was for all those powers
oh weird
confusion
In that case the warheads powers seem kind of useless to eren
Pretty sure he can use it willingly, only founding needs royal
Yeah well maybe not, Im unsure lol but that’s what I thought at least
Ah
Like he doesnt transform into the other titan right?
Just the power to create weapons?
https://paste.md-5.net/radiqexewi.java
another beauty from the same place
He transforms into attack titan and uses the Warhammer powers
I can’t go near him without getting accused lol
what.
the.
fuck?
huh
Heard the Matt titan is really powerful
Good movie
Exorcist: Extended cut
Yea, hidden away due to its powers
M0dii u got dev role?
There were originally the 10
Yes, it has the power of weeb
Yup lol
🥲
Ah okay I’ll send it here than also
the queue
These queue reviewers need to step up their game, lazy bastards
ikr, bad queue reviewers!!!!
😂
yeah, uh, I need help, but, you will just have to guess what's wrong, because I don't share my personal code
thief
Ofc, what else did you expect? If you cant use your seventh sense to calculate his previous and upcoming keystrokes, are you even a developer?
🥲
Step 1: Become staff
Step 2: Talk with Piggy
Step 3: Never show in the channel again
Step 4: ???
Step 5: Profit
When you have an nda but can’t figure out how to fix your own nullpointer
Oh it’s that simple?
Rip that kid
how does one unpoint a null
the what
what's a null
imagine having null
😌
https://i.imgur.com/MYUlA5L.png okay codacy I get that my placeholder expansion is messy 🥲
how do i use the stratos world generation plugin with purpur 1.17 ?
oh k
nah. you're messy
oh 😳
dkim
I saw that dkim
Anyways finally is always executed
yes. if the catch handler is not good
like you're trying to catch the wrong
exception
So even if any error in let’s say the catch block gets thrown like
try {
} catch (Exception e) {
throw new RuntimeException();
} finally {
//will always run
}
it will still execute the finally stuff
If you would have it in the finally block, if something was thrown in the catch block of if a non Exception derivative was thrown the finally block will still run
Finally doesn’t always run
?
If the program is shut down during the try/catch part, then the finally isn’t run
There’s a shutdown hook
Yeah turn of your pc sure but logically shouldn’t happen unless you’re a complete dodo
finally can override return :)
Yeah make sure to always have return null in the finally block
😬
Pretty sure the same for break and continue
probably
I stg discord...
I accedently bought nitro classic instead of normal nitro (it wasn't my fault, long story), and so I decided to just use it this month, and not boost my server.
now I can't join another server until I leave like 50 because of the nitro full limit
which isn't in classic?
lol
like classic is supposed to be full without boosts, no?
nope
not even any stickers
man i enjoy having an early supporter badge
it shows that i put up with the hell of old discord
also, anyone want to help me with dumb typescript stylesheet stuff? 😄
🔪
Don't speak of that again.
A lot of folks in the PHP community have been checking out PHPStorm lately, including myself and most of the developers I work with. We love the code intelligence we get from PHPStorm, but still miss the speed, quick boot-up, and convenience of Sublime Text.
Before I blindly assume PHPStorm is the only way to go, I wanted to see: Can I bring th...
hypertext preprocessor is a fun language
modern syntax
good integrations
Does anyone remember the proper way to turn TextComponents into Strings. I have an ItemBuilder which accepts a TextComponent, but on Spigot I'm not sure how I could change it into a String so I can set it onto my ItemStack
LegacyComponentSerializer
(net.kyori:adventure-text-serializer-legacy:4.8.1)
@ocean quartz does your Gui framework remove the GuiItem uuid nbttag when the player takes the item from the gui?
noyes
It does not afaik
yeah. it does not
^
Do you think it would make sense to add some code to remove it in case the item is taken from the GUI (asking because items with different NBT tags does not stack)?
I don't remember who, but someone asked about this not long ago, I said I can add a strip method or something like that
But not remove automatically as that would be a bit annoying
What I normally do when it comes to using items that are removable is to use the storage gui and add slot actions instead of item actions
'twas me
But as far as I saw, there is no method that allows to insert an item onto a specific position that accepts item stack, not even in StorageGui
Hmm something i can definitely add
Though you can get the inventory and add it straight to it on the storage gui
do I have to call update or something like that after I add the items direct to the inventory?
@half harness what about now? xD
not rn
but. what about now?
I'll think about it
you think a lot Ic
lol
that is some real funky templating stuff
datagrip is so nice 😌
I just tried it
for the first time
I needed to inspect an sqlite file from prod. servers
Huh, looks exactly like the built in system in Intellij Ultimate 
Does it have anything that the ultimate version doesn't?
its free?
It isn't
@eternal compass
not needing to use it in an IJ Project :p
and its free for me with student, so 🙃
yeah 😌
Ah so it's basically same thing
Also IJ ultimate is free for student too
right, but why use it inside of ij when I don't need to?
I do use it in IJ when I want to though 🙂
How do I set an item to a slot in a different page
with triump-gui paginated gui?
I know i know, was just wondering if there was something new to it
You don't
Just wondering, whats the reason for that?
bcz
Technical limitation, there is no concept of pages until it's opened
Oh
Why not store pages and just open those?
well it can load sqlite files... idk if IJ can
so I can just double click and boom
ij ultimate can too
Don't think it stops a few things, better to just cancel
Oh ok thanks
I'll probably end up adding pages on my own once I get back to my computer
at home lol
not sqlite files instantly?
I have ij ultimate
and I tried that
it errors out
im reasonably sure it can
since i used it in my most recent commission
extensively
It can, Jarry uses it
Lmao
yes. smh
Barry's 5th cousin
man. I love it. I have so much work that I don't even know from where to start so I end up spending the entire day doing nothing bcz I'm not able to decide from where to start.
like on my desktop?
I can just open with IJ
and it works?
Yeah
When i get back to pc I'll show you
Been using for a while, like a year or so, it always worked
but it never used to
or #development
hello!
Not configuration help
ok sorrz
that already exists but not Javascript
goodbye
the String formatting expansion or whatever it's called
it is for java16
i need java8+
both java8+16
papi turing complete
yeah Blitz just made an API for every string method lol
soon™️
use a modern version of minecraft lol
Joshua I think your issue is still relying on a turing machine
yes!
Try one built on the wonderful lambda calculus as instructions instead
yeah let's get some lambda in this bitch
papi expansions are just glorified functions
I mean, most of them are actually
pure and everything
Good choice!
Also, idea on improving the current js expansion for the memory issue
Instead of creating a new context for execution on every evaluation, how about running each script as a isolated function in the same context
what about deleting javascript from existence and using kotlin instead 🙂
"(params....) => {\n" + script + "\n}";
😳
there is a kotlin extension btw.
didn't sx write it
sxtanna 😔
Thats what he was referring to
made by our dear sx
sadge
lol
everywhere i go, i see his face
Did he add you?
of what
stranger things???
soon i hope
seems there are more episodes to come out in 2022
Attack on titan
oh lol
Stranger things 4 is coming this november I think
Nah, there is a Final season - season 2 🥲
oh wtf
xD
Im still absolutely confused with everything that went down
How is zeke using erens supposed powers?
oh fuck yeah
Oh get ready to get even more confused when you watch the last part
You already saw it?
It's because of the founding titan
I read it
Yeah and Zeke has royal blood, so he can use it
Get ready for the last one then, it's even more confusing 🥲
I thought the condition was having the founding titan and being of the royal bloodline
Idk man, the author doesn't like its own rules
Not my favorite anime for a reason
I liked it all until season 3 ended
I wish it was just about paradis nothing more
🥲
There was so much to be explored in there
There is a giant city under the city
That's where Levi is from
They already showed that in s2 I think?
Yeah
Just didn't get explored
Watch Attack on Titan: No Regret
Whats that?
Best AOT content they've made
It's Levi's backstory
Oh, is it a movie?
An OVA, so 2 episodes
Kinda, the Levi one i canon though
😮
isnt like anime in japanese or smth
most
y'all wathing it for own pleasure or what?
i dont understant the point in waching it if u dont understand the language
subtitles?
Well you can get it dubbed I think.
I've never watched it myself though, so I could be wrong
its good entertainment
I like ghibli
I can't get into most other anime
the main japanese stuff I like is their food
that stuff is soooo nice
it really is
Ain't huge, just long legs
^
why the hell does tabnine remove the ability to press tab
Try pressing 9
@obtuse gale vertical
so for https://github.com/dkim19375/ItemMoveDetectionLib I want to add support for dropping items with Q, so maybe by adding a boolean in the event, anyone know what I should name the boolean?
since it already supports dropping items by picking them up and dropping them outside of the inventory
but I want to make a way to detect the difference between those two
and I don't think a boolean named droppedWithQ is a good name 🥲
or droppedWithoutPickingUpItem
anything that's similar to this but not super long? 😂
dWpUI
nvm, turns out that I did implement something to detect those drops, but only if the inventory is opened
ill just merge it with DROP_SELF
I would've said a tri state would've been better
Or multi state, since it's scalable, and you'll just need a new enum entry for some new idea
no better feeling than logging onto your alt account to sneakily recommend your own plugin in a reddit thread just to see some stranger has already done so 😏
node js for backend oke?
absolutely not
what you recommend
anything but node

php 
why not
JS is bad because it's JS
PHP is PHP
honestly any other language would be fine
go, java, typescript if u really wanna go down that route
um
what other languages exist
python, i guess
ruby!
ruby is nice
underrated
ruby fell off
i like js 100x more than java 😔
L
java 🥴 🥴 🥴
understandable
Kotlin 😌
kotlin > all
sorry bm
but
kotlin < haskell
typescript
ye i ll use ts ofc
dkim i will shoot you
o
if you know js you can create papi placeholders = profit 🙂
hi, in which channel will I be able to ask for a small help
depends what. plugin config? #general-plugins, placeholderapi? #placeholder-api, development? #development
oh thanks 🙂
If you know Java or Kotlin you can create expansions with better more efficient placeholders
Jython
kotlinscript expansion 🥴
😵💫
haskell expansion
AAAAAAAAAAAAAAAAAAAAAAAAAAA YEAH
The bot noticed your opinion was WRONG!!
loose the bad word and we'll be good
link detection is aggressive at the moment due to all the steam/nitro spam scams
Should I buy VPS that will be in my house or should I buy online VPS?
Renting means you don't need to take care of the hardware or power bills
What languages should I use for front end / back end for a website
Elm for frontend and Haskell for backend
Ok thanks
true!
I like react/vue/angular/svelte + spring/express
Ok thank you
Also if u can use typescript, I urge you to use that instead of javaskript
Ye that’s all (:
because its javascript with a type system
Oh
Typescript bad elm good
Well TypeScript is like Java but better


no
BM bad Fred good
proof?
is Hrypton finished?
no
But
That's not important
Given my plan was only to get the server list ping working, I consider it finished + a great success
so
sit
Given my plan was only to get the server list ping working, I consider it finished + a great success
So you're an underachiever
therefore bad
therefore fred good
gitkraken good?
I agree
😮
how could you betray us like that
skull
water gun?
yessir
just ask!
what plugin?
the worst are the I!iii!III1III111I ones
yes. but still
one method that does a simple replace literally goes thru 20 classes 30 methods and 10 variables
can't find a deobfuscator for it either.
like all I need is one... one method. to offset a symbol
what's funny is that some methods are literally given away by the built in messages/errors xd
Couldn’t you use something like a deobfuscator
tried
Oh fair

what obfuscation this uses
I bet its like something custom
that's obfuscated with another custom obfuscator
that's obfuscated with some random obfuscator
xD
🥲
the decompiler also lets me to go 1 way but not go back to references
yo. anyone know if there's like some unciode characters that offsets text somehow?
what are you decompiling? lol
what do you mean?
found another way. but basically you know how you can have custom images for fonts in minecraft, people do that for like background of GUIs. And by default it would be placed to much to the right. and I was looking for a way to move the iamge to the left. found a font that gives you basically - pixels. so it offsets the images/text to the left.
yo
what was the thing called
there was a website
that would basically allow you to find more updated versions of a repo
or something like that
or was that the refined github exptension? I Forgot
oh
there's literally a button
called Find usefull forks
oh that sounds really nice actually
i spent a lot of time opening every fork to see if it had any actual commits
where
it might be with the refined github extension but when you go to the forks page
aah
@heady birch how u doin? xD
any chance u gonna OS kb any time soon?
the write/erase animations break with hex colors 😦
When PAPI3 is out
well. that's not too long then
2030 is coming up soon
true
It's coming out "tomorrow"™️
anyone knows a good way to split a string in "somewhat" equal parts?
let's say I have a string
this string is for testing purposes, I just need to split it
I wan't to split it in two, but I want the first part to be at least X length
Substring length / 2
if it's longer, then split in 3
if you want the first part to be X length, just traverse the string until that point, then to the next space, and split there
ex. what I want to output
str1 would be this string is for testing purposes,
str2 would be I just need to split it
and so on
Will it always have a comma?
!
int minLength = 4;
String[] split = str.split(" ");
StringBuilder sb = new StringBuilder();
for(int i = 0, curr = 0; i < split.length; i++, curr++)
{
sb.append(split[i]).append(" ");
if(curr > minLength)
{
parts.add(sb.toString());
sb = new StringBuilder();
curr = 0;
}
if(i == split.length - 1)
parts.add(sb.toString());
}
First line is length 6, second is only 5
so you want it to be split more even or what?
no, for some reason the first line is longer
than all the others
my brain is too fried today to figure it out
It's basically text wrapping
when you have one long like like
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce tristique turpis at odio fringilla, non efficitur leo feugiat.
```
I just want to wrap it nicely
```
Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Fusce tristique turpis at
odio fringilla, non efficitur leo feugiat.
```
Well, anyways, I think I fixed it.
Hey -- currently having this issue when I paste in a schematic of our spawn the server just crashes and 1/4 of it pastes or none of it at all, and it breaks some of the warzone for some reason.
I think there might be an issue with the world edit but honestly I have no idea, hoping somebody here can give me a pointer
(btw #general-plugins for the future)
use FAWE or AWE & WE, worldedit just places the blocks really quickly, wheras FAWE and AWE slows it down
FAWE does some stuff to make it even faster, but some plugins might not support it since it's a "fork" of WorldEdit
and don't crosspost
so @half harness ?
._. not rn
ok
gonna try and recover all that
fuck.
the problem is not even the hard work bcz its not a lot. its my bad memory. I forgot what I changed
fully cleared the drive
no. I went thru all files like literally 6 times.
but this one I forgot about
for some reason
its the only thing I Forgot
I remember it was like 3 commands that were basically 5 minutes to make and a couple spelling mistakes that I fixed
don't remember anything else
That’s wrong, FAWE does not slow things down
really?
oh 🤷
i haven't used it in a while
but its still faster than WE
(by faster i mean doesn't-make-your-tps-0-or-crash-the-server)
It just threads the block changes
In some ways yes it is slower, but it has less of a chance of crashing your shit
It’s not slower, it just doesn’t try to do everything in one tick
Where do you even get this
that's what he probably meant by slower
like spreads it out
It’s still faster as it has less overhead, uses multiple threads and a few very bad hacks into nms code
I‘m maintaining FAWE to some degree
@half harness good news. I believe I atleast uploaded the jar to my remote server. so time to decompile.
very poggers
hello @potent nest
have a good evening
uh oh
What?
You too!
😄
me too!
yes!
I was trying to ssh into my server. took me a minute to realise its offline.
@half harness bad news. turns out for some reason I have an old version on the dedi
could anyone help with my smp
» Give the helpers some details
» Ask suitable questions
» Be polite
» Wait
Yes
here i will dm
Not here
I'm so fucking confused. why the fuck do I have an old version on the dedi? I fucking tested it. what's wrong with me.
how are you in here?
Is my discord glitching or something? It says you have no roles
i have no idea whats going on anymore
New user
Lol
Lmao
good news @half harness. I actually have the updated version. I've got no idea how I got the old one.
idk what happened
I just downloaded it, opened and it was like a 2 months old one
closed connection, redownloaded and it was good
well first time I used command line
so maybe that's the problem? tho I really don't see why
angular vs vue
Task :prepareKotlinBuildScriptModel UP-TO-DATE
Could not resolve: io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT
Could not resolve: io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOTBUILD SUCCESSFUL in 27s
Last time, it was that I should use java 16, now I use java 16 and still, same shit
someone save me please
1 sec. sending paste
build.gradle
yes. yes. 1 sec. well more seconds
imma try invalidating ij cache.
nope. didn't work.
blitz
btw. in File | Project Structure I have this:
Project Settings | Modules | Dependencies
set the Java sourceCompatibility to 16 as well
is it not compileJava { sourceCompatibilty = JavaVersion.VERSION_16 }? bcz I am either doing something wrong or that doesn't fix it
no it's not that lol
in groovy you can put it at top level scope I think
just sourceCompatibility = JavaVersion....
ty
I use another plugin too: https://github.com/gradle-nexus/publish-plugin which lets me automatically close and release.. but if I try applying it to the api module, I get this error: ```
A problem occurred evaluating project ':api'.
Failed to apply plugin 'io.github.gradle-nexus.publish-plugin'.
Plugin must be applied to the root project but was applied to :api
:/
and if I put everything in the base module, it starts building all the other modules, so I stopped it just in case it uploaded the entire jar :p
Has anyone gotten kotlinx coroutines working with jigsaw? Im just gonna do the async stuff myself since jetbrains has added absolutely no support for jpms(the stdlib is fine, idk they wouldnt modularize the kotlinx stuff too)
Could be specific on the actual issue?
Show me your buildscript for the subproject?
Why are you using apply plugin?
so that i can run the task in the api module
nexusPublishing {
packageGroup.set("io.github.dkim19375")
repositories {
sonatype {
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
username = project.findProperty("mavenUsername")
password = project.findProperty("mavenPassword")
}
}
}
```and so that i can put this in there
in the base I use plugins {}
plugins {
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'maven-publish'
id 'signing'
}
Just put that there, you only need those in the subproject it makes no sense for it to be global
Without apply?
Did you remove it from the base project?
yes
Show me both again
Remove publish and signing from base as well
oh. new LTT video with Seth Curry. I believe that's like a basketball player or something.
cool
alr
btw
base: https://paste.helpch.at/huzimawoce.cs
api: https://paste.helpch.at/bikafapomi.cs
And that's still not working?
nope :/
Huh, no idea then
rip alr
do u know an alternative plugin/method?
SQL is going to be the death of me, I swear.
sql is a joy to work with!?!?!?
GraphQL 😌
i'd like to see MattQL continue the mattopoly
oh fucking lord
Me thinking SQL is just going to be declarative shit
Our professor calmly introducing outputs and looping
😔
Absolutely disappointing
:)
Soon ™️
Tbh i thought about reworking Exposed's Dao system to reduce redundancy
I'm working on a hypothetical backend change to guilds to do real relational data and I'm already at 14 tables iirc
Hello
I’m having a problem
With discord
Is here a discord moderator that can help me?
not a discord help server 
Oh
Just a help server on discord
we should get some discord staff on here for this
who joins this server thinking that there are gonna be discord staff? (no offense, RiN) is it advertised weirdly somewhere?
if you google "discord help chat" it shows up as the first non-article
¯_(ツ)_/¯
and the name is "HelpChat"
*depending on region
o
Its at the very bottom of the list for me, after all the actual discord help stuff, but alr
^
i thought the server was called Papi help chat or something lol
It also says this though
not for HELLSHOWERS tho
lol
same for me
idk why yours says minecraft community 🥴
Imagine a place
nvm got removed by staff 🥲
Not really sure if this is the channel to ask it in, but I'm looking at creating a custom score system based around a players kills and KDR, like an average of both combined to form an overall score.
Anyone know of a formulae I could use to work out that said average?
I.E you get X points for killing someone, Y points if your KDR increases and -Y points if it decreases.
Can you give some examples of what it would look like? ex. if a player had a .5 kdr and 100 kills what would your custom score be
Haven't been able to figure this out, is there a way to * hypothetically * bypass a force-resourcepack plugin?
Wym?
A plugin like this https://www.spigotmc.org/resources/force-resourcepacks.10499/
That's the thing, I'm looking at having the plugin work it out automatically based off a formulae.
Idk if that's possible?
Would it be better just to have the top players judged off kills xD
Or KDR
Not really, that's basically impossible to bypass.
Rip
well sure, but thats like no info to go off... Im not the right person to ask about how to judge a players skill level anyways, do you not have an idea in mind about how you want it to work?
If they have a custom one why would you wanna bypass itz it's obviously custom for a reason
I.e custom menus etc.
Honestly not sure, might have to ask my friend. Because I'm going to have a scoreboard which has top 10 players and their "score" but I somehow have to have a formulae or way to define how X and Y create the score.
X being the kills, y being the kdr
What are you trying to figure out, custom texture packs aren't hard
Most of them use ItemAdder smh
not without a mod (which btw that's also a vanilla thing now, forced resource packs)
The server I'm testing on still uses old method pretty sure
Yes that's item Adder
Wait which server is thay
They might be doing the Chinese character method
No it's not.. mineclub isn't using itemsadder
Righteo
Is it paper with CustomModelData and they made one for each number?
Personally i wouldnt include kdr into the judge of skill, since a player can do really poorly for a couple of years, get a terrible kdr that will never be able to get higher than 1(or something) and then could be very good but has no chance of getting onto leaderboards
Hmmm so would kills alone be enough
This is what I originally asked myself, until I opened their resourcepack
The comma is seperated

