#general

1 messages · Page 56 of 1

hybrid loom
#

You made BungeeChat?

drowsy quest
#

I essentially took it over

hybrid loom
#

I've used it, but switched to DeluxeChat

drowsy quest
#

When was that?

hybrid loom
#

After the 2.0 update...

#

But I've used a own AFK-plugin, that used the AsyncChatEvent, so I've switched....

drowsy quest
#

Yeah. It's ok. You don't have to use my stuff xD

kindred pollen
#

@drowsy quest (sorry for mention) can you disable certain modules?

hybrid loom
#

yeah.

kindred pollen
#

lmao

drowsy quest
#

That's the kind of stuff you have to deal with as a plugin dev

#

Ruined my perfect 5 stars on the current version

#

xD

hybrid loom
#

Well

#

My plugins all have a 5-Star rating 😛

kindred pollen
#

(1 stars all plugins)

#

O really

drowsy quest
#

1 plugin with oone rating?

#

xD

hybrid loom
#

4 ratings for one plugin 😛

drowsy quest
#

Neat

hybrid loom
#

Yeah. The function of HelpGUI is a basic thing....

drowsy quest
#

😛

hybrid loom
#

But so many people like it

drowsy quest
#

Get at my level mate 😛

hybrid loom
drowsy quest
#

;P

hybrid loom
#

Same plugin?

#

(It's not HelpGUI on my image btw)

drowsy quest
#

Nope that's my mod

kindred pollen
#

Question: how do I prevent the colour from resetting on a new line in BungeeCord?

#

Currently I use ComponentBuilder but when it changes line it just resets colour

kindred pollen
#

Any ideas? Currently I'm using this and it works fine until it reaches a new line where it just resets.

kindred pollen
#
private BaseComponent[] chatMessage(String text) {
 return new ComponentBuilder(ChatColor.translateAlternateColorCode('&',text)).create();
}
kindred pollen
#

I'm guessing no one is going to reply ):

grave summit
#

I don't really code Java soooo......

#

That's my reason why I'm not replying.

kindred pollen
twin warren
#

you need to parse it from legacy text

#

TextComponent.fromLegacyText

#

I think

kindred pollen
#

What method does LuckPerms bungee use?

twin warren
#

a different library

kindred pollen
#

Would you recommend I use a different library, if so what one?

twin warren
#

if you're struggling to use the one included in bungeecord

#

then I don't really have any recommendations

kindred pollen
#

What exactly does the function fromLegacyText do?

twin warren
#

converts from legacy text to the new (non-legacy) format.

kindred pollen
#

So it turns & to §?

twin warren
#

no

#

the new format uses json

#

and not color codes

kindred pollen
#
private BaseComponent[] message(String text) {
        return TextComponent.fromLegacyText(text);
}
``` would work, is that correct?
twin warren
#

yes

kindred pollen
#

Thanks, I'll test it.

#

doesn't work

twin warren
#

it does 😃

kindred pollen
#

For me, it prevents the whole plugin from loading, I think I'm doing something wrong

#

sender.sendMessage(message("&7Any Modifications not listed here? Just as an Admin or above if they're allowed."));

#
private BaseComponent[] message(String text) {
        return TextComponent.fromLegacyText(text);
}
#

any ideas?

twin warren
#

legacy text doesn't use the & character

kindred pollen
#

Oooh... what character does it use?

#

§?

twin warren
#

ye

kindred pollen
#

YES

#

Thank you.

hybrid loom
#

I still try to find out, how to get the groups with the VaultAPI (if possible...)

#

🤔

hollow arrow
#

Can somebody help, my bungeecord will not start

#

@twin warren

#

@hybrid loom

hybrid loom
#

@hollow arrow

->  Don't PM or tag Luck directly. (there lots of other people in the channel that may be able to answer your question)
hollow arrow
#

sorry

hybrid loom
#

And without any infos, nobody can help

hollow arrow
#

well I went to my config to add a server, and add somebody to the owners list, but when I tried to stert the server, it just failed

#

@hybrid loom any ideas

hybrid loom
#

no

#

And I removed the config, because it contains your IP

#

That can cause problems....

hollow arrow
#

none at all

spare forge
#

:o

hybrid loom
#

Just for safety

hollow arrow
hybrid loom
#

The config looks fine...
Are the server on the same IP? You could try localhost (or 127.0.0.1) followed by the port (localhost:[port])

hollow arrow
#

it worked fine before

hybrid loom
#

And make sure, that the spigot-server you want to add has BungeeCord enabled

hollow arrow
#

what do you mean

hybrid loom
#

You need to have BungeeCord enabled in the spigot.yml

hollow arrow
#

whats the difference

hybrid loom
#

$and set IP-forwarding to true, if not already

#

Uhm... BungeeCord actually works?

hollow arrow
#

xD

#

Nope... Still not working.

#

can anybody tell me what I am doing wrong

gilded nova
#

I dont remember how i fixed your issue but i had it before :c

hollow arrow
#

lmfffffffffffao

#

I forgot a single space between a - and a rank

gilded nova
#

@thorn robin hablame aca xd

#

Que le queres decir que lo traduzco todo pro

thorn robin
#

ya estoy

#

Buenas tengo una pregunta, puede haber algún conflicto con una versión anterior en este caso es 1.10.2 minecraft que esta guardada en el archivo en el mismo servidor con el nombre que le hemos puesto antiguo ya configurada, con la nueva versión es 1.12. que esta casi configurada.

gilded nova
#

What xd

#

Osea que estas usando la 1.12.2?

#

Pero tenes un archivo 1.10 guardado en la carpeta del sv?

#

Supongo que no deberia hacer ningun conflicto

thorn robin
#

ya que tenemos mucho lal y el pin por los aires sube mucho tamproto tenemos 100 como 200,300 o mas

gilded nova
#

Pasame timings de tu sv

#

Te ayudo yo xd

#

Con los timings podes saber que plugin esta causando lag

thorn robin
#

ten pongo todos los archivos que tenemos

gilded nova
#

No

#

No me pases archivos

#

Pasame timings

#

/timings on

#

Lo dejas 15 minutos

#

Y pones /timings paste y me pasas el link

#

Eso calcula todo lo que pasa en el server y muestra que hace que vaya lag

thorn robin
#

entonces pongo /timings on y espero 15 minutos y telo paso

#

vale

gilded nova
#

Si /timings on esperaas 15 y pones /timings paste

#

Y te saldra un link

#

Me pasas el link ese y te dire la solucion

thorn robin
#

vale

#

puesto el primer comando

hollow arrow
#

Hey, are there any builder on here? We need some desperately!

Oye, ¿hay algún constructor aquí? Necesitamos desesperadamente!

grave summit
#

@hollow arrow not the place....

#

By that I mean, not on this discord server at all

pastel grail
#

@gilded nova what bungee are you using?

gilded nova
#

what types are there?!?!?!

pastel grail
#

HexaCord, Waterfall, Tavertine which are forks of Spigots bungee - that is why I asked

gilded nova
#

idk i just got bungeecord, idk which type 😛

#

😗

#

i dont even want luckyperms that much i was just told i need it if i want to issue bans across the whole network using advancedban ;/

pastel grail
#

Well you "don't have to use luckperms to have bans across whole network" you just need to set UseMySQL: true in the AdvancedBans config on all the servers you place it on and those to use the same cred's and DB

My point of view is that Luckperms is more powerful then other permission managers out there

gilded nova
#

I dont have a mysql :/

#

i can make one but i dont know how i set it up

pastel grail
#

The power of Luckperms as well as any network ban system is the use of a mysql server to store that data to so that it can be accessed from multi locations at once. And as you are running bungee to really get the benifits of luckperms you need mysql

gilded nova
#

atm i use pex, i cant even get luckperms to work :/

#

how would i setup a sql with advancedban

pastel grail
#

I use Litebans but I would assume in the AdvancedBan config there will be an option to enter in DB details into the config

#

AdvancedBans has a discord server, the link is on the advancedbans spigot page

gilded nova
#

db details?

#

@pastel grail can i add u as a friend plz so we can talk about this

hollow arrow
#

I wish I knew more about lunix! I cannot install anything else because lunix keeps giving me 101 to reasons to commit computer murder

leaden ocean
#

What Linux distro?

hollow arrow
#

distro?

#

what is a distro

leaden ocean
#

CentOS, Ubuntu etc

hollow arrow
#

Debrian 7

#

Debian

leaden ocean
#

How come you're using one that old? I'm pretty sure they're on debian 9 now

hybrid loom
#

yep

hollow arrow
#

If you wana update it, be my guest... I have no clue how. I cannot read the knowlagebase of the place I buy from becuase it is in french

#

I only know what I need to know

leaden ocean
#

Ah, you could always ask your host to update it. They shouldn't be distributing machines on an outdated OS realistically.

Anyway, do you have Apache, MySQL and PHP already installed on your machine?

hollow arrow
#

I can garentuee 1 of thoes. And that would be apache

#

so @leaden ocean Could you update it for me

leaden ocean
#

If we update the machine ourselves, we wouldn't have SSH access anymore. Therefore the host must update it

hollow arrow
#

I have a console

leaden ocean
#

I myself use Ubuntu, so I'm not great with any of the other distributions :/

hollow arrow
#

I cannot install anything

#

it just fails

leaden ocean
#

Hmmmm

hollow arrow
#

Can you take a look at it

leaden ocean
#

Not much we can do in that case :/ I don't even have a clue what is happening then.

#

Never had that happen to me before

#

The best solution is to contact your provider and get them to look at it. For all we know, they've buggered up the installation process somehow. Even if they're French, they should speak okay English

hollow arrow
#

This is the last think I installed

sudo dpkg -P oracle-java7-installer
sudo apt-get -f install
leaden ocean
#

Java 7 >_> why java 7?

hollow arrow
#

Because no matter what I tried to install it said I need java 7

leaden ocean
#

That won't stop the other downloads

hollow arrow
#

It did

#

one sec

leaden ocean
#

I wonder if they've put in a stupid bottleneck

hollow arrow
#

tf is that

leaden ocean
#

Where only a certain amount of data can be transferred

hollow arrow
#

that is something

#

that happened to me a while back

leaden ocean
#

I've never seen that one before...

hollow arrow
#

Neither have I...

leaden ocean
#

You attempted to install java 7, but as the error says it lost connection during the download

hollow arrow
#

But when I asked the company, they gave me thoes 2 commands.

sudo dpkg -P oracle-java7-installer
sudo apt-get -f install

And now I cannot install anything. BUT I got java installed xD

#

Hugo Cloez
Staff
Hello,

Could you try theses command to unlock the java 7 install process ?

sudo dpkg -P oracle-java7-installer
sudo apt-get -f install

Cordialement,
Hugo Cloez
    -------------------------------------------------
05/10/2017 21:25
Jackson Roberts
Client
Dear VPSz,

I have been trying to get everything working on my vps for the last 2 weeks, and I am having problems with installing PHPMyAdmin. Everytime I do the installation commands, it comes out with the error Oracle JDK 7 is NOT installed.


So that is just a standard error, or so I thought... When I tried installing Java and Java Development Kit (7) I got the same exact error. This is a major problem, weather it is related to the servers end, or the clients end, I cannot fix it. I would also like to mention that I cannot install anything without getting this error.

I want to thank you for you time, and I hope to hear back from you as soon as possible, because I have big things I have to do.
leaden ocean
#

I don't quite think you have the full java package installed though. It seems to have lost connection during the download

#

As for what to do... I'm honestly as stuck as you... who is your host?

hollow arrow
#

If you find anything new out, please tell me

leaden ocean
#

Apache2

hollow arrow
leaden ocean
#

I'm on phone, so nope :P

hollow arrow
#

Is there anybody who can help?

pastel grail
#

@hollow arrow you should be using at least Java 8. Many plugins have switched to Java 8 only. I'm going to assume your using ubuntu. "easiest" way for ubuntu is to use webupd8 ppa.

hollow arrow
#

Debian, and I have java 8

gilded nova
#

how do I hide players and disabe hunger with worldguard
NEW MESSAGES

pastel grail
gilded nova
#

I said worldedit

pastel grail
#

regions ARE part of worldedit!

hybrid loom
gilded nova
#

NO SHIT @pastel grail

#

no shit sherlock

tight timber
#

is it just me or are you not making any sense?

bleak notch
#

@gilded nova if you still want to use worldguard: /region flag region-name feed-delay 1 /region flag region-name feed-amount 20

swift matrix
#

lol

kindred pollen
#

Completely off topic question: what rankup plugin would you suggest that's free and will work with a prestige plugin (for prison)?

kindred pollen
#

Anyone?

hybrid loom
#

Any pros here with Vault?
Is it possible, to get the groups with the Vault-API?

kindred pollen
#

Yes

#

I tried it before.

#

Well, you can get their prefix.

hybrid loom
#

uhm......

#

That's not really what I want

#

I really need the group.

kindred pollen
#
        return perms.getPlayerGroups(world, player);
    }```
#

You can get the group directly.

hybrid loom
#

hmmm.... ok

#

But I have a problem with the maven-repo

#

It doesn't accept the version of 1.6.1 which should be the up-to-date version

#

@twin warren Can you maybe give a helping hand?
Should I use the maven from the original Vault, or is there a way, to fix that version-error with kanoxx Vault?

twin warren
hybrid loom
#

What does the exclusion?

#

And is it needet?

opaque barn
#

It basicly just ignores the org.bukkit package

thorn robin
#

LinsaFTW
Good you could tell me what you use of scoreboard,

Thank you

kindred pollen
#

Does anyone here know of a prison rankup plugin (Like EzRankUpPro) that supports some sort of prestige plugin, and is free?

grave summit
#

Take a look there

#

@kindred pollen

drowsy quest
#

@Nighko#8808 for future reference just ask

#

Ah. Just read your nvm XD

#

But now I’m curious. What was the question?

grave summit
#

@drowsy quest NEW QUESTION

#

WTF cant I bloody connect to my mc server*

drowsy quest
#

Errors in the console?

grave summit
#

In a sec

#

I am the only one that cant connect...

#

Its A PppPppPpAAaaAAaaAAiiIIiiIIiiNNnnNNnnNN

#

Brainy?

#

@drowsy quest I really need to work on my server so could you take a look?

drowsy quest
#

Weird

#

Can you enable login debugginh?

grave summit
#

All it sends is Timed Out

drowsy quest
#

(in LP confing)

grave summit
#

I dont have LP on it rn

#

I can download it doe

#

Want me to?

drowsy quest
#

Hm

#

Then I don't know

#

Sorry

bleak notch
#

@grave summit do you use a cracked mc version??

grave summit
#

Nope

#

Stock everything

kindred pollen
#

Does EssentialsX Chat use Vault API to get the prefix?

twin warren
#

yes

kindred pollen
#

Thanks for the fast response.

kindred pollen
#

It doesn't seem to be working

twin warren
#

@eventhandler

kindred pollen
#

Oh yes...

#

Thanks for noticing that

kindred pollen
#

Does anyone know of any good, and free, ban plugins that work with BungeeCord?
That allow leveled bans (Owner can ban Co-Owner, Co-Owner can ban Admin etc)

gilded nova
#

oof @crystal nexus

random knoll
#

Yeah... there's a problem with my new dedicated server.

#

The network is too fast. 😛

spare forge
#

👍

random knoll
drowsy quest
#

@Morphtato#2854 why on earth would you install Linux Windows on a dedi?

coral lantern
#

give me some cores

gilded nova
#

Linux is the best OS for dedis? @drowsy quest

twin warren
#

i think that was a typo

#

since the screenshot is windows

#

¯_(ツ)_/¯

drowsy quest
#

I meant windows @gilded nova XD

#

I shouldn’t be texting 5 minutes after getting up, while my brain is still booting, lol

#

Fixed the original message

gilded nova
#

Ahhh xd

drifting fable
#

For anyone using McMMO: How would you "Balance" the Fishing Skill? I do not want it to have a plethora of bountiful rewards as Fishing should be fishing, and just that.

I don't want it to be an alternative to Mining/Mob Grinding/Leveling VIA EXP Farms...but I also want to give it a reason to be leveled if anything at all.

I pretty much have it where it only fishes up fish at the current moment until I can decide what to do with it, and changed Arcane Salvage to only have a 1% chance at all ranks to pull an Enchant from an Item(As we feel the Enchanting Table shouldnt be replaced entirely via fishing and Arcane Salvage): But have also made Arcane Forging at max rank not downgrade enchantments at all(Max rank is a 0% chance to downgrade enchantments).
Any thoughts/suggestions to fishing/salvage primarily is greatly appreciated, and anything outside that is welcome as well(Axes/Bows/Swords etc anything tbh)

reef olive
#

hi

drowsy quest
#

Hi

upper spoke
#

blub

thorny nacelle
#

how do i add a group to a worldguard region?

kindred pollen
#

/lp group GROUPNAME permission set worldguard.region.select.REGIONNAME true

thorny nacelle
#

what will that allow the group to do in that region?

kindred pollen
#

just select it

#

/region select REGIONNAME

thorny nacelle
#

how do i have a group bypass a region?

pastel grail
#

continue in here @proper lichen - is there a reason why you wouldn't/can't use a bungee network?

leaden ocean
#

May only have 1 server :P No point in bungee if you are

#

I always make more than 1 server, a test server and a production server. But I use forge which requires a lot of testing

proper lichen
#

Yeah I Just have 1 server and also... I'm just learning how to host a server with my friends so I don't want to have like 2 servers xD

pastel grail
#

True, although sometimes you use the same amound of resources if you spread/cut up your game modes across different instances but on the upside you have a much more stable instance as each instance only runs the plugins needed

proper lichen
#

Maybe in the future when I'm better at hosting servers and knowing about that stuff I could create a Bungee Server but until now... I'm excellent with one xD

pastel grail
#

bungee is just another server, its a proxy - all connections pass through it more or less in simple terms

proper lichen
#

So... is i like the MAIN lobby??

pastel grail
#

no, bungee is a gateway for communication - not a lobby

#

a lobby/hub is a spigot/paperspigot/etc instance that usually is setup in a way with gates eonnecting to other servers

proper lichen
#

Ahhh I think I now understand

pastel grail
#

because you can "cut up" and have servers set aside for specific tasks you don't need as many plugins running on a single instance. that makes the server run smoother with less code overhead. Like if you have a mob arena plugin you can have a mob arena instance set aside just for the mob arena with only the needed plugins (perms etc) running without anything else needing to be loaded

#

with the hub then you have a gate setup so when i player walks through the "gate" they in fact aren't being teleported they are connecting to the mob arena instance

#

..or you can do away with gates and use a server selector plugin handle that (serverselectorx is one such plugin)

proper lichen
#

Oh, ok... Too much information xD I'm just learning to Port forward my server

pastel grail
#

I remember awhile ago someone asked me if there was a tablist plugin that would work with bukkit/spigot but I am unsure if the suggestion i made fit the bill so to speak

upper spoke
#

can you set perms inside regions :O

#

wow

drowsy quest
#

@upper spoke that’s a question better fit for #support-1

#

But yes you can

upper spoke
#

nicee :)

#

I'm trying to make a /nick command

grave summit
#

Sponge or spigot. Hmmmmm

fallow heart
#

roflmao

#

i have 40 cores 😛

upper spoke
#

:(

#

I don't

#

but i don't code everyday

pastel grail
#

Yeah @scenic oracle I had another web dev tell me that the luckperms db is messy. Then again web devs can be snobby bunch of so-n-so's that are purists too.

scenic oracle
#

The thing that annoys me is that he states he supports it on his website then you buy it and it doesnt support it

drowsy quest
#

Demand your money back

scenic oracle
#

The actual addon system is open source so I am just going to find someone that can edit it

#

Then Iose access to the product,

drowsy quest
#

And I'd really like to know why he thinks the DB is messy

scenic oracle
#

I like their interface and stats

#

He doesnt like it cause you save peoplesrank data in permission form

#

let me find his exact words

drowsy quest
#

That actually makes a lot of sense. And LP stores it in this exact format everywhere

#

Finding groups is so hard: WHERE `permission` LIKE 'group.%'

scenic oracle
#

LOL

#

No you should seriously consider making your own Web panel for the plugin

drowsy quest
#

Me?!?

#

I'm not the plugin dev

scenic oracle
#

It would improve it a lot and be something that is new to permission plugins

#

I'm saying you as in a plural for the plugin team

drowsy quest
#

The editor is more than enough I'd say

scenic oracle
#

Sorry

drowsy quest
#

What features are you missing from the editor so that you're asking for a web panel?

scenic oracle
#

Being able to add people to groups and promoting and denoting staff members

#

Demote*

drowsy quest
#

You can run the editor for players too

scenic oracle
#

Yes I know

#

But I would like the idea of it just being on one live web panel

#

My ideas and setups are strange it's better off you don't question it

drowsy quest
#

Luck decided against a live web panel, because the slight benefit you'd get from having it connected directly to your server is not worth the additional programming effort. Additionally not everyone would be able to use it, as hosted server usually can't run additional servers on it

scenic oracle
#

I guess only dedis could

#

That makes sense

drowsy quest
#

With the web editor you can do at least 95% of the things you can do with a web panel and it is easier to code, maintain and far more accessible

scenic oracle
#

Well luckily this is opensojrce so I can make one myself :D

drowsy quest
#

Sure

#

Feel free to do that

twin warren
#

oh chimpgamer

#

i remember him

#

claimed my sql schemas for luckperms were bad

#

but couldn't give a specific example

#

and suggested powerfulperms as a better alternative

#

🤣

grave summit
#

That sounds like a good joke luck! How did he come up with it! It's so funny! Can I share it? (Not being sarcastic)

twin warren
#

wat

grave summit
#

Weren't you laughing cuz the guy made a joke?

#

The 🤣

grave summit
#

So luck,

#

That new ticket in GitHub, would it seem to be because he used the domain to find the redis server rather than the actual IP? And redis is having trouble getting the Associated IP for the domain name.

#

Or she btw*

#

I'm curious

#

@pastel grail I was about to say "I'm not a snobby so'n'so!". Then I realised to said "can". I was so relieved

drowsy quest
#

@grave summit let’s move our little chat here

#

Do you have any experience in other programming languages?

grave summit
#

Python, HTML, css,

#

All three are rather easy

drowsy quest
#

That’s correct

#

Do you like math?

grave summit
#

Yeah

#

Especially algebra and straight line equations(Technically still algebra)

drowsy quest
#

Good. May sound strange but that really helps with programming

grave summit
#

I suck at English doe

drowsy quest
#

Anyways. Java is a fairly good beginner language

#

Ironically most programmers do have poor language skills

grave summit
#

Okay. I want to learn it to code custom plugins, and possibly in the end a custom server software to replace spigot or sponge. Anyway, you got any sources?

#

Or are you just gonna say "Google" or "YouTube"

drowsy quest
#

Believe me you won’t be pushing out any custom Minecraft Server software any time soon!!!

grave summit
#

I know

#

Those plans are like 3-5 years in the future

#

Maybe even 6-7

drowsy quest
#

Let’s learn how to turn screws before we build a spaceship

grave summit
#

....

drowsy quest
#

So if you want my personal recommendation

#

Learning it from YouTube or Google is fine. Find a tutorial on at least Java 8 that is at a level that suits you

#

Then I’d suggest you definitely learn how to use git alongside

#

And knowing a good build tool/system is a huge advantage. So I’d recommend learning gradle alongside

grave summit
#

Gradle

drowsy quest
#

Yes

grave summit
#

I've heard of that

#

Dunno where

drowsy quest
#

It’s a great build tool

#

Extremely versatile

#

Yet fairly easy to use

grave summit
#

Think it was for protocolsupport when I had to compile the mcpe version (which works btw)

drowsy quest
#

Yeah

#

I can imagine

grave summit
#

It's just translating the protocols and packets right?

drowsy quest
#

Idk

grave summit
#

Oh okay

#

Java 9 has come out

#

O.O

#

Scary how fast time flies

#

Could've sworn it was just yesterday when it was Java 7

drowsy quest
#

Yeah. Either start learning with Java 8 or 9

#

If you want to focus on Minecraft related stuff, use 8

grave summit
#

K

#

What API should I learn after a while? Sponge or spigot

#

Note the after a while

drowsy quest
#

I’d say Sponge

#

It’s the harder one. But by far the better one

#

Also most likely the one with the better future

#

But I’m glad you realize that you shouldn’t learn Java through plugins

#

Baaaaad idea

#

And big disclaimer. Most statements are my opinion. Not facts

#

So take it with a grain of salt

#

Except learning git. That’s beyond highly recommend for all programming languages

#

And even non-programming stuff

grave summit
#

K

bronze loom
#

lol u want to make ur own spigot thing 😄

#

thatd be hard

#

cause for me making a plugin to say hello world is like rocket science

#

making spigot from scratch would be

wicked sapphire
#

Hey, i have a problem on my server. Somehow when the players join the server they are using all the same ip. this wasnt happening before. what it can be?

twin warren
#

you need to setup ip forwarding

wicked sapphire
#

how am i doing that?

twin warren
wicked sapphire
#

umm may i ask. how do i set the bungeecord into my server? server is spigot 1.8.8

twin warren
#

it tells you

#

the option is in the spigot.yml file

wicked sapphire
#

so if i set bungeecord to true it will generate the bungeecord config?

#

note that the server is subserver into a network

leaden ocean
#

No, installing bungee will create a bungee config in the bungee files. Setting bungeecord to true on spigot, enables IP-forwarding

wicked sapphire
#

so how am i installing bungee?

leaden ocean
#

Grab the bungeecord jar just like you did the spigot jar, and start it. It'll need to be in it's own folder. Not in the spigot files

#

There are thousands of YouTube tutorials on how to install and setup bungeecord, they'll do a much better job at it than us :P

wicked sapphire
#

yea i understand xD

#

so it can run together with spigot?

leaden ocean
#

Yes, but it must be configured and setup correctly.

#

Considering bungeecord is maintained by members of the spigot team, I'd hope it supports spigot :P

wicked sapphire
#

lets hope it will work then 😃

gilded nova
#

Does anyone have any advice for dealing with trolls who want to mess up my server? Seems to be the only people I get these days and it pisses me off. 😦

bleak notch
#

@gilded nova can give a example of what they are doing??

drowsy quest
#

That would be helpful

gilded nova
#

Just people wanting to join and when i ask questions such as experience and skills they get stroppy and start swearing.

wicked sapphire
#

./ban

#

works every time

leaden ocean
#

^^^^

pastel grail
#

or direct to a link that has a form to fill out

bleak notch
drowsy quest
#

Lol

#

That is actually hilarious

leaden ocean
#

I need that plugin for sponge! D:

drowsy quest
#

Shouldn’t be too hard to make tbh

ashen lintel
#

lol

#

What is You're an Ass Plugin

rich roost
#

@ashen lintel really...

ashen lintel
#

I just checked it

#

Not bad

rich roost
#

I'm not talking about the plugin.

ashen lintel
#

Oh sorry yeah language

#

Auto correct

rich roost
#

Yeah, could offend some people.

ashen lintel
#

Yeah appologies

drifting fable
#

Topic Starter:

How do you Balance McMMO.

Disable or Enable Skills for PVP, or not for PVP? Which would be best?

Arcane Salvage vs Forging and Repair etc.

Any thoughts/opinions on how to balance whatever feature of mcMMO is welcomed. Doesn't need to relate to my above mentioned. Can be anything. Just mention what it is, and suggest the changes to it. Would love to hear everyone's input.

hearty bone
#

boi

drifting fable
#

hi

twin warren
#

@gilded nova this is not an appropriate place to advertise.

grave summit
#

Anyone know about different listeners for votifier picking up different sites?

#

I've heard of it before

grave summit
#

Seen it before

inland stirrup
#

🤔

twin warren
#

no

#

it's mainly there so I can build projects on jenkins which depend on old craftbukkit versions

inland stirrup
#

👍

proper lichen
#

Any recommendation for a plugin that customizes your TAB for Bukkit??? The one I was using was removed ;-;

hybrid loom
#

@proper lichen Tab from mvdw

proper lichen
#

Ok :D Thanks!

#

Mhh... I just noticed you need to pay... Any other recommendation?? :3

hybrid loom
#

not really

bleak notch
#

Bungeetablistplus

hybrid loom
#

@bleak notch for Spigot

wicked sapphire
#

Try TitleManager. It haves tab selection editor in config

grave summit
#

Hmmmmm, can I talk about something completely off topic in off topic?

drowsy quest
#

That’s what’s it’s for

bronze loom
#

hi guys

#

do u like my cat

gilded nova
#

I love it

vapid moon
#

xD

#

this is nice

hollow arrow
#

Anybody here wana help me test my core plugin that I am making

grave summit
#

@hollow arrow how do I know it isn't a virusm hmmmm?

gilded nova
#

Anyone know any stats plugin that works with AutoRank?

#

Any good one

gilded nova
#

I was messaging my ex and got this pic sent to me with a message saying "she's good homie"

#

Like Shiite I didn't know she had a pet gopher!!!!!!

drowsy quest
#

Lol

grave summit
#

XD

drifting fable
#

JobsReborn has to be one the most annoying plugins to make work with LuckPerms and mcMMO to make psuedo 'classes' since it hitting specific levels does not grant permissions to the players https://pastebin.com/KNSdPJXW - Thats the config, I've essentially 'disabled' all the permissions for all of mcMMO in LuckPerms, these perms should counter them out. It ives me the permission when I get the required level in the job, but if i leave the job it gets rid of the permission(like I want it to) but returning to the job does not re-grant me the permissions to use the skills again.

(Since I want the skills to only be obtainable at level 10 and onward.)

I disabled ALL Perms for ALL players for mcMMO. When I get the predetermined level(Lv10 in this case) I do gain the mcmmo permission to use the predetermined skill(axes).

Since mcMMO gives the perms to players by default without perms, I had to use permission set permhere false to get the effect I desired up till re-gaining skills as you go back to the job.

But, I do not want players KEEPING that permission.

So I have it disable the perm when they exit the class/job.

Upon rejoining the class, they do not get that perm back.

Because this part of the plugin seems to not work:

permissions:
rpginventory.class.beastmaster:
value: true
level: 25
mcmmo.item.chimaerawing:
value: true
level: 1
mcmmo.ability.taming.all:
value: true
level: 10
mcmmo.ability.axes.all:
value: true
level: 10

Which would assume would re-give you those perms back the moment you rejoin that job

(Since I want the skills to only be obtainable at level 10 and onward. If anyone could help with this, it is highly appreciated.

kindred pollen
#

Is there a way in Java to remove all the & and the letter after for instance "&7&lPotato" would end up as "Potato"?

twin warren
#

chatcolor.stripcolor

kindred pollen
#

Thanks.

gilded nova
#

@gilded nova

#

u on?

grave summit
#

"We as humans are gifted, with intelligence. It is our claw. It will also be our downfall as it enables stronger emotions like rage. War will be our downfall"

lavish rock
#

War is the result of greed; human nature.

gilded nova
#

Anyone here know a good auto rank plugin base on votes and play time

bleak notch
grave summit
#

@gilded nova No offense, but do you look anything up?

polar needle
#

@gilded nova what are version are you running for sponge (MC 1.x.x)

#

Depending on version thats a decent one

grave summit
#

Luck. I wanna talk to U soon

drifting fable
#

Whats the rules on Chargebacks on Spigot? If this guy doesn't give me a refund on this plugin I purchased, I wanted to chargeback the purchase, and get it refunded. But I dont want my spigot account banned in the process either. Need a reliable source from maybe a developer of a Plugin that has a premium resource.(edited)

mint inlet
#

Well, you'll be removed from the buyer list

#

I'm not sure of anything more severe because I haven't been as active with resource moderation

#

@drifting fable

#

Though, he may fight it

drifting fable
#

I just dont wanna risk my acc being banned because I have purchased quite a bit of plugins, ones I use and ones I will never use(just for the sake of trying them out). All of them work fine out of the box

#

this one has its functionality as 0

#

Literally garbage

mint inlet
#

I want to appologise for my lack of knowledge, being a Resource Staff member, I should know these things.

I think it may be best to email the resources support and explain your issue and your proposed compromise and let them assit

drifting fable
#

You don't need to apologize for anything at all.

Also another issue(Unsure if you read this part at all prior): I have reason to believe the plugin was decompiled, recompiled and resold. Since there were some hard-coded errors in the plugin that displayed during the attempt to use it. There are 0 Parsing errors on my end in the config, and the plugin still throws errors.

mint inlet
#

What's the plugin?

drifting fable
#

Why won't it let me PM you by the way?

#

Says I don't share a server with you, or you have me blocked or something.

#

When we share LuckPerms together

mint inlet
#

Oh, I have PMs disabled

drifting fable
#

Ah, I see.

mint inlet
#

Unless we're friends xD

drifting fable
#

I added you in that same regard.

#

Thanks by the way.

sick cedar
#

Does anyone running a server and need a hand with plugins and configurations?

#

I doing Bachelor of IT and used to run multi servers thru bungee 😃

#

Not huge one but was a big one and had some reputations before

#

But need to shut it down since too much works from uni and job

grave summit
#

@sick cedar Don't advertise yourself or services on this discord server please

sick cedar
#

R u nut?

#

Since when i advertise my services?

#

What are my services?

twin warren
#

offering to help people isn't the same as trying to sell a service 😛

drifting fable
#

@pastel grail This isn't australia though.

pastel grail
#

Doesn't matter - to me as I am the consumer/customer ACL applies to me

leaden ocean
#

to me, digital goods infers you're manufacturing it for them specifically, but with spigot you distribute the finished products

pastel grail
#

not to australian consumer law @leaden ocean

#

and if paypal wish to keep their financial licence to operate in australia they also must comply

drifting fable
#

Well I know under the GPL License I can openly download the plugin I purchased and decompile it if I want to. Spigot doesn't care if I do as well, and if I don't get a refund I will decompile it and pay another dev to make a better plugin out of it.

#

Spigot actually confirmed it for me today that I can openly decompile the plugin without consenquence.

#

If it becomes an issue. Because if I file a dispute and it gets shut down, not only will I of lost the money I paid for the plugin, I will be taken off the download list.

#

So with this in mind, if I do not dispute it, I can just freely download and decompile it whenever I want.

#

I made a real nasty rating on their page, too. Spent two weeks with this guy, just for him to jump ship after md_5 and Choco got involved.

twin warren
#

link?

pastel grail
drifting fable
#

Nope. LegendDev.

#

Here ya go @twin warren as well for it

#

Nothing but a scammer in the end.

#

On the off-topic note, I have a mouse stuck to a sticky trap in my kitchen, and can hear its screams and cries as it tries to get off the trap.

leaden ocean
#

awwww, poor mouse

drifting fable
#

We have hundreds of them in my city, and all the old houses are infested with them.

#

Literally can watch a train of mice run across the floor at night, and in the ceilings if you're quiet.

#

This city, is as ghetto as it gets.

#

I used to be nice, capture them and release them in the field outside.

#

But then they started eating into my food, and into my bread/other stuff. Costing me hundreds of dollars.

#

So I spent 12$ a month, and save about 200$ doing so.

drowsy quest
#

Where the hell do you live?!?

drifting fable
#

Chicago.

drowsy quest
#

Ok.

#

That’s crazy

drifting fable
leaden ocean
#

holy crap!

grave summit
#

@drowsy quest @drifting fable

So that guy that coded the races plugin, his broken a few spigot rules as well as several laws. Holy crap. I get why he says charge backs are prohibited, but it's illegal anyway. If you want someone to not be able to use it unless it's bought? Implement a purchase code system. Once they refund, make the code invalid. I'm sure you could get it to work one way or another. I remember thinking about buying that plugin a while ago, i can say "No f***ing way in hell" now.

The one licence per server/network? They bought the resource, it's like installing it on multiple computers in different houses (eg. Your mum's house and your dad's(if divorced))

#

Like spanner said, that 100% illegal according to the Australian consumer law, and most likely several other laws from other countries

#

"You must be able to switch between any servers within the network without disconnecting." Technically you can't do that as you disconnect from a server and join another, and what if they time out(technically against his t&c's).

drifting fable
#

You read my huge massive negative review on his resource @grave summit

drifting fable
#

He sent me a message, apologizing for his behavior/saying he'd fix the plugin. I am unsure if he intends to add me to the buyers list so I cna delete my review, only to remove me again so I can't write a review again

grave summit
#

If he does so

#

Report it to spigot

pastel grail
#

@Nighko#8808 many people don't get that ToS/EULA != Law. I think even the UK passed similar laws to ACL (Australian Consumer Law) for digital goods as well.

In all my time though I have only needed to perform a chargeback twice. Even after contacting the seller first, giving true reproducable results and the dev ignoring me for more then a business week. Thats when even my own bank has turned around and asked for the exact transaction ID and flag it to monitor it if paypal will do a reversal on it, if they don't after 30 days the banking system will reverse it automatically.

gilded nova
drowsy quest
#

@gilded nova does the server have sufficient RAM?

gilded nova
#

Yes

#

It only allocates max 70% of the ram i set Example if i set max 3gb it allocates 2gb

drowsy quest
#

Ok

drowsy quest
#

@gilded nova when I’m back to my computer I’ll get some good startup parameters

gilded nova
#

Ok thanks

#

:)

drowsy quest
#

Try out these:
java -Xms1024M -Xmx2048M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch -jar minecraft.jar

#

Of course adjust the memory to your needs (min shouldbe half of max)

#

@gilded nova

#

Requires Java 8 btw

gilded nova
#

Thanks :) will that work for a bungee network? Like , if i have like 5 servers with that it wont lag?

drowsy quest
#

Try it

#

Some guy spent months optimizing and coming up with these

#

I can't promise it won't lag, but it'll certainly improve the performance

gilded nova
#

I installed the new scripts on my servers :) Hope it fixes some of the lag

drowsy quest
#

Good luck!

#

Let me know if it helps

leaden ocean
#

"Some guy"

drowsy quest
#

I forgot who it was

#

He’s an expert in that field

leaden ocean
#

Aikar :P

#

Same one who made timings

drowsy quest
#

Thank you

#

He’s a saint

#

Making the life of many server admins easier

leaden ocean
#

Agreed :P

gilded nova
#

Actually i think it didnt :c because with no players and only 1 server running it runs at 19,9 - 19,88 TPS

#

It should be at 20 with no players right?

#

I think i did something wrong in spigot and server.properties config but idk what

leaden ocean
#

What is your view distance set to?

#

The default spigot config is pretty well optimised. But you might find a post for a better one on the spigot forums

gilded nova
#

I changed it but i think i made a mistake or something

#

5

drowsy quest
#

Btw I hope you use Spigot or Paperspigot

leaden ocean
#

Paperspigot > spigot

drowsy quest
#

Else I know where your problem lies

#

Of course

gilded nova
#

Paperspigot

drowsy quest
#

Ah ok

#

You might want to try moving the spigot.yml and paper.yml somewhere else so it generates fresh ones

#

There’s a chance you messed something up

#

Though considering you use a VPS I’m not sure if there can be done anything to fix it

#

Because while virtualization is amazing it can kill computation power

#

And if a VM is not optimized for Java applications performance may suffer

gilded nova
#

Ok Thanks :) ill try default configs

drifting fable
#

Why is Paperspigot > Spigot?

acoustic surge
#

PaperSpigot is built on Spigot with even more configurations and performance improvements.

drifting fable
#

Neglectant to use them since I don't really notice the improvements from other 3rd party types

gilded nova
#

Mmm

#

I think paperspigot is lagging

#

But i cant get back to spigot

#

Because paper forces offline uuids , and if i stop forcing them players will lose their data

#

Without paperspigot i have constant 20tps

drifting fable
#

I use BungeeCord, offline UUIDs are not an option for me.

#

I have 19.89TPS all the time on my server.

gilded nova
#

I use bcord too

#

PaperSpigot forces offline uuids under bungee

#

Paper (No players)

#

Normal Spigot

#

[07:06:00 INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0

#

[07:06:20 INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0

#

Lol

#

What does that * means

acoustic surge
#

AFAIK it means it is too early. Your server hasn't been online for more than 15 minutes.

gilded nova
#

Ok ill wait a little more

#

how much should i wait?

acoustic surge
#

15 minutes? 🙃

gilded nova
#

Hmmmok

acoustic surge
#

I don't think measuring TPS with no players is the best way to compare PaperSpigot and Spigot.

gilded nova
#

Im going to compare with timings , but it is really strange

#

It seems it wasnt Paperspigot :c

#

Im so confused

#

What i had verified is that this doesnt happen on 1.7 but it happens on 1.12 (The low TPS and high CPU usage)

grave summit
#

@gilded nova could be a bug that both teams missed? Maybe wait until an update? Or use sponge.

gilded nova
#

What is sponge actually?

#

It can force offline uuids?

leaden ocean
#

Nothing forces offline UUIDs. That is due to incorrect configuration. I have paperspigot on my hub, and UUIDs are correct.

#

Sponge is another plugin API, mainly used for modded/forge servers.

acoustic surge
#

Important to note plugins made for Spigot does not work on Sponge.

gilded nova
#

Paper has a config to set Bungee online mode

#

If i set it to false players have offline uuids

#

(My server is offline and i dont like the uuid system)

#

I have a plugin that premiums are logged in automatically but their uuid changes

#

With paper this get fixed

#

Btw this is a problem with spigot 1.12 :c

#

But i dont know exactly what causes this

lunar night
#

Strange. I've never used offline bungee, but I know it is possible to change a uuid under offline mode bungeecord. I actually had a group of idiots, a few months ago, scan my server for open ports, and then connect a "special" bungeecord to random ports until they accessed my network, spoofed my UUID, and then proceeded to make me pull 60gbs worth of backups to fix the mess.

#

And I'm running an online mode bungee.

opaque barn
lost geyser
#

@opaque barn Ah right. There could be something in there with allowing members and groups. I don't want them to by-pass any flags though. What this does is that it allows a group to interact with a region, but that's not what I want. I want them only to interact with certain parts of the region that is protected. So they won't be allowed to change blocks or build anything , but they'll be allowed flip swtches or click on a sign. I just wonder whether that is done for the group in Essentials, since signs are an essentials plugin. The group is already set to use Essentials signs though, but what about in a region that is protected with WorldGuard? LP should have priority since it is my main perms plugin. I guess I need a tester to test things on my server. 🤔

opaque barn
#

/rg <region> use allow -g mod @lost geyser

#

i think

#

oh wait

#

no...

lost geyser
#

@opaque barn That would allow the group mod full control over the region. hmmm maybe it is already set in Essentials so there's no need to worry?

#

I'll wait for a tester to test stuff on here 😃

opaque barn
#
/rg <region> flag build deny -g nonowners
/rg <region> addmember g:mod g:helper
/rg <region> flag use allow -g members
lost geyser
#

@opaque barn Well you're more knowledgeable about this than me. Build-deny set as a flag, for a group, could work.

#

It didn't work. Maybe I need to set the flag first. 🤔

opaque barn
#

hm?

lost geyser
#

I tried /rg flag hub deny-build .... had no effect

opaque barn
#

build deny

#

<flag> <setting>

lost geyser
#

@opaque barn I give up. I know someone who can set it up but I would have to pay the guy to do it. I haven't got any money. It's not important right now though. Thanks for helping! 🤗

opaque barn
#

oh ok sorry i couldn't figure it out :/

grave summit
#

Okay, I'm going to request some help here. I have 21 days (16 due to Christmas) to setup a basic idea of a server and I also need to make a report for the server. All before the 31st

#

This will be for a sponsor ship

#

Who would like to help

grave summit
#

Anyone?

thorn robin
#

Good as you could put a permit in a range so you can go to the creative world, only those who have the rank. Thank you

void trellis
#

Yes I am

#

@LagClear#5212

grave summit
#

So would anyone like to help 😭

wicked sapphire
#

question. does anyone knows anything about an exploit with explosions? somehow my server spawn is getting griefed by explosions

grave summit
#

Did you disable tnt explosions as well as creeper explosions?

wicked sapphire
#

of course

drowsy quest
#

@wicked sapphire sponge or Spigot?

wicked sapphire
#

spigot

#

1.8.9

#

@drowsy quest

acoustic surge
#

Why are people still running those old versions? 🤔

drowsy quest
#

Old combat system eyeroll

#

@wicked sapphire sorry. Can’t help with that

#

If you can figure out how they do it, it’d be helpful

#

Also you should update as 1.8.x are the worst versions security wise

hybrid loom
#

^

somber quiver
#

who can help my pleas

#

i have a hacker

#

on my server

rich roost
#

@somber quiver /ban

somber quiver
#

ist not work

#

hi or she com whit a alt or look alt

#

its looks disguise hack or so

opaque barn
#

/banip or /ipban

grave summit
#

Or shut down the server

#

They can't connect if there is nothing to connect to

#

That was a joke btw

lucid brook
#

Lol

lilac berry
drifting fable
#

Anyone that has CMI here and can tell me what I'd be missing out on if I completely dropped EssentialsX and entirely relied on CMI for everything 'essential'?

somber quiver
#

I have Discover why and how

drowsy quest
#

@queen bay no ads

queen bay
#

It's not in your rules.

drowsy quest
#

Luck removes them personally, and has asked us to remove them as well

queen bay
#

Could you then please ask him to add it in #welcome

#

It's not fair just to remove posts when there was no way of knowing better

drowsy quest
#

I just asked him to do that

queen bay
#

Thanks 😃

drowsy quest
#

Also keep in mind that what is allowed and what not is ultimately up to the staff

queen bay
#

Yeah I'm not arguing with you. Just saying that it should be clear 🙂

drowsy quest
#

I absolutely agree

twin warren
#

This channel is for off topic discussion, it’s not an advertising board

#

there are better places to do that, such as PMC or /r/mcstaff

lunar night
#

I swapped to CMI on my Survival server, from EssentialsX. There was a LOT less stuff, back then and I kinda hate it now. Wish he woulda made something like optional modules or the ability to reliably disable like...the portals part.

lucid brook
#

Essentials are always needed

drowsy quest
#

Not at all

#

You can make these commands yourself

#

Or when you have a bungee network you need other plugins that work cross-Server

grave summit
#

What brainy said

#

Anyway

#

Good night

#

Hope the bed bugs bite!

#

(Bite you guys not me)

lost geyser
#

Is anyone available right now? Need someone to do a few mins of testing on my server.

rose shuttle
#

hey @twin warren how's life 😉

#

full circle 😉

twin warren
#

what's up

#

life is good

rose shuttle
#

you still on prime?

twin warren
#

no sir

rose shuttle
#

oh

#

Anything new and exciting?

twin warren
#

well, nah not really

whole basin
#

I'm just gonna sit back and watch this

rose shuttle
#

englighten me

whole basin
#

not sure who you're talking to

rose shuttle
#

you're irrelevant 😉

#

joking xo

leaden ocean
#

#savage

whole basin
#

oh right. I am merely observing while I wait for my server staff to finish reuniting with a friend

rose shuttle
#

tyty

#

xd

leaden ocean
#

Give them a kick up the arse :P

rose shuttle
#

hey

#

it's tender

leaden ocean
#

Hahaha

whole basin
#

I shall stick to complaining about how command context permissions dont seem to work like they're supposed to

leaden ocean
#

Erm, is that a problem with luckperms or another plugin?

whole basin
#

luckperms

rose shuttle
#

I'll complain that I'm too stupid to know coding and stuff

leaden ocean
#

Go to #support-1 if it's a luckperms issue please :P

whole basin
#

My server admin prom here was able to give himself dev rank even though modify.self is set to false

rose shuttle
#

I did?

whole basin
#

or was it cole who did that

rose shuttle
#

it's always good to do stuff without knowing you did stuff

#

probs cole

#

he's mod as well how tf

whole basin
#

even better, the mod was able to give himself admin

leaden ocean
#

Do you have it enabled in the config for a start?

#

And did your try using verbose to see what it being checked?

whole basin
#

hold on

rose shuttle
#

engineer isn't that clever

gilded nova
#

You nerds

leaden ocean
#

indeed

gilded nova
#

I'm still alive for anyone that remembers me 💁

#

Just been dead for a bit

twin warren
#

hiii

leaden ocean
#

Discord doesn't have a gravestone emoji D:

grave summit
#

Luck, add a custom gravestone emoji!

nimble goblet
#

can someone setup luckperms for me?

void trellis
#

What do you need setting up?

#

@nimble goblet

nimble goblet
#

ranks with perms

#

can u help me with it?

void trellis
#

Yeah add me as a friend and pm me the server ip all ranks and perms you want

#

Also chat prefixes

nimble goblet
#

yes

urban kestrel
#

Hi all o/

void trellis
#

Hello

nimble goblet
#

@void trellis look my pm

void trellis
#

Kk

grave summit
#

Okay, so I owe my parents like 180-200 bucks in phone bills and they are either playing ignorance or don't know. How do I either pay them back without them knowing or tell them upfront and pay them back?

#

What to do

#

@drowsy quest

#

Brainy, I need your brains

#

Brain*

drowsy quest
#

Kill them

#

xD JKJK

grave summit
#

No really

#

I'm not as messed up as you

#

I really need to do this

drowsy quest
#

hides bodies of parents I'm not messed up!! 😠

grave summit
#

Cuz if I slip it into their wallet, theyll still think I haven't paid them

drowsy quest
#

I'd confront them

grave summit
#

Get the money then confront them?

drowsy quest
#

I have personal experience with this and it works out fairly well. At least for me

#

Yes

grave summit
#

Okay

#

I am changing from a pay as you go to a unlimited plan

#

Damn Optus changed their charge rates which is why is jumped so much

drowsy quest
#

Ok

grave summit
#

I'm with amaysim which runs on the network

#

Anyway, Bitcoins scary isn't it

drowsy quest
#

Why scary?

grave summit
#

It went from $300 to bloody $24,000(highest so far{AUD})

drowsy quest
#

Thinking back I should've invested xD

grave summit
#

Ikr, apparently someone bought 300 Bitcoins a few years back and forgot their password to their local (Their own encrypted)wallet

drowsy quest
#

That must hurt

grave summit
#

I feel sorry for them

#

If I invested about 15 bucks I would be able to buy a gaming PC rn

drowsy quest
#

Neat

grave summit
#

If I invested

#

I feel reget

#

Regret

#

I'm tired

#

Got a blood test tomorrow

drowsy quest
#

I hope you studied

#

xD

gilded nova
#

Hello 😃

#

@void trellis ooh look who it is 😉 My developer

void trellis
#

@gilded nova ew

gilded nova
#

@void trellis ew

leaden ocean
#

Oh no

gilded nova
#

@leaden ocean u wanna get smackeD?

leaden ocean
#

D: Plzzz nu

gilded nova
#

lmao

#

How was your bus 😉

leaden ocean
#

The chavs got off at the stop after you

gilded nova
#

Oh, decent then

#

They must live in my area

leaden ocean
#

Yep, just as I thought

gilded nova
#

lmao

#

my area isnt that bad

#

Aight, ill stop lying nvm

urban kestrel
#

Hey all

gilded nova
#

Hey @urban kestrel

urban kestrel
#

How are y'all doing today

gilded nova
#

I'm good you?

urban kestrel
#

Im pretty good, started my winter break today so im happy. Tired tho

gilded nova
#

Yeah, same, been streaming and working on my network and helping @ebon bramble out.

urban kestrel
#

Nice, you have a server?

#

Well im guessing you do if you're here lol

gilded nova
#

Yeah, but I also know one of the mods too

#

irl

urban kestrel
#

Niiice

gilded nova
#

Yehh

#

Is anyone good with Screens?

#

like on Ubuntu

hybrid loom
#

I know a bit... not much, but a bit

gilded nova
#

@hybrid loom pm me?

hybrid loom
#

Why not typing here?

gilded nova
#

nvm goodpoint

#

just use to pming

#

So, I have screens setup on for my network

#

Every screen lets me CTRL A+D to close

#

but bungee wont let me..

#

and if I close putty, bungee goes down

hybrid loom
#

That's strange....

gilded nova
#

Yeah.. I have no idea.

hybrid loom
#

Well... I use tmux, to controll my server

gilded nova
#

Never heard of it lmao

gilded nova
#

Hey, can anyone help me with screens?

acoustic surge
#

Move to tmux 😃

gilded nova
#

Nah, I got it fixed 😄

lucid brook
#

I use tmux too

rich roost
#

tmux > screens

gilded nova
#

Never heard of it

rich roost
#

It's more used than screens, especially in the MC community, I'm surprised you haven't 😛

hybrid loom
#

I use it too...

gilded nova
#

I'll have a look

#

It's like a fork of screens or something

#

idk

leaden ocean
#

@gilded nova boi, u don't

gilded nova
#

@leaden ocean youre gon get smacked

leaden ocean
#

I hope you haven't been playing up my boss whilst I've been away >.>

gilded nova
#

I have

#

Tellin him how bad of a staff you are

#

😃

leaden ocean
#

Nuuuu

gilded nova
#

jks

lucid brook
#

lol

#

argh i need to find out why mc isn't working on linux

grave summit
#

@lucid brook problem with Java?

lucid brook
#

yeah

#

i posted that at askubuntu

acoustic surge
#

What version of Java?

gilded nova
#

@leaden ocean ERM, COULD YOU NOT?

leaden ocean
#

Boiii

gilded nova
#

b o i

hybrid loom
#

i o d

leaden ocean
#

XD

gilded nova
#

@hybrid loom pls sir

#

can u not

lucid brook
#

I fixed it now

hybrid loom
#

@grave summit Your problem is, that you removed ["", at the start and ] at the end.
They are required, so that DJ knows, that it is one thing....

grave summit
#

@hybrid loom uhhhh. Not my problem....

gilded nova
#

Goodmorning all! 😄

grave summit
#

Good morning my rear

gilded nova
#

Your rear?

#

damn

grave summit
#

Good night is more like it

gilded nova
#

What time is it for you?!

hybrid loom
#

Tagged wrong person 😛

gilded nova
#

It's 12:24pm for me xD

grave summit
#

It's 23:24PM

#

Sunday

gilded nova
#

You aus?

hybrid loom
#

PM is useless, when you type 23

gilded nova
#

Yeah. lmao

#

11:24pm would be correct format for that lmao

grave summit
#

Yes im Australian

hybrid loom
#

It's 13:25 for me

gilded nova
#

Ah, thought so.

grave summit
#

Shut it

gilded nova
#

It's 12:25pm for me, UK

#

rude

#

lmao

grave summit
#

I'm stupid

#

It's a well known fact

gilded nova
#

Ah

#

Is it on Wikipedia too?

grave summit
#

...

#

Just DIE Live.

#

Gotta keep it family friendly

#

Anyway

#

Good night

gilded nova
#

Gnight

gilded nova
#

I'm livestreaming if anyone wants to come check it out 😉

#

@leaden ocean ^

leaden ocean
#

I'm not home anymore 🤷

grave summit
#

So

#

I figured out why my programming PC has been slow lately. Lack of heatsink and build up of dust

grave summit
#

Anyway, Firefox quantum good look, but imo bad performance

#

I liked the earlier versions

hybrid loom
#

I will stay with Chrome

grave summit
#

I'm with chrome rn

#

But want fire fox so bad

rich roost
#

Firefox Quantum is absolute crap, they rush-released an unstable build.

#

The talk basically is "a rewritten next-generation CSS engine". Chrome still outperforms firefox quantum.

lucid brook
#

Lol

#

They're trying to make it sound cool

#

But it sounds retarded

sick cedar
#

Please guys, be professional, don't just try to sound professional.

Use references, research, benchmarks and so on to support your statements. Don't just throw in random facts that were based on meme trends, your feels or ignorance. It makes others feel like its waste of time to discuss when seeing the lack of knowledge of the participants.

Spend some time to read some of these articles

https://www.laptopmag.com/articles/firefox-quantum-vs-chrome

grave summit
#

@sick cedar I just stated that firefoxes performance was poor on my laptop. It actually made it lag a lot.

sick cedar
#

I just said what I need to say. No point to discuss further and I wasn't mention you directly

grave summit
#

I want Firefox though, and I don't keep up with memes. I barely know what memes are

#

Just letting you know

#

I wasn't stating that I was being targeted

#

@sick cedar what do you use anyway?

twin warren
#

opera!

sick cedar
#

Most of every browsers

#

For web development purposes

#

U expected firefox ?

#

Im not pointing it toward u at all

grave summit
#

Is omgserv a decent provider?

lost geyser
#

Does Luckperms support Deluxemenus and is it update?

drowsy quest
#

@Titanzhang#3051 it should and what do you mean by “is it update?”?

grave summit
#

@drowsy quest

#

Brainy

#

I have a question

drowsy quest
#

yeah?

grave summit
#

Are you aware of the legal rights etc to monetization of a mc server

#

I am planning to make an RPG server