#off-topic
1 messages · Page 672 of 1
10 more minutes of multi!1!!!
yep
also hold up, I've got x6 since I'm a booster and there's an x4, does that mean that multipliers stack then?
wot
multi spins dont stack
why not
im still waiting for sellinq and someone else who boosted to say they want a multi smh
dont feel like a x999
I suppose if they did you could end up with like a x100 multiplier if enough people boost lol
ya
but that means if you spin the wheel whilst another boost is already ongoing, most of the time on that boost is wasted
unless you've set up a multiplier queueing system
indeed
yeah ik
its only something we recently started doing
i think it is wasted as glare always waits for the hour to be up before spinning again
you should make it automatic
I may do
if discord has a proper onBoost or whatever
👀
No it doesn't but you can wait for the boost message fairly easily
does it count as a message?
yeah its a system message
i dont think u can search system messages
but it's not like you're gonna get any other system messages in here anyway
not in this discord no
https://github.com/DV8FromTheWorld/JDA/blob/master/src/main/java/net/dv8tion/jda/api/entities/MessageType.java JDA has support for boosting
Java wrapper for the popular chat & VOIP service: Discord https://discordapp.com - DV8FromTheWorld/JDA
pinned messages, joins and boosts
☹️
What's back to normal?
earned about 2k xp lets goooooo
could be worse
O
@muted fern how does Barry calculate how much xp you get given per message?
it's random
☹️
@mellow zinc 🙁
rAnDoM
from our testing
ah okay
or semi-random
there was a multi?
@mellow zinc 🙁
@fringe sigil ☹️
chaotic random
indeed
it's probably pseudorandom
based on letters with a bit of randomness
@fringe sigil ☹️
@mellow zinc 🙁
The global multiplier has ran out and has been reset!
@mellow zinc 🙁
@fringe sigil ☹️
@honest thistle smh
@fringe sigil ☹️
@mellow zinc ☹️
based on letters with a bit of randomness
@light scaffold *Note this hasn't been confirmed of denied officially
Alright everyone, time to stop talking
🙁
6k members
dead chat 
=stats messages
@light scaffold *Note this hasn't been confirmed of denied officially
true, but this is our theory from testing
do users top fc
oh its not the same
the hek happened on friday
😦
a lot of boosts i suppose
=stats messages 14
Huh
=stats
users dropped this week
how many more stats commands are there?
yeah probably a lot of boosts
users top messages ☹️
=stats
Command Usage: =stats <object> [days]
Currently Tracking Stats for:
messages, commands, images, words, xp, levelups, wins, daily, users, ecloud, ecloud_breakdown, top_channels, top_users
what about words
aboo
then me 😄
highest daily what?
afaik
=stats top_users
What's a daily
highest =daily
daily streak bardy
Top users based on messages in the last 7 days:
4,779
4,086
2,998
2,297
2,095
1,652
aboo is on like 400 and im on 200 ☹️
ayy
barry still typing
life of the party Brister Mitten#1024
yep
I'm learning kotlin 😄
imagine not talking about that
you ought to start talking a bit more @mellow zinc
yay
@vague walrus gj
now i could go on all day about kotlin, for sure
likewise
I read a very interesting article on how coroutines work this morning
they are very clever
I learnt the other day that GlobalScope.async {} can be used to return a value from a coroutine
yeah I'll wait for now
save ur thoughts 😄
I learnt the other day that
GlobalScope.async {}can be used to return a value from a coroutine
pretty much yeah. or you can make asuspend funthat just returns the value
but you have to run that in a coroutine
and my function that I made suspending had to return a value
you can still do that
I'll bring it up hold on
fun substitute(path: String, target: PlayerEntity, executor: PlayerEntity, duration: Duration?, reason: String, punishment: PunishmentEntity): String = runBlocking {
return@runBlocking StringSubstitutor.replace(messageManager.getMessage(path), mapOf(
"header" to lazyString { substitute("banned_header", target, executor, duration, reason, punishment) },
"type" to punishment.type,
"date" to punishment.time,
"until" to punishment.until,
"executor_uuid" to executor.uuid,
"player" to DatabaseUtil.getName(target),
"executor" to DatabaseUtil.getName(executor),
"duration" to (duration?.formatToHumanReadable() ?: "Permanent"),
"reason" to reason,
"appeal_message" to lazyString { substitute("banned_appeal", target, executor, duration, reason, punishment) }
))
}
that's the one
in the end I used runBlocking
because it's run async
suspend fun someDBCall() {
withContext(Dispatchers.IO) {
return execute("select * from blah")
}
}
fun otherMethod() {
GlobalScope.launch {
someDBCall()
}
}```
what does suspend fun do?
if I remove the runBlocking and make it suspend it says you can only call suspend functions from within a coroutine body
makes a function suspendable
suspend the coroutine*
coroutines aren't threads
it says you can only call suspend functions from within a coroutine body
then run it from a coroutine with something likeGlobalScope.launch
there are ways you can avoid that
then run it from a coroutine with something like
GlobalScope.launch
can coroutines not be recursive?
suspending functions can't be recursive
but you still ain't getting it
if I use GlobalScope.launch, I can't return a String value back to the function
which is what that thing does
trust me, I tried it, and it's impossible
you see what I mean now?
nerds at it again smh
mixing patterns
so did you guys know that 2+2 is 2?
Dont use coroutines for this
i was in and out of the conversation, so no i wasnt following
@untold hearth for what I'm doing?
i read something about co routines and suspend fun and now globalscope.launch
i cba to read up 🙃
this method is called from a coroutine, and it calls suspend functions (for getting info from a DB), which means it has to run in a coroutine scope
there's definitely a better solution to my messy code
but I'm still working on it
lol
🙄
https://img.bristermitten.me/15-26-57-04-06-20.png suspend functions can be recursive?
I dont think I could use that, im so used to right to left
@light scaffold but then I run in to the issue of calling suspend functions in a suspend function
actually no, that's not the issue
actually yeah, it is the issue
the recursive method is called from a lazy method
which is not suspending
@muted fern just wondering, have you already been told about the proposed Ecloud 2 project?
we're still waiting on a response from the admins to get started
I'm aware, i'd need to speak with other admins. If it was to happen it would happened around the time PAPI3 is getting close to finishing
Hampton the Hamster
"The Hamsterdance Song"
stop being offtopic in off topic 
@elfin minnow Hi.
ban frosty
Wow, what a rude person
have you become addicted @untold hearth
@elfin minnow u forgot the = infront of ban

anyone know a good VPS hosting that doesn't require me to pay an additional 15$ to the already 25$ that I pay just to get 250 GB of storage ? xD I have no money in my pockets
You're the scam
anyone know a good VPS hosting that doesn't require me to pay an additional 15$ to the already 25$ that I pay just to get 250 GB of storage ? xD I have no money in my pockets
you pay $25 to get 250GB storage?
seems like a scam to me
@wary willow just buy a cheap dedi
😦 I don't know how to use one of those
minecraft server
moinekwaft
Intel G32
2 core x 3.30 Ghz8 GB DDR32 x 500 GB
Raid 1 Unmetered
Uplink 1000 Mbps - 24.99 €
``` How good do you guys think this is? 🙂 I have no idea
yeah That is the only thing I have no idea how good it is
Expand your cloud-based activity by renting a Dedicated Server from So you Start, supported by OVH. By choosing a So you Start server, you can combine reliability, high availability and high performance!
If I had 40$ a month I would have just bought a VPS from OVH ... I am poor
so if youre using it for simple storage and web
sure
but if youre trying to use it for a server for minecraft they're typically oversold
thats terrible blitz
and use digitalocean if you want cheap vpses so badly
ur getting scammed there
I guess I'll just stay with the shared minecraft server
yes
Very much so my diamond @sterile parrot
mc dungeons a good game?
no
Actually as of recently you should be able to Lemmo. https://blogs.vmware.com/workstation/2020/01/vmware-workstation-tech-preview-20h1.html
VMware Workstation team is proud to announce VMware Workstation Tech Preview 20H1 is now available. Download it here What’s New with VMware Workstation Tech Preview 20H1 With the first release of our 2020 Tech Preview branch, version 20H1 users are now able to run virtual mach...
probably pro only or something
anyway I just copied my bcd files and disabled hyper-v on that one
on startup I just choose which 'operating system' I want
even with hyper-v you still have the device/credential guard issue though.
just means I can't use docker when wanting the vms but isn't a big issue just have to restart
@wary willow VPS' aren't that bad for hosting Minecraft servers, dedicated servers are definitely more powerful, but it won't make much difference if your player count is like 20 or less
yeah the problem is both are expensive 😦
well for you they aren't but I get about 30$ as pocket money per month
you can get a 16GB RAM VPS from Hetzner for like 15 euros/month
whit which I have to pay my phone bill, the internet bill and for transport
and I get £40 of pocket money/month so not that much more than you
whit which I have to pay my phone bill, the internet bill and for transport
fair enough
wait you get $30 a month to pay for all of that?
Cloud servers starting at € 2.49. A little money gets you lots of cloud. Our flexible billing model and clever interface make it easy to use our cloud servers for all your IT needs.
they are very affordable
the only thing you can't do is run a discord voice bot since Hetzner got banned from discord's voice services, probably because of idiots flooding the network or something
maybe get an actual job @wary willow
well I have some money left from summer. I've worked in constructions and got about 500E
yeah Lemmon I will
in a month or so
because I need to get a car and I don't have that much yet. xD
Do you tho
?
need a car
lol
I KNOW RIGHT
most of the time
i would have to disagree 😦
never the time
@fallow crow If you've found a person, delete the request
@sterile parrot HelpChat OS?
hard drives be like 😭
@boreal escarp theres no =pl teupgrades? smh my head this is disgusting and needs to be fixed
There's so much to do on this server
@long summit soon
@sly kraken #716864119835459584 #716864121043419167
ty
@light scaffold i ended up rewriting my minigame in Kotlin after our convo a few days ago haha
i made it download kotlin at runtime and load it dynamically so i don't have to worry about the size
very nice
lmao
Like their must 60-70 year olds that were writing state of the art software in their 20s or something on IBMs and that and cant even work the self checkout's at Tescos
so were only going to evolve around tech more
Like their must 60-70 year olds that were writing state of the art software in their 20s or something on IBMs and that and cant even work the self checkout's at Tescos
IBM?
uve never heard of ibm?
i mean there was a very big gap between our grandparents and technology
I mean the world is ending in 2036 so joke's on y'all lmao
you mean literally just the old binary computers
no, IBM came out way after like 40 years ago
IBM was used in like the 50s minimum i think
back then they were using literally computers the size of a house just to write text to a screen
60s definite
IBM mainframe
as they were used as a supercomputer for calculations during the space race
fun fact 👍
yeah but not the sort of computers you think of when you think IBM
that today a raspberry pi could out perform
indeed
yeah ofc @fringe sigil
they released an raspberry pi with 8gb ram
what?
computers back then could probably only do like a couple KHz probably 
computers back then could probably only do like a couple KHz probably :laugh:
try a couple of Hertz

processing speed back then was slower than humans
well not quite, but slow enough that the jobs they did might as well've been done by humans
lets see a little google search
im intrigued
- PDP-1 (Host of the first popular computer game)
The PDP-1 was designed and built in MIT and had a clock speed of 200 kilohertz and could perform 100,000 operations per second . The PDP-1 is famous for being the computer that started the 'hacker' culture. It is also the hardware on which the first popular game (spacewar) was played.```
lol
The System/360 packed a whopping 8MB of internal memory
whopping
in 1969, there was a computer that cost 5 mil with clock speeds of 36.4MHz
u learn something every day 👍
Mission failed boys, we'll get Gian next time
whopping
oh @lament ember sorry for not answering on smp. xD just noticed the message. I am just afk-ing

@forest dirge I like the new pwarps page 👍
@gilded pike Please only utilize #showcase for real showcases. Thank you.
@pure bane
give me some 😋
Mc dungeons is actually p fun
It is
If a resource gets deleted from Spigot and becomes unsupported by the developer, does a user have permission to fork it if they bought it?
Ok thanks
I thought I saw another #showcase there 
Lol attempt #53353 failed at installing a LEMP stack
tutorial?
idk google it
@elfin minnow 
@pale grotto You're a 4head
@velvet crescent you're a 5head
@shadow copper Any reason for the request?
why do people do this DM me thing lol
Like I understand not wanting to explain your entire server publicly
Dm me for my take on this
Barry > Clyde
must be blocked
._.
why do people do this DM me thing lol
That's a stupid question
#716864120686903367 double advertisement from 2 bots there
Is that normal
@muted fern it seems beta barry is posting the server as well
😦 I wanted beta barry to do the poll thing as well
Did you just kill beta barry??
Idk why i like this song "RAin"
Did you just kill beta barry??
@fallow crow No comment
imagine having money
Also I found out you cant stack the digital ocean credit from the github pack lol 😦
only lets you put one code in
lol
@timid quartz don't abuse the report system
Doesn't matter
k
@night walrus is bad he has lots of bugs...
fc pls dont be mad
@night walrus
fc is the best bot dev btw
no-one is better
father, not bot dev, barry is a child
sure acts like it sometimes
why do people try admin commands
Cause I am bored
Then do something
@night walrus u on?
Do you not have anything better to do with your life other than mess around here lol?
Its like youve never seen a discord bot before lol
How old are you?
^
14
Any schools studying biology actually showed gore before ._.
Conclure sends me gore in dms every week
Any plugin (preferably open source) that shows litebans history in guis?
Ping me please.
We were studying abortion back then, and a friend actually showed us in the slide show the video procedure about ||censored action||, especially on men
The one doing the slide show was actually a girl btw ._.
I can't even watch what happened next on the next 5 minutes of the video
So I just got my hair cut, when I leave my hairdresser tells me I look 10 times better now. Idk if I should take that as a compliment, or she meant I looked like shit when I came in 😂
Shes probably just doing it to try and get more business next time lol
Oh I know her personally, that wasn’t it xd
And this was also her last day as a hairdresser
😂
So 
Rip
Anyone know how to setup a gui for tokenenchant? I wanna add the view requirements etc so they have to have so many tokens to be able to enchant with the enchants
do I just add the placeholder just like tokenmanager but use the placeholder for tokenenchant?
view_requirement:
requirements:
name:
type: '>='
input: '%tokenenchant_token%'
output: 50
lemme know if this is right I know I gotta add prioritys as well etc
Feels like cube stopped the time to do his coding...
What's the site that allows people to make a design inside of notepad++ ?
Because it's been forever and his elapsed time is still 00:00
Cube
hello
Do you know what people use to make designs within notepad++ configs?
Using # comments
oh just ascii text
ok ill google that, thank you
tysm :3 ❤️
np
Time to fix versioning on 5 different plugins <insert Kali's laughing emoji>
i just mashed my keyboard....
I can tell
Lmao
wtf
I have spanish homeworks Friday, while I only have spanish class on Tuesday and Wednesday 👀
hm?
how's that possible 👀👀👀
hows what possible lol
I guess the site is broken again x)
what type of homework
Spanish
school homeworks?
lol
Hola
my homeworks never normally due on days which we have class...
we just submit it through the school website
buenos dias señore x)
we just submit it through the school website
same
it's just that usually, I can only have my homeworks (of one subject) on the day where we have class (with that subject)
idk if that makes sense
Ah
For some reason I just decided to switch back to my old membrane keyboard
idk why
It feels weird lol, but also nice, but also bad
lol
duolingo be comin for your ass :kek:
👀
someone needs to level up
Duolingo teaching javascript when
Sorry I don't get paid enough to gain exp
91% there
well type more
Reee
=multi 5
Set Global Multiplier to x5!
😮
ph
wut
keeping it till someone levels up
The 100 year war was actually 108 years long 👀
bruh
need to test the new image stuff
We'll get there
Meow
So how is everyone's day going, I just woke up
not good
Oh?
Good, spent the last couple of hours working on this new image for the level up screen
LOL, I'm excited to see the progress made
=multi 1
Set Global Multiplier to x1!
someone levelled up
You'll most likely level up next message
Perhaps
if it's a decent message
Oh, that makes sense.
Gotta make useful contributions to the chat
absolutely
Cube, you really playing with my heart rn
you've made it
hi
hey 👋
Scam.
ty xD
tfw second
Yey boosts
@muted fern can u tell me all @honest thistle's events and its source code?
Swear I've told you don't mention me unless I'm in a conversation with you
no
why?
Hm.. someone requested me to make whack-a-mole game on DM ._.
Barry is closed source
ik any other bots that u have for events?
All Barry does is being a 4head all the time
Just build your own bot, no point just copying someone elses
plz
you could fork an open-source project
no point trying to copy someone else's thing though
Jesus Christ some guys rly don't get it
but there are many, many apis and utilities for making discord bots out there anyway
JDA is really good from what I've seen, discord.js is good as well, and discord.py isn't too bad either
so IDK if you know this guys but lwcX with mysql is bad
lwcX?
why?
you want to get banned or something?
ban wheel has a chance of landing on ban
You said you were 14, yet you're acting like a 5 year old, what's up with that 
it doesn't actually ban though
Lol
I don't think
Might true
It doesn't KM
You said you were 14, yet you're acting like a 5 year old, what's up with that
you'd be surprised
It's cosmetic
EULA compliant
lol
Plz someone said smth to get me farm xp :(
📋Your paste, <user>
A member of staff has requested I move your message to a paste,
Most likely beacause it contains a config/error/code snippet.
nope you are probably not ok
I am
No, ur drunk
i didn't saw any suggestions channel so i came to tell statz v1.4.3 is compatible with minecraft 1.9
Wot
Help with #chat-reaction k thx
What did barrys secretart do 👀
Stop yelling at my secretary.
That jobs reserved for you barry



Thats too long
you have ^
should be changed to :this:
should be changed to :t:
:^:
why?
cause I do have nitro
o
we have no perms here
Ah
Gotta boost for that ❤️
Boosters get external emojis.
and i'll boost
🙂 xD
why d you guys even care bout boosting it's level 3 already
bet no one's got those 😎
👌 Gotta maintain
⚠️ I have detected an entitled user ⚠️
wha tth efuck
lol
wt?
Barry becoming self aware again
Clip added that after he stopped buying people nitro
barry made by google
When the price changed
wait clip used to buy people nitro?
Back when it was $5 we'd do a ton of giveaways
Last December be did what, $800 in giveaways?
~230 things
jesus christ
staff cant even have external perms
yeah and I won nothing xD
this year well break the $1000 barrier 😎
yeah and I won nothing xD
sounds about right
sorry sir cant do my job if i have to jump between discords to warn someone
I'm kinda starting to save keys, but I'm also using them.
I'd happily contribute towards that $1000 barrier
dont jump between discords then 🙃
I'd happily contribute towards that $1000 barrier
same if I had any money xD
how about you contribute 1000€ to my bank account
this place is awesome. the staff are great, the people are great, it's amazing here
cs
how about you contribute 1000€ to my bank account
earn it
Furry skins
AHH
oh yeah. I have a lot of 0.01$ skins
oh noes
about 20 of those
earn it
would be crazy if you sent that tho, right?!
frosty pls
Lmao
Meow
@elfin torrent
Better to teach a man how to fish, instead of giving him the fish
😉
wise words
frosty how to fish coming soon?
I agree but who wouldn't want to get 1000€ for free
You're 15
yes
You don't need 1k :eeeee:
who's 15
I've been surprised a lot recently by peoples ages
lol
i'm probably the only 117 year old you've met
if you get things for free, you never properly value them
that's your problem not mine lmao I value the fuck out of my properties
xddd
I've been surprised a lot recently by peoples ages
dox
how olds frcsty?
Piggy, ripe af for the cooking
but when you get things for free, you never value them as much as if you earned them yourself
Aj, I'm dissapointed
😦
bardy i'm not sure that's true. I've got a loot cart in clash of clans that gives me 2 mil gold & elixir for free, yet I don't open it. However, whenever I get gold/elixir from a raid, you can be sure that i'm spending it on something
but that's a game
lol it's still something
How are you all even have the paitence to play that game up until now 😂
😂😂
but when you get things for free, you never value them as much as if you earned them yourself
We are just talking about 1000€, not like everything you get is free.
it's like winning lottery, you'll value the cash you get
i havent played coc in like a year
Would be nice to win the lottery yes
yes
actually, you probably wouldn't @elfin torrent
i havent played coc in like a year
@mellow zinc same
wtf you don't know me!!
I'm saying generally, not specifically you
Man I even wish to win a lottery once
REE
what account did you lose?
?
Praise all mighty Tulo from Trust And Safety for getting my account back!
Hypixel is so cool. You can search via anvil and use that to do stuff
:))
omg
What
@muted fern go check pr again

ooo
is this true ? ~~
looks about right
What benefits do you get for boosting the server?
Here are the current role perks:
https://paste.helpch.at/viguciwuva.sql
😄
tbh, from ur boost multi u might gain like 100k xp from this month
we both gained like 40k xp from the first 10 days or so
that would be crazy
😎
My nitro runs out soon though
Damn cube boutta pass Aboo
oshit
400k XP 😳
I mean you're legit halfway there KM
just boost for 3 months and ull be there if u get 100k xp from each month
Hmm
This is ew https://paste.helpch.at/afebohoxan.java
Do I p2w it
@velvet crescent that code looks like the himalayas
It's from ess's condense command, I just modified it a smidge
you should fix it up
It works, so can't really complain
.lmao
I will one day when I have the brain cells to make it from scratch
yeah but this code could definitely be compacted and condensed in to something much nicer
you should probably rewrite it from scratch tbh
I suppose it's not the worst looking code I've seen though
I will one day when I have the brain cells to make it from scratch
https://github.com/Prevarinite/Punishments/blob/master/src/main/java/com/prevarinite/punishments/commands/BanCommand.java that's what you call arrow code
good job I'm rewriting it
oh no
I don't really have time to spend a week on a single project
you have that much work to do?
Yea it's private so it doesn't show
why?
Gotta rewrite it one day™️
I also stopped doing public commissions so it's kinda useless
never done a public commission lol
never really finished any private ones either
anyway, brb
lunch time
MCM is a great website
lol
Can't even access the website lol
L
I swear I just head a train outside
choo choo
sorry aj, i was driving past
ah, shouldve mentioned you had a train that can drive without tracks
u shouldve stopped by tbh cube
I couldve met cube and not realised 🤔
inb4 you're neighbours
are u in melbourne?
im like a 2 hour drive
ah
imagine being in a massive ass country and 90% of it is desert 
35 percent nerd
close enough 
Isn't like 95% of the population in the coast?
ye
so in our city they come every spring and spray with some gas to kill insects. This is how their car looks:
thats the same with canada too matt, 90% live on the border with US
imagine having borders to other countries
Yeah it's pretty common with big countries
Now imagine a 14yo boy that sees things about ISIS every day at news and wakes up to a loud noise in the middle of the night and goes to see what is happening outside and sees that
If i'm not mistaken 70% of the russian population live on the european side
yep
I just realised I gotta figure out the 1.8 way of making custom enchants eeeeee
i think its more too matt
disappointed frosty
Shut up Aj
can we have a 1.8 bad emoji

?
Authorize and Capture Funds
For increased flexibility in obtaining payments from buyers, you can authorize a payment and capture it later. This allows you to:
•Get approval from your buyer to capture funds from them at a future time.
•Authorize the transaction immediately, or authorize the transaction at a later time when the buyer is not present on your site.
•Capture the transaction at a later time when the buyer is not present on your site.
12xp to go before new card so im writing this here to farm xp k thanks :)))
I like to abuse xD
smh
.
At least 20,000 tonnes of diesel leaked from a power plant near the Siberian city of Norilsk last Friday and spilled into the Ambarnaya River. Russian President Vladimir Putin has imposed a state of emergency in the region as maritime specialists clean up the mess.
Nice
Does mcm have a discord?
@fringe sigil wanna see magic?
oof back to these kek request paid's :kek:
Lmao
You know what would be nice, if there was a way to see repository views
uh oh lmao

LOL
🔍
why am i still able to receive dms 🤔
i think i fixed it
i had to disable it from my user settings as a whole
@lament ember send again
I never disable dms from server members
will do
I don't ever need to disable dms from server members though because I hardly ever get any dms from any server members anyway lol
@mellow zinc If you disable the dms from one server, but the person dming you has another shared server and that shared server isn't disabled, it'll go through
ohhh right ty matt
that would be the issue then ig
i disabled dms because people be like. i send u screenshot in dms!1!1!!!!
like bruh. use imgur :))
or just make your own image server
We staff get dms all the time, it's annoying
oh yeah i bet
Has anyone used multicraft? I cant seem to connect to the panel remotely
I can connect to it localy but not remotly
I forwarded to
21, 80, 25465
I tried externalip:81 and ipv4:81
Imagine using multicraft, and not Pterodactyal
Ptero has it's own issues
imagine using a panel at all
Imagine using Windows OS to run a mc server
Imagine running an mc server at all
what the hell...
Can you acually help me
Who are you, and why is your level so high?
btw what is Pterodactyal
Ive literally never seen you in my life
is it better?
It's an alternative panel
but that doesnt fix my problem
Yeah offtopic probably isnt the best place for support
I mean where am i goin to ask
Pterodactyl is wayyy better than mutlticraft imo
I like the interface better, but docker poses some small issues
Курсанты с военной кафедры. Первые тренировки марша с песней.
Подробности в интернет-газете "Бумага" http://paperpaper.ru/russian-student-on-march/
Civic education xD
You should make it so there has to be a number in the [Budget] field
otherwise the message gets deleted
awww I was reading his lil' text
@muted fern i have 6 plugins that im requesting
You need to list a price
You can have whatever as long as you have a range or listed price
Interesting how discord doesn't detect my Visual Studio Code app
[Budget] $10 - $30 
[Budget] $10 - $30 Negotiable 
[Budget] $10 - $30 Discussable 
[Budget] $10 
[Budget] 10-45 
[Budget] Negotiable 
[Budget] Discussable 
[Budget] Dm me 
lol
Thats the exact same thing as I did before but aight
[Budget] 10-45 :greenTick:
[Budget] Negotiable :redTick:
[Budget] Discussable :redTick:
[Budget] Dm me :redTick:
@muted fern
