#off-topic
1 messages · Page 252 of 1
put ur code in a hastebin
https://code.glaremasters.me/duyelekuci.xml
index.php
https://code.glaremasters.me/suzukuxaxi.xml
header.php
<link href="<?php echo $this->autoversion('inc/css/mdb.min.css'); ?>" rel="stylesheet">
that should be
<link href="<?php echo $this->autoversion($themeurl); ?>" rel="stylesheet">```
<?php
$themeurl = "inc/css/paper.bootstrap.min.css";
if(isset($_POST['theme'])){
$_SESSION['theme'] = strtolower($_POST['theme']);
header("Refresh:0");
}
if(isset($_SESSION['theme'])){
$theme = $_SESSION['theme'];
}
if(!empty($theme)) {
$themeurl = "inc/css/" . $theme . ".bootstrap.min.css";
} else { $themeurl = "inc/css/paper.bootstrap.min.css"; }?>```
Lol
wtf was that
An oopsies
Just letting you know @muted fern I'm really concerned about your safety right now (xD)
@olive plume stop spreading spam, it is fake
oh
@inner imp wut u on about?
@muted fern Because you're playing with fire I'm going to guess.
^ 🍴
currently have my phone plugged into the mic slot of my new speakers
Guys It's my birthday!
well happy birthday then!
not sure if this is a glitch or not, we can't view #bot-commands.
@timber ember no glitch
so we get notifcations but can't view it
@timber ember then right click and hit mark as read
Not the point.. anyway I muted it.
@elfin minnow does cf mean center fielder
where
"what are you doing cf"
lol... I've never noticed, that @jovial glacier is here too 😄
how do you cancel item move in specific inventory
If inventory is this title, cancel event
InventoryInteractEvent
public void onClick(InventoryClickEvent e) {
Player player = (Player) e.getWhoClicked();
if (e.getInventory().getTitle().equalsIgnoreCase(
ChatColor.DARK_GREEN + Main.getInstance().getConfig().getString("gui-name.info"))) {
e.setCancelled(true);
e.setResult(Event.Result.DENY);
}```
There's an example
@EventHandler
public void itemMove(InventoryInteractEvent e) {
if(e.getInventory() == Main.inv) {
e.setCancelled(true);
does that work
Idk if Main.inv is a thing.
i have an inventory in my main class
@EventHandler
public void freeze2(InventoryInteractEvent event) {
Player player = (Player) event.getWhoClicked();
if (!player.hasPermission("invfreeze.bypass")) {
if (player.hasPermission("invfreeze.frozen")) {
event.setCancelled(true);
event.setResult(Result.DENY);
}
}
}```
That'll do it for any inventory.
You can try Main.inv
Actually
You need to do .equals(Main.inv)
ok
@EventHandler
public void onClick(InventoryClickEvent e) {
Player p = (Player) e.getWhoClicked();
ItemStack clicked = e.getCurrentItem();
Inventory inventory = e.getInventory();
if (inventory.getName().equalsIgnoreCase("Kit Menu » Click a kit!")) {
if (clicked.getType() == Material.DIAMOND_CHESTPLATE) {
e.setCancelled(true);
p.closeInventory();
p.sendMessage("§2§ltest");
}
}
}
}
im trying this *
^
@regal juniper any way this issue can be fixed without clip fixing it? http://p.mxs.sx/opifisebuv.profile
@regal juniper is it possible to use runnables in other classes besides main
@regal juniper nvm the person was using craftbukkit instead of spigot
wut
Check out the litebans page now
link?
that is so unneccessary that it's cool
Glare
It allows each user to choose their own style
Do you all have midget monitors or something
Hmm?
@willow yacht my laptop does
¯_(ツ)_/¯
it seems way too crowded
This is really saddening, my Laptop is getting 44/19, my Desktop is getting 2/3, my Phone is getting 36/15
Yesterday though, my Desktop was getting 20/15
@fallow crow Thoughts?
@willow yacht Someone watching yt?
in ur house?
also, did u get that usb thing I Told u to?
not yet, but thats aside the point for the moment
I'm assuming someone else is on the wifi
Nope
or possibly something is downloading in the bg
open task manager and see network usage
I have my phone and laptop right next to me
see if something is using all the bandwidth
cuz speedtest is only accurate when it has access to all the bandwidth
and before you complain about it being Linux, the 44/19 is on linux aswell xD
My speeds were terrible until I reset my router, then they rocketed up to 20+
but I have managed those speeds previously...
I think its my network manager doing some hinky shit
It could also be that I restarted my router at the same time my PC wanted to be nice... but meh
¯_(ツ)_/¯
and im looking at auto-starting processes to see if anything there is being annoying
and im not seeing anythnig
Besides, the speeds on all my other devices are perfectly normal, if not better xD
So its defo something with this damned pc
okay
tf
Now my speeds are back up again
I disabled JetBrains toolbox and the speeds skyrocketed...
Or is that just coincidence...
nope, now they are back down again...
It's like the internet gods are trolling me xD @fallow crow
@willow yacht yup
8.8.8.8 & 8.8.4.4 are Google's DNS right?
i believe so
xD
My luck it will be broken on ethernet aswell
Tbh, as long as my speeds stay > 15 / > 5 I think im happy.
idrk
just name hosting companies
That's my @peak linden http://beta.speedtest.net/result/6594081606
nice download
Swiss internet 😄
wtf?!
fake
aaaa
also not dm?
Sorry 😛
put it in helpful
It goes for everyone I don't want to know lol
its an ip not your ss #
If I get this speed on a VPN< you'll know my internet is really that fast.
There ya go
@regal juniper may i know what country you live in?
USA
how do i know that is a vpn?
@regal juniper PIA?
Ping: 57.665 ms
Download: 84.38 Mbit/s
Upload: 87.33 Mbit/s
That's from Costa Rica 😛
gg
gg
I need some help with the WorldEdit mod....
^ How do I get rid of that
It keeps following me whever I walk or fly
They move everytime I move to new chunks
hit F12
didn't work :/
F10 then
gg
Thanks tho :P
It's been really annoying me
I'm livestreaming me code
No idea what that's coming from. Maybe your mods?
trying that now... Give me a few mins
Yes. It did fix it. I'm going to restart mc and put the mods back in to see if that fixes it
Nope...
Any ideas?
It's showing the distance of our far away the block I'm looking is away from my location
^ How do I remove this.
Screenshot your plugin list
I just typed /help 1 - 14, I'm gonna read through it and see what command toggles that
- None of the commands would fix it
- No F3 Shortcut there
I'm pressuming it's a shortcut. Please help if you know or have any ideas
I think that's part of CUI
How do you remove it?
It wasn't there before until I executed a function (I was trying to remove a previous overlay)
I'll remove the CUI and see what happens..
you wont be able to remove it
how do I toggle it...
Yes, you can, Because I didn't have it before.
its likely you either remove it from the code or you dont
not sure why then
look in either the mod's config, in game config, and controls
and see if there is anything there
@inner imp You must likely triggered it by making a selection and then moving to a different server, just restart MC
Already restarted MC around 5 or 6 times since I've joined a server
By the way, It's showing the distance between me and the block I'm focussing on.
Welp.... I was really liking the CUI
Anyone running FactionsUUID?
@inner imp https://nexril.net
Oh ok.... more hosts!
nexril is by far the best I've ever used
Really?
I'll go grab some popcorn
I really don't want that.
Lol
Lol, I know
Never heard of them, interesting, tho I self host
i prefer dedis
So there's lots of hosts I don't know
tbh
^^
nexril is run by a mc-market admin/dev
That's how I host
I usually just get partnerships
So, free vps to use for all my work
This is now difficult... I went from 2 server hosts to 3 server hosts (to choose from) :/
Ya
I'm in the car, you'll just have to ask me here
I want to make a region
well
I want to make a plugin where u can select a region
and make something happen when a player enters that region
World guard
world guard api?
Well you could just use world guard and Skript if you want to be lazy about it
ew
Lol
idek how to use skript
It's been awhile since I've used it
dont want to learn either
But I made a sea grid using those 2
ew
You could try the world guard api
planning to
someone is paying me to make a plugin so when u enter an area it sends a title to the player
¯_(ツ)_/¯
Maybe I can just make a custom worldguard flag that he can use..
You can do if player enters region check somehow
I use the api in my plugin to check for the PvP flag
nah I'll just make a custom flag
basically copied the greeting msg class and I'll just edit it
😛
any punishment plugin names?
how am i supposed to get a player in a runnable
@gray nebula #development
Hey guys, I might go offine for a few weeks depending on how much damage thisw hurricane does to me. It has become a Category 5 and I am expected to see impact in 90 hours or less. I live on an island so this might be a problem especially with flooding and other problems that I simply cant deal with. So if anything happeans remeber me -Neb
.
Good luck
What looks better on Scoreboard?
Player:
Balance: $100
Tokens: 10
Votes: 50
Island:
Level: 50
Likes: 10
Points: 80
Or
Balance: $100
Tokens: 10
Votes: 50
-------
Level: 50
Likes: 10
Points: 80
The first one
First
1st
I just made my first java game! 😃
Cheers
It was about the replies above
Oh
@errant thistle what is it about
It's just a simple brick breaker
meh
I can't
y
Hey Guys, can you recommend me samo good plugins for my Lobby/Hub server?
Like: Gadgets / Teleport Bow/ Compass/ and sth
PremiumHub
Anyone here has an idea how i can add custom(modded) nbt tags to a 'itemstack' config?
when i save a weapon with attachments it comes like this in the config
'0':
==: org.bukkit.inventory.ItemStack
type: FLANSMOD_M16A4
but when i spawn it again there are no nbt tags(attachments) anymore 😡 this is the format that you can use to get a weapon with nbt tags(attachments) with a command block maybe it brings up ideas dunno :P
{id:4290,Count:1,Slot:0,tag:{Paint:"AUG_Green",attachments:{ barrel:{id:4266}, scope:{id:4265}, grip:{id:4264} }}}
and this is how it shows in NBTexplorer: https://gyazo.com/7e7966b3ad9baac770e49b8f9fb8cd86
@whole palm can u pls ask in #development 😄
@muted fern What have I told you about playing with fire.... I know your a profesh, but it's not good for your health and the viewing of others.... (xd)
I do not know who you are in-game! I've send you instructions!
hi
I do not know who you are in-game! I've send you instructions!
t
Added this to TestPlugins http://i.funnycube.net/p6420.mp4
Hot
@muted fern I've found it https://www.spigotmc.org/resources/q-aplugin-discord-link-beta.46805/
Indeed
And now I'm linked 😄
😦
hi @woven prairie
@fallow crow
@fallow crow
@fallow crow
@fallow crow
@fallow crow
@fallow crow
@fallow crow
smh
Banned
lol
New Bot 😄
Soon.
tm
LOL
I'm trying to get tickets for this weekend's football game at a reasonable price but damn
Good luck
Lmao
Anyone free to help me do something real quick? It's gonna take 10-15mins max and it's related to pvping.
@regal juniper @cosmic fjord
It's no tas easy as I would've liked btw @fallow crow I had to create a few new PHP variables, and make those work too, but in general I like how it was already setup.
@regal juniper idk, i've never fucked with it xD
I was just assuming it's easy for me cuz I know php, js, node, css, html
Ahh
😄 Live! https://twitch.tv/mas21_
Wut iz up with da music bot not working?
eZ pl00gin @solid elbow
LOL.
I'm talking to this 14 year old who thinks that he's going to be a doctor when he grows up... Kind of sad. He thinks that money is the most important thing in this world, and he said you "can't get a girlfriend if you don't have a lot of money"... So... I guess he's into gold diggers..? And he's one of those kids who thinks that studying for his AP History class is going to actually help him become a doctor... I mean the grades MAYBE, but not what he's going for. I know for a FACT that he's not going to be anything close to a doctor... He might get lucky and become a waiter or something...
lol
How the hell does 17 minutes pass and there's no activity on Spigot?
New posts is 17 minutes ago
¯_(ツ)_/¯
Cause it's a meme
👍
Memes
I've got a bot for that 👍
no bot is better than @woven prairie
Confirmed
@solid elbow you have no idea if he's going to become a Doctor or not. Nobody can tell the future.
:/
😂
Yeah but some want to be one and they end up being some of the best doctors anyone could ask for. Never wish that on someone's dream because I'm sure you wouldn't want anyone to think you aren't going to achieve what you would like in life. 🙂
Just some words of wisdom.
b
Auto respawn for things like minigames is convenient. Other than that, there's no need for it and it can be a nuisance if let's say someone's camping at your home or its unsafe. Idk your server though
Edit: if you're spawn trapped it's no good. In some of them, you can't press escape either and your only hope is to die, so you can quit to title screen
I have something really weird going on on my server, other players are invisible for like 1 or 2 secs and then i can see them again.
Idk if this happens randomly or when i'm looking at a certain angle.
Anybody else having this at 1.8.8?
Welp i'm now flat broke just bought xenforo
lol gg
I'm never tired so I always stay up until like 12:00 then when I have to wake up for tennis at 6:45, I regret it. A lot.
https://i.imgur.com/qZlKH66.png
Little Funnycube completely alone 😢
@fallow crow @woven prairie soz for lag but http://i.funnycube.net/42723.mp4
idk killed the servers tps
lol
I hate this bird-thing
😮
@muted fern What is that on the left of the void? And why can't I enter it? 😭
¯_(ツ)_/¯
git gud
hello @muted fern
@muted fern Can you maybe add DiscordSRV?
Would be good, to link the account to discord... Maybe for some extra channels 😉
Can be disabled?
like fun? ;-;
Remote console is a big no no
It can be disabled
but then we have yet another bot in here
Just deny the access to the global Chat-channel
or disable it in config...
To be honest: The Gary-thing is a waste of money in my opinion... And just another plugin from mvdw
Gary hates me 😦
He doesn't respond to my messages
What's the dangers of a remote console?
security..
😉
@Boringness#9619 There are plugins, that can remove the cooldwon... 1.9 is in my opinion a good update....
@magic summit Everyone has personal preferences though 😛
banned
lol
xD
1.5
^ True
1.4.2 pls
Indev pls
?
I'd like classic please
Anyone for Beta?
#Techdude404IsLearningToLinux!
I'm waiting for 10 minutes now, that my cloudsystem installs a server-version...
Still 0%
@glass cape YOOOOO read ur pm 😃
What is the ip for testplugins/gary?
@acoustic jetty testplugins.com - 1.12.1
k
lol
Can someone give me an example of a dedicated ip?
Yes
u go buy the u can link them to ur minecraft server so players can join using urdomain.net or mc.urdomain.net
or what ever u want
@jagged pollen you sure
its 1 domain u can buy it
and u can use it for everything u want there is unlimited name.urdomain.net or com or what ever u want
??
yes?..
dedicated ip probably u get it form the same minecraft host
i sugget to but it form a domain host
I'm trying to get a server with http://fluctishosting.com and there was an option to add a dedicated ip and I was wondering if that was necessary
Its $2 extra to get a dedicated ip
i suggest to get one form a domain host it will be more chaper
Alright
Just get it from namecheap. Make sure you also buy whois protection for like those extra $2 but it should be free for the first year
In total it'll be like $10 for a year. So worth it though for a domain
Then you wont need a dedicated IP with your host
@viscid kraken wait!
?
Dedicated IP not like i said 😄
sorry
the Dedicated IP u will get ip for ur server just for u like 111.111.111 for example but if u didnt get Dedicated IP u will get it with port like 111.111.111:25577
and the other customers have the same ip but another port
i dont thinkso u need it :D
u can buy the domain.com for the same price almost
You dont need one with a domain, because you can set up your domain (like mc.domain.com) to not need people to put the port at the end. So dedicated IP doesnt matter
so mc.domain.com -> 111.111.111.11:25777
^^^^^
Hmm, I got mine free. Anyway its around $10 for a year anyway for a domain and thats cheap
so get domain its will be better 😄
Alright
always get a domain for your mc server
@woven vigil but why i should get the domain with protection?
Then you can also have forums.domain.com too, if you choose to set up a forum in the future. Even a portal, and store.domain.com
@viscid kraken also u can Support@domain.com 😄
because otherwise everybody in the entire world can see where you live your phone number and a lot more
that's hwy you need whois protection
why*
When you buy a domain, your address, phone etc. is put in a public register (called whois). Whoisguard stops people from seeing your personal info cos it puts special details from namecheap public instead
you can have anything before .domain.tld
not necessarily support or forum but like anything really
i got my domain from 1&1
I purchased from 1&1 before but I didn't like them at all. Bad support, no whois included or any option (even though the plan said it would be included for free) -I had get indian telemarketers calling me up all the time cos of that and it was hell
I had one call today about being in some car accident and i was like "im 17, i cant even drive let alone have a car accident lol"
And then the lady shut up
lmao
lol
hi
hi
hi
hi
xD
hi
so funnycube wanted to change the rank names so if you look at my tags you can see that I have little icons next to some ranks... Funny should do em for all 😉
@woven vigil You don't have to pay $2 for WHOIS protection.
You can use false information for the domain stuff if you want to...
that can lead to you loosing the domain'
Am I able to ask for opinions on my website im working on here or is there a better channel to do so?
@hardy axle #339676414137860097
It's not really a server though
is it for a server?
just put it in here then
@eternal apex It is not
Yeah, just put it in here
@muted fern Is the anyway to leave the nsfw channel because I see why it's age restricted now
@errant thistle I removed your permission this time, but next time or anyone else it can be removed by using the ?leavensfw command
Okay thanks
Coming Soon to a discord near you http://i.funnycube.net/p9136.png
You use Canary? O.o @muted fern
Was testing some things
It's lit
What? How does that work! Wow
DM'd you
@OldManTigerMask#2593 It's because funnycube is a tester for Discord...
@AnxietyMedicine#9166 thats illegal and if someone reports you after noticing false whois info (trust me, you're never know when you'll make enemies), you'll lose your site. Also I believe people can still contact you through whois guard's details for your site (spam filtered obviously)
hi
mkk
There is that small few that aren't but they tend to have not the biggest player bases. Anyway I was looking through TLDs and I found .futbol and no .football :/
?
When you wanna get a site, you can get one ending in .futbol but NOT in .football
Also, buying a domain ending in .co.com is 3x more expensive than just .com... what is this logic
Live making my prison server! https://www.youtube.com/watch?v=hlBJFPiYb1A
@echo marsh Just an FYI, you really won't get a developer without any budget.
@regal juniper @echo marsh At least not a good one
I'm a dev, but not a good one xD
Lol.
Gl being successful then.
@magic summit You're great for your time knowing the language.
I code since 6 years.... and my plugins are basic stuff...
Maybe you just don't need something complicated
@magic summit my current dev i cannot ask for better they are tbh the best but as everyone he has too move on in life.
Andre, do you know off the top of your head how to check if a matieral is an instance of a material?
Like if I have a piece a paper in my hand, how to check if it's actually paper since it has custom core and name.
I think it's p.getPlayer().getInventory().getItemInMainHand() == Material.PAPER
Then get the Itemstack and check for Displayname (and maybe the lore)
if (player.getInventory().getItemInMainHand().equals(Material.PAPER)) {
return;
}```
Aha
That works.
👍
My mum said "you're going to be 15 on your next birthday!" And I was like "...Mum, I'm going to be 14 on my next birthday..." And my mum was like "oh"
I now have the categorys too 😄
What's the best hosting for under $25? (I can't spend that much on hosting) I have Scalacube right now, but I want better options for a webserver. With Scalacube I currently have 4 servers, and 2 webservers. Any company compete with that?
Do you want to do self hosting or what
Whatever I can for cheap and reliable
Hmm okay.
?
this is quite amazing
i guess i cant rate the server that simple...
Anyone using the OVH 'VPS SSD 3' plan?
I have in the past.
Fairly simple to use.
I've multiple websites on it before, space was a little issue.
@regal juniper how do you get a https instead of http
You get SSL
And I use Nginx to force SSL, but ya.
You can buy your own certs yearly, use LetsEncrypt, or there's a few other options.
how do you get a vps
You buy one
where did you get yours?
I have a sponsorship, but for you I'd suggest DigitalOcean or OVH to start.
what is your website
Just a template site, I run everything else in the background.
9 Discord Bots, APIs, Jenkins, Mc Server, and a bunch more stuff.
whats your mc server ip
That doesn't really matter.
why
oh
So what's the IP then @regal juniper? I would like to come on your server and test the plugin some time.
Lol
what is mysql
@gray nebula It's a type of Database
for what
@muted fern did clip say he'd be on tonight?
¯_(ツ)_/¯
My birthday is in 16 days. o3o
Anyone know of a GenBuckets plugin, or how much a decent one would cost?
I mention TestPlugins, and then he sends me this message telling me to join his server and whatever, but I don't play on anything past 1.8, so he needs to stop... This happened: http://prntscr.com/gj9qwl
@rancid sigil
It's a plugin called GenBucket.
O_O
@acoustic jetty umm, I know what the plugin is called.
I was asking if anyone knows of a decent one or how much one would cost to be made
why cant we view msgs in #bot-commands ? i can send msgs... but not view them,,,
oh
is genbucket not good enough @rancid sigil?
Yeah same @idle kestrel It's normal.
Got a link?
For?
k
Wizardpulse pm me so i dont have to keep going up and down my server list
Nice
Currently in the process of setting up a pretty cool server. Just wondering if anyone has** tips on how to gain a playerbase and build a community.**
Advertising, youtubers, make the server standout
The server's diffantely different. But, any other things?
try
Advertise on twitter, facebook all that but make the accounts associated with your server, e.g. Twitter name: MCServer, Servername: MCServer, get what I mean?
and stream your server on twitch and youtube, got me into alot of servers.
Not only stream, record on it too.
.
@willow yacht u still in school?
I stopped going likee 6 months ago xD
.
tryna get windows 10 education
.
dual boot
eclipse > intellij
okay?
?
Setglow - Today at 12:06 PM
eclipse > intellij
ok?
I start school tmw
@elfin minnow because edu is basically the same as professional; but free
@eternal apex i have a microsoft acct that has win 10 edu, want me to send u the iso?
You're just now starting school?
@Setglow#2913 why did u even mention eclipse vs intellij it wasnt even a part of the convo?
@regal juniper #FuckHarvery
Harvey*
Ahh
When I use paperspigot 1.7.10 protocolhack to allow 1.8.8 users, my 1.7 clients gets kicked "proxy disconected" or smth on my bungeecord server but when I use it on localhost it works perfect
@gray nebula he just added the Test Server ip to his plugin page in case you're still looking for it. If he told you "there's literally a section for it" then there wasn't. He added it as we spoke. Test server IP should be up there now.
sigh
sigh
Idk when the IP got removed.. thought it's been up there forever.
Nope xD
Mhmm. I must've taken it down when my host deicded to fuck me over 3 months early.
Give me 3 days to pack my shit and move.
Does the IP even work?
Hmm it does, okay.
gar
gary
gary's instructions arent helpful, especially not being specific on what server,?
hello! i need help!
this is a HELP CHAT after all
Smh.
Calm down buddy
^
idk what SMH stands for
me too
Shake my head.
some1 told me that once, i dont know if i should believe thats the propper meaning...
so on gary's instructions... it needs more details... like what server, or what...i dont under stand it... HELP CHAT, help me.
helped
just as i suspected ur "HELP CHAT" isnt that HELPful.
idk what you are asking
@idle kestrel What do you mean with Gary?
what about it?
The server-ip is testplugins.com
idk if im supposed to enter it on browser.. am i?
@idle kestrel
- Open Minecraft -> Multiplayer -> Direct Connect -> Testplugins.com -> Join
- Talk with the bot here in #354877361843339265 that he can give you the instructions.
- Post the text, he send to you threw PM on the minecraftserver.
- DONE
thx andre... wish gary would include that.. that be easier.
Sorry for snapping everyone... I tend to snap very easily when no1 responds, no1 say wb... that bothers me, and i just want to make this clear to everybody.
Okay.
i cant believe i snapped at Dipz.. 😦
Then to apologize to him in DM?
just did
Awesome.
idk of he'll forgive me tho... 😭
Well if he does he does, if he doesn't, he doesn't.
yeah, but he was one of my good friends, until i thought he was bullying me, or lying...
me too.
All I got is @magic summit 😂😂
and rn, i'm feeling a presence of an etity watching over me, it feels like my gr8 uncle is telling me to calm down...
I only have people, that I call "people that you actually don't hate but don't like too, but sill call your friends"
What? The triple-x?
No lol my keyboard lagged
Nah. I'm to busy helping people in 3 other discords 😛
Getting the note 8 soon
Ur on phone?
Hmm?
Ur on ur phone?
Ahh
"how does he code on a shit keyboard without getting fatigued"
gg
The mist from my shower will sometimes get my keyboard
for some reason, all my anger and sadness whent away... it might be my gr8 uncle after all. <#
Start randomly typing
.
@fallow crow ya no I have a nicer keyboard for my pc 😂😂
I couldn't image me coding on my phone
How much space does your phone have
I finally managed to run a discord-bot on my VPS, to make a support-system 😄
I've generally fcked up right now 😭
Server got deleted > no backup > 3 months worth work. put into server > f-ed myself from behind.
ask server host providers
┬─┬ ノ( ゜-゜ノ)
(╯°□°)╯︵ ┻━┻
┬─┬ ノ( ゜-゜ノ)
dam....
┬─┬ ノ( ゜-゜ノ)
meanie head
The most painful thing just happened
I was peeling a orange and it squirted into my eye
Just thought you guys needed to know that
@arctic raptor You can only have 1 request in #297996869173379072, please remove one.
If you could all be amazing and possibly check out my new song it would be awesome thank you and possibly like and comment
https://m.youtube.com/watch?v=rOTaORQT1c8
Borderline advertising, but ill let it slide. Nice work on the song though!
XD
Guys what is the best for factions server
A: 1.9+ PVP
B: 1.8 PVP
I personally use 1.9+ because I use a plugin which reverts back to 1.8 pvp
1.8 PvP
Infdev pvp
EZ
(╯°□°)╯︵ ┻━┻
┬─┬ ノ( ゜-゜ノ)
(╯°□°)╯︵ ┻━┻
┬─┬ ノ( ゜-゜ノ)
Hey guys - having issues with minecraft. If i load up in 1.12 i crash as soon as i move - 1.8 loads no graphics its all invisible.
I have tried re-installing and updating drivers
Also tried this
Have you tried to turning it off an on?
There is no crash report
I tried
Its only 6GB ram
But i don't think that would cause it to crash, its not particularly intense
Settings are all limited.
I don't know - it's on windows 8 and i'm on 10 - can't remember how - 1 sec ill check
If its 6gb, then pc occupies 800mb. So dont allocate to much. 2 or 2.5gb is fine.
Ok bare with me
Ok try this first;
Open laucher > settings > swipe the output log to green
Then Launcher Options > nameoftheprofile > switch " JVM arguments" on > change 1G value to 2G or more.
Start the game > settings > visual > put render distance to 4
then try to play around.
@cinder sand
if game crashes - the error should print out in output log
Ok 1 moment
@north cairn Tried it
Resulted in an instant crash and left this in the output log
13:21:52 bib Setting user: CryoticKitteh
13:21:55 bid Skipping bad option: lastServer:
13:21:55 bid Skipping bad option: streamPreferredServer:
Allright, that means that the minecraft is modded.
A clean install would help
remove the minecraft completely from the PC
And do a clean install
remove any excess folder in %appdata%
.minecraft
@cinder sand
@magic summit how do we repley to people that want custom plugins in #297996869173379072 if we cant talk about anything else than plugin requests?
It stands at the top of #297996869173379072 @gray nebula
- If you wish to complete a request. DM Them. Do not reply here. Funnycube in #297996869173379072
You DM them.
anyon here ever apply for staff and got accpted
Where exactly?
?
You question? Where exactly apply for staff?
I think it varies from location to location
How do u use the music bot?
@hushed trellis The command is in the topic of #bot-commands
thx
how would you answers this Scenario 5 - Your friend has griefed an event arena. He has just broken the rules. You realize that what he did was totally unacceptable, what would you do here and why?:
need help please
I punish him like every other player
I once banned my own brother, because he griefed, killed players AND used hacks...
Id ban them, if they wanna be little pricks they can do it somewhere else
@solid elbow Stop asking for helpful or Ill make sure you personally dont get helpful. K?
Anyone know the best way of advertising a server? Struggling to get a player base 😦
^ those minecraft advertisements thing
buy a slot
How doth one go about this? Sorry i am new to all this 😃
What's your budget?
What's your range?
Its a factions RPG
But as i mentioned i can stretch my budget, if results can be seen.
Right. $40 is quite low. You could always save a few months, and then rent a slot. Personally, for Factions, I've seen the best results in the following ways:
- Multiple small YouTubers for a trailer upload and a 5-10 video series uploaded weekly
- Renting a slot from someone (you can generally find these on MCM) over buying a whole slot
- Having your server listed on .org, mcsl, mc-mp and topg. You shouldn't go crazy with vote sites
- Using the PMC chat is great for 1-4 players every time you post it (list on PMC, too)
There was a chat in one server Discord a few days ago, and the end result can be seen at https://www.youtube.com/watch?v=Ym1Y4gQEddc - It's a slot vs YTer type thing with some good points
Great, thank you for your time.
Sure
@arctic raptor dont send msgs in #297996869173379072
pls pm them
xD
@manic kindle unless ur typing a request, dont type it in there
Someone wants to be staff
@eternal apex
I won't
Anyways I had to tag him so I could click his name to get to his dms.
dw
Im on mobile
@fallow crow Leave it to the staff 😱 👌
@proper fable kys
Lmao
@arctic raptor Leave it to the staff? How abt u suck a fat one. I just told u before the staff did. If you don't like my comments, report me.
lol
Nobody likes a smart a who acts like a staff member. Let them do their damn jobs and shut your a up.
👍
@cinder sand if you have a unique aspect or gameplay on your server that is definitely a plus
Just read up a bit
I can I just thought the discord bot blocked it
and lol
@arctic raptor Nah, it just blocks some words.
cuss
d***
rip
it blocks d***
Anways, the staff dont do their job @woven prairie @wanton horizon @eternal apex @elfin minnow so people like me, let people know that they shouldnt be posting replies in #297996869173379072
And if thats a horrid thing, then block me or leave the discord.
It's horrid telling staff they don't do their jobs
k mas
@elfin minnow U know damn well u don't do anything here 😆
thats damn right
😄
@fallow crow my bad that im not looking there every 5 minutes
busy with my girlfriend 🤷🏼♂️
@wanton horizon I'm just making a point to @arctic raptor that me saying not to post shit in #297996869173379072 isn't a horrid thing.