#general
3141 messages · Page 369 of 4
@peak dirge use prolog
@median kiln wtf stop usurpate me x)
oui
?
.g define usurpate
(DiscordBot) https://www.merriam-webster.com/dictionary/usurp -- Usurp | Definition of Usurp by Merriam-Webster: "Usurp definition is - to seize and hold (office, place, functions, powers, etc.) in possession by force or without right. How to use usurp in a..."

for (Field field : ConfigDataType.class.getFields()) {
field.getType();
}
```if the field's type is an int (a primitive) will this throw an error?
no
wat
for (Field field : ConfigDataType.class.getFields()) {
switch (field.getType().getName()) {
case "int.class":
case "boolean.class":
case "String.class":
default:
}
}
so I can safely throw in a switch like this?
wtf.........dylan....
wtf
Im about to do annotation magic
I am creating a class that has fields which if annotated it will search for them in the config
that is just, wrong in every way
hm..
once I have Class<?>
can I cast an object into the type of that class
so when it would be Class<int>
uhm that complicates things
via reflection
for (Field field : ConfigDataType.class.getFields()) {
Class<?> type = field.getType();
if (type.isPrimitive()) {
field.set(this, (type) ConfigUtil.get("somePath"));
}
}
my plan 
oh, i mean, yeah i guess so then
I am going to read the path from the annotation
no that can't work
wait yea no, that would be castign to type Class
oh wait no im retarded atm
im in tagalog mode, not programming mode
ima shut up
look at this for an example.. https://github.com/DemonWav/Clash/blob/master/src/main/java/com/demonwav/clash/Clash.java
generics time
public ConfigurableData(ListenerRegistry listenerRegistry) {
for (Field field : ConfigDataType.class.getFields()) {
Class<?> type = field.getType();
if (type.isPrimitive()) {
magic(type, field);
}
}
}
@SuppressWarnings("unchecked")
private <T> void magic(Class<T> tClass, Field field) {
field.setAccessible(true);
try {
field.set(this, (T) ConfigUtil.get("somePath"));
} catch (IllegalAccessException ignored) {
}
}```
ignore the naming
I bought a recliner cuz my desk chair is uncomfortable, now I take up most of the living room ^_^ \o/
Billy did you get my dm btw
explaining why someone was asking for your paypal last night
Oh, that. I ignored it cuz no one asked me for my PayPal lol
/shrug wasn't notified
:p
I don't accept donations anyway. Would have just turned him away ^_^
Figured as much
He was gonna donate to the code thief so I told him dont, donate to billy if you're going to do that
And that's pretty much the backstory
lel
what code thief 
re: LimitPillagers
Lol, hexed
ur patches are gpl right 
Mit, iirc
mit
irc never forgets
That was pretty nasty tbh
@Configure(dataType = DataType.INT, YmlString = "Magic Cooldown Time")
@CramToRange(min = 0, max = 99)
private int magicCooldownTime;
here
hm.. still nasty you say
that is disgusting
personally if you aren't parsing raw byte[] from a file you're being stupid
read it from the field
true
if I fuck up the type of the field I'm screwed
the file I linked earlier shows you everything you need to know
I agree with simple
you don't know what you're doing but you pretend you do
🍿
fuck its big
I never worked with Serializable in Java
Serializable is a completely different beast
It's not even particularly secure, anyway
wait I can't use a switch?
nope
that sucks
public ConfigurableData(ListenerRegistry listenerRegistry) {
for (Field field : ConfigurableData.class.getFields()) {
if (field.isAnnotationPresent(ConfigPath.class)) {
String path = field.getAnnotation(ConfigPath.class).value();
Class<?> type = field.getType();
field.setAccessible(true);
try {
if (int.class.equals(type) || Integer.class.equals(type)) {
field.set(this, ConfigUtil.get().getInt(path));
} else if (boolean.class.equals(type) || Boolean.class.equals(type)) {
field.set(this, ConfigUtil.get().getBoolean(path));
} else if (String.class.equals(type)) {
field.set(this, ConfigUtil.get().getString(path));
}
} catch (IllegalAccessException ignored) {
}
}
}
}
for now this will have to do
Hi there
Oh I see you have a Discord - I'll go there
@dapper nacelle isn't a background like that really distracting
hmm, so i set my username for a git repo to my name (since its a school assignment) but the commits still go through as DarkEyeDragon 
when i do git config user.name it'll show my correct name however
anyone got any idea why that might be?
well, correction, it shows my real name in the git log but not on github
because you need to tell your client to use the correct name
iirc git config without global will set it just for the current repo
yes thats fine
its changed in my commits locally, but those on github are signed by my github tag
sounds expecteed
The actual gpg signing thing just shows your github name
whats the point of being able to set a user then?
That’s all github and no way to change it afaik
hmm okay
wouldnt even know how
it's likely in settings
git config commit.gpgsign false
this is gonna be a pain
I need to use my "gamer github" for school as its linked to my school email for the perks lul
do it no balls
i mean, i have
continue doing it no balls
¯_(ツ)_/¯
wow
Oh that’s not a signature
such code
i mean, it was our first class lmao
Anyway, you have to pull the email off your account to do that

And you don’t want to do that soooo
use z's email
they have it mapped to my real name cuz its classroom or something
I put all my first cs course's stuff on my gh somewhere...
yea all this shit lmao https://github.com/simpleauthority/cs112
prof was like "bring a flash drive!!!11"
but i just installed git before class each morning
also i just felt something fall in my lap and its my ear of my headset <.<
nani
rip
So.. in your first class you've managed to destroy the last line of the file.. good job @worn ember

Mixers api is horrid
ur horrid
I'm horrid
if thats what you want to call it
seems you guys have
quite sad because i thought all support for paper 1.12.2 has stopped
Well, all support for Paper 1.12.2 has stopped.
So whatever patch that fixed it must have landed prior to July 2019
it seems to have just been discovered or just made public
???
its not patched lol
people make 0 ticks in my server all the time
you are probably just not making it correctly
we've a pr to fix it
a pr
its a direct world download, works in single player but not on a paper server
k thx dad
am i allowed to post links here? direct video about it.
normally i wouldnt but i dont have to worry about paper patching it
ye
Forgot to mention: Yes, there shouldn't be a problem with performing this in survival. You would need to push budded rails into unpopulated chunks via slimes...
(DiscordBot) Instant Tile Tick Execution [New Item Dupe] [Easy Bedrock Breaking] [Game Altering] [1.12] - length 16m 15s - 198 likes, 0 dislikes (100.0%) - 2,023 views - cool mann on 2019.09.15
this one
There is a bug that we fixed with dragon eggs being able to pop blocks beneath them, but that was a code error on mojangs behalf
'mojang 
0 tick in general is not something we've touched, but given the sensitive nature of that stuff, could be something CB broke, spigot broke or we broke 🤷
hm wonder if its patched on the server i plan to build it on
oy
yeah, sad to see this will not work.
Keep getting a bunch of errors everytime i try to use it :/
hm?
The 0 tick i showed
The existence of soda is a hate crime against humanity, and all forms of life.
Drink some water.
Shut up Brian
(edited)
There is a bug that we fixed with dragon eggs being able to pop blocks beneath them, but that was a code error on mojangs behalf
this is an interesting one
cant track down the origional source, seems like sponge has a fork
Yea, I know kash also had an nbt lib, but never used that either
I know https://github.com/Steveice10/OpenNBT, tho not sure how it performs compared to others
opennbt is one I've heard of a few times too, tbh; Probs more tested
and still maintained, too (well, as much as you can maintain it)
it kash's doesn't work ill just yell at him to fix it 😂
I think I already found an issue in text
Mini just leaving a trial of chaos as per usual
hey, this server project is actually going waaaaayyy smoother than I expected
this is the first time touching netty
and I can already get the play into the world
I'll start reading up on netty eventually
I have tid bits of exposure from bungee, but couldn't say I feel comfortable making something with it yet
I know enough to know that it can be a complete pain in the ass at times
but I just (1) decode the packets based on length and then (2) just read packet id, search for packet class and read stuff
MiniConnection 
is that a plugin for displaying git history?
static class ConfigData<T> {
T t;
String configPath;
@SuppressWarnings("unchecked")
ConfigData(String configPath, T def) {
this.configPath = configPath;
Object obj = ConfigUtil.get(configPath);
if (obj == null) {
t = def;
} else {
t = (getClass().isAssignableFrom(obj.getClass())) ? (T) obj : def;
}
}
public T get() {
return t;
}
public void set(T val) {
t = val;
ConfigUtil.set(configPath, val);
}
}
here we go
Mixers streaming api is terrible.
you said that earlier
Not as terrible as you
is it safe to cast T in my code
i said ur terrible
Yup
<3
it's safe to cast T if 1) you know whatever you're casting to is T or 2) you know whatever you're casting to is a subclass of T
i.e. through an instanceof
except instanceof is useless because generics woooo
Yeah
t = (getClass().isAssignableFrom(obj.getClass())) ? (T) obj : def;
this is wrong
How is it wrong
did u buy anything with that 20 pounds bitch
what does getClass return?
*burns electroniccat *
Oh right
:)
I need to getClass of T
def.getclass
@cosmic raft is your nbt lib not on central/sonatype?
what if the default is null?
DEFAULT NVR NULL
oh sorry
I will add @Notnull
Not yet, I sure as heck think imma be buying some liquids to transfer health into energy
buy beer
If its still null its not my fault
I think allowing null is useful
ah yes the dylan manifesto "if it's null after i do this and this it's not my fault and my code doesnt have to care at all!"
if you want to allow null, you will have to pass Class<T>
I'm currently sat on my bed as I was planning to have a nap or something, but I went to lie down a few dozen hours ago so I knew I wouldn't be able to sleep anyways, rip
but why exactly are you making a wrapper of config functions?
it's 10 in the morning, why do you want to take a nap?
Going to bed was just wishful thinking ;-;
sleep is for nubs anyway
Reminds me, I gotta toy with configurate at some point in time
But I can't generate setters with annotations that I can access before compile time
waiting for velocity 1.1 to compile configurate
http://tinyurl.com/y5af6hnpg good god its spreading http://tinyurl.com/y5af6hnp
We're going to proclaim the same the moment we hear you're going to be a father
oh yes Mini. kashike's NBT is good. saved me a bunch of time.
that wont ever happen, cant stand children.
Actuallt its pictures of you sleeping naked but meh.
Don't think so
isn't this worse btw
https://pastie.io/qdudhi.java
Please don't paste code into chat
ok sorry
It just floods the channel and discords formatting screws it up anyways
Oh, yea, they are compressed
Cube World's new beta releases tomorrow
time to waste more of my money
meanwhile the Hytale trailer has been released a year ago
im trying to trill my rs and i sound like a villager that has the flu
(kinda like @golden gust rn)

apparently the sound a villager makes is /hŋʷ/
what
I'm pretty over the flu, am just like, dead in general now
dead cat
cat ded
wat
Captain morgans and tea (at breakfast time <33)
wat
bruh last time i drank captain morgans i downed the whole bottle because i wasnt drunk yet
and then
it hit
See, I rarely drink, but if I'm given a bottle of captain morgans, it's like... :3
vodka
beer is ew
hard alcohol best
when paper will support 1.15 ?
Vodka gross
Rum gud
when will paper support 1.15 ??
Never, project will die tomorrow
aww 😭
ich will
I rly don't understand what rammstein are singing
german language is like learning Chinese but kinda better
Not at all like Chinese
Lmao
I said "kinda better"
-_-
read the whole plz okty
Shíshì shīshì Shī Shì, shì shī, shì shí shí shī. Shì shíshí shì shì shì shī. Shí shí, shì shí shī shì shì. Shì shí, shì Shī Shì shì shì. Shì shì shì shí shī, shì shǐ shì, shǐ shì shí shī shìshì. Shì shí shì shí shī shī, shì shíshì. Shíshì shī, Shì shǐ shì shì shíshì. Shíshì shì, Shì shǐ shì shí shì shí shī. Shí shí, shǐ shí shì shí shī shī, shí shí shí shī shī. Shì shì shì shì.
That is a chinese poem.
lol
Wait, really?
Yes

gimme a sound plz
I cannot believe it
In a stone den was a poet called Shi Shi, who was a lion addict, and had resolved to eat ten lions. He often went to the market to look for lions. At ten o’clock, ten lions had just arrived at the market. At that time, Shi had just arrived at the market. He saw those ten lions, and using his trusty arrows, caused the ten lions to die. He brought the corpses of the ten lions to the stone den. The stone den was damp. He asked his servants to wipe it. After the stone den was wiped, he tried to eat those ten lions. When he ate, he realized that these ten lions were in fact ten stone lion corpses. Try to explain this matter.
In English
Chinese is already confusing enough with all of its tones, characters, etc etc. but this poem really highlights how hard Chinese is. Here it is in English: Lion-Eating Poet in the Stone Den *In a stone den was a poet called Shi Shi, who was a lion addict, and had resolved t...
oh god
I thought you was meming
Nope
That is fucking 10/10
omg
the hard thing in Chinese are these symbols
I have a friend who studied Chinese
Learn pinyin first
(latinized chinese)
then learn the symbols
makes ez-r
u try learn cyrillics
nope
and how to pronounce them
its so fucking different from the English pronounciation
Not too far off really
The characters are just different
Pronunciations are quite similar
the pronounciation is also different
like "a" in English we say something like "ei" in cyrillic
as with any language of course, pronunciation isn't going to be germanic
romance languages have romance pronunciation, germanic languages have germanic pronunciation, asiatic languages have asiatic pronunciation
I'm from Russia, and soon i will get cut off of the internet :/
it's not that weird
i keep missing the good conversations here and then when I reply it's out of context of current conversation. I bet people get confused by that
We just ignore you
but before that I wanna tell something to u: if u happen to see someone talking in Cyrillic, don't yell at him "OMG RUSSIAN"
I have noticed 😦
he could be from somewhere in the balkans
the Cyrillic alphabet was invented firstly by the Bulgarians and not russians
we just took it and change some letters, it's not exactly cyrillic
idk why someone who's from the west when sees Cyrillic and start yelling "RUSSIAN"
while he can be not russian
because russia is a large country and it's the language seen most often in cyrllic
Humans are fun
it's again, not that hard to guess about
and dum like u
All humans are stupid
I agree 
you keep proposing what seem like philosophical questions when really they're rarted
I also don't like how people when they see a Bulgarian talking in Bulgarian say that this is Russian but its actually not
You can't really expect from a person to know every language, though.
there are a bunch of differences in these 2 languages
take it as like English and Mexican
Imagine not knowing either language and then listening to someone berate you for not knowing the differences between the two
Mexican
You mean Latin American Spanish
Oh
You didn't know?
How dare you
well they're basically the same language group, but they're completely different languages
Again,
You're expecting someone who knows neither to know the differences
It's unrealistic
the Bulgarian and the Russian language can be very easily differentiated
Not by someone who knows neither language or their alphabets
Bulgarian: Аз се казвам Васил
Russian: Меня зовут Васил
English: My name is Vasil
(as an example)
Take Malay and Tagalog and Cebuano. Three languages. Big differences. All Malay languages.
If you know none of them
You can't tell the difference
google translate helps 😛
There are actually 173 languages in PH and if you know none of them, you'll not tell the difference
They use the same words
Words mean different things
In each of the 173
Korean language is fun
they sound like: "puhwh hjererh jrbejeb berjjn klweiwewi kjoleh"
lol
kinda yikes
see a North Korean talking in Korean language
for example the woman which's telling the news
it literally sounds like: "kwjewejwhew jhlkwekk kkwkkehbhrt krekrherkh jhrenreb hrejre"
ok pepe
ok
NORTH Korea has staged a huge military parade WITHOUT ballistic missiles - as the regime marks its 70th anniversary today. Kim Jong-un seemingly decided to t...
(DiscordBot) North Korea 70th Anniversary Military Parade 2018 (FULL) - length 2h 14m 4s - 1,669 likes, 292 dislikes (85.1%) - 309,564 views - The Sun on 2018.09.10
laughs
I can hear words
But then again, I study some asian languages
So you're further reinforcing my point
If you don't know the language
You will understand nothing
And end up being an ass
What you're saying there literally makes no sense
Whom'st've u talking about cat
I just wanted to confuzzle people
unplugs
;-;
stops electricity in the countries where simple and electroniccat live
throws electroniccat off a very tall cliff
@void void don't u a contributor to paper
Not that many PRs
But a few small ones
I think two actually lel
@static badge how u have so much prs and still not a project dev
cuz he a fuckin noob
ur a noob
srsly how u still not a project dev
afaik thats not really a rank you attain through pr count
current project devs are leafist
its kinda...for the original devs
that's why leaf is still not a project dev
you really don't get dev through pr count
yeah, but u do quality prs
like the async chunks for 1.14
so
no
no
ur figuratively, mentally, literally, retarded
that's too much
@woven otter whats that windows 10 theme
270 
@void void huh
.wa 270usd to cad
(DiscordBot) No results.
euro actually
literally useless
.wa 270usd to bgn
(DiscordBot) No results.
@void void that's not my screen and pretty sure it's linux
hmm
$394 cad
@woven otter not sure if that's Linux but ok
That is a linux distro
sorry, it was 220 + 20 on a stand
Z uses arch or something
Z uses TempleOS
could be worse
I guess he used to use arch ¯_(ツ)_/¯
stop acting like you know him 👀
idk what he uses
I do know he used fedora but that's enough to be a disgrace anyways
@worn ember I don't know him. That's based on what I remember from seeing here
Like I remember that ur a rart
true
am i missing something here https://dl.dropboxusercontent.com/s/xt7a8992txy5dz0/135370761.png
are you shading your libs?
yes
The error is probably above that
It basically blew up tryna load the main class in generla
Are you sure it shaded properly?
im going to go back and check
That's because it blew up super early in startup
is Aikar back on 5 hour energy instead of ARK
make a minecraft server implementation in your favourite lang
no
yes
no
make a program that generates good ideas
if I do it, the ideas that it will output will be the same :/
cuz they will be cached
ok.
something other?
wtf
pepe i swear sometimes you make me think you're more retarded than brian
you might be
banmanager with async queries and then send it in my dms, ktnx
make it concat random tech terms and google them with a random lang appended and search google with string for ideas
dark what
wut
yes
the one ur making
@void void idea generator
for me, for free 🙂
ur a negative
i'll give you [Free] rank on my non existent server
make a clone plugin, clones of armorstands spawn and they follow whatever you do
spigot is protected from bots uploading shit
I prefer to stay away from cs:go
why?
why not
cs
because of "сука блять" ??
@worn ember u can't thats the thing
why
cloudfare is bypassable, the other isn't
pfft, you sound like a pleb
pepe the pro hacker
what "other"
well, how u would upload the jar ?
what does cloudflare even have to do with this lol
you can do all kinds of stuff
holy moly, you are right simple
🙃
dont you love those "borderless" screens? They look borderless but they still have a black border when turned on lol
I like 4:3
wot are those
cs no


stretched resolutions give you hacks
no one:
kenny: 
thats why "epic" games don't allow them in idiotnite

hold up
@quasi valley are u dinnerbone

or ure a wannabe 😛
wannabe dinnerbone, exactly 
did actually dinnerbone design the bukkit api
ʞɹɐp 'ɟɟo ʞɔnɟ
😉
if you can read this without any problem: ʞɹɐp 'ɟɟo ʞɔnɟ , you exactly know how to make pose 69
I already have my name upside down on another discord, just so at least a few dum people get confused when trying to ping me https://kennytv.eu/files/6guia.png
lol
@quasi valley

@quasi valley from where u get these upside down stuff

blocked #wiz
wiztranny
😂
69 ǝsod ǝʞɐɯ oʇ ʍoɥ ʍouʞ ʎlʇɔǝɟɹǝd noʎ uǝɥʇ 'sɯǝlqoɹd ʎuɐ ʇnoɥʇᴉʍ sᴉɥʇ pɐǝɹ uɐɔ noʎ ɟI
please don't
ʇou ʎɥʍ
because
unɟ sʇɐɥʇ
I said so
good way to get ur ass banned
and my word is the law
it's the holy duck
hmm
dear god now he discovered upside down text
look, dinnerbone wannabe
should I update my avatar then
a quick google found this: http://www.upsidedowntext.com/
Type upside down, or type backwards, and flip text, letters, and words using this Upside Down Text converter.

edge is bug
what
Russian government doesn't allow us to use another browser
we're stick with using edge
lol
Imagine listening to the government
that doesn't sound right
I mean in his defence simple he is a duck
u stupid simple
Bought AirPods so I look like even more of a duck it
Duck it?
Fuckboy
But ok I can be a duck too
lol are u missing me city

I just need a fucking ugly Apple Watch and I’m set
So before you guys start working on a project do you guys have an idea of what classes you'll have and what they'll do (just programming projects in general)? When I'm working on non minecraft stuff I get stuck pretty easily, but for MC projects I am able to have a good idea what I need
I usually have a general overview, yes. But it depends on the project size, if it's small I usually know all classes beforehand. If it's large, I don't, just a general idea of which types of classes I would need.
what he said
Maybe it's just because I have bad project ideas/idea not fully developed that are non minecraft stuff. When I'm given requirements for school projects I am able to get a good picture of what I need
Maybe try writing down the requirements for your projects beforehand, then you'll always know what you need to do.
coming up with the idea isnt that hard, its thinking of how to realize it thats a bit trickier
i find it hard to come up with project ideas
I can come up with ideas for web applications and minecraft plugins, but just not other projects
You can look around online for ideas, plenty of other people have them.
I generally try to think of a general structure and plan ahead as much as possible.
Like stef said, list out all requirements.
I've found that listing out everything that I know I'll need to implement / do helps out immensely with planning out the project and its structure.
maybe I should try using trello
switch to online mode
anything else?
well there are some anti-vpn, proxy plugins but no idea how good they are
i have spartan anticheat
dont allow players to execute commands/chat in the spawn point
and it doesnt even stop them
I have no idea about spartan
Switching to online mode is pretty much the best way tbh.
I've witnessed like 3 bot attacks in my entire time playing on online mode.
and most were like 10 ish players
well if the bots cant execute commands or chat at the spawn point they're pretty useless
most dont really move anyway
yeah also you could make them do a captcha or something
or at least require them to move
so is java 13 the new big thing everyones gonna switch to?
ah, just saw it in the update notes for craftbukkit
If you’re on 12 you’ll want to look at upgrading just to keep with the support cadence
im on 8
If not, and you’re on an LTS build I wouldn’t
hendrik 🥔

catfish cat pics? :^)
@open pagoda why would you sell cats
💯
and with the same sexy profile pic
wait who was that dude who made nice logo for vic and leaf
or discord avatar, rather
brian?
@austere ivy
Is there a plugin or option in paper that limit the speed of a player? Like block player from moveing morethan 20m/s or smt
wizjany i found a way to reproduce the region lockup :P
Is it recommended to use https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/ no matter what amount of ram you have?
I have servers with everything from 512 MB ram to 4096 MB ram. All different ones. Some are very static, as hub. Some are mini-game servers. Others are survival, creative and skyblock.
Thanks for any help.
Yes, you should.
going by the jstack, WG is waiting for a lock, but WG doesn't have the lock
something...else? is locking the region manager
wizjany
Literally got it :D so happy
will update enginehub once i get my servers and regions back online/fixed
please throw it into 1.13.2 if/when u fix :P
already pushed
cool testing
might have to wait for the build lol
yeah waiting on it
Open-source mods for and by the Minecraft community
who wouldn't
give it back u bastard
for some precious loaf smh
do you want me to barf it back up on you?
idc if they're digested or not
city is into any kink you throw at him
I'm just in painnnnn give me bread
actually tho why don't they sell bread in bulk here
wiz wiz
🗡 🦆
Oh shit, I was totally staring at https://builds.enginehub.org/job/worldguard?branch=archive/1.13 and didn't see you responded here with a build link. Assuming that page above is cached.
Open-source mods for and by the Minecraft community
Anyways confirmed fixed wizjany
ty city ❤
city prolly just wants to cook you first before eating you
I don't eat meat sry
I'll eat him for you
yes noone can eat me
is that a challenge?
A challenger appears
no it's a recommendation
u suck
yeah on you after I've cooked you

@still smelt What is the viper show?
@heady spear only eats one kind of meat
I love eating @upper flicker's meat
OwO
🤙
stay out of my tacos
tacos are for retards so sure
no youre thinking of conrete


is PhanticD in here
beeeeees
@shell vine
FanaticD
750Z
🦆
🌮
🌮
@vestal jasper
hi
u tagged me why
your presence was requested
Why
happy
Welcome to a new era. We’ve been expecting you. Watch the new trailer now for #DowntonAbbeyFilm, only in theaters September 20. Get Tickets: https://www.down...
(DiscordBot) DOWNTON ABBEY - Official Trailer [HD] - In Theaters September 20 - length 2m 25s - 41,453 likes, 1,328 dislikes (96.9%) - 6,920,075 views - Focus Features on 2019.05.21
domains are hard to think of
U
Tbh it wouldn’t surprise me if there was eventually a .av
take out a small loan of 2 billion dollars
I have enough domains and don't need any more
braaaainsssss
lol
Little shit just peed in the same spot upstairs three times in 20 minutes.
using paper on my server on an odroid-xu4
actually running an acceptable speed
still have yet to test load with more than two players though
2gb total ram and an armv7 cpu split between 4 a15 cores and 4 a7 cores
currently running just with generic linux kernel, generic jvm
But why
because i can and i want to
It's supposed to be more powerful than a pi, and I know that people can get a handful of players on a pi if you go ott with tweaks
ott
1.14.4, and it's handling pretty well
you mean: max 10 entities, 2 view distance, skip ticking
The xu4 is surprisingly powerful tbh
kernel comes with zram by default, so memory isn't much of an issue
I mean, the CPU and the IO was the major killer on the pi, odroid is supposed to have improved that
I’ve seen people use it for some cool stuff
and it works very fast at everything except generation
hence, i am pregenerating
smh thought i did the last problem and checked problem set and i have 10 more :-)
this prof smh
ima hit him
do it
#DoItNoBalls
It's also my fault because I haven't done any of this homework
Test on Tuesday lmfao
Oh nice that's tomorrow now
if it's any help, I'm in the same boat - 5 weeks of homework to do, final exam tomorrow
I have about 25-ish left and then I can start actually reading up for the exam
yay procrastination buddies
Spent the weekend gaming and sleeping lol
i dont really remember what i did this weekend :D
I just wrote "prof pls" on a question
maybe he'll take mercy
kek i have a test tomorrow
on maths
and on topics what i haven't touched
spent my weekend doing everything else but my uni stuff
:(
why am i like this
yeah
this last week we've gotten a shitload of homework and im like "aight ill go home and do it"
go home
dont fucking touch it
next class, repeat loop
prof: hey test next tues
me:
:DDD
me_irl
I've done all my homework up until the end of October actually
also tfw we had 2 online tests
i thought they aren't important and skipped them
i ALWAYS forget about the online shit
lost 4 important points
i am failing my anthropology class rn bc that
trying to make it up
need to get 76 points out of 100 to get to the exam
at this rate i won't be able to do the exam
fuck
.g anthropology
(DiscordBot) https://www.anthropologie.com/ -- Anthropologie - Women's Clothing, Accessories & Home: "Explore Anthropologie's unique collection of women's clothing, accessories, home décor, furniture, gifts and more. 24/7 free shipping on orders $150+."
Just write "they're all stupid" on the test
has a shitload of subgenres but this one is biological anthropology
hi guys!
hello to you too
I have 2 fast question: can paper work with spigot plugins? and what's the best skyblock plugin atm?
Yes, for the first one
yes, no one knows
- yes 2) no idea
used to use askyblock but it's for 1.12.2 and older, since then i haven't used public skyblock solutions
There's bSkyblock iirc, but from what I've heard from here all skyblock plugins are a bit meh
alright 1am so time to numb my brain down for math on youtube for a little bit then sleep and i'll pick this bullshit up tomorrow
i have till 4:30pm tomorrow to get 3 more sections done
:-)
HAH
so what's bentobox? sound like another minecraft server software?
no the creator of askyblock it making, some overarching plugin to manage skyblock and acidisland worlds or smth
but seeing as he could barely write askyblock
i have verrrrrrrrrrry low hopes
I'm about running a skyblock server, which version should I use? I think 1.8 because it doesn't have many stupid new features
1.8 is not supported though. I'd personally just use 1.14.4.
yup <=1.12.2 you support yourself
you find people on occasion who will help here, but the official stance is no
(DiscordBot) Japanese Milk Commercial - length 27s - 1,745 likes, 92 dislikes (95.0%) - 188,088 views - Jim Doherty on 2017.10.22
what the actual fuck yall
[NSFW]
Hey guys. Is it possible to use different hosting providers for a bungeecord server?
yea why not
although you have to be really careful, it's best to be able to have access to a firewall of some sort on your spigot servers such that only YOUR bungee IP can connect to it
otherwise, anyone can set up a bungee and, if they found your spigot IPs, take control
as your spigots are offline
and..welp
I want to create a Bungeecord om server.pro, but I don't want to pay 5$ for the Bungee server, which only redirects you
it's downhill from there
gl with that you dont get a firewall on shared hosts
be very careful
Ugh
I don't know if I want a bungeecord or a single server, as my first server
you should probably just start with hosting a regular server if its your first time
there is absolutely no point in starting a network right off the bat unless you have a substantial community backing you
and if you had that, you could afford proper infrastructure
which. im assuming neither is true
biggest newbie mistake is spreading your server too thin, especially with server setups that kinda need players to be playable
yup
6 servers
0 players, 0 players, 0 players, 1 player, 0 players, 0 players
looks suuuuuper gud
/s
Thanks
Now the question is, which server type
Survival, prison etc
cant tell you that, that question is exactly the same as "i want to start a business. what business should i start guys?"
you need to take the onus here
and brainstorm and figure it out
just heard the words "the app comes preinstalled, so you don't even need to go to the app store to get it" in a video
nononono
that is never a good thing

Guys. Could you recommend a good server hosting? Thanks
Game-64-oc from ovh is decent
Dedicated servers delivered in 120s with no setup fees. SSD disks, 256 IPs with no monthly fee, anti-DDoS and private vRack network.
That makes me wonder, just how much bandwidth does paper use per player and does it get significant after a while? Do you really need gigabits for the network of your server?



