#off-topic
1 messages · Page 443 of 1
It’s understandable
Can you not?
Otherwise everyone would have 5 cape accounts
Who's joining me at Minecon 2020 then for a new cape? 😉
I went to minecon 2015 for my 2 capes, then I paid $$$ for my 2016 on Siri. But worth it imo
There’s no more capes lol
They stopped doing them
^^
Minecon 2016 was the last year
That's a bit crap.
Minecon 2016 capes are like $300 tho
I paid $310 for my code
Bit OTT imo
But they sell for $450
OTT ?
Over the top
Only thing I'm annoyed by is that if I do eventually get an OG name I won't have shit on that account, (since I got so much shit on my current one)
hi Cole
hi
hey
Looks like you're flexing again, Stop it, get some help
=flex
Here are some guild wide stats for your eyeballs. :eyes:
1,381,840
2,905
4,609
40,821
10,927
40,353
1,381,886+
3,601
Tue Mar 29 2016
<o/
=💪
cuz if i take this laptop back first for a refund
the issue im in is that ill be laptopless
so im gonna need to buy a new one first
only 3 more work days and then 12 days off
hype
hype indeed
cute
HelpCon
Was always told as a child dont meet strangers
id just change the name
O shit
and set my account to the name
ye
wouldnt want that rep
they will just snipe it
but u could ask hypixel
say you're a big dev and a friend gave u it
Charlie, you've met Gian, but has Gian met you 😉
how fast do they snipe
I don't got any more accounts to snipe names
they use the blocking method
would i have 5 seconds
its done in ms
i used to speak to chearful closely
u wont have a chance
if its a big name
ur "clip" would be in limbo for 37 days
People are a$$holes when it comes to name snathching
his tool is fucking godly
it caused his competitor
to shut down
and we found out their sniper was an mc plugin
and im not lying LOL
ugh he must of removed it
O
he released the source when he shut down
and everyone found out his sniper was a mc plugin
someone on mcm
Fac
bruh
oof
just alpha up
Indeed
cough HelpChatHeist when™ cough
Cube?
ye
Charlie, how would you get an accounts mail ?
What ab clip
Yea
📎
gtx ?
yes
oh
im looking at new specs potentially
but im not sure
rtx apparently is a gimmick
but i dont own one so i cant be sure
why would u need an RTX in a laptop
gaming?
this is new potential spec:
OS
Windows® 10 Home (64-bit)
Processor
9th Gen Intel® Core™ i7-9750H 6 Core (2.6GHz/4.5GHz)
Graphics
NVIDIA® GeForce® RTX™ 2060 (6GB GDDR6 VRAM)
Display
17.3" Full HD 144Hz, 100% sRGB, 6.0mm bezel, factory calibrated
Storage
512GB PCIe NVMe SSD
Memory
16GB Dual-Channel (8GB x 2) DDR4 2667MHz```
tho i may just get a gtx instead
that base finna be thic
And hot
ROFL
my current one has a gtx and its pretty thin
a lil heavy
tho the corner is bent and it makes a rattling sound
yikes
you mean headasses 
agreed

You aren’t even in her best friends list
Any of em
I don't do em
The global multiplier has ran out and has been reset!
@muted fern
You already claimed your daily reward for today!
smh
mine would be 91
but
someone
decided to bamboozle me
and I gave up on it
lmao
oic
So you nitroboosters waste €10 a month just for the tag?
Yes.
Supporting helpchat is dumb 😠
I did not say that mister the funny cube
and u get a nice name in return
but you are not really helping the server
plus if i didnt boost my name would appear in the sidebar
just donating money
cant have that
Gets us fancy server perks <o/
it does not make sense.. its just for emoji's, audio, and banners
so?
Thomas, you get shitty games with nitro so that's a plus aswell
and HelpChat the game
Someone should remake Songoda's EpicSpawners, but make it actually work properly
cube
nice
I'm spamming the install button but it doesn't work
oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
LOL
Lmao
bye its gone again
Cool release date
Never™
its gone


is it something official or?
o
gimme link
/Testers
OOF
Wut
invite code
if i say link someone will beam me
Dm it nerd
ik
var faction = "%factionsuuid_faction_name%";
var color = "%rel_factionsuuid_relation_color%";
var ezranks = "%ezrankspro_rankprefix%";
var vault = "%vault_prefix%";
function chatFormat() {
if (faction !== "") {
return &7[${color} + ${faction}&7] + " " + ${ezranks} + " " + ${vault};
}
return ${ezranks} + " " + ${vault};
}
chatFormat();
fix this for me Gaby
nah
use ``
^
If they're in a faction it should return : [Faction] [eZRanks] [Vault] and if they aren't it should return [eZRanks] [Vault]
return `&7[${color}${faction}&7] ${ezranks} ${vault}`
var faction = "%factionsuuid_faction_name%";
var color = "%rel_factionsuuid_relation_color%";
var ezranks = "%ezrankspro_rankprefix%";
var vault = "%vault_prefix%";
function chatFormat() {
if (faction !== "") {
return `&7[${color}${faction}&7] ${ezranks} ${vault}`;
}
return `${ezranks} ${vault}`;
}
chatFormat();```
was doing it still xd
indeed they are not needed
😛
sorry it's my second time fiddling with js jesus
its fine xd
we were all there someday
Come to think of it, i'd rather spend bit extra cash with upgraded stuff than try do it myself
cuz if i unscrew it myself, i'd prob fuck something up
btw what's the point of ${vault}
basically
if u use backticks, you tell it that you're grabbing a variable
by using ${<thing>}
and if you don't ?
it will log out
as {thing}
var msg = "Hello World!";
// Logs out "${msg} xD"
console.log("${msg} xD");
// Logs out "Hello World xD"
console.log(`${msg} xD`);```
yea I get what you mean by the `
It's the equivalent of doing
console.log(msg + " xD");```
but it's more if you want to use many variables in a message
so basically it grabs the entire statement spaces included
You know what I mean
yeye that's what I mean
eg if you was logging with a bot
Hello, Is it possible to help me port forward because I've tried a lot and its not working...
var msg = message.message;
var author = message.author;
var discrim = message.discrim;
console.log(author + "#" + discrim + " said: " + msg);
console.log(`${author}#${discrim} said: ${msg}`);
see how easier
the second one is
yup
why tho
luckperms is so confusing
lp is so much better
i hate it
pls use lp
does TP use it
yes
rekt
exits
use to be groupmanager
LOL
lol
oof
as im bored i may work on a website 
pain in the butt changing perms plugins
true
anyone know how to get photoshop free
cough /lp migrate cough
for a bit
if I remember correctly
cc 30 day trial?
done it already
diff email?
and then you forget and you're focked
i might do that
#plugin-suggestion :c
#339773683469910016 but k
rich boi
tf u just buy
stop flexing on us
yes please

I try to save money for a new pc and this guy buy another pc for 2400 GBP O.o
i work hard
ive recently been selling old projects of mine
just because i
a) need money
b) want to focus elsewhere
ive edited img above
@muted fern to stop u saying im "flexing", lemme run a giveaway
for $10 nitro
u pick winner
😛
that sounds fair
jk mate, well done
I think
wait
do 2
just so people stop bullying me
cuz i genuinely wanna give back
@regal juniper i wish to redeem myself
lemme do 2 giveaways
for $10 nitro
winner should boost server xd jk
boost server or ban
x d
If you could not afford a minecraft server, which free host would you choose?```
If you could pick a channel to post the same message in what one would you choose
If you could not afford a minecraft server, which free host would you choose?```
dont spam it
i responded to your question
I’d choose ovh
I would save up $5 from #584228280601935879
LOL
then pay from like pebblehost
or something
I would start on my pc if I can’t afford it
imagine
Like I did back in the day
IF you did NOT have conditions
If you can’t afford it don’t wish on dreams that can’t be fulfilled
^
I said
server.pro or other?
Yes u can noob
Even premium plugins they allow u to install
oi
dont call him a noob
rofl
he is trying to help u
If I genuinely had no money, I would take on requests from #584228280601935879 until I saved like $5
There is your good start and advice since u don’t have money to start a server
then I would pay for pebblehost
Charlie você é br?
If u can’t figure it out from there then you should not run a server
I'm english bro
I don’t want to see any more messages about it
é br kk
Figure it out
Charlie você estuda em que escola?
English dude
Nice
Don't you just love it when you could hardly make a single custom tokenenchant enchant and now you firing out like 3 - 5 a day, lol.
gg
i need to stop, don't i?
no
I wish clip would add api's into his plugins 😦
cough
my bad, hay fever
Charlie, the gift link seems to be blurred?
😂
haha
@pure bane can u host a giveaway for me, or let me somehow do it
I've got 2x $10 nitro codes
i'm not allowed nitro so i'm gonna buy it >:)
Ya send me the code so no chance u flake out
yeye sure
charlie, send it to me and i'll give them to clip
If u chance it I’ll have to ban
ban charlie?
i sent u them both
you can't ban me so yeah (:
i need clip to help with something :p
oof xd
I need to get hold of the AutoSell api thing
Here you can find the API to hook into Clip's plugin AutoSell, which was made by vk2gpz - https://www.spigotmc.org/resources/62935/
Please do not contact Clip for help with this particular resource.
wait, that's a thing?
Yup
how much do i owe you
$10
ok
i "hired" someone to make me a plugin. he did but the core is not even working properly (unuseable), he said he'd tried different approach like 2 weeks ago.
1 week ago he said he's on exam and would finish it the day after. havent response to my msg until now.
is that considered as scam? i get the product but its not even useable (the main function of the plugin itself not working, the one i paid for)
ok?
@fair geyser How much of it is "working" would you say? Maybe someone from here will be able to help you fix it or something like that
i asked him to make a similar plugin to clip's EzBlocks for 1.13.2 (i didnt know it work for 1.13, since the plugin's page only put up to 1.12 there. dumb me, didnt even try to test it out)
so basically the plugin count the blocks mined on each pickaxe.
his plugins breaks after the blocks reach 300ish number (the pickaxe name broke, the counter gone)
basically 0% working
i'm using clip's ezblocks right now. You guys dont have to try to finish his crap 😄
=ver list
autosell, chatreaction, crazycrates, deluxechat, deluxecommands, deluxejoin, deluxemenus, deluxetags, ezprestige, ezrankspro, frozenjoin, guilds, levellingtools, luckperms, minecrates, mvdwplaceholderapi, placeholderapi, shopguiplus, statz, superoof, vault, voteparty
1.8.8
1.12.2
1.13.2
1.14.2
v1.8.6-1.8-compat
v1.8.6
v1.9.0 - Latest
v1.9.0 - Latest
#bot-commands
sorry
all good 😄
#giveaways-2020 bois
i'm giving up
😛
Charlie
I was first to react (after the bot) do I win now?
😂
how would you do that tho
Rofl
what's the point of that tho :p
lmao guys
Point of what
of being the first one who react
Ye lmfao
It won’t just pick you cuz you reacted first
Tho that’s an awesome bot idea
First to react gets the no life role imo

I know frosty would
yea
ofc
mhm
@jagged pollen I was mistaken
My poor CPU when rendering 😦
Rip
It'll be worth it tho 😎
What CPU u got
8900K
Holy shit
rich boi
Big surprise
😮
hm? @velvet crescent
ezBlocks works on 1.14
o good
rip
😮
Basically my parents bought me a ticket with them to some theatre performance stuff, and I’m basically forced into it
Starts at 2, finishes at 5:30
😦
:p
LOL imagine
u: the ticket was burnt somehow
ur parents: 
That type of thing happened years ago, similar anyway
My dad took me to watch racing, and you get those things you put in your ears. I didn’t like them so I tipped it into the bin
What I didn’t realise was I took the tickets with it
My poor cpu when searching “placeholder” in discord search
Bad idea
Who and what was it someone wanted an expansion made for?
Are you really besties if you don’t send at least 357 messages each day to each other on average?
Each day?
Me and @winged wedge have 60k messages total since mid November
That’s an average of 2500
Wait that’s per week
357 average a day, or 2500 average a week
not even close
Rofllll
just does that for me
Crazy tho
The person I’ve spoken to the most on discord since I made my new discord is Wardle
I haven't lol
Oh lmao
That's why I'm offering it
What kind of trade?
ROFL
I will take it xd
Ignore that
lel
weakling
said frosty
dude I won't even try, I'd probably melt from the heat
ikr
tbh I'm melting rn cuz of the heat outside
ok ..
boy I need a program that would install the latest version of a plugin for me when it's released O.o
tbh
even on my desktop would be good
someone needs to build a system that auto updates plugins for u
cuz its a pain
and i never usually do it
ikr
at least to download them on my pc so I can easily upload them to the server
ye
real talk to devs in this chat
someone build a really cool auto updater system
that takes the pain away from manual work
even if its a cmd that tells u x plugins need updating
u can hover for changelogs, and run a cmd to force update
also
That'd be dope
even if its only semi auto right
is here a way to tell chrome that you want files downloaded from a X site to go on a Y folder?
cough Brave
ught
what's the key for the shortcuts UI lmao
pressed smth random and that popped up
use Brave
ah CTRL ?
Idea:
A system that informs an OP on join about the plugins on server that needs updating
It lists them like this:
- <plugin> - (1.2 to 1.2.1)
You can hover over for a changelog.
Then if u click the plugin it updates that individual one. If not you can type a cmd to update all
It would be the coolest system EVER
and it would take the pain away for server owners
looks like you can change the downloads folder but you cant make it per website
you can or cant
cant*
NOTE TO SELF:
Cancel subscription soon
of?
adobe
doing free trial
n they auto bill u after
risk free https://i.imgur.com/fS5z1Mx.png
aka
after a week we take ur money
welp
actually ill do it rn
before I forget
try bill me now https://i.imgur.com/ZYauhqW.png
What plugin?
multiline tags iirc
btw Gian, would Charlie's idea be posible?
CharlieToday at 7:19 PM
Idea:
A system that informs an OP on join about the plugins on server that needs updating
It lists them like this:
- <plugin> - (1.2 to 1.2.1)
You can hover over for a changelog.
Then if u click the plugin it updates that individual one. If not you can type a cmd to update all
It would be the coolest system EVER
and it would take the pain away for server owners
cookies
Made it @fallow crow
Still on the downloads folder but at least it's going where I want
It could be
i think web side would be hardest imo
I mean that would be dope af
what web side?
storing versions and jars
ah
then on op join, it would loop over the plugins and check if the web version is higher
than the plugins version
if it is, clicking and the command would call api with the latest jar
I could lowkey do it. Would require some config
Talking to the config master :winkwink:
esketit
yaml master
Frosty. Come work for me
Gladly
😂👀😂
oh, you're kidding 
rofl
I’m not
with others
should be a button somewhere lol xD
Someone give me motivation to do stuff
i mean u do what i do
Make the plugin updater thingy and I legit send you a pack of chocolate cookies
Lol
i keep getting randoms add me on snap and i dont even tell many my user
so i just block people
hmm
intreating
Do server owners even update plugins?
i personally never touch them unless i get notified
Lol
this chat dead
This commit is evil
*666
o
Gian, hit me up with the list
soon
xD
thank you Niall, helpful as always
hmmm
Anyone here who says "cba" a lot?
me
i saw
just for you then I guess
Uhm..... Isn't selling your MC account against Mojangs ToS and/or EULA or whatever?
Also I added caching to my bot for welcome channels and such.... Reduces Database calls
gg
That's always good
@magic summit I mean nobody rly follows any of that lol
Just put your account up for sale then remove it from your linked accounts
Server.pro or MCHostingpro?
none
I agree, none
They both have shown to have bad performance in the past.
This list might help you. If you have any more questions, I would suggest posting a thread in the "hosting advice" section on spigotmc.org
What it this?
A thread of serverh osts.
No
@restive geyser this isn't the correct channel to ask that, please check #584228280601935879 or #584228278798385152
And delete ur message please
ok sorry
did i really forget that melody?
hi
Hey melted man
;o
I mean yea it's kinda more worth going with 1 year contracts for that good of hosts
oof
nou
Does any1 know when 1.13.2 gonna be stable?
1.13.2 already stable, I presume you're talking bout 1.14
lol
It's shit rn, don't think it'll get any better
why is it shit?
Ask gian
Performance wise its not that great
oof
1.12.2 
^
Man lifes hard rn 😦
xd
It is tbh
i mean i agree life is a bitch at times, and even my mood goes low
but we just gotta push at it
we don't live forever sadly
Hmm
True
"sadly" in some cases 
ikr
I wanna sleep rn too but to much on my mind i cant even settle down
bam added a multiplier system
<o/
I work up a little bit early today, but i have no idea why i still feel sleepy
For charlie?
I ake all over tbh
LT
??
Leveling tools
yah
noice Charlie
Ohhhh
Me= dumbo 2k19
im going out for 6h soon so like
did well i banged out 3 things
Don't be that guy 
so many updates per day
1 update, so many features?
Well it’s one big update yeah
But I did a few commits, people can test and when I’m home later I’ll release it to Patreons
Am I doing something wrong or is IntelliJ one of the most hardest IDES to use? eclipse is straight to the point where as IntelliJ you need a license, an account, etc.
IIJ is also free
^^ and its not hard :p
well everyone has his own preferences.. use whatever u want 😄
no, my preferences are superior
o
@fallow crow $3 for putting placeholders in the item's lore 
wew
nothin impossible 😉
Not just %placeholder_blahie% is enough
Good luck 😃 👍
@fallow crow gg
hmmm anyone having problems logging into his account in mc launcher ?
Nope
Hey @celest pulsar,
want to let u know that ur latest post in #584228280601935879 has an invalid budget, please set a valid budget like $10-$20 check the rules for more info.
Thank you 😄
Congrats @fallow crow and @cursive gate on the one month nitro with names. Would be awesome if you boosted the server, but completely up to you 👍
**games
i wanna nitro :(
Xd maybe more competitions over time
@jagged pollen There's no given "budget". It's a monthly pay.
This is the rules. Im just letting u know
You need to at least provide a range
Otherwise how do I know monthly isn’t $1
People won’t chase you for a price, it’s up to you to sell the advertisement
If that makes sense
u can mention something like Will be discussed in DMs with the range/price u put
Better now?
Still, no range or a specific price.
You need to mention a number
hi
Thien, price is usually a number
I agree that tho
i've literally been talking to you for awhile and realized your name was blue but I thought it was your level role
then you were pink too because of boost
now you're blue again
;)
Just curious, is it worth learning to drive? It's just a scam at the start. it's gonna cost me like $6000 to get started. there's just no point in my eyes
@celest pulsar dont bump.
still looking for Crate Plugin that support Different Keys for One Crate (different key = different reward, bigger server called it "Tier 'X' Key")
oof
Does it say what year Maffie?
but we're all doomed
it took me 1500 days cuz I played slow but idk the starting year
Tysm
I mean we're doomed anyways so
All I asked was to boost the server in return (optional ofc)
And luke did 
Xd rip my discord
Charlie, I need to get actual decent screenshots of my work :p
Which is the hard part
lmao
It was twitching |>
@velvet crescent yeah depends on what your work is
What kind of stuff do you do
Menus, custom plugin configs (litebans, and shit like that), some developing (starter level)
Oh so you do server configuration
and ocassionaly some building
Plus some dev
Oh wow
It all depends on your skill set, you can make the site have a different “tone” in return
Like for me I do web design / dev, plugin development and configuration. So I’d probably go for more of a professional and sleek tone. Maybe a little playful
I got a cool design in mind, just don't know how to actually execute it :p
What I’ve learnt over time is to get a mock-up made
I tend to get my site design made by another person as I find it harder to do my own
Because I’m good at converting designs to code, but not thinking of design ideas
Phoebe needs to up her selfie game instead of configuring GUIs
lel
Loll
whos that
oof
NEW Building - The RESOURCLER! Clash of Clans Update Concept #ClashofClans #ClashUpdate #Supercell #Galadon Don't forget to check out the Clash of Clans 'str...
Oof
Ohh
oof

