#general
3141 messages · Page 1837 of 4
you get to see the assembly at least
is there a tutorial on reading heap dumps somewhere
that's pretty much it
to get to the bottom of a memory leak
You could look at hprof, or some other tools
YourKit has one as well I think
use spark
jhat as well, there are plenty of options
do /spark heapsummary
the free version tends to explode when you do that
if that isnt conclusive
install MemoryAnalyzer eclipse
do /spark heapdump
and open the heap dump in memory analyser, itll say right to you "leak suspects"
this is what im lookin at
one question is why are you looking at your heapdump
private github repos be like
lol
ain't just private repos
look at the commit message triangle kneny made when updating Paper
this happening every 10 hours, almost https://media.discordapp.net/attachments/685683819608670209/927364801536098374/unknown.png
i was thinking about this in bed last night
what if somehow a chrome update got pushed that wiped the drive of the pc it was installed on
the backupening
what if somehow a firefox update got pushed that wiped the drive of the pc it was installed on
why would that even be a thing
That's why you never automatically update things, and make sure things are stable before updating
it doesnt need to make sense
though i guess the new minecraft launcher has/had that issue so your imagination isn't that farfetched (At least from what i remember)
They fixed that pretty fast
well still doesn't change the fact that it was a thing
Yea, true. Shouldn't have existed in the first place. 
:P
that one doesn't have a decompiler, only disassembly
this seems to be taking the most memory by far out of everything
Work provided license 
they're the only ones with a decent decompiler of course they'd milk the hell out of it
I've tried using other tools, but I always end up back w/ IDA.
Nothing can really compare to it
wait you have licence?
I have licenses to quite a few tools
jealous af
for c# .net decompiling?
where do u work
Binary Ninja is another one, it's pretty good
For myself, at my desk
you spent 3k on ida pro licence?
Business expense :^)
strong flex
Binary Ninja is pretty good too, I bought it not too long ago w/ their student discount (makes it cost $75/year instead of $199/year)
they decompile code to their own IL-ish language
The amazing John Hammond tells us how to get into Malware Analysis. Learn about jobs, what you need to know and much more!
Menu:
0:00 ▶️ Pretty sketchy stuff!
0:37 ▶️ Welcome John Hammond
0:53 ▶️ Don't divide cyber in your mind
2:00 ▶️ John's day job
3:17 ▶️ Hacker's crafty methods
4:02 ▶️ Will AI take jobs away?
4:55 ▶️ How do I become like yo...
bro watch at this timestamp
he is staring at me
and it's still easier to read the Ghidra 
I'd still pick IDA any day, but Binary Ninja is better than Ghidra's output by a few hundred miles
but at the end of the day, its personal preference
if you can get used to Ghidra's output and you like it, go for it
intermediate language
is this some c-type language?
IL is just an abstraction layer to put it simply
i hate lazarus/free pascal. it is so difficult for me to understand, and my teachers want to teach us that.
I make the things they want me to do in lazarus, for which i literally take 2 weeks, in like 50mins in c# .net
pascal looks ancient
right?
Most things that are taught in schools are ancient 🤣
like bro, why pascal
does anyone know how online interpreters prevent people from doing malicious stuff? one idea i've heard is running the code someone writes in a docker container
but our school is upgrading to ssd's and 8GB of ram
The high school I attended had an Assembly & robotics programming class, was pretty boring.
this shit literally look like COBOL
never seen Python or Java taught in my school(s)
or better said, we go from hdd's and 4gb single-channel ram to ssd's and 8gb dual-channel ram
they teach python at my school, but my teacher really wants us to learn pascal
My school was stuck in the past, all the machines in the building were ancient IBM Think??? (forget their desktop model names) running Windows XP
They've gotten an upgrade since I was there about 10 years ago, my sister was issued a pretty nice modern laptop for her classes
oh wow
Went from nothing to something 
yea we get laptops on request, but I have a ms surface for school which I bought myself sooo
How is the Surface? I looked at them for a bit but decided on getting a new Thinkpad
i have a pro 3
with an i7-4650u bc its a business model
but damn the fan gets loud when i start minecraft
Nice. I mainly just use mine to carry around on the go to do some quick work or watch videos
so nothing fancy needed
yea, the only problem i have is the ghost touch issue which is known, and a large portion of the top area of the touchscreen sousnt react sooo
i disabled touch
how is the laptop speed
the laptops are in drive-speed faster than my surface, but as a cpu they have a pentium 5xxx i think
but thats the infos i have from last year, idk the specs of the current laptops they give
i mean how is ur surface
i had a laptop with windows and decent specs but it was slow af, switched to ubuntu on it and its way better
hrm
whats server uptime
how much ram do you have allocated? using aikars flags?
damn
using 5gb on one server, 10gb on the other. Aikars flags on both
hmm
both have the same issue
is the 5gb the one crashingf?
10gb server, how many players does it have?
whats the render dist
do you have a timings report
ive got one saved
one sec
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
view-distance: 12
simulation is only 4 though
10 is enough
I thought the value I had to worry about was the simulation distance that actually handles entities and shit
rather than just the view
well render distance isnt 100% free
- it has to store the chunks in memory, my guess is reducing it would reduce the ram usage signifigantly
i understnad your need for 12 render distnace tho, the fog in 1.18 is attrocious
but really just the view distance can cause this shit to get that bad? haha
Yeah, 15 players on 5GB with such a view distance is a little rough
Hm, I have something I'm curious about with that setup ...
will setting it to 8 make a big enough difference so that it wont start lagging severely after 5 hours lmao
Can I DM you something? @ Sam
sure
if i wanted to make this request from java
would i write json objects to string seperated by new lines?
or json objects inside a bigger json object
Looks like JSON Lines format
what are guidelines for final?
should i use final on local variables?
damn thats actually smart
ok
reproduce on paper since you are on wrong discord
its very likely you just didnt alocate enough of RAM since you increased your VD to 12
probably not since local variables are usually there to store something that can change
there aren't really any guidelines, most code doesn't actually use final unless absolutely required
i guess if you were fighting for every bit of performance you'd be using final a hell of a lot (javac loves it when you do this) but i doubt you need it in most cases since most Java applications don't need all that extra speed
also Scala isn't the only one to do that, Kotlin also does too for example
swift also use var and val
WAT
Yea MM, you hear them, it's really sad.
??
are you a time traveller from 2014
did you know back to the future isn't real, it was just a movie
Lmao I knew I would get backlash but yeah I love 1.8.8 servers more than the newer
ok thanks for informing us
Np 😋
Discord terms of service states you must be 13 years of age or greater to posses an account
Really unfortunate that 1.8.8 is no longer getting updates, might need to uninstall the game now! 
😂🤣😭😂
.startmc
I wonder what would elicit the strongest reaction, stating you are using 1.8, stating you have a cracked server, or bringing up a political topic
Where is my support for offline mode 1.8 without a vaccine
Options 2 and 3 would be about equal in a "please don't" sense, while 1 would probably get you ignored.
option 3 
I wouldn't mind taking beta 1.7, adding some of the QoL changes but none of the new content from newer versions, and playing that 😛
QoL stuff like swimming, inventory drag, sneak and sprint toggle, dedicated sprint key, etc
I mean, I like some of the new content but if I said to bring any of it in that'd open up arguments about what was worth keeping
Hypickle don’t run 1.8 though
it can be really hard to kill someone in straight vanilla pvp in newer versions
first of all, they can just elytra rocket away. boom easy.
food regen is crazy fast making it hard to kill someone whos just got a ton of food
so I think the newer pvp is better, if you engineer situations where its actually meaningful, cause if everyones decked out in prot 4 netherite armor with tons of food, nothing will happen
1.12 iirc
True, but fights were just underwhelming and too fast in 1.8
in my not very expert opinion
Quick question about servers.
I cant run a server because im behind CGNAT. Now if I want to opt out of this ill still be on IPv4 will it be better to switch to IPv6? Or is this the wrong place to be asking this question
I don't PvP often but when I do I prefer 1.9+
Maybe look at TrueCraft?
It's probably expandable
And I think it reached parity already

ËæB6zîøç 😇
{
"world": 1,
"data": {
"tileEntities": [
{
"type": "CHEST"
},
{
"type": "MOB_SPAWNER",
"nbt": "{SpawnData: {entity: {id: \"minecraft:zombie\"}}, MaxNearbyEntities: 6s, MinSpawnDelay: 200s, SpawnRange: 4s, MaxSpawnDelay: 800s, RequiredPlayerRange: 16s, SpawnCount: 4s, Delay: 20s}"
}
]
},
"time": 1640356458413
}```
how can i search in arbitrary data like this with elastic search?
anything i try just returns no results
why would you store entities in elastic search
to search for forbidden entities or something?
how to deploy minecraft server using docker? what i want? i want use github for storing plugins configurations and server configuration. of course secrets must not be stored in github. i want github actions build docker image for my server and on vps just use docker-compose up. i am not found any guides or completely solutions in google. only itzg/minecraft-server but this is not what i want
currently i use tmux on my vps to start minecraft server and editing configs using ssh and vim
create your own docker image?
seems like you already somewhat know what you're doing
or atleast knowing what you're looking for
minimal effort to just create your own image based off of jdk which is what i'd usually do instead of taking itzg's image
yeah. image with jdk is my first thought but i paused on step where i want to insert secrets in plugins config. i even create small programm that parses env and insert it into configs, like envsubst but this program created using deno and typescript and it size is ~80mb
i am not able to use envsubst because i want change not one file but full directory
well, rewrite it into something like bash or python kek
i'd just do a simple find and replace script and look for variables in .yml files
I also have a docker image in case you're interested
and yes he has some docker images you can base off of for minecraft
just has the jdk + latest server jar
I wouldn't call 80 mb small for a templating program
i wouldn't include an 80mb typescript app for something that could easily be replaced with a bash script
yeah. 80mb isnt small that is the problem. my english isnt very well and i cant describe something very well
sed and awk could probably do the job
can easily do the job yes
btw how other peoples organize its minecraft server. i am not believe that tmux/screen is best practice
tmux
depends on the use case
either tmux or a panel like pterodactyl is what people will go for
I personally use docker compose for stateful servers and k8s for distributed servers
yeah. i know pterodactyl but it looks difficult for deploing
and in pterodactyl no version controll
gitops with pterodactyl 
ok im going try to create my docker image
make sure that your docker image is "pterodactyl" compatible though
more specifically, your home directory and stuff needs to be matching with what ptero uses
no. i want to create just docker image not for pterodactyl
it's both better and worse tbh
Oh whoops
Lmao I was sat there like errr what
Who's dog did what lmao
(it's moved from #paper-help)
I'm echoing Cubxity's question here: why are you dumping entities into elastic search?
What?
The reason why I am going for 3600 is because I need a dedi to host few servers
I am just not convineced that 3600 will perform much better with the one I have in pebbelhost
if you really need to host a reasonable amount of servers, don't really have much of an option to go for other than that server
the 3600 will easily outperform a 4790k
My goal is to have at last 50 players online if 3600 can handle that I will go for it. Because in the future I am looking to run a second server on there
In few weeks actaully
easily.
Not really, it's kind of close to the limit with basic optimized configs.
handle
door handle.
Krushiç once again shows his intellect.
By the way. Kin appealed.
Where is he?
Dead bro.
Not that easy to kill Gordan, bro.
you think elastic search will prefer easy data?
in a format like instead
tile entities: { chest, mob spawner, banner: pattern: asd3sd }
wait hmm
given that minecraft servers run singlethreaded could I run like six on an right core system and they'd run at the same performance as if I was running just one (ignoring ram speed limitations)
or am I misunderstanding threads entirely
TIL you can call non static methods on null in C++ if you don't refer to non static fields in said method
now NullPointerExceptions in Java just look weird to me
omg sherman is back
it's more complicated than that
Minecraft has actually become more multithreaded over the years
but it's not as simple as just making everything run in another thread
dap
What is the name of this plugin?
When a player join the max player set to 2
gluten tag mini
joke
german?
no
ok
So anyone nows that plugin when a player join the max player set to one more
😂
sad now
fake news
yea
.
I think if you post it a few more times
what would asking more do if you aren't getting an answer
nothing
besides being annoying
._.
nomana.
You also would need to provide more info. Do you want it to set the real player slots or just the displayed slots? Do you want that plugin for Paper, Velocity or Bungee?
idrk why you would want to do this, but just modify ServerListPingEvent ohwaityouwantthistoexistalready
take my like and fuck off
Any devs here that wanna team up?
well what are you planning?
A mine craft server I’m currently learning different mc softwares then ima start plugin dev.
To create custom plugin
naomi is banned
i meant from discord
that wa the discord ban
no
She got banned from here afterwards
she got banned in this discord
I thought you said life, and I was like, yes!
and then I noticed it was like
and then I remembered, "oh, cliff yeet exists"
i think she sent an inappropriate link
i would appreciate it if you manage to do that
sounds like her
and got timed out but then ⭐ mods ⭐ made it a ban instead
much hate to having to write responsive css
yeeting off high areas way more painful than it looks
everyone should commit to a 1:1 aspect ratio and be done
don't ask me how i know
Me and css are at a disagreement
Idk how to link it
Lol
css made me give up on webdev
is Ms. Dutch gonna be able to appeal after a while
I think I tried using frameworks but they weren't that brilliant
like html is chill, js is pants but frameworks make it bearable
Rn for my website I used monitors
webdev is awful
Mobirise
css is revolting
And edited the html a bit
what's mobirise
Basically it’s a templates
.g mobirise
(DiscordBot) Mobirise is a freeware web design application, that allows users to create and publish bootstrap websites, without coding. Mobirise is essentially a drag and drop website builder, featuring various website themes. It is headquartered in Eindhoven, Netherlands. (https://en.wikipedia.org/wiki/Mobirise)
oh cool I wish css was drag and drop too
but no it's a drag and it drops 3/4 down the page overlapping with every other image
Fran and C.C. go for sushi, Fran tries wasabi for the first time and it has an interesting effect on her voice!
From Season 3 Episode 18 ‘Val's Boyfriend’. Over sushi, C.C. begs Fran to help reunite her with Mr. Sheffield. Fran does so by getting her old music teacher- who happens to look exactly like Marvin (and is played by him) - to pretend ...
thanks cat
this show and george Lopez were those fever dream shows u woke up to in the middle of the night
blame that wasabi guy
I forgot to charge my phone before downing a cup of tea
||now to see how long I can hold out to get some charge in it before I commence a bombing run||
Eat some salmon with wasabi guy.
oh god
there was this woman who hosted a sushi shop nearby where I used to live, she closed it down like a year or so after because she really picked the worse type of place for that store
Used to love going there whenever I could, especially as she was nice
godno

hey what the fuck did i do
my contributions to the server include
bashing kotlin
- end of list -

based, promote wasabi to project manager
Anyone know or able to make a single plugin that allows a enchant or attribute to a tool to mine in a 3x3(or bigger/smaller) radius?
(This discord is also not the place for solicitation)
hi guys
what damage indicator u guys using

mental
You mean naomi? I thought she got her account back, what happened now?
Thought something worse happened to her, but let's not discuss it here.
This is oot but how do i fix vgk.sys without uninstalling valorant. It sucks
Literally bsod'ed twice today
The outrage that would occur if anyone tried to pull some of his stuff now would be hilarious
Also, im planning to buy Xbox gamepass, java edition is included right?
idk how to feel
I was just watching one of those like, old school AMV animation things
and, there was a scene
which showed an elevator, and I was like, "wait, I recognise that one"
cant remember what he ate for breakfast but remembers a random ass elevator from an anime
To be fair, the aesphetics, and it was my fave anime at one point, so, like

its the same with my mom, she doesnt remember half the stuff i tell her and the other half she'll never forget lol
what anime is it?
Another
I think my favorite was Angel Beats lol
stop mentioning

Angel beats was good
oh... okay
I mean, to be fair, I was still leaving my emo phase
My favourite was AoT before the ending
does anyone know about a plugin that adds this "information boxes" to prefixes (and suffixes)?
I no longer have any favourite anime
i havent watched anime in 10 years
back in my day it was super weird to be into anime lol
To think
You're not missing much except increase in animation quality
now practically everybody knows what it is
yeah
to be fair, DED
Now you're weird for not liking Naruto
it wasn't that you liked Anime
I don't like Naruto and all of my friends like Naruto :/
it was cos you ran like a fucking weirdo
i never did that though
no, but, memes, and the people that did 😄
true
I didn't know anime other than Bakugan years ago
Dw peeps
the good news is that netflix will "adopt" all of your fave anime classes into live action series
i grew up with pokemon, digimon, yu gi oh
Then again, they may be giving up after bebop lol
i never liked pokemon tho
Beyblade
oh yeah that too
That was my siblings like sticker
it was 'eh
the older pokemons where okay
Then it got done up for the next generation and just noooope
i still have a Brother Bear poster on my wall 
I have never watched or played Pokemon in my childhood
So I have zero nostalgia about it
Who is That Pokemon Its Pikachu! Vine
look i didnt make this i just had the absolute need to upload it XD the guy that made it is called Sammy San Pedro Cruz follow him on vine (or whatever you do there)
anyway: i know i havent uploaded for 2 long didnt leave you guys just yet im currently working on a mep with some great editors it will be u...
i hav doubt do u mean dad and mom just to clarify
basically, yes
Wait
ok.
Orange can ping
i was confues
cuz im pro
they disabled the mention thing
oh
okay
How can I disable mention ping permanently?
You can't
idk if you can
you can't
shift click reply
you cant, cuz discord
or, just don't reply
mobile
I mean, I learned the art of reading chat
without needing to be replied to with every single message
very cool

does talking about discord plugins violate a rule
Probably
SuSi
Since the guild is verified
existing violates a lot of rules already
wait, why it would break a rule?
what
discord don't allow modifications to the client by TOS
*only some people existing
👀 you'll never know my secrets
Stupid rule imo
yeah some of the addons are quite nice imo
yeahh
I don't use them because my potato pc doesn't like nodejs
just dont mention you have them and they cant do shit 
laughs in 19 plugins
but I've seen some of the themes and they are much better than default
how can u say that is me
exposed
I would not recommend openly talking about that here
yeahh
people have been banned for it im pretty sure lol cuz some dickhead reported them
There have been people who got reported by some random lurker in chat ^
I forget how big this discord is
alex's theme rocks but the gpu usage eats up 50 %
10k people and probably 9k bots
god
30
I remember when this place was a dainty little IRC channel
PaperMC cool server optimization and modification
and upstream merges where basically me, aikar and taco man tag teaming
No, 30 members
30k bot
Max 30 members are chatting
may Z rest in peace
who was Z
Z750
discord IS VERY BAD i cant use banner without nitro
also can u unban my main i changed my status
he was core team
Ban evasion is against the rules…
What kind of status do you even have to get banned lol
ban jroy for encouraging ban evasion
lmao
yes||no||
The text below your name in the members list
oh
mine is simple
no status
no about me
only companion cube
politics
mine is just links 
now who will unban me
wait, where did you guys get portal companion cube emoji?

1.18 world gen is so slow 
Fill out the form on the site I guess
Sodium
i was getting about 50 CPS on world gen with chunky
am on mobile so can’t see it without sending it
ShareX apparently
does that work on server?
oh, my bad
now you dig down 10 blocks and you fall 50 blocks
lol
does anyone know how online interpreters prevent people from doing malicious stuff? one idea i've heard is running the code someone writes in a docker container
????
looks pretty swell though
what you're saying makes no sense
still cant believe this made it into the game tho lmao
and it just killed itself
like tryit sandboxes? yeah definitely some kind of containerization, or better yet emulate it clientside if possible
I think they either emulate it or run it as an unpriveledged user
yeah basically tryit sandboxes
if you gotta question if its legit or not then dont run it 
99% of the ones I've heard of I think have no intenet access either
online sandbox where all the code is sent to ded for manual review before being run
bring back java browser applets
lol
and undeprecate marquee too why not
no thats illegal
I'm not sure I agree with the applets sentiment but yes bring back marquee
STYLING SHOULD BE DONE BY CSS
you can't delete my propoganda if it's scrolling sideways at lightspeed
it was one of the first html tags I learnt and I remember making the entirety of Google scroll upwards
how does searching for d in rofi bring up Youtube music
search algorithm go brr
thats crazy
is containerization a pretty important thing to know in this day and age?
it's a lot of overhead and only good in specific scenarios
I would say yes
unpopular opinion: don't need docker if you simply daily drive linux 🤓
i use both docker and linux
anyone know why rsnapshot is spamming me with "cannot create hardlink" to my remote onedrive
Docker on Windows is disgusting
setting up your environment is only a single aptitude command away
im such an asshat in my comments lol
# make a program that sucks your dick
import random

Interesting program
always import random
help I wrapped discord in a marquee tag and now it's gone
call toll free number on screen, press bindows key and letter r type in "iexplore"
is that a start Internet explorer thing
7gb of swap
ok
I mean
i dont use it really lol
Can you imagine
anyone know why rsnapshot is spamming me with "cannot create hardlink" to my remote onedrive

not sure if trolling or dense
remote
hardlink
Yeah imagine using linux as a daily driver
what should i have more or something?
i dont hibernate the computer any
bruh you didnt have to take my onedrive suggestion serious
the FS that onedrive emulates doesn't support hardlinks
ever since I rode a boogey board down the stairs as a kid I was destined to troll a fringe server with 2 members
well one drive gave me a TB for 8$ only a month
turns out discord doesn't like being wrapped in a marquee tag
school gives that for free
i got 8TB for $200
they changing that
hardware shortage really be like
Will soft links work
myb thought you might know
if you wanna use sane shit you'd be better off using some storage service specifically designed for backups or just storing shit on there
the onedrive discord is best for that 🙃
lmao
rubba uploaded 107TB of rickrolls to his schools onedrive to check if it was really unlimited lol
he still owes DO 900dollar and just dipped
lelll
that dude is ultra pog
though, most of them are
no but he did it over DO's network and the fees racked up
Like, you often can only top up by like $5 bucks or some stupid increment
and so, if you accidently forget to kill a VM, by the end of the month if you go over your allowance, you've now got a debt, often times like a buck or two
whut is DO?
and now they're changing it to no longer be free by the end of febuari in 2022 no clue if he had anything to do with it but like probably 
and it's like, if you wanna pay that off to shut them up, you gotta toss a 5 on there
yeah thats really annoying
DO does apparently refund you after a few months without using their platform
got my nice juicy buck and a bit back
stupid question: if I had multiple servers continuously exchanging data between them would establishing a tcpstream between the two and yeeting like JSON be better or worse than making them http request each others apis
i just pay my invoices from Hetzner directly through paypal
Use a message broker
gotta do it every month but at least i dont gotta put money in the wallet
using hetzner 👀 better be a huge server
its the cheapest ass VPS there is lmao
sys standing for
wait so message brokers act like a nice buffer doing things like format translation and caching until back online
what if i don't need that
SoYouStart
just link your card and never manually top up
? i use ovhcloud :(
I mean, this was like a few years back or somethin
digitalocean is great nowadays
and i just want two servers to exchange information on-demand in the same format and it doesn't matter if one is offline because of the way its designed
my invoices are just 3 bucks lul
also if I use http(s) requests, is there a way to establish that a request actually came from where it says it is coming from
Well, I mean
add some sort of auth token?
well thats what certificates are for no
In part, TCP is kinda what assures that
otherwise, you get into encryption/signing stuff, etc
welp gpg it is
i wouldn't worry about that, just whitelist ip's instead
i might be completely wrong but iirc there might be a way to construct a tcp package in such a way it has someone else's ip as the origin ip
well
TCP requires back and forth
So, like, if they can do that, they probs have control over the full network
even if i don;t care about a response
tcp cares about it
what's SYN? ack is acknowledge right
syncronize? not 100% sure
synchronization ^
oh ok that makes sense
new pet peeve: the main discord window doesn't start in the same place that the loader/updater finished
who would want to handshake you ded
why is hypixel skywars map in the background
also ok why am I blue this is terrible where’s my old prune color
:(
gone
i wonder if there is a feasible way to hibernate a mc server without making it lag like this plugin does
https://www.spigotmc.org/resources/hibernate.4441/
like just suspend the entire state or something
hibernate the host machine
nope
The entire game is stateful and dependant on stuff ticking
Like, plugins like that fuck up so much
yeah i figured
there are probs some improvements one can do for empty servers
e.g. wakeup in the spin wait less often
fix whatever the fuck caused CB to disable the world sleeping stuff
or, well, not CB, upstream
fair

wtf people taking my job

Last time I checked Skript required a few hundred dependencies in order to be useful
@worn ember how many dependencies does that require lmao
so does ded
i dont even know how to use skript
You get Skript (the plugin) and then, the few hundred dependencies it needs
omg it’s Skript-only??
remember to get skript reflections
or whatever it was called
Cos, nothing says "fucking moronic" as much as using skript to reflect into server internals and shit
updated 13 minutes ago
Don’t wanna miss that SkQuery
is that like jQuery but skript?
humanity truely is doomed
@void void

@spiral robin best aberdeener
@spiral robin dont pepelove him
it's him or me .
😭
wow, how rude
:3
Hello, I am having an issue, i can't connect to my paper server, nor can I load my dynamp. I just changed computer. My friends are currently online but i'm the only one not able to connect to any of those. Could anyone possibly help? I already tried updating java and disabling temporarily my firewall
are you running the client & server on the same machine?
I am not sure what the client is. But the computer I try to play with is not the same one the server is on
oh ok, the client is the thing you play with
When i try to login with another third computer, it works
I am able to connect to mineplex though
mineplex is both
It just is my own server and dynmap
wait whats a dynmap
The online map website thing
.g minecraft dynmap
Dynmap®️
(DiscordBot) https://dev.bukkit.org/projects/dynmap
oh interesting
It can't identify the server, when i try to connect to it it says 'failed to connect to the server'
It seems like i can't reach my own public IP
Is the server on your same network
can you connect to the server with the local ip
Yes
Yeah try using the local ip
It does not work either
😦
Is there a possibility that i my computer blocks access to the ports?
I know they are fowarded on my router, but maybe for some reason my computer denies them
Port forwarding is only for people in other networks
It allows them to connect to your server
You should be able to log in the server through the local ip though
My local ip is the one showed in ipconfig right?
It should likely start with 192.168…
Ah i forgot to mention, my wifi is through an ASUS wifi usb key
yeah, you want the local ip of the server
ok yeah I tried with local and it did not work
i dont think how you get the wifi should matter as long as you are connected to your router
Indeed
OH maybe it is because i am on a guest network?
what is a guest network
Could be
you gotta be in the same network obviously
But i used to play with my public IP
that i can't reach even on another network
Let me try to change networks
well if your router is using DHCP your ip can change
I mean, their friends can connect
Ok so i went to a non-guest network and it works now
It has likely not changed
with the public IP
usually you cant connect to your own routers public ip from locally but some routers do allow it
so idk
wait wot
this is everything i do ever
reverse NAT, as it's so called
Some routers support it, some don't
All depends on the routing setup, etc
i know mine doesn't and i've torn my hair out over it years back lol
I used my guest network to set up a specific band (2,4) because my ASUS key won't detect 5 ghz, and band steering makes me lose internet
.ded
Does anyone know a plugin that regens ores after they are broken like the hypixel skyblock mines ?
hah
Would it be wrong to add https://www.youtube.com/watch?v=SBS_Ukbe2Vk for ded?

Yes please
that would be cyber bullying
It’s ded so it’s fine
if this was a democracy I would vote yes
https://www.youtube.com/watch?v=_aKuVAtYgv4 - enjoy this instead
hahahahaaa, I did a squirrel
seen it
bruh
my computers ram is having a hard time trying to render that image
Cat is truly a psychopath
i get annoyed the moment i cant read what tabs are anymore
He reminds me of a librarian
but with videos
Can pull out a video for every situation
my video collection is mostly nsfw 

why is there no bonk emoji

it gets the job done
@warm anchor STOP the weebening
let the weebening continue i want to see how it will end
because it does not exist
🔫 the de-weebifier 2000
no-tick view distance is view-distance in server.properties
normal view distance is simulation-distance in server.properties
surprisingly, no
https://is.paper.sexy/ViewDistance.png @cosmic raft can we get a slash command for this

hot
it’s beautiful
yeah, and I'm mary poppins

Is there a good terrain generating plugin for servers? I don't want fancy random terrain, I just want to generate the world that is already started out to a certain point before users get on, to make it faster to move around so it doesn't need to be randomly generated while players are playing.
i personally have been using chunky and it works well
Why should i compile my plugin with maven and not with build-artifacts?
because build-artifacts is not a portable system
nor do we support anything outside of a sane build tool
i mean i can download libraries from mvn and build with build-artifacts
should just be mvn clean, compile, jar
use whatever the heck you want
or shadowJar
Just, if you decide to go with non-standard tooling, don't expect support for any issues you run into
I forgot about chunky.. seems like it crashed sometimes, but usually went ok.
or reobfJar if cring gradle paperweight thingamagig
most crashes at this point that I've seen are related to corrupt chunks existing in the world
but if you see errors, as always, try to report them (probably to the plugin first though)
I was using a terraform plugin.
or custom gen, sure
Does anyone know how to stop sending block breaking sound packets?

ProtocolLib was made for this
Although idk if the sound is specifically networked or if the client infers it when a block is broken
You can just not break blocks and do #setType(Material.AIR) but then you won't get particles or anything, IDK your approach will entirely depend on what you want
considering even entity ambient sounds are sent individually im pretty sure the block break sound is as well
I tried, but when using "NAMED_SOUND_EFFECT" any sounds of interaction with blocks are played
I wouldn't know since I haven't tried to do this, but there has to be some property specific to block breaking sounds that you can filter for
After all if the packets were the same they would do the same thing
Not helpful I know
;(((
Also more like a #paper-dev question
Block break sounds are hardcoded, so they don't use the named_sound_effect packet, but the normal, old sound effect (0x5D)
thanks for the support, I'll try to do something
Does anyone know why Discord would start on startup even after disabling that option?
oh, is eyesore
check your OSes startup stuff
sometimes apps blow chunks at removing themselves from that stuff
Ah yeah I just found it, it was in a config folder on Ubuntu
gotta love them not stating anything about revenue share as far as I can tell 👀
well so much for uploading to spigot 
isn't the limit 5MB? 
4MB iirc
4.5

If it's not premium you can just link it external.
yeah but then i gotta host it 
just use github releases 
Throw up a Jenkins instance?
its already running jenkins
Or just an nginx instance if you want to go old-school
nginx
You can just link the archived jars then
someone removed my throw up reaction
that's called apache
travesty
Old school as in throw them on a webserver
bruh why can non logged in users see accounts on the jenkins instance 
I don't think jenkins is designed with anything public in mind, still.
Nexus instances can see the IP an artifact was uploaded from without logging in
It's been complained about for so long and they won't provide anything to fix it.
lmao
well ig i could make a frontend that uses the jenkins api to list stuff
but that would be effort you know
I've been scream-testing my repo for a few months now, because of that and the constant need to keep updating nexus.
Or you fix your permission setup or don't care about it or err
and this is why reposilite is superior
i cant even find the permissions 





