#off-topic

1 messages · Page 252 of 1

regal juniper
#

Could fit there

eternal apex
#

put ur code in a hastebin

regal juniper
eternal apex
#

<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"; }?>```
regal juniper
#

Hmm, that didn't fix it.

#

🤔

#

Oh hey, I found one on codepen.

eternal apex
#

wait

#

not yet

#

lets try fixing this first

regal juniper
#

Lol

wanton horizon
#

wtf was that

regal juniper
#

An oopsies

inner imp
#

Just letting you know @muted fern I'm really concerned about your safety right now (xD)

wanton horizon
#

@olive plume stop spreading spam, it is fake

olive plume
#

oh

muted fern
#

@inner imp wut u on about?

regal juniper
#

@muted fern Because you're playing with fire I'm going to guess.

inner imp
#

^ 🍴

muted fern
#

k

#

Im a profesh, dont try at home

#

k

stone notch
#

currently have my phone plugged into the mic slot of my new speakers

marble girder
#

Guys It's my birthday!

peak linden
#

well happy birthday then!

timber ember
#

not sure if this is a glitch or not, we can't view #bot-commands.

fallow crow
#

@timber ember no glitch

timber ember
#

so we get notifcations but can't view it

fallow crow
#

@timber ember then right click and hit mark as read

timber ember
#

Not the point.. anyway I muted it.

gray nebula
#

@elfin minnow does cf mean center fielder

elfin minnow
#

Why would you ask me

#

and for what sport xd

#

okay

#

bye mas

gray nebula
#

because you said cf

#

earlier

elfin minnow
#

where

gray nebula
#

"what are you doing cf"

magic summit
#

lol... I've never noticed, that @jovial glacier is here too 😄

elfin minnow
#

idfk

#

don't ask

gray nebula
#

how do you cancel item move in specific inventory

regal juniper
#

If inventory is this title, cancel event

gray nebula
#

what event is it

#

Is it InventoryItemMoveEvent?

regal juniper
#

InventoryInteractEvent

gray nebula
#

o

#

thanks

regal juniper
#
    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

gray nebula
#
    @EventHandler
    public void itemMove(InventoryInteractEvent e) {
        if(e.getInventory() == Main.inv) {
            e.setCancelled(true);
#

does that work

regal juniper
#

Idk if Main.inv is a thing.

gray nebula
#

i have an inventory in my main class

regal juniper
#
    @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)

gray nebula
#

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 *

#

^

fallow crow
gray nebula
#

@regal juniper is it possible to use runnables in other classes besides main

fallow crow
#

@regal juniper nvm the person was using craftbukkit instead of spigot

regal juniper
#

Ya...

#

Was about to say

#

Yes @gray nebula

#

@fallow crow

fallow crow
#

wut

regal juniper
#

Check out the litebans page now

fallow crow
#

link?

regal juniper
#

It has a theme changer now

fallow crow
#

that is so unneccessary that it's cool

willow yacht
#

Glare

regal juniper
#

It allows each user to choose their own style

willow yacht
#

Do you all have midget monitors or something

regal juniper
#

Hmm?

fallow crow
#

@willow yacht my laptop does

willow yacht
#

That looks ugly on a decent sized monitor

regal juniper
#

¯_(ツ)_/¯

willow yacht
#

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?

fallow crow
#

@willow yacht Someone watching yt?

#

in ur house?

#

also, did u get that usb thing I Told u to?

willow yacht
#

not yet, but thats aside the point for the moment

fallow crow
#

I'm assuming someone else is on the wifi

willow yacht
#

Nope

fallow crow
#

or possibly something is downloading in the bg

#

open task manager and see network usage

willow yacht
#

I have my phone and laptop right next to me

fallow crow
#

see if something is using all the bandwidth

#

cuz speedtest is only accurate when it has access to all the bandwidth

willow yacht
#

and before you complain about it being Linux, the 44/19 is on linux aswell xD

fallow crow
#

linux shouldn't matter

#

xD

#

could be the driver

#

but meh

willow yacht
#

but that doesn't explain the massive speed differences

#

Like yesterday...

fallow crow
#

exactly

#

which is why I said to check network usage

willow yacht
#

My speeds were terrible until I reset my router, then they rocketed up to 20+

fallow crow
#

oh

#

then reset ur router again

#

😛

willow yacht
#

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

fallow crow
#

¯_(ツ)_/¯

willow yacht
#

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

fallow crow
#

@willow yacht yup

willow yacht
#

8.8.8.8 & 8.8.4.4 are Google's DNS right?

fallow crow
#

i believe so

willow yacht
#

Wtf is wrong with this damned pc

#

I can't wait until I get on ethernet..

fallow crow
#

xD

willow yacht
#

My luck it will be broken on ethernet aswell

#

Tbh, as long as my speeds stay > 15 / > 5 I think im happy.

elfin minnow
#

Rawr Xd

fallow crow
#

what are some alternatives to ovh?

#

@woven prairie

#

@willow yacht

willow yacht
#

idrk

fallow crow
#

just name hosting companies

regal juniper
#

It's decent!

#

I can't say anything because mine is... uh... too high.

magic summit
peak linden
#

nice download

magic summit
#

Swiss internet 😄

regal juniper
#

I'll just leave this here.

peak linden
#

wtf?!

wanton horizon
#

fake

peak linden
#

aaaa

regal juniper
#

No it isn't lol.

#

I have fibre (:

peak linden
#

lemme check

#

xD

regal juniper
#

I prefer not to share my location.

#

Otherwise I woud've.

peak linden
#

also not dm?

regal juniper
#

Sorry 😛

peak linden
#

okay

#

sure

wanton horizon
#

put it in helpful

regal juniper
#

It goes for everyone I don't want to know lol

wanton horizon
regal juniper
#

Here... I'll give you my VPN speeds

#

One sec

wanton horizon
#

its an ip not your ss #

regal juniper
#

If I get this speed on a VPN< you'll know my internet is really that fast.

#

There ya go

peak linden
#

@regal juniper may i know what country you live in?

regal juniper
#

USA

wanton horizon
#

how do i know that is a vpn?

regal juniper
#

Google the company.

#

Lol

fallow crow
#

@regal juniper PIA?

regal juniper
#

Nah

#

I didn't like them

fallow crow
#

i have pia 😛

#

kk gonna get one

#

i'm on a 450mbps wifi connection tho so

#

¯_(ツ)_/¯

regal juniper
#
Ping: 57.665 ms
Download: 84.38 Mbit/s
Upload: 87.33 Mbit/s

#

That's from Costa Rica 😛

fallow crow
#

gg

willow yacht
#

gg

inner imp
#

I need some help with the WorldEdit mod....

#

^ How do I get rid of that

#

It keeps following me whever I walk or fly

fallow crow
#

//desel

#

@inner imp

inner imp
#

Still didn't work @fallow crow

#

The lines keep on following me

fallow crow
#

@inner imp oh

#

oooh thats chunks

inner imp
#

They move everytime I move to new chunks

fallow crow
#

hit F12

inner imp
#

didn't work :/

fallow crow
#

F10 then

inner imp
#

I just functioned everything xD

#

It got rid of it

fallow crow
#

gg

inner imp
#

Thanks tho :P
It's been really annoying me

fallow crow
#

I'm livestreaming me code

fallow crow
solid elbow
#

...

elfin minnow
#

Fuck

#

I wish this was my internet all the time

inner imp
#

What did I do...

#

Please help me, and tell me how to get rid of this:

cyan sedge
#

No idea what that's coming from. Maybe your mods?

inner imp
#

WorldEdit

#

Can someone suggestion how to remove that?

muted fern
#

Odd, never seen it.

#

Does removing worldedit fix it?

inner imp
#

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.

muted fern
#

Screenshot your plugin list

inner imp
#

*mod list

#

WorldEdit + WorldEdit CUI

muted fern
#

Hmm..

#

I'd suggest looking into config options

inner imp
#

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

timid rose
#

I think that's part of CUI

inner imp
#

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..

wise glacier
#

you wont be able to remove it

inner imp
#

how do I toggle it...

wise glacier
#

unless you modify the actual code of the mods

#

you cant toggle it i believe

inner imp
#

Yes, you can, Because I didn't have it before.

wise glacier
#

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

timid rose
#

@inner imp You must likely triggered it by making a selection and then moving to a different server, just restart MC

inner imp
#

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

fallow crow
#

Anyone running FactionsUUID?

inner imp
#

No, sorry :/

#

Anyone used BeastNode before or heard things about it? (It's a host btw)

fallow crow
inner imp
#

Oh ok.... more hosts!

fallow crow
#

nexril is by far the best I've ever used

regal juniper
#

Everyone has their personal opinion.

#

I've seen big fights over it.

inner imp
#

Really?

regal juniper
#

I'll go grab some popcorn

inner imp
#

I really don't want that.

fallow crow
#

Not sure they're the best

#

but they're the best I've come across

#

¯_(ツ)_/¯

regal juniper
#

Lol

fallow crow
#

u can pick who u want

#

but thats my addition to ur list ur looking at

inner imp
#

Lol, I know

regal juniper
#

Never heard of them, interesting, tho I self host

fallow crow
#

i prefer dedis

regal juniper
#

So there's lots of hosts I don't know

fallow crow
#

tbh

regal juniper
#

^^

fallow crow
#

nexril is run by a mc-market admin/dev

regal juniper
#

That's how I host

#

I usually just get partnerships

#

So, free vps to use for all my work

inner imp
#

This is now difficult... I went from 2 server hosts to 3 server hosts (to choose from) :/

regal juniper
#

Ya

fallow crow
#

@regal juniper voice? i'm bored

#

also I have a question for u

regal juniper
#

I'm in the car, you'll just have to ask me here

fallow crow
#

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

regal juniper
#

World guard

fallow crow
#

world guard api?

regal juniper
#

Well you could just use world guard and Skript if you want to be lazy about it

fallow crow
#

ew

regal juniper
#

Lol

fallow crow
#

idek how to use skript

regal juniper
#

It's been awhile since I've used it

fallow crow
#

dont want to learn either

regal juniper
#

But I made a sea grid using those 2

fallow crow
#

ew

regal juniper
#

You could try the world guard api

fallow crow
#

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..

regal juniper
#

You can do if player enters region check somehow

#

I use the api in my plugin to check for the PvP flag

fallow crow
#

nah I'll just make a custom flag

#

basically copied the greeting msg class and I'll just edit it

#

😛

severe sky
#

any punishment plugin names?

gray nebula
#

how am i supposed to get a player in a runnable

fallow crow
limber ravine
#

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

woeful whale
#

.

regal juniper
#

Good luck

woven prairie
#

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
viscid kraken
#

The first one

regal juniper
#

First

young temple
#

1st

errant thistle
#

I just made my first java game! 😃

woven prairie
#

Cheers

errant thistle
#

???

#

@woven prairie 'Cheers' means thanks....

woven prairie
#

It was about the replies above

errant thistle
#

Oh

sterile parrot
#

@errant thistle what is it about

errant thistle
#

It's just a simple brick breaker

sterile parrot
#

xD

errant thistle
#

meh

sterile parrot
#

what

#

lol

errant thistle
#

idk

#

Send a screeny of it in action

sterile parrot
#

I can't

errant thistle
#

y

sterile parrot
#

rn

#

Cuz I'm not eligible to do that at this moment

errant thistle
#

om

#

pm

spice elk
#

Hey Guys, can you recommend me samo good plugins for my Lobby/Hub server?
Like: Gadgets / Teleport Bow/ Compass/ and sth

woven prairie
#

PremiumHub

fallow crow
#

@pure bane -.-

#

I'll do it tonight/tmw

#

jeez

whole palm
#

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

jagged pollen
regal juniper
#

Only takes a minute 😄

inner imp
#

@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)

limpid valveBOT
#

I do not know who you are in-game! I've send you instructions!

willow yacht
#

hi

limpid valveBOT
#

I do not know who you are in-game! I've send you instructions!

muted fern
#

t

willow yacht
#

cube

#

wat is this bot on

muted fern
#

shh

#

work in progress

#

ignore him

muted fern
woven prairie
#

Hot

magic summit
muted fern
#

Indeed

magic summit
#

And now I'm linked 😄

muted fern
#

Not really

#

We have no database for it

#

So it doesnt store it

#

lol

magic summit
#

😦

fallow crow
#

hi @woven prairie

woven prairie
#

@fallow crow

#

@fallow crow

#

@fallow crow

#

@fallow crow

#

@fallow crow

#

@fallow crow

#

@fallow crow

fallow crow
#

smh

muted fern
#

Banned

fallow crow
#

we only did it once per server

#

not multiple

woven prairie
#

lol

jagged pollen
#

New Bot 😄

muted fern
#

Soon.

young temple
#

tm

fallow crow
#

LOL

jagged pollen
#

Guys why the server doesn't support the old versions?
At least 1.12

#

(Testplugins)

pure bane
#

I'm trying to get tickets for this weekend's football game at a reasonable price but damn

jagged pollen
#

Good luck

fallow crow
#

Lmao

young temple
#

Anyone free to help me do something real quick? It's gonna take 10-15mins max and it's related to pvping.

fallow crow
#

@regal juniper @cosmic fjord

regal juniper
#

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.

fallow crow
#

@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

regal juniper
#

Ahh

fallow crow
acoustic jetty
#

@young temple still need help?

#

Im a godly pvper 😃

hushed trellis
#

Wut iz up with da music bot not working?

solid elbow
#

Montreal!!!

#

😄

woven prairie
#

eZ pl00gin @solid elbow

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...

young temple
#

Umm

#

Lol :3

woven prairie
#

lol

regal juniper
#

How the hell does 17 minutes pass and there's no activity on Spigot?

#

New posts is 17 minutes ago

#

¯_(ツ)_/¯

woven prairie
#

Cause it's a meme

regal juniper
#

👍

young temple
#

Memes

regal juniper
#

I've got a bot for that 👍

wanton horizon
#

no bot is better than @woven prairie

woven prairie
#

Confirmed

regal juniper
cyan sedge
#

@solid elbow you have no idea if he's going to become a Doctor or not. Nobody can tell the future.

solid elbow
#

:/

cyan sedge
#

😂

solid elbow
#

lol

#

Most people say they want to be one but don't even get close... he might tho..

cyan sedge
#

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.

heavy harness
#

Please vote guys!!!

#

Disable Auto Respawn on my server?

A. Yes
B. No

timid rose
#

b

woven vigil
#

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

fallow crow
#

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

woven prairie
#

lol gg

timid rose
#

@fallow crow 1.8 is buggy as shit

#

Upgrade or gtfo

candid scroll
#

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.

magic summit
bronze basalt
#

😦

#

@limpid valve

muted fern
woven prairie
#

Dam

#

What's the framerate there?

muted fern
#

idk killed the servers tps

woven prairie
#

lol

magic summit
#

I hate this bird-thing

muted fern
#

😮

magic summit
#

@muted fern What is that on the left of the void? And why can't I enter it? 😭

muted fern
#

¯_(ツ)_/¯

magic summit
#

😭

#

times two

wanton horizon
#

git gud

muted fern
#

o

#

hi @wanton horizon

wanton horizon
#

hello @muted fern

magic summit
#

@muted fern Can you maybe add DiscordSRV?
Would be good, to link the account to discord... Maybe for some extra channels 😉

muted fern
#

we use to have it

#

but it has a few things i dont want

magic summit
#

Can be disabled?

wanton horizon
#

like fun? ;-;

muted fern
#

Remote console is a big no no

magic summit
#

It can be disabled

muted fern
#

but then we have yet another bot in here

magic summit
#

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

young temple
#

Gary hates me 😦

#

He doesn't respond to my messages

#

What's the dangers of a remote console?

wanton horizon
#

security..

fallow crow
#

@timid rose 1.9 pvp is also shit so downgrade or gtfo

#

@muted fern amazing

muted fern
#

😉

magic summit
#

@Boringness#9619 There are plugins, that can remove the cooldwon... 1.9 is in my opinion a good update....

bronze basalt
#

@magic summit Everyone has personal preferences though 😛

wanton horizon
#

1.9 is shit

#

1.12.1 is where it is at

bronze basalt
#

Lmao,

#

Personally prefer 1.8

wanton horizon
#

banned

bronze basalt
#

smh

#

abuse

wanton horizon
#

lol

bronze basalt
#

xD

regal juniper
#

1.5

bronze basalt
#

^ True

woven prairie
#

1.4.2 pls

young temple
#

Indev pls

regal juniper
#

?

celest elbow
#

I'd like classic please

bronze basalt
#

Anyone for Beta?

wise glacier
#

#Techdude404IsLearningToLinux!

magic summit
#

I'm waiting for 10 minutes now, that my cloudsystem installs a server-version...

#

Still 0%

lament rover
#

@glass cape YOOOOO read ur pm 😃

acoustic jetty
#

What is the ip for testplugins/gary?

bronze basalt
acoustic jetty
#

k

eternal apex
#

link shortener has only been up for 24 hours, already got a rick astley smh

woven prairie
#

lol

elfin minnow
#

@eternal apex how does one do that

#

hmmmmmm?

viscid kraken
#

Can someone give me an example of a dedicated ip?

jagged pollen
#

@viscid kraken for minecraft server/

#

?

viscid kraken
#

Yes

jagged pollen
viscid kraken
#

Ok thank you

#

Thats all I wanted

sterile parrot
#

@jagged pollen you sure

jagged pollen
#

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?..

sterile parrot
#

I think you are wrong

#

that's a domain

#

not a dedicated ip

jagged pollen
#

dedicated ip probably u get it form the same minecraft host

#

i sugget to but it form a domain host

viscid kraken
#

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

jagged pollen
#

@viscid kraken u will pay for it every month right?

#

for like $3 or $2 right?

viscid kraken
#

Its $2 extra to get a dedicated ip

jagged pollen
#

i suggest to get one form a domain host it will be more chaper

viscid kraken
#

Alright

jagged pollen
#

and u will probably pay for it per year

#

but its up to u 😄

woven vigil
#

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

jagged pollen
#

@viscid kraken wait!

viscid kraken
#

?

jagged pollen
#

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

woven vigil
#

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

sterile parrot
#

it's not free for the first year

#

sadly.

woven vigil
jagged pollen
#

^^^^^

woven vigil
#

Hmm, I got mine free. Anyway its around $10 for a year anyway for a domain and thats cheap

jagged pollen
#

so get domain its will be better 😄

viscid kraken
#

Alright

sterile parrot
#

always get a domain for your mc server

jagged pollen
#

@woven vigil but why i should get the domain with protection?

woven vigil
jagged pollen
sterile parrot
#

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*

woven vigil
#

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

sterile parrot
#

you can have anything before .domain.tld

#

not necessarily support or forum but like anything really

jagged pollen
#

i got my domain from 1&1

woven vigil
#

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

sterile parrot
#

Welp

#

Then I'll get many phone calls

woven vigil
#

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

sterile parrot
#

lmao

viscid kraken
#

lol

sterile parrot
#

rest api's urghh

#

express sucks lol.

pure bane
#

hi

woven prairie
#

hi

inner imp
#

hi

jagged pollen
#

hi
xD

acoustic jetty
#

hi

elfin minnow
#

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 😉

solid elbow
#

@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...

wanton horizon
#

that can lead to you loosing the domain'

hardy axle
#

Am I able to ask for opinions on my website im working on here or is there a better channel to do so?

eternal apex
hardy axle
#

It's not really a server though

eternal apex
#

is it for a server?

fallow crow
#

just put it in here then

hardy axle
#

@eternal apex It is not

eternal apex
#

Yeah, just put it in here

errant thistle
#

@muted fern Is the anyway to leave the nsfw channel because I see why it's age restricted now

muted fern
#

@errant thistle I removed your permission this time, but next time or anyone else it can be removed by using the ?leavensfw command

errant thistle
#

Okay thanks

muted fern
untold hearth
#

You use Canary? O.o @muted fern

muted fern
#

Was testing some things

woven prairie
#

It's lit

inner imp
#

What? How does that work! Wow

errant thistle
#

Nice there is categories

#

What is the testplugins server ip

inner imp
#

DM'd you

magic summit
#

@OldManTigerMask#2593 It's because funnycube is a tester for Discord...

woven vigil
#

@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)

acoustic jetty
#

hi

obsidian star
#

mkk

acoustic jetty
#

srsly tho

#

Some HCF servers aren't toxic, trust me 😛

woven vigil
#

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 :/

acoustic jetty
#

?

woven vigil
#

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

acoustic jetty
#

Oh

#

lol

acoustic jetty
regal juniper
#

@echo marsh Just an FYI, you really won't get a developer without any budget.

echo marsh
#

I currently have one

#

i have a whole staff team none require payment

magic summit
#

@regal juniper @echo marsh At least not a good one

#

I'm a dev, but not a good one xD

regal juniper
#

Lol.

#

Gl being successful then.

#

@magic summit You're great for your time knowing the language.

magic summit
#

I code since 6 years.... and my plugins are basic stuff...

regal juniper
#

Maybe you just don't need something complicated

echo marsh
#

@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.

regal juniper
#

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.

magic summit
#

I think it's p.getPlayer().getInventory().getItemInMainHand() == Material.PAPER

#

Then get the Itemstack and check for Displayname (and maybe the lore)

regal juniper
#
        if (player.getInventory().getItemInMainHand().equals(Material.PAPER)) {
            return;
        }```
#

Aha

#

That works.

magic summit
#

👍

errant thistle
#

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"

regal juniper
#

Okay that didn't work, hmm

#

Oh wait I had it backworks

#

There we go.

magic summit
#

I now have the categorys too 😄

hardy axle
#

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?

regal juniper
#

Do you want to do self hosting or what

hardy axle
#

Whatever I can for cheap and reliable

regal juniper
#

Hmm okay.

acoustic jetty
#

?

idle kestrel
#

this is quite amazing

idle kestrel
#

i guess i cant rate the server that simple...

hardy axle
#

Anyone using the OVH 'VPS SSD 3' plan?

regal juniper
#

I have in the past.

#

Fairly simple to use.

#

I've multiple websites on it before, space was a little issue.

gray nebula
#

@regal juniper how do you get a https instead of http

regal juniper
#

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.

gray nebula
#

how do you get a vps

regal juniper
#

You buy one

gray nebula
#

where did you get yours?

regal juniper
#

I have a sponsorship, but for you I'd suggest DigitalOcean or OVH to start.

gray nebula
#

what is your website

regal juniper
#

Just a template site, I run everything else in the background.

#

9 Discord Bots, APIs, Jenkins, Mc Server, and a bunch more stuff.

gray nebula
#

whats your mc server ip

regal juniper
#

That doesn't really matter.

gray nebula
#

why

regal juniper
#

It's only for simplying testing my plugin.

#

It's not really to play on.

gray nebula
#

oh

cyan sedge
#

So what's the IP then @regal juniper? I would like to come on your server and test the plugin some time.

regal juniper
#

Lol

gray nebula
#

what is mysql

magic summit
#

@gray nebula It's a type of Database

gray nebula
#

for what

fallow crow
#

@muted fern did clip say he'd be on tonight?

muted fern
#

¯_(ツ)_/¯

fallow crow
#

he told me he would be to talk abt the api site xD

#

but I dont see him

solid elbow
#

My birthday is in 16 days. o3o

rancid sigil
#

Anyone know of a GenBuckets plugin, or how much a decent one would cost?

solid elbow
#

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

acoustic jetty
#

@rancid sigil

solid elbow
#

Lol.

#

Wyd in here...

acoustic jetty
#

It's a plugin called GenBucket.

solid elbow
#

O_O

acoustic jetty
#

lol

#

same thoughts still

#

same I dont play above 1.8

rancid sigil
#

@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

idle kestrel
#

why cant we view msgs in #bot-commands ? i can send msgs... but not view them,,,

acoustic jetty
#

oh

#

is genbucket not good enough @rancid sigil?

#

Yeah same @idle kestrel It's normal.

rancid sigil
#

Got a link?

acoustic jetty
#

For?

idle kestrel
#

k

acoustic jetty
#

Wizardpulse pm me so i dont have to keep going up and down my server list

acoustic jetty
#

@regal juniper

#

I use your guild plugin for my server 😄

#

its really cool!

regal juniper
#

Nice

inner imp
#

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.**

rancid sigil
#

Advertising, youtubers, make the server standout

acoustic jetty
#

^

#

Make the server different to others.

inner imp
#

The server's diffantely different. But, any other things?

acoustic jetty
#

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.

idle kestrel
#

.

eternal apex
#

@willow yacht u still in school?

willow yacht
#

Wat

#

I haven't been to school in like 6 months

eternal apex
#

o

#

rip

willow yacht
#

I stopped going likee 6 months ago xD

idle kestrel
#

.

eternal apex
#

tryna get windows 10 education

willow yacht
#

there is ur problem there

#

Its windows.

eternal apex
#

i'll dual boot with linux eventually

#

need a bigger ssd first

idle kestrel
#

.

willow yacht
#

dual boot

elfin minnow
#

@eternal apex

#

Out of every OS you want Windows 10 Edu

#

why

#

just why'

gray nebula
#

eclipse > intellij

elfin minnow
#

okay?

gray nebula
#

?

elfin minnow
#

Setglow - Today at 12:06 PM
eclipse > intellij

gray nebula
#

cool

jagged pollen
#

ok?

fallow crow
#

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?

regal juniper
#

You're just now starting school?

fallow crow
#

@Setglow#2913 why did u even mention eclipse vs intellij it wasnt even a part of the convo?

#

@regal juniper #FuckHarvery

#

Harvey*

regal juniper
#

Ahh

daring crypt
#

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

cyan sedge
#

@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.

regal juniper
#

sigh

cyan sedge
#

sigh

regal juniper
#

Idk when the IP got removed.. thought it's been up there forever.

cyan sedge
#

Nope xD

regal juniper
#

Must've been removed in the past week or so

#

¯_(ツ)_/¯

cyan sedge
#

Yep

#

It's alright just thank you for putting it back up

regal juniper
#

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.

idle kestrel
#

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

regal juniper
#

Smh.

magic summit
#

Calm down buddy

regal juniper
#

^

idle kestrel
#

idk what SMH stands for

magic summit
#

me too

regal juniper
#

Shake my head.

idle kestrel
#

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.

wanton horizon
#

helped

idle kestrel
#

just as i suspected ur "HELP CHAT" isnt that HELPful.

wanton horizon
#

idk what you are asking

magic summit
#

@idle kestrel What do you mean with Gary?

idle kestrel
#

@wanton horizon i would dm u, but i cant

wanton horizon
#

what about it?

magic summit
idle kestrel
#

idk if im supposed to enter it on browser.. am i?

magic summit
#

@idle kestrel

  1. Open Minecraft -> Multiplayer -> Direct Connect -> Testplugins.com -> Join
  2. Talk with the bot here in #354877361843339265 that he can give you the instructions.
  3. Post the text, he send to you threw PM on the minecraftserver.
  4. DONE
idle kestrel
#

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.

regal juniper
#

Okay.

idle kestrel
#

i cant believe i snapped at Dipz.. 😦

regal juniper
#

Then to apologize to him in DM?

idle kestrel
#

just did

regal juniper
#

Awesome.

idle kestrel
#

idk of he'll forgive me tho... 😭

regal juniper
#

Well if he does he does, if he doesn't, he doesn't.

idle kestrel
#

yeah, but he was one of my good friends, until i thought he was bullying me, or lying...

regal juniper
#

Ahh

#

I wish I had friends.

magic summit
#

me too.

regal juniper
#

All I got is @magic summit 😂😂

idle kestrel
#

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...

magic summit
#

I only have people, that I call "people that you actually don't hate but don't like too, but sill call your friends"

regal juniper
#

Exxxactly

#

Idk why my phone did that but okay

magic summit
#

What? The triple-x?

fallow crow
#

cuz he watches porn

#

duh

regal juniper
#

No lol my keyboard lagged

magic summit
#

Nah. I'm to busy helping people in 3 other discords 😛

fallow crow
#

Shit keyboard probelms

#

none of which I have

#

😛

regal juniper
#

Getting the note 8 soon

fallow crow
#

Ur on phone?

regal juniper
#

Hmm?

fallow crow
#

Ur on ur phone?

regal juniper
#

Ya

#

I have the galaxy s7 edge atm, but im going to upgrade soon

fallow crow
#

thats more understandable for keyboard lag then, thought u meant ur pc

#

I was like

regal juniper
#

Ahh

fallow crow
#

"how does he code on a shit keyboard without getting fatigued"

regal juniper
#

Lol no keyboard lag or water

#

One of those caused it

fallow crow
#

gg

regal juniper
#

The mist from my shower will sometimes get my keyboard

idle kestrel
#

for some reason, all my anger and sadness whent away... it might be my gr8 uncle after all. <#

regal juniper
#

Start randomly typing

idle kestrel
#

.

regal juniper
#

@fallow crow ya no I have a nicer keyboard for my pc 😂😂

#

I couldn't image me coding on my phone

fallow crow
#

I have a k70 lux rgb

#

cherry mx reds

#

😛

regal juniper
#

How much space does your phone have

magic summit
#

I finally managed to run a discord-bot on my VPS, to make a support-system 😄

north cairn
#

I've generally fcked up right now 😭

Server got deleted > no backup > 3 months worth work. put into server > f-ed myself from behind.

rancid sigil
#

😱 how'd that happen?

#

Always backup work

heavy harness
#

ask server host providers

young verge
#

┬─┬ ノ( ゜-゜ノ)

magic summit
#

(╯°□°)╯︵ ┻━┻

proper fableBOT
#

┬─┬ ノ( ゜-゜ノ)

magic summit
#

dam....

hardy axle
#

i think that calls for...

#

(╯°□°)╯︵ ┻━┻

proper fableBOT
#

┬─┬ ノ( ゜-゜ノ)

hardy axle
#

meanie head

celest shore
#

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

eternal apex
high robin
muted fern
#

Borderline advertising, but ill let it slide. Nice work on the song though!

timid rose
#

XD

jagged pollen
#

Guys what is the best for factions server
A: 1.9+ PVP
B: 1.8 PVP

rancid sigil
#

I personally use 1.9+ because I use a plugin which reverts back to 1.8 pvp

woven prairie
#

1.8 PvP

celest elbow
#

Infdev pvp

woven prairie
#

EZ

north cairn
#

(╯°□°)╯︵ ┻━┻

proper fableBOT
#

┬─┬ ノ( ゜-゜ノ)

north cairn
#

(╯°□°)╯︵ ┻━┻

proper fableBOT
#

┬─┬ ノ( ゜-゜ノ)

north cairn
#

(╯°w°)╯︵ ┻━┻

#

I win

magic summit
#

gg

#

┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻

#

That works too

cinder sand
#

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

acoustic jetty
#

delete .minecraft and then try.

#

make backups of it tho

cinder sand
#

Also tried this

north cairn
#

Have you tried to turning it off an on?

cinder sand
#

Turning what off and on

#

My pc?

north cairn
#

Just a support line joke

#

but yeah

#

have you tried it?

cinder sand
#

Multiple times - I've scanned it for malware, Rebooted

#

Everything i can think of

north cairn
#

Hmm

#

What's the mem capacity in your pc?

#

@cinder sand

cinder sand
#

1 sec, it isnt my pc ill check now

#

I said my pc to keep it easy

#

xD

north cairn
#

lol

#

Or if you can, dm me the crash report

cinder sand
#

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.

north cairn
#

Allright, is the profile config default or can you allocate more than 1gb

#

?

cinder sand
#

I don't know - it's on windows 8 and i'm on 10 - can't remember how - 1 sec ill check

north cairn
#

If its 6gb, then pc occupies 800mb. So dont allocate to much. 2 or 2.5gb is fine.

cinder sand
#

Ok bare with me

north cairn
#

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

cinder sand
#

Ok i will try this npw

#

now*

north cairn
#

if game crashes - the error should print out in output log

cinder sand
#

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:

north cairn
#

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

gray nebula
#

@magic summit how do we repley to people that want custom plugins in #297996869173379072 if we cant talk about anything else than plugin requests?

magic summit
#

- If you wish to complete a request. DM Them. Do not reply here. Funnycube in #297996869173379072

regal juniper
#

You DM them.

normal current
#

anyon here ever apply for staff and got accpted

magic summit
#

Where exactly?

normal current
#

?

magic summit
#

You question? Where exactly apply for staff?
I think it varies from location to location

hushed trellis
#

How do u use the music bot?

acoustic jetty
#

my config is amaizng

#

I mean

#

my deluxemenu is amazing

magic summit
#

@hushed trellis The command is in the topic of #bot-commands

hushed trellis
#

thx

normal current
#

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?:

acoustic jetty
#

We can't answer things for you.

#

it's your application.

normal current
#

need help please

magic summit
#

I punish him like every other player

#

I once banned my own brother, because he griefed, killed players AND used hacks...

hardy axle
#

Id ban them, if they wanna be little pricks they can do it somewhere else

elfin minnow
#

@solid elbow Stop asking for helpful or Ill make sure you personally dont get helpful. K?

cinder sand
#

Anyone know the best way of advertising a server? Struggling to get a player base 😦

elfin minnow
#

^ those minecraft advertisements thing

cinder sand
#

Lol the websites?

#

I don't seem to find then bring people i

#

in*

elfin minnow
#

buy a slot

cinder sand
#

How doth one go about this? Sorry i am new to all this 😃

woven prairie
#

What's your budget?

cinder sand
#

For advertisement - it depends on results

#

I can stretch if i see results/

woven prairie
#

What's your range?

cinder sand
#

I'd rather not exceed around $40/month

#

For advertisement

woven prairie
#

Hmmm

#

What server gamemode?

cinder sand
#

Its a factions RPG

#

But as i mentioned i can stretch my budget, if results can be seen.

woven prairie
#

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

cinder sand
#

Great, thank you for your time.

woven prairie
#

Sure

fallow crow
#

pls pm them

#

xD

#

@manic kindle unless ur typing a request, dont type it in there

arctic raptor
#

Someone wants to be staff

fallow crow
#

@eternal apex

manic kindle
#

I won't

arctic raptor
#

Anyways I had to tag him so I could click his name to get to his dms.

manic kindle
#

dw

arctic raptor
#

Im on mobile

fallow crow
#

Then hold down on his name

#

and hit "User settings"

arctic raptor
#

@fallow crow Leave it to the staff 😱 👌

fallow crow
#

@proper fable kys

arctic raptor
#

Lmao

fallow crow
#

@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.

manic kindle
#

lol

arctic raptor
#

Nobody likes a smart a who acts like a staff member. Let them do their damn jobs and shut your a up.

fallow crow
#

Shut my ass up you meant to say?

#

Can't cuss?

arctic raptor
#

👍

manic kindle
#

@cinder sand if you have a unique aspect or gameplay on your server that is definitely a plus

#

Just read up a bit

arctic raptor
#

I can I just thought the discord bot blocked it

manic kindle
#

and lol

fallow crow
#

@arctic raptor Nah, it just blocks some words.

manic kindle
#

cuss

fallow crow
#

d***

manic kindle
#

rip

fallow crow
#

it blocks d***

arctic raptor
#

Lmao

#

Nvm

fallow crow
#

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.

manic kindle
#

It's horrid telling staff they don't do their jobs

elfin minnow
#

k mas

manic kindle
#

And no one will like you

#

If you act this way

fallow crow
#

@elfin minnow U know damn well u don't do anything here 😆

elfin minnow
#

thats damn right

fallow crow
#

😄

wanton horizon
#

@fallow crow my bad that im not looking there every 5 minutes

elfin minnow
#

busy with my girlfriend 🤷🏼‍♂️

fallow crow
#

@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.