#general
3141 messages Β· Page 324 of 4
for no reason
literally the only thing in the nether is this portal and the clock runs at like 0.2x normal speed lol
ill just delete the nether since it has nothing but its still weird af
Cat just lock that issue
maybe timings if you want help with low tps in nether?
#paper-help
no, running the savefile in paper killed my nether performance in vanilla xD i dont care, its a test world
ive already deleted it
Does XenForo determine license validity through the install files or some other means?
Mostly asking because I'm about to try to dockerize XF
Oh damnit he made another issue
"bugiem"
lul
report him to github
I reported him for swearing, insulting in some ancient language
β
Oh, looks like the license is associated with the install
@acoustic pilot They have a way similar to something like that they can check
I think it associates with the domain too
So when I dockerize this, I should probably have it use my specific install files
Rip
wtf, why does VS Community edition force me to sign in after the trial period... are they really that keen to sell my usage information? 
blame the chinese
always
Just compile it yourself silly
suggesting to steal proprietary code from Microsoft servers just to compile it yourself to bypass a login
lol
what sort of stuff are you doing with vs?
making shitty c# stuff less shitty
is it worth trying jetbrain's .net thing?
dunno
Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux
the question that I ask myself more is if it is worth just recoding it in java xD
but I kinda want to get into C# stuff so Β―_(γ)_/Β―
but yeah, a kinda familiar IDE might help, but I wish I could just use IDEA as rider seems to change stuff like shortcuts afaik?
No
It's the same IDE
It might come with the VS keymap enabled by default, not sure, but you can change that
hm
Rider is basically just a suite of plugins
well I guess I'll just import my exportet IDEA settings and see what breaks xD
ok THIS is a pretty cool feature of VS: https://i.moep.tv/jpBK5urJ.png
stolen from sublime π
uh, it's even cooler than I realized at first: https://i.moep.tv/j7yncyGx.png Oo
is there an IntelliJ plugin for that? xD
if you have intellij ultimate you might even be able to install the rider plugins
In Sublime it's called a minimap, can probably just search to see
Yeah if they are both IDEA then prob should be able to share plugins
uh, yeah, installing the plugins might make it less annoying. is there a way to find out all the stuff that rider uses by default?
Go to the plugins list
yeah
I mean if it's IDEA then all you need to do is install it and look through its plugin list lol
Oh and yes, there's a intellij plugin for the scrolling thing
Then you'll know what to install in IntelliJ
meh, my goal was to avoid having to install another program xD
Get jetbrains toolbox
It's not like rider is anywhere near the size of VS, lol
O this serms nice
ah, the minimap plugin is called CodeGlance in IDEA
Ye
Sometimes i need to reference mutliples peices of code from thr same class
nice
And i always fprget where i left off
eww, that screenshot on the plugin page. How can you code with such a background Oo
Alt and left arrow
Best key combo
(I do use the eclipse keymap tho)
alt+left just changes tabs xD
aww, the minimap plugin doesn't have the hover preview feature :(
I should set a weeb background image
On my keymap it does back to last edit
Might not be the same minimap plugin then
Open an issue π
Hm, actually, gonna look for a nice fractal background to set
I'd buy
owo
can someone join my test server, I need to test the magic sword skill I am making
justdylan.me 1.14.4
no
just open two of minecraft
I said someone, not you
no
no
sweepy is sensible
someone else joined
no need to join anymore
now I have confirmed that what I made looks amazing
@dusk drift thx for monies
who's giving out monies
not me
ofc not you


What's the Bungeecord alternative to this.saveResource()?
afaik that's a java api method?
Is it? o.o
this.
@static badge seems like you were correct, apologies for wasting your time.
wait, it might just have getResourceAsStream and you'll have to save manually or something like that
I think it's in JavaPlugin but not Plugin
Not sure that bungee has a method like that
but basically what phoenix said on the classloader
Yeah I was trying something like Files.copy(in, langFile.toPath()); but that wasn't wanting to work. I'll keep looking into it.
Files.copy actually should work from inside the jar if you have a proper path
I probably just have the wrong path then.
use getResource and get the URL/URI/Path from that
this is how I load my languages: http://git.io/fjFPs
I probably just have the wrong path then.
pretty sure you can't use getResource() to list a "directory" in a jar, think it works on file system though
You can actually.
So was skeptical lol
Alright yeah it's probably wrong path cause it's the Files.copy() line that's throwing an NPE
Oh well yeah I guess NIO adds some options there
what you can't easily do is loop through all files in the jar root
well i guess there are solutions but it's a bit hacky imo
like opening the jar file as a zip xD
Okay so it sees the path actually, it's the input stream that's null.
still feels wrong over just using existing api :P
just use my language library
runs
Lmao. Okay yeah it's null when getting the resource as a stream.
Oh I Know why I think
getResourceAsStream() returning null means bad path
So in bukkit, you can do getClassLoader() in the main class, but in Bungee you have to do getClass().getClassLoader()
You can also just do getClass().getResourceAsStream() but you need to make sure you use an absolute path which includes a root /
If you use that ^
Yeah true, I'd have to rewrite it a little bit. I just think that's so weird that one can do it one way but the other can't.
Yeah I dunno why it's different either lol
I might just have to do the other way and have to rewrite this entire method.
Yes.
remember the first website you ever made?
Yes, it was very pretty. Some people called it cancerous
city pls it's a plugin from 2001
Honestly though, the store might be super cool but if the presentation is dated then, I don't know, it sort of takes away from the first impressions
Honestly though, I'd be interesting in knowing whether anyone would be interested in moving the whole setup process from a website, to a minecraft GUI + chat window
The whole idea is very confusing to me. Although, I am probably not the intended user then
you go make your mmorpg adventure and stop bothering other people
Oh. The website is also a part of the payment wall. Then I feel kinda justified to be critical. It's a part of the end user experience.
no u
Any edit outside of the main config files (config.yml config.php) and outside of the game will result in loss of support.
This is like those warranty void if removed stickers.
wow
Once an IP has connected connection_throttle_limit times within connection_throttle milliseconds, it must wait connection_throttle milliseconds before attempting to connect again.
what
replace connection_throttle with a constant integer of your choice
oh okay. That was very confusing
and same for connection_throttle_limit
got it thanks!
Nya
n cat
Has anyone tried routing server traffic through wireguard to bungeecord?
Im not sure why the server isn't responding when its on the wireguard subnet
Im getting cancer from wireguard, im going to try spiped now
wireguard typically βjust worksβ
Yeh no apparently it doesn't
are you sure itβs not a firewall messing with you? can you ping the hosts from both sides?
I can
anyways firewall is like disabled
oh wait wtf 100 packet loss on one end
the client side
thatβll do it
sorry no
wrong ip xD
using the correct ip it works
but minecraft still doesnt work
Minecraft 1.14.4 Dupe works on Realm, dupe all your Food γ
(DiscordBot) Minecraft 1.14.4 Dupe (works on Realm) γ½ΰΌΌΰΊΩΝΰΊΰΌ½οΎ - length 1m - 18 likes, 1 dislike (94.7%) - 582 views - X0Z0 on 2019.08.12
works on pper
not latest
welll shieeeettttttttt
Is there some tool for editing git patches? Was trying to edit a patch but got it corrupted pretty fast
π
@woven otter dont directly edit patches
Not unless you hate yourself
apply the patches, make changes in your IDE, commit changes using a fixup or something, rebuild patches
same idea applies
yeah
the problem is I sent repository to someone(some private project) with changes that were not committed but now I wanted to actually turn it into proper project and rewrite git history accordingly
anyways I guess I won't actually need to do that because found out that he actually committed my changes
stupid fuckup tbh
change history?
how exactly
just squash all his changes into one or something like that
Just wanted to change contributions so the history of commits is actually right
nub
wow bullying
So the server I help admin was having lag issues so I did the optimization guide and changed hard mob despawn to 96
and immediately a player is like "my farm doesnt work anymore"
and i ask what kind of farm it is
-.-
tell him he's a nub
mobmerge plugins with caps ftw
simplepls
I have saml, villager limiter, limitpillagers, and a farm limiter
@void void use per played mob spawn patch 
Its stable but the prebuilt jar doesnt have async
So you will have to build it yourself
meh maybe later
You dont need to fix thr patch
patch the fix
Just drop it in and build jar
fix the patch
Theres nothing to fix
hah first
Reee
im about to head to class but link?
2171
thx
yea stoopid dack
pretty sure saw someone using something like that
either it's for issues, was a thing at some point, or they were hard added 
maybe the bot is just duckist
let's blame duck
let's blame rayz
um let's not
duckist
no i disagree
oof
230 gb of memory
#BurnKashBurn
be nice to kashike π¦
CITY
Never!
CITY
u are a fool
u are a fool
you still have not replied to my dm
he has you by his paws
idk what u r talking about
haha
never even knew
i even asked you the other day and you said yea
Sorry I am too famous to remember everyone that contacts me
somebody get city a diary
yeah get a ticket and wait for your turn
that's true, i am minecraft famous tho
do i kno u?
basically a mojangster
Wait who's city
I actually did read the DM, but I didn't have any good answer for you π
I was gonna suggest combinatorics and generating functions, but that's kinda boring
Yea, sorta :d i found a nice one on cryptography so it's all good
That's cool π Good luck
thanks π
went to same high school as jeb but still bad
Okay but why did a Russian mmo website write about our server
because it was that bad
and a spanish one, and a polish one. We have a bunch of confused russians getting angry at us for not letting them speak russian π
You know it's good and you can't deny that π
No I can
stop lying bitch
ur a bitch
suck my macbook dongle
well okay fine
it was good
except when you teleported me back when I discovered edge of the world
you weren't supposed to exploit the world border .-.
exploit as in walk?
You should have done like all the others and spend weeks leveling up so you can collect apples and make cider
Explore within the map
it's within the map if there's no world border 
no
yes
well that's because they're not that dedicated
they were just hitting those pesky rats
where's fun in that
dedicated enough to throw money at us
they threw money at you but didn't spend any time playing the game
Can I steal your money
no I need to get my drivers license
and I want to get the canon 85mm f/1.2
actually guys subscribe to my onlyfans, I promise full frontals
no just poor
weird and poor
ok true
Poor and gay
lmfao what this is a thing https://minecraft.gamepedia.com/Element
minecraft on linux is a bug fiesta
pressing 2 and 6 while holding down shift doesn't work at all
it's for educational minecraft
apparently it's a LWJGL bug but i have the latest version
apparently in bedrock too?
idk it's bedrock
i mean i know the new education edition stuff runs on the same base as bedrock
but i thought bedrock itself was supposed to be vanilla-ish?
That's what the government wants you to think.
I am thinking about a very serious problem:
how to make a ecomony system in pure vanilla Minecraft?
Or maybe, with no to minimal plugins installed?
Inflation is a bitch
Deflation as well
well there isnt really an economy in vanilla, more like a trade system i guess
Yeah
Thus the system mentioned above could only exist in multiplayer
What kind of item could be the currency? Simple: Command blocks
like, what kind of formula should I use to determine the price of something
gold sinks?
throw it into the ocean?
they added chemistry stuff on bedrock
https://www.minecraft.net/en-us/article/update-aquatic-phase-one-out-now
Should the price go down exponentially if player/s sold an item too many?
before I fuck up anything else how do I revert the last commit so that it doesn't create a commit message
should I do:
git reset --hard HEAD~1 and then force push?
Economies are hard. We scale rewards and market prices to try to keep the economy stable, but it requires a lot of planning :/
Itβs an even bigger problem if thereβs a big distinction between early and late gameplay, as it needs to be balanced throughout. This is the case for progression based servers, no fun.
planned economies are for communists
Yes and we love communism around here
well the question is more if the bugs are worth the hassle (at least for normal players)
I guess it's nice if you want to give staff the ability to have a further view distance for screenshots or soemthing
also: > non spigot plugin on spigot Kappa
it doesnt work on 1.14
last time I tried that there where some issues with invisible entities, dunno if that's fixed yet
gets stabbed
dies
red juice everywhere
Last words: Blood is red because of communism
go away rayz
Whenever I enter the portal that is supposed to take me back to the overworld from the end, I get "loading terrain" and after a few seconds I get disconnected. Can anyone help??
why are you calling me fat
mfw

@jaunty oriole
Minecraft: Education Edition Chemistry features can now be enabled under Cheats! For tips on getting started, check out the Chemistry Lab Journal
Only education edition
it seems
Woot. Teaching the kids to make meth.
Where do I go to receive help on this server???
what kinda help do you need
Don't support payware, support freeware! Donate, don't buy. Not sure if anyone noticed, but the BEST plugins are all open source, and free, with donations accepted. (some do the pay for dev version scam tho) You deserve to get effed, if you buy in this market, its full of scams, viruses, malware, and obfuscated jar files.
It seems good plugin authors know something because they all do open source and free....... ... .
well, making a good plugin takes effort
I guess if you get money from it you get motivated and end up making it simply better
I just do free and freemium stuff.
Why would Via make his file editor plugin stop working 
Cause he knew Kenny would complain.
fuckity plugins do fuckity things
it's not enough to just make a plugin
you must make the plugin as prone to breaking as possible
It doesn't help that mc gets changed so much that it breaks everything all the time. MC dosen't improve that much, why does it need to break everything every release....
If you use the bukkit API then your plugins rarely ever break
Which is the purpose of the bukkit api
βDoesnt improve that muchβ what
Also yeah, using nms and expecting it not to break
Again, fuckity plugins do fuckity things
:^)
touch stuff you shouldn't and you reap the consequences
here's a dumb question, i'm considering installing the ExtraHardMode plugin, and one of the configurable settings is as follows:
based on the available information presented to me by this config file, how the hell would players ever be able to obtain cobblestone
if the only items that could mine stone (by default) are iron and diamond pickaxes, and you need at least a stone pickaxe to get iron (right?) how would you get the cobblestone to make the stone pick in the first place?
i just need someone else to look at what i'm saying and tell me i'm right or maybe that I am missing something important here
They would have to find iron in a chest in a village, and then punch a tree and make some sticks.
This is why it's "hard".
Or kill a village iron golem
So if someone chargesback, and they lose the chargeback, you keep the money AND they are still removed from the buyers list, right?
@cerulean thicket if you mine coal ore surrounded by stones, those stones become softened
ah yes, I didn't think abotu that since I didn't get a chance to really test it yet
that and I was thinking of much more creative solutions
namely that TNT turns stone into cobble (on the default settings)
which you can then mine

The walkthrough video gives a good overview of what to expect I think
https://youtu.be/4rGkxLnKmn8?t=68
(DiscordBot) Minecraft Extra Hard Mode Walkthrough - length 6m 50s - 130 likes, 7 dislikes (94.9%) - 18,582 views - Big Scary Games on 2013.11.01
@fallen oracle I don't contest them
but if a chargeback or refund occurs they are removed from the buyers list typically
Lit
Has anyone experienced a diamond pick with eff 3+ pushing them as they mine blocks
What should I eat?
.ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.
Why is the wood reflective 
maybe it's shiny wood
Also they announced that they canceled the super Duper graphics pack because it wouldnβt be available on all systems. Then they go out and make RTX shaders only for windows 10. Itβs crazy.
Β―_(γ)_/Β―
So apparently mining straight down with a high eff pick (or any tool?) will push your player around as you mine? Apparently it's a 1.14 bug?
Haven't heard dis just looking for confirmation
oh yeah that
its because of client and server desync
technically that was fixed in 1.14.4
I thought that was fixed
spigot unfixed it
LOL
ahh. nice
did vanilla 1.14 unfix block desync too or was that also spigot's doing?
the block desync?
no the block desync still happens but its just handled differently
Oh, vanilla broke that, should be solved in paper
Yeah I was just wondering if spigot fucked another thing
"fixed" is a matter of perspective/opinion
I mean, I'm on 173 and it's still there
I repro'd
And for some reason I can't start paper on winblows lmao
rip
rip den
alright fuck windows, lemm ejust see if mac is done updating yet
hyped for firefox again
simpl
wat
i wan a fren
i dont befriend ducks
yea
at least i dont run around and ask everyone for quack
I don't either. I sell quack
quackin me all up.
no
it literally is mc
π±
Citizens2 plugin with Sentinel plugin and Highwayman plugin .
I had to edit the citizens saves.yml file to get the npc Police to target the Highway Man, because the name had a space in it, and the console entry wouldn't take it.
ok i tested on a plugin-less 1.14 build 174 and it's not pushing me
could it be....essentials?
:(
pushing you?
eff3+ pick mining straight down pushes the player around on my server
but i can't repro on a test server
im dling all the plugins atm
wat fak
doest even happen with all the plugins
Apparently this is a "high ping" issue with 1.14, that's all I've heard, beyond that it's a general 1.14 bug that spigot unfixed. I can't repro on local test server, but can on this server which is hosted in france when I am in cali. So that kinda supports the theory to an extent.
@void void it's not mc what are you talking about ._.
It literally sounds exactly like mc
song has a piano
You ripper
...
This literally sounds EXACTLY like mc, sped up slightly with some clapping.
Also I draw a lot of inspiration from C418 sure but I have a ton of other piano songs, it's not like I straight ripped it.
If it sounds like MC I'll take that as a compliment ;D
I'm not saying it's not good, but I'm being real
It sounds like MC
It sounds like you opened the game, listened, and changed it slightly and put your name on it
Call you TehC418
Honestly all of my other songs are too kinda upbeat and I tried to be more ambient with this.
I've never been able to use percussion well or do subtle changes so I just made this at 2AM yesterday and just kinda let myself do whatever.
But I mean I'm not publishing it as a song, it's just for practice.
So if it sounds good-ish like MC then it shows I'm at least somewhat improving so thanks ;p
it's pretty gud
theme is a little repetitive but i like it
assuming everyone saw https://www.neowin.net/news/mojang-and-nvidia-announce-ray-tracing-support-for-minecraft already?
Yup.
rtx 
Interesting the push now to require win 10... more big corporate anti-trust garbage.
They paid how much for minecraft, and what do you know, now the win10 requirement just pops up.
hmm interesting
if I use a world#getNearbyEntities with radius 0, will it return an entity if the exact point is inside of the hitbox of that entity?
1.14 with real time ray-tracing
SEUS has ray tracing lol
I guess they got jelly of patreon for SEUS
jesus christ
I wonder if he ever thought of reaching that number
.. no kidding
He's making 10 dollars an hour every day doing nothing.
Not that he IS doing nothing, but I'm saying if he dropped off for a month and there wasn't any development for a bit, he'd still get paid.
preciousstones no 1.14 :( unless im looking in the wrong place
48k per month
Think how far back he was working on it.
Wait what.
That's $1600 a day.
lol
(DiscordBot) Exact result: 24449/365 - Decimal approximation: 66.98356164383561643835616438356164383561643835616438356164... - https://is.gd/YwO7P7
is this reputable? elmakers, so. http://jenkins.elmakers.com/job/PreciousStones/
So basically 67 dollars an hour.
HOWEVER you do have to think that Patreon cuts out a good percentage.
now calculate how much faster he reaches any of your monetary goals for fun
95% of 48898 is 46453.1.
Im sure its noice, but not really. Rich enough to get taxed to hell.
.wa (((46453.1*12)/365)/24)
(DiscordBot) Result: 63.63438356164383561643835616438356164383561643835616438356... - https://is.gd/OctQC1
He's still making 63 dollars an hour :peepoJuice:
Which means for doing nothing, Patreon is making 3 dollars an hour off of him.
I mean, I'm in debt ~7K and I feel like I'm drowning
But he can do nothing all day and make more than that in a week.
Like
I'm fucking jealous
I'm incredibly jealous right now, yeah.
the short answer is he's making more money than you
Communism doesn't sound so bad right now >:I /s
Communism doesn't sound bad until you're him LOL
lol
Some people are more wealthy than others, sure, but you gotta admit, he does good work.
He does good work and he's getting paid BECAUSE everyone wants it.
so then code your own shader, and advertise the f out of it?
I'm jelly even of 10% he earns per month 
Yup.
4000 a month is good living right there.
40000 a month?
hoo
boy
4000 a month I guess isn't amazing living but it's something.
And he did it right, got free popularity by givign it away free.
10% of that is still more than I made busting my ass at the bank
Assuming he's on patreon premium and has no discount, 12% plus payment processing. So that's $35200 minus ima say another 1K for payment processing but that is being liberal af about it. He still takes 34200 in that case.
Simple, incorrect.
He got it before the new pricing system, as did I for my patreon.
48K. I used 40, so holy fuck
You get grandfathered into 5%.
Well, then he takes even more
Yeah he does.
I already calculated it, https://discordapp.com/channels/289587909051416579/555469074080202765/613135951488876557
They just skimmed 2000 dollars off a month.
no u
listen to cat
anyone know if that elmakers preciousstones junk is reputable or not
or if i should just find a different plugin
that sounds familiar tbh
some claiming plugin
you place a sponge or something
i refreshed sonic ether's page and he's making even more now than he was 5 mins ago
Can't say it's really looked after these days
π π«
well look at the bright side even with that money he will die at some point
same goes for you though
even with it? think about it, he will need to change with the future..
its a job no matter what..
Whatcha need a claiming plugin for?
this server i help to manage
bloodshot has griefdefender
^^
players want to protect their builds, atm we just roll back with co
but is it easy for players to use is the question
The new claiming system I want to implement into Guilds will be pretty fucking awesome given I can do the calculations for it.
why not use a plot claim plugin like plot2 or towny?
simple refresh the page again
calculations? i'm interested
how the heck
20 minutes ago he was making 48898.
Now he's making 48923.
How did his monthly salary just increase by 5 dollars in 20 minutes.
you mean 25$ ?
HEK
Damn, spigot is getting hit with malware in the resources hard.
There's been like 4 of the latest new plugins posted are malware.
such as
Thats how i got my name.
A note about opensourcerers...
The biggest thing I have noticed that plugin makers do, is make a regular plugin that is free, and one that has extended features (mostly for large servers) that cost a fee. But the latest fad, charge for dev version, will die. It will make the free popularity go in reverse, unless they update the free version a bit too.
what if you make it open-source but premium π€
Solution: stop using other people's plugins. Make your own ;)
Thats the best method, for sure, get that damn java dev book out ....
Spigot needs a lot of improvement.
One thing is that I wish that each update of a plugin had the option to specify what version of MC it's for.
what if ebook cat
(like bukkit)
it's still a book
spigot for its popularity, youd think would scan the jars..
I'd preferably only use plugins that are open source and being able to sort through specifically only open source would be nice.
Also, "scan the jars"
Do you mean manually or automatically?
i call ebooks.. books
Because if it's manually they'd have to pay people and that's not great..
I need to test my sword skill plugin, can someone join my server, I promise you won't regret it
An auto scan would always need revisions from manual efforts.
Common methods of obfuscation would be the first step. Those immediately flag a human review.
That's a good idea.
crypto. yea ok, lets have a human see this... no thanks..
Apparently a lot of the malware lately in the jars has the same MD5 hash
So why not just block the hash
wow
"they can change it" yes but they've been using the same hash apparently for weeks now
lol
If it's actually a bit, maybe a human isn't even interacting with it at all
Bot*
Just block the damn file hasj
Hahs
Hash
How can they have the same MD5 hash?
Even ONE slight difference would have an entirely different hash.
geez. even i could figure out how to scan a pub directory for md5 hash and delete..
I'm just going from this https://www.spigotmc.org/threads/list-of-found-malware.389467/page-5#post-3523010
Are you saying that the plugin jars are literally the entire same?
Or is it like.. what they're posting publicly?
I think what it's trying to download / the malware
oh okay.
They are apparently reposting popular plugins now with malware in them
I wouldn't mind having a higher post requirement to submit resources
so they would need a jar test box. ran through a proxy network
Billy?
Some people just want to watch the world burn
do you have time to check out my magic plugin
Bug yeah, hidden code in a free plugin is a red flag
Why not jsut block new plugins that are not verified by owner history?
Can only submit if you have 200 posts or higher
..
Forums don't let newbs post etc...
No D:<
.typing
Bruh I doubt I even have 20 posts wtf
That just means that billy average won't be able to upload
Wtf
man 200 posts seems high. I agree that it should be higher, but 200 is a bunch
200 posts mfw
Damn bot
rlly, no one wants to see my plugin which adds magic to your server?
200 is a tad too high.
Don't put it 200 posts minimum
I was kidding
Currently busy with others Dylan.
That just means you would need to make a bunch ...
10,000, take it or leave it. Only Brett can submit resources.
Oof

Insert /s here
take this /s
What about 15,000?
I don't think it needs to be that much...
Thank you
That way the forums will be dead.
what about
Everyone will migrate to PaperMC forums.
.wa 10^100^10
Win win here right?
(DiscordBot) No results.
well he tried
No because md_5 would be able to post.
Just use the Spiget API to download all the new resources and check the decompiled code ez
But cmon, new author account created, and new plugin uploaded. NOT SUSPICIOUS AT ALL?
I'd be fine with a 10 post minimum.
There have been a few with older
cant get em all
What about a setting like discord, "the user has to be in for at least 10 minutes before doing things"?
The goal is to catch em all
But instead of 10 minutes make it months or something
AI
Can only go so far though.
till then...
Make it as long as the premium queue 

Oh y e s
That'll give us about 5 weeks
Make spigot scan every jar with virustotal on upload
you're plugin haven't been accepted yet?
virus scanners apparetly don't see the various obfuscaion methods due to the plugin downloading a change through encrypted connection
No it has, but it took about 4 1/2 weeks

I had to go pester one of my inside sources.
Make it so you can only post once md_5 has replied in a thread you posted earlier
Now that's something
make it so you have to be contributor of paper
make it so you can post only if your resources have good reviews
0 new plugin developers
but also
0 malware
Poor ezProtector tho
newb rules are not new. its amazing how spigot has none?
What is your typical go-to decompiler to check resources for malware?
It's a free market
Luyten (yes ik it's a GUI for other decompiler but I don't remember the name)
so because perhaps users are required to make accounts to download specific plugins, they use those same accounts to upload fake plugs later? get rid of the signup requirement? less user management?
I usually use luyten
noob rules really don't deal with the issue too much, tbh
Beyond giving more work for the resource staff to do
intellij has a great decompiler that even supports the new java versions
but look at the upload dates of the plugins and the creation date of the users...
it sometimes produces weird results though
Resource staff actually auditing things (or server owners also auditing things) sounds like a more realistic approach
it's mostly good but there are cases when even jd-gui is better
I have both installed in case one dosn't work or produces weird results
fernflower/procyon are nice
jd-gui is nice if you want a fully decompiled project ready to open in eclipse in 2 clicks that all you have to do is fix some variable declarations for arrays and it compiles
but everything else about decompling with jd-gui sucks if you want a decent readable code base
You know something's weird with a Java decompiler when it's called "javadecompiler"
Like yeah, we got it already /s
that's some nasty obfuscation right there
Yeah
compare that to all the free opensource and popular plugins and you can eaisly find that sucker
also how will that work if the config and plugin.yml is in the package and not in root
@acoustic pilot I'm eating too much food here
I'm not gonna make it
offtopic but I just got into scented candles and i'm addicted already
I always seek if there's open source software for what I want because they're usually of sane quality as commercial ones with the plus of being free
So this plugin is pinging CurseForge for updates 
regex all known good plugin. if plugin is TOO simple ?
bytecode-viewer is nice because there are few decompilers in it that you can use as well as ability to see it as hex and bytecode
also ability to export it etc
UwU
I'm really confused. https://www.spigotmc.org/resources/chunkloader-fast.70507/ this is Buycraft.
Like, I decompiled the code and it's literally a buycraft jar
Who needs bytecode viewer when you have javap
javap is overrated
wait what glare?
Javapp
I can't wait until they start using the Skript Obfuscator trying to post malware.
actually using IJ is nice but not cool if you want standalone decompiler
skript obfuscator 
@potent warren
tbh it depends on your application, which decompiler is most convenient
Its simple, tons of vps's running cpu coin miners/dos bots?
that's just wrong
lmao
the user thinks the vps sux, and the vps service provider sees heavy cpu / bandwidth and dosen't care since they can charge more...?
hmm interesting:
https://i.imgur.com/AgBmR7q.png
I'm a simple man.
I see duck I pull the trigger
What the fuck
other than payware , why obfuscate?
good question lol
heheh
The thing that made me lose my shit was this
throwback to #decodevision
@woven otter oh, the plugin needs to be in there
The dude said it needed a secret key in case you LOST YOUR SKRIPT
bRuH
How the fuck do you lose that and how can you not just unskramble it?
the plugin unscrables that and then loads it
Just read the memory
hmm I wonder how hard it is to write unscrambler for that lel
Challenge accepted
bRuH
I don't even know skript
other than payware , why obfuscate?
why obfuscate at all
Nick
not everyone sees the opensource light?
Do you have time right now?
you're making life harder for other devs for extra 5$
I made magic in minecraft
and for yourself
and using free sites like spigot to advertise your payware... yea, i don't go for it...
do you have time to help test?
I could try giving feedback with a video.
I can't join myself, but a video is probably a good idea. π
Videos are also useful for when you want to see all the progress you've made along the way.
obfuscating skript, sounds like the most dumb idea of my life. if you are dumb enough to use skript but yet smart enough to know how to obfuscate, i'm sure you could spend the couple hours needed to learn basic java and make the same thing in java and not have to obfuscate
hey great idea for obfuscation:
make everything use JNI and obfuscate any C code necessary lel
@woven otter most users wouldn't even know how to decompile C π /s
no need for obfuscation if you have no licence for your project + a lawyer
no need for obfuscation if you believe in conscience
but muh extra 5$ from premium plugins
one could just modify the Skript plugin and have it spit out the loaded file
oh nick you're right
sounds like a obfuscator-detector plugin is now in demand.?
I think my plugin is overloading the packet queue
I'm actually curious how it works considering i managed to unscramble it pretty fast
Infected wdym
git yer live cd out
Dylan is it that particle thingy plugin
is there a linux live cd hasher for modified files?
Wat
what
You can write a script to compare the hashes
or use git bash
? How is using git bash relevant lol
file hashes?
I was talking for all files in the system.
yea, to run before and after.
https://i.imgur.com/GlBoZxc.png
from git bash
Well you can run it on an interval and compare
@woven otter yes now do it for every file in a folder periodically... Lol
well make a script then?

