#off-topic
1 messages ยท Page 538 of 1
=profile @mossy saddle
โค
did u just kill barry tig
He did
lovely
rip

rippo
When u had the trusted tag for the longest
nice scribble
Somehow must of emailed myself the config, cuz it would reset itself
joseph
Smh
Donโt make me do it back ๐
my name is public info, but i still don't blurt it out
roflll
srry for not stalking people
ok whats ur address
id say because we have security, but I'd rather not be swatted
cuz prob people here who do that shit
HAHA
us and next door have a security guard
us and next door have a security guard
but thats not me
id like to have money someday
I
go get a job chaz
just ask ur parents for 500k, they prob have that money lying around
rpf is hiring
rly
payment is currently a belly rub every 5 months
if u come irl
u'd have to pay all costs
cheaper to go red light district 
wouldn't be going to uk for that
no come mine
we have nice-
I doubt i'd be meeting any minemen
why not
i play cs too
the too isn't inclusive of me, because remember, I don't play cs
HAHA
wait
i'm still waiting tho
ITS COMING OUT?
no
I loved portal 2
oh
little discord glitch happened
wanna see a flex? https://i.imgur.com/rpu5YTY.gifv
just ticked over to 12 am, and my "no", and your "I loved portal 2" timestamps said Tomorrow at 12:00 AM
I had to fork fucking base
u played portal stories mel?
play portal stories mel
it adds onto the story between portal 1 & 2
oh wow
never knew this came out
Portal Stories: Mel is a community made, free modification for Portal 2 based in the Portal universe. It tells the story of Mel, who meets a new personality core and faces an undiscovered threat to the Aperture facility. 1952, in the early years of Aperture: Science Innovator...
219
tf
thats amazing
anyone have a pterodactyl api for node
yes I just found this after googling
I might have to try out Night Mode tonight
what's that?
the new phone has a "night mode" for pictures
o
apparently its supposed to compete with other phones
but ive never tried
It also has some "deep fusion" ai shit for pics
but I haven't noticed it
ping the node manually
i'm pretty sure that's how the panel and the node interact with each other, via get, pull, etc
I believe pterodactyl daemons are just web end points hooked up to some system stuff
I'm thinking of letting users disable modules but idk, it would just cancel any bukkit runnables under the class but idk, maybe a bad thing to add
@frank pasture pushing a new version of rpf now that adds support for overriding command handlers
๐ฎ
create ur own command handler that extends BukkitCommandHandler, and @Override the process method
then, make a registerable
wow, ill try it then ๐
inject CommandHandlers
and do commandHandlers.overrideHandler("bukkit", YourCommandHandler.class, injector);
aight, update ur version to 1.4.12
on jars and bukkit
oke lemme do now
sorry in advance if it doesn't work, I haven't tested. Gonna go over it more thoroughly tomorrow
public class PluginCmdHandler extends BukkitCommandHandler {
@Override
protected boolean process(User user, Command command) {
return super.process(user, command);
}
}```
this?
and np
yep that's good
ye
dope
well
sorta
u gotta check if command is an instanceof SpoofCommand first
or actually just do it on all
do whatever u want
it will only apply to spoof cmds anyway?
ye
public class CommandRegisterable extends StartupRegisterable {
@Inject
private CommandHandlers commandHandlers;
@Override
protected void execute() {
commandHandlers.overrideHandler("bukkit", PluginCmdHandler.class, injector);
}
}```
this?
yep
boom
ye was gonna say idk which 1 I need to choose
set it to AFTER_COMMANDS
alright will do now, will;
@Override
protected boolean process(User user, Command command) {
return plugin.getConfig().getStringList("settings.whitelisted").contains(user.getId());
}```
work and is it good to do?
or should I store them
that'd work
I always would store config elements, but people said that config is cached anyway
At the moment debating on a good motherboard to go with.
config is cached, and i'll show u how to use rpf's config mapper at a later stage
๐ฎ
spoof is much nicer, ive got to implement your framework on my other plugins yet
its on the todo
Lemme upload to the repo, I haven;t made 1 yet
but it will be same as old
added @eternal apex
pull repo you'll see it
rpf could handle everything except this
because that is very misleading
it's called "list", yet it's not a list
well these are per module
the idea is when a dev adds their module, they'd tell u to add a section to config
to configure that module
unless your config manager system could inject into modules
and provide something for them
Roasted pig framework?
just seeing if it can handle it atm
here's an example tho ^
so that'd map to your "bungee.enabled" key
woah yeah
You have access to spoofapi repo, so you're welcome to add to that if its needed with framework
[16:33:26 INFO]: [SF] Loading API..
[16:33:26 INFO]: [io.felux.spoof.command.PanelCommand@299ab7fd, io.felux.spoof.command.ReloadCommand@13f442d9, me.piggypiglet.framework.commands.implementations.HelpCommand@5f139af6, me.piggypiglet.framework.minecraft.commands.HelpCommand@5417564a]
[16:33:26 INFO]: [io.felux.spoof.command.PanelCommand@299ab7fd, io.felux.spoof.command.ReloadCommand@13f442d9, me.piggypiglet.framework.commands.implementations.HelpCommand@5f139af6, me.piggypiglet.framework.minecraft.commands.HelpCommand@5417564a]
[16:33:26 INFO]: [SF] Bootstrap process completed.```
u left debugs xd
smh
that's nice
xdd
public class PluginCmdHandler extends BukkitCommandHandler {
@Inject
private Spoof plugin;
@Override
protected boolean process(User user, Command command) {
return user.getId().equalsIgnoreCase("CONSOLE") || plugin.getConfig().getStringList("settings.whitelisted").contains(user.getId());
}
}```
just disable it for now, will have to look into it tomorrow
ye its np, in no rush, still doing the panel gui
Does it expand in slots or just pages for players?
rn neither, but I'll prob have it add the page buttons
that's neat, although gamemode full caps yuck
you need a inventory api or already have one @frank pasture ?
im using base by hazebyte atm, as not much else out there @primal pecan
ye
I'll look into seeing what's difference from my api to that. Been building a few private versions lately.
Current API has runnables that update inventories with flashing, scrolling, and moving. Just need to finish up Pagination API to automatically create new pages probably.
this is rly weird, this api takes ages on first run to pull the players
@eternal apex see this base api lags idk why
ouch
jesus
F
a big F ๐ฆ
:cri:
[17:18:22 INFO]: Siri issued server command: /spoof panel
[17:18:24 INFO]: Took 0ms to get players.
[17:18:27 INFO]: plugin.getName() = Spoof
[17:18:27 INFO]: <Siri> Notch
[17:18:28 INFO]: UUID of player Notch is 069a79f4-44e9-4726-a5be-fca90e38aaf5
[17:18:28 INFO]: Notch[/52.160.176.56:56944] logged in with entity id 358 at ([world]168.5, 69.0, 252.5)
[17:18:28 INFO]: Siri issued server command: /spoof panel
[17:18:34 INFO]: Took 4541ms to get players.```
yikes
rly strange, for some reason my Spoof API takes that long to fetch players
ye its really fucking strange
i think its this shit api
YEP
shit fucking inventory api
[17:24:08 INFO]: Siri issued server command: /spoof fetch
[17:24:08 INFO]: Took 0ms to get players (via command).
[17:24:17 INFO]: plugin.getName() = Spoof
[17:24:18 INFO]: <Siri> Notch
[17:24:18 INFO]: UUID of player Notch is 069a79f4-44e9-4726-a5be-fca90e38aaf5
[17:24:18 INFO]: Notch[/235.51.106.76:57453] logged in with entity id 289 at ([world]168.5, 69.0, 252.5)
[17:24:19 INFO]: Siri issued server command: /spoof fetch
[17:24:19 INFO]: Took 0ms to get players (via command).```
took 0ms when doing via a command.

@fallow crow not here.
what happened
Idm
@elfin minnow nice avatar
Damn tig
Tig did
no
HAHA
11.6mil trees
o
๐ฎ 3 days ago it was 8mil

I'll be donating 2k sometime soon.
o
donating to me
@frank pasture it could be taking awhile to the inventory's size?
I didn't want to use that api as it's quite big and thought it would take awhile to load.
nah @mellow zinc lol
๐
lol
Donate to me then 
..
pretty cool but no spook
Weak.
Anyone remembers when Mojang added the option, that you can have left and right arm/leg with deparate textures (And layers)?
It feels for me like if it was there forever
lol
The size of the text was too large to be real anyways
And the spider starts on the text and not on the outside of it
I thought we were in australia when I saw the spiders size
big servers in rate my server dont take feedback and just want to boost their own ego
my opinion
also the spider looks real when you're on your phone
the text is too small tho
ye
Sup
Sup
clip how was halloween
He ate all the candies
im scarred
:)))
I ASKED WHERE IS THE MAP, B!TCH
(Idk what dora would say lmao, never watched an ep of her cartoon)
keep it that way
Not planning on doing that at almost 18 
good
@pale grotto be dropping 1s here

OPMines is a scam
F

level is here tag him if u want to tell him
@lev
Oh I left a review too
hes a chill dude
tired of all these pay-to-win servers
2018
2018?
looks like a message for a party they send in my year's group chat
big dum
I said something along the lines of "why the fuck are y'all dm advertising" and got banned instantly
Cole, buy me

no me

A lot
im in like 2

For global working emotes https://i.imgur.com/Wcm4ho9.png

OPmines is honestly trash
I asked you nicely mister Cole smh
The amount of dm advertisement the server is doing is actually sad
exactly
gaby how about i buy u nitro and u buy me nitro
that's probably the only reason they got a playerbase
idc if u advertise
But stop spamming everyone in their fm

๐ฐ

@velvet crescent plus their ad looks like a 12 year old girls wrote it
2015 faction vibes
hcf better than factions
nah thats toxic
Levels is a chill dude
other owner "VoxaDub" is responsible for advertising I believe
Sounds accurate lol

If you encourage people to dm advertise, you aren't an owner, moreorless a cuck
^
Ghost Casper typing?
Uhm, @velvet crescent just sent me a DM telling me to join his Discord server for PAYPAL INVITE REWARDS and his Minecraft server that offers a WEEKLY PAYOUT of $500 PAYPAL and $1000 BUYCRAFT
imagine me having 500$ pffft
P))
get real :p
weeewooo
๐
What gamemode @woven prairie
Unique Factions and SkyBlock
on top of that 1.8 amirite ๐
ofc

I heard you're already planning season 2 with a flawless cannoning jar?
That's just disturbing Kaliber..
LOL
Is that a selfie
๐ฎ
how to report?
DM @honest thistle

Err??

@opal drift thats not very nice, no toxicity please.
o
x)
anybody want to help me with some testing?
is it possible
we can colour the side strip
just like the bots
do
!!!
voice-1
Imagine
come??
No
Honestly my battery has lasted so well today
test it out with the mic on
Woke up at 8:30 am or so this morning, itโs now 11:37pm and Iโm at 40% battery
Pretty fucking amazing
sup
https://open.spotify.com/track/51pQ7vY7WXzxskwloaeqyj?si=wvRlLDRgR3K8qImMa7GGew listen with me and clip best song
Yeah
I usually wake up at 7am and it'll last till I go to sleep around 9pm and put it on the charge.
Today was the first day I could fully test it
Camera is fucking insane tho
I absolutely love it
ye love the camera.
my phone poppin
I'm out of space tho
3 cameras is nice
Ye.
And tf
how tf u fill 64 gbs
i have 64
I got 512
o u downloaded em all
well I don't need to.
you should've got higher.
I went with the 256gb space gray 11 pro max
You wanna know how much was on my last one?
I have a feeling all my photos and videos are on iCloud
I canโt of used only 16gb lmao
it tells ya usually
but ye most of your photos are backed up
to ICloud
I don't think they delete off your phone hto
I gotta reinstall Discord on my phone lol
I've got like 5 apps on my phone and that bout it.
YouTube, Spotify, Snapchat, Shazam, and Authy
used to have steam authenticator but haven't used steam in awile.
well it checks if you have the phone but I think it's new.
I never had that pop up as I check on my pc
your phone won't backup to ICloud
so if you lost it
you won't have your current data on it
I wouldn't turn it off
only the stuff it had backed up before you turned it off
Happened to me lol
So I deleted a pic off iCloud and it disappeared from my phone
So seems like they arenโt stored on my phone
check your recovery
in ICloud
where they are kept for 30 days
ye it will delete it off your phone I guess then if it's synced.
you can disable that in the app settings I think 1m
ye
in Photos
there's a option called iCloud Photos
Automatically upload and safely store all your photos and videos in iCloud so you can browse, search, and share from any of your devices.
@frank pasture
Opinions on the Airpods Pro?
To me I don't need it as I have Beats Solo 3, but if I feel that I can't deal with the current Beats I have I might go for the Beats Pro the issue is that the metal clamp may be annoying to keep it on for a long period of time.
Eh it seems nice but Iโm happy with my AirPods series 2
The pro are nice but crazy expensive
user settings > connections
it doesnt need to be displayed ^
Well GG me
Deleted the pics so they go to the recently deleted
Turned off iCloud
Pics were completely gone
oof rip
Ok nvm my heart went, turned on iCloud they came back, so somehow got to figure to take these pics off iCloud
Spotify perm acct, I'd be careful admitting that you have a cracked acct.
Some people here get report happy cause they discord staff wannabes
Very similar situation happened to someone else I know here who got banned for probably just saying thst
how do u know its cracked
Yep someone here got banned for a bullshit reason in relation to that
Because discord seem to fucking banning every c* for literally nothing
Also cough lol
@mellow zinc because you can't get "permanent" accounts without cracking them lmao
Unless you just work for Spotify or something
doesnt prem stand for premium?
Oh did he say prem
๐คฆ
agree
But yeah going back discoed seem to ban for shit reasons
Someone here recently got one
Literally messages can be taken out of context
Yep
RIP
That's what happens when the entire staff team of Discord is Furries who some don't understand tons of English
I said naughty word the bot removed
Yeah discord are hoes
L
naughty charlie
if u delete the messages then it is completely wiped from discord
I wanted to say hunt but with a c
@pure bane where's my steak
Kail thatโs why I often remove my messages
Every week I do w wipe
Across discordโs
That's a pain in the ass
๐
In case discord are watching, I hire slaves to delete my messages
I pay them 1 rupee an hour
ah yes
That's not even 1/4 of a penny
Holy fuck thatโs low
Yeah they're eco is a bit screwed
lmao
10 rupees is 0.14 dollars
on the bright side, rupees arent zimbabwean dollars
I love how the spikes on that line graph is like
said he had a 500k rupe budget
One millionth of 1
The spikes on that graph are more unstable than female moods
LOL
50k*
That's like 700 bucks
ye
but to them it's 50k rupes
a lot ish idk
idk how it's weighted for em.
the cast system is weird.
@everyone
The 'everyone' mention is disabled so you can't annoy people.
As you guys have wanted a selfie for a while, hereโs me with my new iPhone 11 Pro Max
lol
As we talking about rupees
come to room-1
pay me @pure bane
and me
but u are already in it lol
pay me
& clip has to pay for his kid's lego sets.
If I get paid
He can't afford for voice chat like dat.
And told how to make my plugins thrive
Also clip I might bring back deluxe prison sometime
Cuz Iโm bored
Tho idk if you still have the original spawn
you know it took forever to find my old ai api which I am likely soon to put on GitHub.
Oof
publicly for ai moving 1.8 based.
moving is easy
Clip teach me then
well my new api has moving, chatting, block break, and fishing.
call a moving company
lmao
HAHA
Expensive
Just hire Rajesh
that's what I said, pay me, clip
For 1 rupee
Rajesh
LMAO
I meant Rakesh but my phone
What about Rahkeem
Wanted to change it
To another fucking Indian name
All the same
Just 1 letter difference
if everyone sends me 5 bucks i can buy some more legos
Legos
I have an entire like city of legos
If everyone sends me discord nitro $10 I can boost the server
One problem though
It's in about a trillion pieces in multiple boxes
I gotta remove all my auth from this laptop soon lol
pack it up and ship it back to California to get my money back.
It's a deformed laptop which is hella hot (not in a good way)
Just fac reset it
once I get the 2.2k I spent it'll be time to get the boss pc lol
Upgrading my office to some of the max hardware even though in a year or two it'll be outdated by new stuff coming out.
Did you hear NVDIA's new graphic card?
the god dam GTX 1650 lmao
they had a GTX 1660 already.
bb @frank pasture
:p
I orange now
weird.
?
weird color.
๐ญ
got recommended this insane edit but eh it's still gta 5 but with mods and some editing.
Grand Theft Auto V - NaturalVision & VisualV & PRSA Graphics PC MOD Specs: GEFORCE RTX 2080ti Intel i9-9900k 32 GB RAM #gtaworkshop #gta5 #gtav #gtaonline #g...
not sure if I can send that or not.
It's supposed to be for more lightning but doesn't really do anything to me
fr?
I usually just have it disabled.
I've been averaging 40+ kills a game in team deathmatch and have been leveling up slowly but likely need to get a new account so been playing for fun mostly.
I still cant get the new cod working >:(
^^
did you download battle.net?
and put the code in etc?
I did it through nvdia experience for the code
then set up a account and boom
Yep
and what's the issue lol
It crashes on startup
I see the small loading screen
Then when it goes to open the full screen loading screen I hear the sound Effect for one of the logos for about half a second
Run the Battle.net Desktop app.
Click the icon of the Call of Duty: Modern Warfare
Click on the Options
After that, click on the Scan and Repair
Click the โBegin Scanโ
Then it gives me the black screen with a cursor
Then closes
I've done that already
I've also completely un installed and reinstalled the game
Yes I've done literally everything I could find
GTX 960m
ooooooff thats why
1m
Yeah no, that's not why
that isn't
My graphics card is literally higher than the reccomended so piss off
@mellow zinc if you aren't going to help what's with the point with responding?
If I can run GTAV on high and some ultra settings with a visual pack at 50fps, then I can run mw
there's been issues with not just you but a lot of people with loading.
it's not about settings etc but it is heavier to let you know.
try above as it could be the directx
another option
did you try deleting the folder for players? for cod modern warfare?
in documents then the call of the duty folder then the players folder
as in the BETA people had to delete the players2 folder to fix the beta issue.
See thatโs where Iโd feel specs do matter, me and piggy both was able to run the game fine - tho taking into account high specs
I can as well.
I have the same proc but different graphics than ya I think chazz
you got the rtx 2070 don't ya?
Rly
Geeez
Predator I think has it
Prob more cuz I kept with razer maybe idk
4k usd
Isnโt the predator massive tho
I think for the base
In size
OPPO Reno Ace's 65w charging speed is too fast, just like flying. https://t.co/yf6Rr9rfK4
960
5633
Holy fuck
need that for the IPhone
if it was in the new iphone
I'd upgrade with no issue lol
i don't really care for the animation but eh
it works.
I need that for my my body
mood
@primal pecan I cant even find the directory it wants me to go to
Only the pro models ^^
Yeah
which is so dumb
Fast charger is only like $10 more expensive
its just a cheap-ass way of adding an extra selling point to the pro phones
Apparently the new screen can get very bright but havenโt seen it yet
Because only applies automatically ๐ฆ
Yeah well their screen also went down in resolution
XR even has a little over 1080p
all the 11's have 720p lmao
Eh I don't really mind.
for the quality
as it still is a pro camera.
great photos etc
I donโt mind the screen
cant watch youtube on 1080p or 4k without it stretching
Itโs an OLED which I prefer
It's still bigger than my old phone.
iPhone 7s
I might build a custom desk so I can have a build in charger where it'll lay in a portion of it idk.
I think it's a waste to be fair but could be useful.
for a cleaner/sleek design
-Go to the configuration file(s) location.
(%USERPROFILE%\Documents\My Games\Call Of Duty: Modern Warfare\Saved\Config\WindowsNoEditor\)
Itโs funny I paid extra for my AirPods wireless charging and never used them
my games I think is where they installed it
mine didn't go to my games
did you use Steam or?
Its not on steam
mine just went straight into my Documents directory
Exclusive to battle.net ^^
which is dumb
cause I like being able to change to a new PC
wait
nvm I am stupid
battle.net will just let me reinstall it on a new pc lmfao
ye.
lol
keep forgetting its through battle.net
nah
there is no Saved folder
Usually games have 2 different directories
like gta has the one in documents and then the steam one
I'm just waiting for GTA 6 as it seems like the most hyped game tbh
but it likely won't be till the new xbox two
its gonna take them a couple more years
yep
for a huge difference in comparison.
they're still focusing on GTA V content
well you know some of the stuff got supposedly leaked
cause they make a SHIT TON of $$$$
whats the loc?
ah
One article I just searched said:
last thing I heard was they were gonna remove multi character in story mode and make the main character an off duty cop or some shit idr
17 April 2019: According to the recent reports, GTA 6 and Sony PS5 will launch in 2020, and the game location will be based on Miami and New York City. 4 April 2019:
The MarketWatch report citing an industry analyst who says Sony is eyeing a potential purchase of Take-Two Interactive which will make the GTA VI be SONY PS5 exclusive.
Miami and New York??
well like they did for spiderman tbh
Rockstar best know thats going to fuck their sales
I wasn't buying the ps4 just for spiderman
ye.
I would buy a custom console just for rockstar tbh
The amount of PC and Xbox people on GTA well over powers ps4
ye.
Well you know I wonder how long till a cheat mod is out when it's released to be fair lol
ye.
Am I in the wrong folder
Don't ask me lol
I was just going over multiple articles.
it could be wrong/outdated.
as I had no issues for the game.
I hear a brigade of like 4 fire departments passing my house
nice
Idc about rtx tho
me: cant even launch the stupid game
the graphics card could be a issue but I really doubt it is.
this moment that you think if to join voice room 1..
just do it
what is that english and do it lol
I'm not joining as my fans are heavy as hell rn as I am tryna play some mc solo
idk where this players folder is
where is your call of duty folder located in
@arctic raptor
not the program fileso ne
there's another folder
yeah there is I just have no idea where
look for this file
on your drive
ppsod.dat
it's one of the files in the folder
could help idk
lol I just realized I only have 80gb left on my ssd
just letting you know @arctic raptor
it tells you why you crashed
if you find the folder
well I gotta find it first
js this game isnt very good at documentation for issues
Yeah but come on
I'd expect some bugs but ye.
if this is a known issue how did it get out of Beta
release date
lol
pre-maturely released
I would ask for you to screenshare but quite busy rn lmao to sorta help.
lol
well I still can just gotta move where you won't hear my annoying ac in my home.
up to you lol if you really want to play or can find the folder yourself
didn't it ask you where it'd install?
probably but I didnt pay attention since it was 1am and I was tired af
idm background noise
well the minimum settings you likely have
the recommended settings eh
Recommended Specifications
Here are recommended Specs to run at 60FPS in most situations with all options set to medium:
OS: Windows 10 64 Bit (latest Service Pack)
CPU: Intel Core i5-2500K or AMD Ryzen R5 1600X processor
RAM: 12GB RAM
HDD: 175GB HD space
Video: NVIDIA GeForce GTX 970 / GTX 1660 or Radeon R9 390 / AMD RX 580
DirectX: Requires DirectX 12 compatible system
Network: Broadband Internet connection
Sound Card: DirectX Compatible
is your os 32 bit or 64 bit?
I have an i5-6700K with a gtx 960m
Win10 Pro 64bit
16gb ram
4gb Vram
512gb ssd, 1tb hdd
documents folder?
none
they have weird tips lol
I searched the entre drive so It should of showed up
Limit other bandwidth-heavy applications
Have you tried restarting your router?
as it loafds
well did you try running it from the battle.net app?
and not directly from the .exe for call of duty modern warfare
yes
?
lmao
as soon as it launches my beats go into a mode that requires me to listen by the microphone's speaker which isn't good.
or to plug them in with a wire
have you tried closing everything in the background Drew?
when trying to run it
wdym
configure the game settings in the battle.net app?
it usually is full screen
and if you aren't in it's screen it won't load for you like update that it's working correctly
check your game settings as it could be the resolution that's messing it up
as if you have multiple monitors you need to make sure you select the display one for it to use
nvm the shit I said is after it's loaded 1m
maybe look for a user_keys.kb file
this is all the other folder has
other than the archive folder for it or a blank folder for gpu report
@arctic raptor potentially see if your drive(s) if you have multiple have a file starting with this
crashdump_
it's a compressed zip which keeps your crash data
might be helpful to find the correct directory.
hey is there a plugin that like gives a player that has been on like a 3 death losing streak? (for example like this player died 3 times in a row so they get a speed boost for their next life?)
Heyo Kyle
sup
Hru
Alright, waiting to get my email for my return label so I know what to put on my package.
I seriously highly doubt its my graphics card
huh
I just have a keyboard light
Mine switches between the unlock and lock for when you have it enabled.
ah lol
Could be due to the manufacturer or a custom setting idk.
crashed again




@velvet crescent

