#general
3141 messages Β· Page 1286 of 4
Still wouldn't touch it with a 10foot pole
I've seen the code and I know it better than the author
I did an analysis for DedicatedMC a while ago
The problem is if they don't know how it got there.
I can tell you how it got there
It could be a crappy plugin they downloaded or they could have some other thing compromised, right?
magic
Oh really?
My plugin will see the fuckery and kill the server
And then TELL YOU which jar it was
:)
Haha there you go - DeJay can help :)
Yeah, you've just been owned by installing random shit, here have some more random shit
Assuming they feel comfortable enough to upload all the plugins
LOL @magic river
phosyawn
Good point I never really considered that
I guess it's just trusting me over some random plugin
Top tip: Treat JARs like candy offered to you by a man in a van
at least this random shit isnt pirated random shit
Look at my face I am pretty : )
Michael

No
lol
Not at all.
ok
Deleting the server is
I trust you 100% now
I will reinstall ye
Mitsui2k DeJay might be able to help.
LOMBOK USER DETECTED
lol
i would switch of VPS even
Some of them will nuke the system, and some will use your server to launch attacks against other users
This is literally just an OP backdoor
It opens a websocket connection
Dumps your logs to whoever owns it
And lets them run commands arbitrarily
yea
Yeah am aware - I'm saying he's lucky he got that
they could run commands in the server without logging it
Commands or code?
what newbs
i dont know
Probably just griefers or YT'ers
I've been trying to get their domains shutdown but OVH and Cloudflare don't care
I thought that .jar being modified of size after the first usage was normal
Cloudflare services the websocket, and OVH owns the domain and the target box
oh dear
lmao
lol
I can tell you how big the virus is, hold on
hello brocc 
brocc 
Modified files grow by 546384 bytes.
(File size of modified Citizens2 Build 2048 - File size of clean Citizens2 Build 2048)
w h a t no it's not LOL
aber π₯Ί michael 
aber 
what DeJay?

aber 

@shy tundra The file grows by 546384 bytes whenever the javassist stuff is injected
So seeing the file get LARGER is a bad sign
RIGHT
centos 7
Okay
linux is always better
It doesn't run on operating systems containing "windows" in the name
Literally Paper could just change os.name for you and call it a year
Virus won't work
doesn't matter if it's centos
Is that so they don't infect your local testing environment before you upload their garbage?
I guess
It also does weird file traversing
So it's probably so the OS doesn't stop it
No they just feel bad for the weird windows users
Right
That's pretty hilarious DeJay
Do you have a local testing environment with copies of the plugins you feel ike you can trust?
"If it's Windows fuck it we don't even care to exploit it"
i trust every 83 plugins i own, an ex-dev must have download an inffected .jar
every 83 plugins
What you can do is spin up a test server on your computer and it won't be fucked
xdd

i mean
there are normal plugins
everyone knows
downloaded from spigot
Anyway
i will resintall the pc, and download every .jar again of those 83 plugins
the virus shouldnt be working anymore
that "javasssit" folder
Ye you got the spirit
@spiral robin which
DeJay
the right one broc
right
okie
what kash said
I'd also switch of home, just to be sure it's not infiltration from the pipes that got the malware in your server
left looks like its been eaten before
Me :D
My servers are running in root

It doesn't modify anything outside your plugins folder
I mean, he can delete my /home
So no
it could have happened if it was more malicious
wtf this one is 8 minutes to microwave ree
i'll microwave you for 8 minutes @waxen panther
This is a good lesson in security though
who has 8 minutes to spare!!!
shouldn't it still ask for your root password even if you're in the root account though
Dejay, how do you know is only in the plugins folder?
no
woah Michael 
i mean even windows at least asks for yes or no
what would root need his password for
it's root, full system privileges
getDataFolder => /plugins/Vault/
getParent => /plugins/
defeats the purpose of root existing if it still asks for your password on every operation lol
Me too
You should STOP running as root. But looks like the malware only impacts the plugins. So get new versions of them that are known-good and test and try again.
If you know one plugin might have caused it, don't download that one again.
Dont use that
lol
so u can confirm is only inffected plugisn folder
Alright, who killed the orange site?
what a stupid virus tbh xd
Wait, you guys have a different orange site
But I will tell you after opening this in Recaf it still only targets /plugins/
i mean, why they didnt inffect my whole pc?
Hacker News is down π¦
U will confirm me now?
The malware is designed to only get access to plugins
Most servers don't run as root.
It only wants server details
If it did more your server would be toast.
right
It also logs server name/port/ip/players/...logs
thatβs like Linux 101
yes no java classes
Ye, and if you want me to open a file for you just DM it to me
Just don't DM me every file that'll get annoying
Can I dm u the file one byte at a time
sure
yes
stream it to me
It's also fun to see what data it ends
I love how different different decompilers are
luyten >
CFR, nice pretty streams - short and straight to the point
Pyrocon? https://u.dejay.dev/πππ¦.png
DeJay you're a giant nerd and I love it.
@twin lagoon Recaf >:(
@minor badge go to bed
β€οΈ
Click here http://bit.ly/yousicianryan to get your 14 days of Yousician Premium+ for free!
Subscribe: http://bit.ly/2wscuFf
Twitter/Instagram: @TheRyanGeorge
Uh oh, the time travelling reporter is back and he's discovered a WHOLE BUNCH of social media platforms. How is he gonna explain Facebook, Instagram, TikTok and YouTube :/ Uh oh.
Here'...
when the worst thing was Australia being on fire
"The yard is just polluted with carbohydrate foam, that shit grows on trees"
@warm anchor
Nice discord mobile. Cant even click on that. Smh let me scroll up
They do that coz most people test on home Pc but host on Linux.
Question, I'm doing something with protocollib and need to get a block under the player, because its being done on the netty theads (async) its not thread-safe, so my question is how would I go about getting the material there safely?
thats not thread safe tho
how so? its a built in bukkit method
right - but its on the netty threads
cuz I'm doing something on an incoming packet event
ah gotcha π
errrr that would not work for my plugin
kinda figured it might not
there is way to many other things going on that rely on me knowing the block under the player
plus would mess with packet order
well
atleast how I handle stuff anyways
could uhh store the player and the current block they're standing on in a list somewhere
and update it with playermoveevent
still would be problematic for my application
on packet position packet
-> // do whatever I'm doing that requires knowning of the player is on the ground, packet order needs to be kept
server gets the packet
-> calls player move -> update some map
would not work
the information I would have
would be from the PREVIOUS position packet
why do you need to do it with a packet?
because there are OTHER packets that are incoming after lets say position
like it can't be done sync
You can't access the world async so if you can't use PlayerMoveEvent and have to be in a packet handler you're just going to have to make it work without the world
I do have the player
You can't do anything with them
not even when casting it to the nms object?
The Bukkit API isn't thread safe because Minecraft isn't
lol
Nope, you can't touch World, WorldServer, Chunk, ChunkSection, etc
Those are all not thread safe
You could grab a ChunkSnapshot on the main thread and use that but it'll get out of date, takes time to make, and will more than double your memory usage
if you're just reading doesn't it just have the potential to be out of date?
You could make your own clones of ChunkSection on the main thread to do a somewhat more efficient version of the same idea but it'll still get out of date and double your memory usage
No, reading from a HashMap that is in the middle of being modified can do more than just give you outdated data
there's fun ways to get lockups with map lookups :p
can't just use concurrenthashmap or something
i think that'd block
if only life was so easy
so could mess up your packet order

CHM is thread-safe, but it is not a solution to every concurrency issue
infinite loops, random exceptions that make no sense, etc

You don't control the HashMap, it's in World
how's your speedrunning coursework 
did a bunch of it and then fell asleep for 6 hours so pretty good

Plus with how block data is stored now in ChunkSections I think you could get all kinds of crazy trying to read from those while they're being modified too
I'm still on 1.8 so hehe :p
Oh in that case ChunkSnapshot should only double memory usage π
The snapshot has to be made on the main thread though so you still need some coordination
right
hmm
only thing is if the player is on the edge of chunks
thats going to be super aids
If you're willing to block when they cross chunk boundaries you could just come up with a thread-safe LRU and wait for the main thread to create a new snapshot on cache miss
nahh need every bit of performance as possible

well you would be blocking the netty threads?
Yep
actually
Not great but async chat event handlers do it all the time
.g LRU
(DiscordBot) Line-replaceable unit A modular component of an airplane, ship or spacecraft that is designed to be replaced quickly at... (https://duckduckgo.com/Line-replaceable_unit?v=i&kp=1)
boo, fail google

.g LRU cache
(DiscordBot) In computing, cache algorithms are optimizing instructions, or algorithms, that a computer program or a hardware-maintained structure can utilize in order to manage a cache of information stored on the computer. Caching improves performance by keeping recent or often-used data items in memory locations that are faster or computationally cheaper to access than normal memory stores. When the cache is full, the algorithm must choose which items to d
wtf bot
it's DuckDuckGo
oh, no wonder it sucks
and cloudbot limits the msg size, it would normally have a link at the end
im fixing it when i can
sorry
!ddg LRU cache
.kill simple
fuck
gags and ties simple then throws them off a bridge.
ddg! LRU cache
See also:
In computing, cache algorithms (also frequently called cache replacement algorithms or cache replacement policies) are optimizing instructions, or algorithms, that a computer program or a hardware-maintained structure can utilize in order to manage a cache of information stored on the computer. Caching improves performance by keeping recent or o...
.g Java caffeine library
(DiscordBot) https://github.com/ben-manes/caffeine
i fucking love caffeine
There, use that π
caffeine is pog
How long should I store the ChunkSnapshot for
That's what the LRU is for
should be fine to keep in memory until that player just logs out lets say?
You set a cache size of, say, 1000 chunks, and then when you load up the 1001st it'll eject the 1st one to make room
ah I see
Change cache size as appropriate for available memory and desired cache hit rate
right
caffeine is so nice to you it even implements the ability to feed it some code to populate the cache on a miss
Instead of you having to wrap the cache implementation in something that handles that
also lets you wrap in futures if that's your cup of tea
I want to say caffeine uses something better than LRU too
There was a new technique that had similar overhead as LRU but the cache hit rate of LFU and I think caffeine was where it got tested when they were writing the paper
I was looking at W-TinyLFU for a node cache thing a few months ago
I think we ended up just using redis
(because we wanted multiple instances to share the cache)
hmm
okay
so
lets say
my key is an chunk x and z
and my value is the ChunkSnapshot
sec am just trying to think of how to word this
hmmm
anyone knows of a plugin similar to mobhunting?
wait a second
If I'm using my chunk snapshot from the cache
that will be out of sync when a player breaks a block or something?
Yes
You can't be in sync
You can use a time-based eviction policy to get more up to date snapshots but that'll block more
yikes
lol I was just reading an article on Ristretto
which is a go library inspired by caffeine
lmao these names
well
basically
I need to get
the player the block is standing on
on the netty thread
ok
:P
LOL sorry force of habit
I was going to try to make that a haiku but that's too much effort
lets say player.getLocation.whatever on the netty thread
whats the worse that could theoretically happen
desync from the data I have / whats actually there?
Why would you do getLocation if you're in the position packet handler?
the client could be doing something malicious like faking it or something π like a hacked client or sumthin
total world corruption
lovely
tbh
I might just do
playermoveevent and update a map or some object or something
from the looks opf it
everything still functions as it should
Asking about your attempted solution rather than your actual problem
no no
no heβs been talking about his problem for like 6 hours
Help
Help
yyes
peepocutewave
you are all no help

@spiral robin 

im going to hurt someone
k
that's quite ominous
hm
The host system is allocating a maximum of 1 cores to the application. A minimum of 4 is recommended.
What the fuck, Nexus?
Why do you need four cores?
hm
it's a heavy app which does a lot of heavy tasks like indexing, etc
hello @potent fossil
Yeah, true. Chunkier than I remember.
hi sexy
Hi simple

hi slightly less sexy but still someone attractive

Wow.
I hadn't put a lot of my self worth about what simple thought of me until this very moment.
And I came up short!
unless u wanna be my sugar daddy, then you can be really sexy
I'm not even my own sugar daddy.
mf
expected delivery 22nd and itβs now the 26th and it hasnβt been dispatched

Sucks to suck
You would know
gm bois uwu
michael? the same guy who thought adding config defaults was me hardcoding values?

@twin lagoon
Best. Idriz. Ever. 
Best. Aber. Ever. 

Hey cat, Piggy showed me this: https://reposilite.com
Lightweight repository manager for Maven artifacts
Looks promising.
Yea, i was gonna say that there was much ligher alternatives
but, I was afraid you'd ask
so
git fukt
it's missing a lot of features but its nice for small repos
or something
does it support mirroring?
I dont think so
mine has the most basic possible config 
I take advantage of things like mirroring repos, etc
makes it handy because there's always some repo which 20 plugins depend on which always died
that name is super practical
fuck they should have switched the s and the i
RepoIsLite

idek what's going on
I think I went to lie down at like, 11:30 or something? maybe?
time is weird
Time is meaningless!
Today was a rough day.
Got very little sleep and woke up very early from construction dudes.
love u
Well, my computer said it went to sleep at like 10:30, and I woke up at like 4:30, realised i left the heating on and didn't grab any dinner, sooo, i sorta lazed in bed as I cba, then finally got up, and it's like, I gotta wait for food to settle, but, do I go back to bed soon? do I accept that aI'm up?
Like
love u more x
this adulting is hard
i have broken free of the mortal chains of a sleep schedule
i exist in a permanent state of yawn and have ascended
Okay brocc when do you wake up
sorry

11PM??
yes
Like
its currently 6am
peepo clap jammin
my one goal for today is to be awake when amazon arrives with my new chair
i was gonna say something along the lines of "i wake up at 5am you don't know struggle" but
you clearly uhh
gg brocc
thank you
Is it a fancy chair, cat?
i will hold this achievement dearly
I work weekends AND wake up at 5 am. You don't know struggle @meager tusk
I found out that the lifty thingy has split, which, doesn't surprise me as the chairs always been sorta like oddly wobbly, seems like it finally found a way to split
Nah, not really
i do too

retail hype 
I'm sorta like, small amounts of freelancing, so, can't/don't wanna go stupid on a chair
I'm scheduled to never have weekends off, too π€
oof wtf
Not to mention, I will basically spend weeks deciding on something to buy, I've lived here for almost 6 months and haven't even bought a kettle yet
You can get a decent executive chair from amazon for like $100
do you not have any days off?
My days off are tuesday and wednesday
ah
It'll only last a year but whatever, it's $100
yea, I spent a bit more than that, not by much
If you aren't very big and don't abuse it it'll probably make it way longer than a year
I have to get an executive chair otherwise I don't get any back support
This chair I've got now lasted like 2 and a bit years, it's similar to one by grandfather bought years ago on which the lifter mechanism disappeared
As in my head is always left floating even though the top of these things is supposed to be a headrest
See, this chair softa likes move around, so, I can't even really use the backrest as otherwise it leans too far
Really screwed me on the gaming chair I tried, the headrest there is really prominent so dug in to my back, I had to remove it (luckily you could) and then the chair only went halfway up my back again
Like, to the point where I've literally had the chair go flying, so, went for a chair which looked a bit more substantial than this one
I have 40 sick hours saved up though so I could start spending those 
I think part of the reason why the older chair my grandfather had lasted so long is coz the lifter would always sorta like sink down, you'd sit down in the morning, raise it up, go make a cup of tea, sit down and you'd just get this sinking feeling
you gave up tryna convince the damned thing to actually stay up so you'd just be there peeking over the desk like the neighbour in home improvement
Germans make the best stuff
I've had the same german chair for like 7 years
and it has never broken

Yea, eventual goal is that covid fucks off, I get a proper job and look for a chair which will last me far too long
Like, you know the chairs, the material is a tad bit worn, but, daaamn it's moulded to my ass and comfy af
lol
If I could find one for less than $1000 I want to get a good executive chair with mesh instead of padding
Lmfao brocc
But they're all either junk, short, or wouldn't hold my fat ass
I had a nice Aeron chair that I got for pennies through an office sale.
Or some combination of all three
Not my favorite chair but pretty good chair.
Idriz from my experience they value you being able to work weekends more than they value your ability to do basic tasks 
Sold it when I moved because it was too clunky to pack :(
Like, mesh mesh, or, mesh fabric over something else?
at least some of the people at my place
Mesh mesh
Coz, I've seen the mesh chairs but they just don't really seem like they'd last or be comfortable for stupid lenghts of times
No padding or anything, just the mesh attached to a metal frame
It's less of a thing now I guess but they're amazing in warmer environments
true, this fake leather is a bitch in summers
Ooo nice
Now that I'm not in a place where "cold winter night" means 60F I don't need that so much
π
germans in general value your ability to do work
Had to leave my AC set at like 76F there otherwise my utilities cost as much as my rent π
hey, a closed factory still has to pay for rent
might as well get something out of it
The Aeron chair is an office chair sold by Herman Miller, first released in 1994. In 2010, it was called "America's best-selling chair" and is featured in the Museum of Modern Art's permanent collection. It was designed by Don Chadwick and Bill Stumpf and has received numerous accolades for its industrial design.
lol
Hi, idk where to ask this question. Maybe here someone can help. I want to change the spawn point when a player enters the end portal in the regular world.
I think /setworldspawn works in the end.
it didn't work, players still spawn at the default location
So there is now way to change end spawn location
With multiverse probably. With a plugin most likely. Using built-in mechanics I don't think so.
I have multiverse
Oh then you can do it with multiverse pretty easy.
How?
Check the mv docs for changing spawn points
setworldspawn with vanilla command? that or ya multiverse
setworldspawn didn't work, same as setspawn
I'm guessing you found it since you deleted that last message?
Yes, I found the wiki, not the setting
Try Googling something like "multiverse set spawn point"
So I found it in the wiki, its says how to set a spawn and teleport using a command. Thats not what I want.
I want players be teleported when the enter the natural portal
Try changing the spawn point using the mv commands in the end and see if that works.
But if it doesn't then no idea.
@rare herald What is this guy talking about 
https://github.com/Spottedleaf/Tuinity/issues/239#issuecomment-767341078

thank you aber

aber π₯Ί
Heya
There's a lot going on in that github issue.
And no exploits that Iβm aware of
Why even open a github issue for that?
It literally says "do not report this"
Although I guess it says don't report it to Paper, and they didn't.
So.
Reading? What's that?
simple 
aber 

kashike 

what the fuck
HELLO PROXI
are you feeling nice now ?
after how much of a BULLY you were earlier .
hello proxi 
Hi proxi
i am feeling good .
I am watching Snowpiercer so I am epic
Movie or TV show?
Wrong window, buddy. This isn't a browser.
:)
Haha true!
never trust someone with an anime avatar

@thorny igloo DM a mod. Look in the right.
ok thanks
DM for Matt!
Balkan servers daily.
hi
Hi
hello kashike.
aber!
@cosmic raft dance https://youtu.be/9bZkp7q19f0
PSY - βI LUV ITβ M/V @ https://youtu.be/Xvjnoagk6GU
PSY - βNew Faceβ M/V @https://youtu.be/OwJPPaEyqhI
PSY - 8TH ALBUM '4X2=8' on iTunes @
https://smarturl.it/PSY_8thAlbum
PSY - GANGNAM STYLE(κ°λ¨μ€νμΌ) on iTunes @ http://smarturl.it/PsyGangnam
#PSY #μΈμ΄ #GANGNAMSTYLE #κ°λ¨μ€νμΌ
More about PSY@
http://www.youtube.com/officialpsy
http://www.facebook.c...
hiii
no
lol
not that song
Minecraft style!
This is a little idea i've been playing around with to implement in my set, hope you like it.
GOOD FAITH OUT NOW https://madeon.lnk.to/GoodFaith
Store : https://www.madeon.store
MADEON
Subscribe: http://smarturl.it/MadeonYT?IQid=yt
http://madeon.net/
http://instagram.com/madeon
https://facebook.com/itsmadeon
https://twitter.com/madeon
TRACKL...
waiting for baby villagers to grow up so I can enslave them :3
no
aww xD
heh
hii anyone using multiverse portal here?
.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.
I wanna use korobi tho cat, I wanna use cafebabe!
multiverse support is very slow so im just gonna try here, is it possible to make a portal that teleport u randomly
i see thankss
i tried using gamerule spawnradius 100000
to make a random spawn
do u have any idea why it still teleport me in the exact spawn
Dunno about portals but this plugin is by a community member who frequents hee:
Make me lunch kthx
you can probably find plugins that execute a command when a player enters
I'm probably gonna have sushi for dinner, join me
hook that up to an RTP plugin like DarkEyeDragon's RandomTeleport
Sounds good
Do you wanna see my lunch x
cheap stuff
yeah but some of us have to roll our own
what would happen if i reduce max world size from 30m to 3m?
will it reset the world?
no, it will just move the world border, i think
i see thankss
Waystream?
Yeah.
Any inside info?
I'ma need some of that firmware and maybe a bootloader for it.
I did find a installation guide for it.
Did you buy it new or used?
Good question. New but from a overstock seller.
ive been looking for an hour now
u guys know any good random spawn or even portal that teleports randomly plugin? for java 1.16
Essentials has random teleport build in if you are looking for that.
and I've answered an hour ago
let's just pretend that they weren't mentioned before
π the invisible message
No.
yes
depends on how confident you are in your cooking skills
Name for my new NAS: sodium sulfide
absolutely no confidence
the fact that this ground beef is bearable is truly a marvel
why is authenticating with SSH so fucking hard inyourkit
there we go after multiple time of restarting it and setting permissions properly it connects
nor does it support fucking ed25519 in 2020
I've been planning an rpg/dungeon crawl Server concept and as part of the analysis, I've been wondering whether you guys think there may be a demand for nice rpg/spells/bossfight action or not. I guess wynncraft and hypixel draw a lot of people, but is there space for another one?
I'm mostly in my German bubble where it mostly depends on getting big youtubers to advertise, but the concept still needs to be appealing. A Lot of servers have rpgy survival, do people rather like vanilla then?
Also minecraft dungeons didnt really take off I guess
Minecraft dungeons didnt really take off cuz it was short and no new content right
Wasn't there a WoW like server some years back, might be able to pick up some ideas from there.
Theres a runescape mc server too
Well wynncraft is one. But it's not the ideas that i fear but investing a lot of work with a big team to have something that no players are interested in
There is def interest in high quality RPG servers
See dyescape
Nothing to show, yet ppl are aware of it and filled the discord and forums and alpha signup list
Best I can say is good luck. Just watch out, YouTubers mostly bring short term players.
Anyone know a good implementation of AirDrop on windows?
I wonder if I somehow could test the waters
True, each time a Video is released. However I hope i can use this to build a Community and show progress stages
If you have an existing community, you can try there.
Building a community around a in dev project is def interesting, as you can see in dyescape
It's a trade off tho, many ppl will loose interest if they find out you are not releasing soon and have a bad association with your name
That's a bit different since their scope changed drastically
So they got an excuse
But yeah
Don't recall really seeing their scope changing
Yeah, but you need a critical mass for the launch at least
And I guess the dev/build processs could also yield content for Marketing/influencing
Of course only a few will keep being hyped
That's what they said cat, blown away from the giant response, gotta make sure to be able to deliver on what ppl think hytale is, getting riot involved, etc
Dev logs are always cool
And you can use your community as early play testers and rubber ducks for design ideas
If I manage to reach that stage, Yeah
hytale is still going to succeed though
it doesn't have as much hype as on the first trailer obviously but it'll be everywhere once it's out
did someone say rtp
Tencent isn't really involved
And even riot is mostly only on the business side and advisors
Altho some of their team are ex riot
Including noxy
they shouldve waited to hype up the game
now all the hype is dead
and its not even released yet
It will return easily tho
And that hype allowed them to get riot involved
I would call having one of the biggest game companies behind you a success
Now they got all the time and money they want to deliver their dream project
Regrades I'm going to use the Tienanmen Square copy pasta in that game every time I play.
"biggest" they have one dum game runs
The what?
Which happens to be the biggest game ever

Look at the numbers, lol
bunch of texts which references the square and varying other terms which are basically slated to auto-boot chinese peeps from the internet
numbers of what? Total players? Sales? Concurrent players?
shut up dota fanboy
i'm not a dota fanboy, i'm a gabe fanboy
I'm surprised that Mini doesn't know about that copy pasta.
In comparison, that just a bit lower than total copies of minecraft sold
Dota has monthly active user of like 50 million
Sorry 10
lmao
i never compared it to dota lmao
50 million was daily active users of league
I'll compare my fist to ur face, up close
ok π³
I might go get a chip barm :L
yeah whatever i'll just go play some fortnight
scr00b
speaking of!
has anyone seen ninja recently
my mans gone years without a sandwich
brocc 
SUBSCRIBE HERE to never miss a video! http://bit.ly/SubscribeNinja
Join my Notification Squad by clicking the Bell
Check out my official #TeamNinja Brand Merch: https://teamninja.com/YT
You will see highlights, funny moments, impressions, and how to play info that might not make the YouTube channel.
#Ninja #Fortnite #SypherPK
THANKS FOR WATC...
yes
what happened man
michael 
dude looks like he's 60 now
has he not been eating or something
guess they were out of sandwiches and he had to cross the world to get some
guess thats what fortnite does to you
whats the best plugin to remove lag/use less ram
ive seen many but idk which one is good
none
what
you don't remove lag or use less ram with plugins
Just download more ram lol
anyone planning on getting Dyson Sphere Program?
is that SimCity in space and in the dark?
bruh I have to complete a captcha to google something
When you finally solve the Google captcha and then the Cloudflare one shows up. 
Yall clowning on him but hes always been insanely skinny might just have a hard time retaining weight
this looks nice
We don't support drug usage. But we do condone it.
Just like 1.8
its factory in space on an entire solar system basically
lmao
sounds lame, let's play space engineers instead
what is that game called
actually, let me ask the others
me neither
SE never looked good to me
The clunkyness of the movement in se always gave me a headache
Like the orientation? Or like the actual movement
@twin lagoon 
Both
@twin lagoon 


I wanted to update to 1.16.5, but worked overtime yesterday for 15 hours and I'm dead now...
Do it anyway.
The worst you have to do is class edit some BS.
Every. Single. Time.
I'll probably update on Thursday. Need to get some sleep earlier and download plugins and test it.
I hate being so out of date.
Few more weeks and I should be done with University bullshit though.
god I hate discord servers that block you from writing messages for 10 minutes -.-
it's raid protection
I know, but it sucks
altho it would be nice to let users who phone numbers on acc bypass it
bots aren't going to have a verified account with telephone and 2fa anyway...
that's an option lul
they will
sms verification can be bought for literally nothing
I mean, what is stopping them from waiting 10 minutes though?
i mean if someone goes to that length ur gg anyway
this is just supposed to prevent kids
all it does is inconvenience legitimate users
it would be cool if they actually let you customize the time to wait without having to resort to bots for that functionality
like yo i like the "needs to be registered in discord for more than 5 minutes" option but the "5 minutes" part is what's stupid to me
I want to make it 6 months LOL
Hey, I am an mc server admin. I noticed a slightly performance increase updating from 1.16.4 -> 1.16.5.
But I am not able to measure the difference. Is there any resource to see how much of a difference there is in %?
not really no
there is an improvement in entity ticking in 1.16.5 though
something related to inactive entities
and I doubt I'll get an aswer to my question anyways... I guess I can just ask here if someone knows if PlotSquared has group support like WorldGuard does xD
Oh okπ§
Sad
o
that does not work
but yes they have one
that's where I asked already and nobody replied in 5 whole minutes!!!11 :P
how do i reduce server ram usage
no one answers in community support
(actually it's 10 now π )
you stop giving a fuck
the only time you should care about RAM is when it crashes for out of memory
so you have to spam the wrong channels to get answers? noted
or you have GC issues
thatβs what itβs doing
ππ π
or Michael is your systems administrator
Getting OOM - reduce Xmx

server only stays up bc i have a keep alive thing
plot membership is something that needs some more love in future
or when your server ddosses players
currently, you can only add everyone or single users
You mean the other way around.
oof :S
Why should he though?
how do i make it use less ram then
you stop caring
since itβs crashing
provide the stacktrace of it crashing
can some1 tell me how can i update my paper?
you replace the server jar file
just that?
yes
lol thankyou
i thought there was a command or something
1 more thing
i want to deploy a skyblock server via paper
is that possible?
yes
Download it and replace. Backup your files first. There is no guarantee that it will not mess up your server files.
how do i do that?
sorry i am new to this stuff
ZIP everything
np
how can i make a skyblock server
it's best to get the basics
okay



















