#general

1 messages · Page 246 of 1

gilded nova
#

I have 3 and lost one

tall dagger
#

also know what the exact command is to be able to add players to a certain group from a crate?

gilded nova
#

Anyone know how I can take off where it says "default"
probably a misconfig in your chat plugin settings

#

!commands see Parent commands for this:
> also know what the exact command is to be able to add players to a certain group from a crate?

outer vesselBOT
tall dagger
#

Thanks. Friend said it could be towny cause we tried changing suffix and prefixes through lp

potent prawn
#

/lp user <user> info will show what the LP prefix/suffix is

#

anything that isn't displayed there is being handled by another plugin

#

and yeah, most likely towny is the culprit

tall dagger
#

I turned off modify chat in the towny chat config and reloaded but that didnt chane a thing

potent prawn
#

reload or restart

tall dagger
#

I have.

potent prawn
#

which one

#

it's important

#

restarts are best

#

reloads are bad

gilded nova
#

very bad

tall dagger
#

I reloaded the configs. I'll try restarting the server, then.

#

Yeah, that solved it. Got rid of every prefix and suffix from lp though.

potent prawn
gilded nova
#

lol wat

#

/lp user <user> info will show what the LP prefix/suffix is

tall dagger
#

Yeah, it shows the prefixes and suffixes there but when you chat it's just your name l

potent prawn
#

well you obviously changed something to remove them lol

#

not much we can suggest without any more info

tall dagger
#

About all I can do is show a picture. Not sure what was caused that

potent prawn
#

show /plugins

tall dagger
potent prawn
#

well you have chatcontrol so i guess look at the config for that

tall dagger
#

I have chat formatter set to false on chatcontrol

#

Honestly I don't know if need chatcontrol since I use Anticurse.

potent prawn
#

do you really expect anything to appear in chat if you have no chat formatter :P

tall dagger
#

So it is needed then. I thought it was just to prevent cussing.... my bad

#

Looked around chat control, It shows a prefix on my discord thats connected to my server but doesnt in game.

gilded nova
#

Is chat control a chat formatter?

#

Just use essentials chat or something

steady mountain
#

I like essential

sudden ice
#

EssentialsX

trail shuttle
#

Anyone here who has experience with linux and could help me fix something? I'm trying to install MariaDB but I keep getting:

The following packages have unmet dependencies:
 mariadb-server : Depends: mariadb-server-10.1 (>= 1:10.1.47-0ubuntu0.18.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
vocal rivet
#

do you have packages on hold?

trail shuttle
#

wdym?

vocal rivet
#

A holded package does not update, it sholded at its current version.
try: apt-mark unhold mariadb-server

#

with apt-mark show you can see which packages are on hold

trail shuttle
vocal rivet
#

try apt-mark show then

trail shuttle
#

E: Invalid operation show

vocal rivet
#

oh sorry, it was apt-mark showhold ^^'

trail shuttle
#

doesn't return anything

vocal rivet
#

What command are you running that returns that error?

trail shuttle
#

sudo apt install mariadb-server

vocal rivet
#

Did you add the mariadb package server?

trail shuttle
#

uh probably not?

vocal rivet
#

curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
apt-get update
apt-get install mariadb-server

trail shuttle
#

Works thank you!

vocal rivet
#

great ^^

worn geyser
#

Anyone good with MyCommand? I know this is for LP, but if anyone is then I could really use some help.

#

(ping me)

gilded nova
short warren
#

this is offtopic...

gilded nova
#

Right.

worn geyser
#

How do I make text from MyCommand go from the player as a player message instead of like a broadcast?

gritty spoke
#
public void execute(CommandSender sender, String[] args) {
        if ((sender instanceof ProxiedPlayer)) {
            ProxiedPlayer p = (ProxiedPlayer) sender;
            if(args.length == 0) {
                p.sendMessage(new ComponentBuilder(Discord.configuration.getString("text").replace("&","§")).create());
            } else if(args[0].equals("reload") && sender.hasPermission("discord.reload")) {
                try {
                    Discord.reload();
                    p.sendMessage(new ComponentBuilder(Discord.configuration.getString("messages.pluginReloadSuccessful").replace("&","§")).create());

                } catch (IOException e) {
                    p.sendMessage(new ComponentBuilder(Discord.configuration.getString("messages.pluginReloadUnsuccessful").replace("&","§")).create());
                    e.printStackTrace();
                }
            }
        }
    }```
gilded nova
#

What does Discord.reload() do? Share the code

gritty spoke
#

Oh, my bad, I misread.

#
    public static void reload() throws IOException {
        configuration = ConfigurationProvider.getProvider(YamlConfiguration.class).load(new File(dataFolder, "config.yml"));
    }```
#

In the Discord class

gilded nova
#

Right, this is bungee

#

Give me a minute lol

gritty spoke
#

Lol, alright. Yeah, I am more of a spigot guy than a bungee guy, but they're similiar in some ways.

#

Prolly the only reason why I made it this far lmao

#

do I spy static aboose
@forest helm Elaborate.

outer vesselBOT
#

Hey hashmonopolist! Please don't tag helpful/staff members directly.

gilded nova
#

Well not sure about Bungee config API but on Bukkit, if you load a config with YamlConfiguration.load(File), if it fails, you won't get the exception, Bukkit will catch it, print it, and return you a blank YamlConfiguration, so it sort of "fails silently". But again, that's on Bukkit, not sure about Bungee config API

gritty spoke
#

Damn.

#

@gilded nova java configuration = YamlConfiguration.getProvider(YamlConfiguration.class).load(new File(dataFolder, "config.yml"));

outer vesselBOT
#

Hey hashmonopolist! Please don't tag helpful/staff members directly.

gritty spoke
#

I assume, something like this?

gilded nova
#

Not sure what you mean

#

So I'll just say yes

#

¯\_(ツ)_/¯

gritty spoke
#

and pray for the best :D

forest helm
gritty spoke
#

Thats a dope website.

steady tangle
#

Bill wurtz is the best

gritty spoke
#

Unfortunately.... no.

#

Oh well. =D

bold sparrow
#

My website best website

#

🛑 🧢

gritty spoke
#

Our country best country 🇷🇺

bold sparrow
#

You know it’s good if it contains show_source(__FILE__);

gritty spoke
#

Tabs or spaces?

#

Which one you use?

gilded nova
#

None

#

I use no indentation whatsoever

gritty spoke
#

Dude, what the fuck?

gilded nova
#

All to the left

#

There is no debate if there is no indentation

gritty spoke
#

Same...

#

Fuck, now my IDE is stuck like this

short warren
#

sounds pay to win

bold sparrow
#

Tabs or spaces?
Tabs all the way

#

Easier to work with

gilded nova
#

How is it easier to work with? Most IDEs nowadays can set n-spaces space indents by pressing tab 🤷

gritty spoke
#

Too bad I'm using Microsoft Notepad.

bold sparrow
#

How is it easier to work with? Most IDEs nowadays can set n-spaces space indents by pressing tab 🤷
Yes, for IDEs it doesn’t matter at all

#

However, if you don’t use an IDE, it’s better to use tabs

#

(imo)

red ore
gritty spoke
#

WTF

#

AAAA
I keep thinking when you do array.length it should display 0 because the index starts at 0.

#

Can someone help me... How do I make a plugin tell the server tell the client the available arguments?
Like this

#

May have figured it out.

#

Gonna test the idea.

#

Nvm... still need help.

trail shuttle
gritty spoke
#

@trail shuttle is that over LAN or WAN?

trail shuttle
#

Uhh wifi

bold sparrow
#

So LAN

gritty spoke
#

Good luck.

trail shuttle
#

Ethernet somehow doesnt work 97.6% of the time

bold sparrow
#

Oof

trail shuttle
#

Transfering whole home folder from my vps which includes the local maven repo

gritty spoke
#

Why are you taking the maven repo with you?

#

Can't you just redownload it?

trail shuttle
#

Eh was easier ig

gilded nova
#

Can someone help me... How do I make a plugin tell the server tell the client the available arguments?
Like this
@gritty spoke that's what tabComplete is for :d

gritty spoke
#

tabComplete?

#

is that a class?

trail shuttle
#

event

gritty spoke
#

would that allow*

gilded nova
#

Those are tab suggestions

#

That's why it's called tabComplete

#

When registering a command, you can set a "tab completer"

gritty spoke
#

Well, fuck.... I already did it in the CommandAPI lmao

gilded nova
#

I mean yeah that will do

#

But there are default, already provided methods

gritty spoke
#

Yea, I'ma try tabComplete then. Less dependancies =D

#

yup

gilded nova
#

You do have to write it yourself tho, basically parse the current state of the command being typed and suggest things as you want

gritty spoke
#

D= deal breaker

gilded nova
#

@rigid widget pr when

rigid widget
#

WEEKEND VIBES

#

no pc since Friday!! Detox from screen head

#

Tomorrow I'm back to the universe

bold sparrow
#

Three guys walk into a hotel, and they're going to split the cost of a room. The room is $30. They each kick in $10 and head up to their room. The manager gets wind of it and tells the clerk the room is only $25. He hands five $1 bills to the bell hop and tells him to go refund the guys' money. On the way up to the room, the bell hop gets to thinking, as bell hops are wont to do, and says to himself, "No way can three guys split $5, I'm going to help out." He stuffs $2 in his pocket, knocks on the door, gives each guy back a buck and heads back downstairs to the desk, glowing in the warmth of a job well done. So now each guy has paid $9. $9 times 3 is $27 plus $2 the bell hop stole--only $29! Where is the other buck?

gilded nova
#

> Detox from screen head
> *is on the phone*

rigid widget
#

Yes because ping

#

Sayonara

gilded nova
#

I pinged because you were online lol

bold sparrow
#

Bruh

rigid widget
#

@tawny holly no

#

That is against the rules

potent prawn
#

what a silly billy

rigid widget
#

Silliest billiest

sweet shard
#

Any good Java Ofuscator?

gilded nova
#

obfuscation is useless

sweet shard
#

i know but i have a friend that doesnt know how to desofuscate be he know to use Luyten, and i want him, to using luyten dont obtain the code

rigid widget
#

Luyten is how you deobf lol

sweet shard
#

sorry for my bad en

gritty spoke
#

Are you a bartender?

gilded nova
#

I mean.. if you have a tool to deobfuscate..... the only thing that does is prove that deobfuscation is useless

short warren
#

why would you care if your friend had your code?

gritty spoke
#

Seems like they're not friends...

sweet shard
#

because my code contains the user, password and link for the license panel

rigid widget
#

Bad

#

Very bad

gritty spoke
#

..........

#

🤮

bold sparrow
#

You guys skipped my riddle :(

rigid widget
#

Make a config file and put them in there

bold sparrow
#

ÙwÚ

sweet shard
#

lol excited photo

#

pls a Ofuscator?

vocal rivet
#

OwO

rigid widget
#

@bold sparrow you missed a number in your tally

sweet shard
#

i only need an ofuscator

rigid widget
#

Also

sweet shard
#

nothing else

rigid widget
#

They paid 30

#

Soooo

#

¿

#

And also paid 20¿

sweet shard
#

?

gritty spoke
#

Wait... for?

bold sparrow
#

They didn’t pay 30

#

They got 3 back

rigid widget
#

Make a config file and put them in there

#

Don't put passwords in jars

sweet shard
#

I need an ofuscator, for ofuscate my noob friend dont know the code

bold sparrow
#

But it only sums to 29

#

🤷‍♂️

sweet shard
#

how Larry?

#

i dont understand you

potent prawn
#

make things like passwords configurable

rigid widget
#

Use the code to create an empty file with key/value pairs for password: value

gilded nova
sweet shard
#

thanks

gritty spoke
#

Thats a big no,no.

#

Someone can decompile the .jar and find the password :o

bold sparrow
#

Bruh

sweet shard
#

its posibble for example, if you put the license and the plugin enable, to put the line with the password like "jjtn2rn" (i dont know to much about java files)?

bold sparrow
#

Don’t store passwords in something you’re going to share

sweet shard
#

yeah, but how fucked i connet that, to web mnns

#

🙄

bold sparrow
#

Again?

gilded nova
#

compiled java classes are basically text files

#

you can literally drag and drop them into any decent IDE and get a decompiled version of it

sweet shard
#

And Fefo, thanks for the ofuscator

gritty spoke
#

I wasn't really typing anything lmao

bold sparrow
#

Alexito, I don’t think you got the hint

gritty spoke
#

@sweet shard How old are you, if I may ask?

#

Actually don't answer that.

#

Sorry for pinging.

#

I wanted to ask you if you still like getting spoon-fed.

sweet shard
#

im 16 why?

gritty spoke
#

I wanted to ask you if you still like getting spoon-fed.

#

Sorry, bad joke.

bold sparrow
#

Here at Luckyperms Discord, we do

#

🥄

#

Or

#

🥣

sudden ice
bold sparrow
#

Here at Luckyperms Discord, we do
But we don’t verbally make it clear

sudden ice
#

question

short warren
#

where do you see that zaid?

sudden ice
#

where is "announcement"

#

to click

short warren
#

you cant migrate yet

sudden ice
#

oh

bold sparrow
#

Not there yet :)

gilded nova
#

I mean... it says it right there

short warren
#

they said theyll email in batches iirc

gilded nova
#

If you've been notified that you're eligible

potent prawn
sudden ice
#

i havent been notified

gilded nova
#

then you can't migrate yet

#

🙃

sudden ice
short warren
sudden ice
#

damn

short warren
#

one of my accounts have it older though

potent prawn
#

i have 4

sudden ice
#

damn

#

why 4

potent prawn
#

idk lol

#

i bought one so a friend could play

#

i bought another one for a leaving gift for someone at work but they never redeemed it, so i got it

#

and another friend bought one but didn't like it so gave it to me

sudden ice
#

oh

gritty spoke
#

I kept fucking building a jar after I changed the version and the server wouldn't load it for the same error, after 30 minutes I realzied I didn't syslink the new jar to the plugins directory

#

🤦‍♂️

#

I hate myself

#

This my config file lmao

# RedstoneHelper v1.3
# Enable or disable the functions of the plugin
enabled: true
reverse:
  # Enable or disable ALL reversals.
  enabled: true
  #You can add your own types here. Please refer to the API documentation for correct names for the block.
  #The blocks you ADD here will not be supported.
  types:
    - "PISTON"
    - "STICKY_PISTON"
    - "REPEATER"
    - "REDSTONE_WALL_TORCH"
    - "DROPPER"
    - "DISPENSER"
    - "COMPARATOR"
    - "OBSERVER"
    - "CHEST"
    - "ENDER_CHEST"
    - "LEVER"
    - "FURNACE"
    - "TRAPPED_CHEST"
    - "TRIP_WIRE_HOOK"
fillables:
  enabled: true
  types: # Adding your own types here will probably break the plugin.
    # Enable or disable the SUPPORTED fillable blocks.
    COMPOSTER:
      enabled: true
    END_PORTAL_FRAME:
      enabled: true
level:
  enabled: true
  types:
    REDSTONE_WIRE:
      enabled: true```
#

Good strcuture =D?

short warren
#

whats it do? disable and enable types of redstone?

gritty spoke
#

This is my first spigot / bukkit plugin, i'll send you the github since its quite hard to explain what it does

#

Oh, here it is...

#

"Allows you to flip the direction of a redstone related block easily. Allows you to fill composters / end portal frames easily."

#

It's for redstone builders (like me 4 years ago)

short warren
#

thats really cool, downloading it now

gritty spoke
#

wait wait wait

#

let me push some new shit, I added a ton.

#

now i gotta writeup a change-log ugh

#

Ugh I don't think I did a good job with any of this tho.

sudden ice
#

what does that even do

gritty spoke
#

"Allows you to flip the direction of a redstone related block easily. Allows you to fill composters / end portal frames easily."

#

Ooh there is a grammarical typo right there... "related blocks"

#

and "of a"

gritty spoke
#

@dusky bridge No

#

My PFP is from this

dusky bridge
#

Oh.

#

Sounds like an interesting movie, might have to watch it later. But I got homework thats due in a few hours.

gritty spoke
#

It's slow as fuck

#

Really slow movie

#

Im gonna make a rainbow sheep cannon nuke bukkit plugin

#

:D

long quest
#

Super off topic, But if members wanted Phantom membrane in the store, for a stack of 16, what would a good price even be for that?

short warren
#

depends on your economy

#

and supply/demand

#

theres no way to really help with that

long quest
#

Right, im at a loss too... One guy wants it, but I have a guy in the server that sell mending books 24/7 ... Other than fixing elytras, You can only use it with potions.

rigid widget
#

!anything

outer vesselBOT
#

Sorry! I do not understand the command !anything
Type !help for a list of commands.

rigid widget
#

So Clippy works

potent prawn
#

!tprogress

outer vesselBOT
#
Translation progress

If you can help translate LuckPerms, please visit our Crowdin project!
https://crowdin.com/project/luckperms

:flag_ro: Romanian

0%

:flag_fr: French

100%

:flag_es: Spanish

100%

:flag_sa: Arabic

3%

:flag_bg: Bulgarian

6%

:flag_cz: Czech

100%

:flag_dk: Danish

48%

:flag_de: German

73%

:flag_hu: Hungarian

2%

:flag_it: Italian

0%

:flag_jp: Japanese

100%

:flag_ge: Georgian

3%

:flag_kr: Korean

10%

:flag_nl: Dutch

100%

:flag_pl: Polish

32%

:flag_ru: Russian

100%

:flag_se: Swedish

0%

:flag_cn: Chinese Simplified

8%

:flag_tw: Chinese Traditional

38%

:flag_br: Portuguese, Brazilian

33%

:pirate_flag: Pirate English

98%

:flag_ph: Filipino

0%

potent prawn
#

not in alphabetical order smh my head

gilded nova
#

fix

steady tangle
#

F i x

gritty spoke
#

I wore this for Halloween

#

hehehe

tall dagger
#

Anyone know what compatability issue Holographic Displays has with Protocal Lib?

mild sable
#

What would be the best way for me to open a console for my minecraft server that's running as a systemd service. I know I can view the output with journalctl -f -u minecraft.service but how can i actually input commands?

potent prawn
#

you should start it in a screen instance then you should be able to attach to that, view the live console feed and run commands

sudden ice
#

@gritty spoke that’s awesome

steady mountain
#

Keep up the good work

bold sparrow
#

AI to recognise certain parts of a sentence to automate Clippy

trail shuttle
#

if message.contains('help') do !ask

bold sparrow
#

not even a bad idea at all

gilded nova
#

wait @hidden shuttle arent you ltt staff

#

he is :0

gritty spoke
#

Same suit as my freshman year homecoming dance

#

=D

short warren
#

nice

gritty spoke
#

Oh wait shit

#

I already sent this

#

I'm losing my mind today... woops

gilded nova
#

yes you already posted this lol

gritty spoke
#

Yea, I got drunk last night. haha

gilded nova
#

Big boy

#

Get on coke

gritty spoke
#

Yeh, but I don't got a fuckin job.

#

shits expensive lmao

gritty spoke
#

I am a cyborg.

#

Pacemaker makes you a cyborg lmao

forest helm
gilded nova
rigid widget
#

i think i know what's going on

#

auto patreon list

gilded nova
#

No Larry

#

He's gonna take over

#

He already is!

#

Becoming sentient

#

I was told to go here. I cant get my luckperms group prefixes to show

#

I have assigned myself to the group

#

essentials and vault installed..

rigid widget
#

what about essxchat

#

or another chat plugin

gilded nova
#

yup

rigid widget
#

send lp user <name> info for a player that you added a prefix to

gilded nova
#

i am testing it out on myself, my first time doing this

spring fulcrum
#

go to ess config file and find format then send ss

gilded nova
#

here?

rigid widget
#

yeah try adding a {PREFIX} right before {DISPLAYNAME}

spring fulcrum
#

^

gilded nova
#

like this`?

spring fulcrum
#

yes save and restart server

gritty spoke
#

one gif isnt loading tehf uck

gilded nova
#

It worked @spring fulcrum @rigid widget . Thank you so much for the help!

outer vesselBOT
#

Hey Akerman! Please don't tag helpful/staff members directly.

gilded nova
#

Is there anyway to change the colour of the players name? So it is not the same colour as the prefix?

spring fulcrum
#

Happy I could help

#

Same file

rigid widget
#

!colours

outer vesselBOT
spring fulcrum
#

Add color code before display name

gritty spoke
#

@gilded nova &c[] &f username

rigid widget
#

@gilded nova add &r at the end of the prefix

gritty spoke
#

yea ^^

rigid widget
#

it resets all prior formatting

gritty spoke
#

I forgot the code for resetting.

spring fulcrum
#

😹

gilded nova
#

so i would type: /lp group admin meta addprefix 4 "&5[ADMIN]&r"?

spring fulcrum
#

Correct

gilded nova
#

and instead of &r i can put the colour i want to?

spring fulcrum
#

Or chance it in /lp edit. Is easier

gilded nova
#

yup

spring fulcrum
#

If you want yeah

gilded nova
#

thanks

short warren
bold sparrow
#

test

latent tendon
#

rip patreon (bought it on 25 Oct and it got removed today, so i didn't had it for a whole month)

gilded nova
#

was that a month already?

latent tendon
#

dont think it was

#

lol

#

let me check

gilded nova
#

lmao

latent tendon
#

@gilded nova nope

outer vesselBOT
#

Hey Thrasilias | TRose2000! Please don't tag helpful/staff members directly.

latent tendon
#

got it 25 oct

#

so its not a whole month

bold sparrow
#

The patrons have defeated @outer vessel in #patreon

gilded nova
#

reeeee

latent tendon
#

should i ping luck or a mod

gilded nova
#

Luck ig?

latent tendon
#

you ping him, since he cant hurt you

#

😄

gilded nova
#

😏

bold sparrow
#

Lol

gilded nova
#

@twin warren

#

:d

latent tendon
#

if patreon had ideal i could pay another 1$

bold sparrow
#

Edit the message @latent tendon so it is a bit more clear what the problem is

latent tendon
#

;p

gilded nova
#

kek

latent tendon
#

@bold sparrow done

#

;p

bold sparrow
#

OwO

#

:)

#

Edit the message so it doesn’t contain grammatical errors

gilded nova
#

ComponentBuilder be dope

forest helm
#

Adventure be dope

gilded nova
#

Adventure's lack of documentation be dope

forest helm
#

adventure being intuitive enough to not need it be dope

#

(and there's documentation for the parts you wouldn't get)

latent tendon
#

omfg

#

my dev is tarded

gilded nova
#

that is... yourself?

forest helm
#

ruh ruoh

latent tendon
#

he spawned a dragon

#

;/

gilded nova
#

SCHERMAFBEELDING OPGESLAGEN ALS

#

xD

latent tendon
#

also im on labymod

#

on 1.16

#

ruh ruoh

spring fulcrum
#

Dutch much 😛

latent tendon
#

lijkt maar zo

#

😄

#

jesus chat is so delayed on 1.12

spring fulcrum
latent tendon
#

reeeee

#

Channel must contain : separator (attempted to use LABYMOD)

#

i fucked up

spring fulcrum
#

Yikes

gilded nova
latent tendon
#

so this is wrong

#
getServer().getMessenger().registerIncomingPluginChannel( this, "LABYMOD", new PluginMessageListener() {
gilded nova
#

literally everything wrong lmao

latent tendon
#

(╯°□°)╯︵ ┻━┻

gilded nova
#

┬─┬ ノ( ゜-゜ノ)

spring fulcrum
#

w8 wtf did you do

latent tendon
#

now it works

trail shuttle
gilded nova
#

lol

#

that moment half the online members are bots

trail shuttle
#

Can anyone tell me if my intellij status still shows?

short warren
#

gone for me

trail shuttle
#

Oh for me now also

#

Still saw it even tho my pc wasnt on

covert goblet
#

@faint adder what r u looking for

faint adder
#

A dev or someone who has knowledge of ChatControl Pro, please

covert goblet
#

I have some knowledge of java

#

and have dealt with ccp, yea

faint adder
#

Can you DM me or?

sudden ice
tall dagger
#

Does anyone if I changed from spigot to paperspigot will that remove all my perms and plugins that I currently have?

woeful willow
#

No

tall dagger
#

Okay, it's for an anti-xray plugin

potent prawn
#

it's literally a drag-n-drop replacement

#

nothing should break

tall dagger
#

Alright, just wanted to be sure, first. Thanks

potent prawn
#

if in doubt, back up and try it :P

tall dagger
#

Exactly what I was going to do.

gilded nova
#

Paper has a built in anti xray

short warren
tall dagger
#

So the plugin isn't needed for paper?

short warren
#

no, papers built in anti xray is already great

tall dagger
#

Oh, alright

#

Thanks for the info

gilded nova
#

worldedit is out for 1.16.4

#

luckperms 1.16.4 when

tall dagger
#

Anyone uses a job plugin? Looking for one that's decent for eco/surv.

potent prawn
#

welp paper 1.16.4 is out now

#

i'm sure LP will work on it :P

gilded nova
#

no

#

I prohibit it

sudden ice
#

Wtf

#

Why can’t I react

short warren
#

Blocked or discord being discord

sudden ice
#

i think fefo blocked me

#

;c

#

i havent even done anything wrong tho ;v

gilded nova
#

3 blocked messages

rigid widget
#

Ooof

#

So fefo

gilded nova
#

xdd

#

So larry

#

pr when

rigid widget
#

Who sent those blocked messages

gilded nova
#

dunno

rigid widget
#

¯\_(ツ)_/¯

steady mountain
#

Lmao

latent tendon
#

Morning

gritty spoke
#

Stupid idea, nvm.

proud oyster
#

!bunge

outer vesselBOT
#

Sorry! I do not understand the command !bunge
Type !help for a list of commands.

proud oyster
#

!bungee

outer vesselBOT
round gull
#

Hey, so i saw it right, LuckPerms is not yet available for Fabric? I saw it on Github, not sure if i'm just to stupid to find it.

tall dagger
#

Does anyone know how I use -verify and where?

trail shuttle
#

What ya talking about

tall dagger
#

Apparently it is a command for spigot but idk how to use it

trail shuttle
#

No clue what you're taking about

tall dagger
#

Dang.

gilded nova
#

Anybody know what causes a server not to start after downgrading paper.jar file?
Trying some stuff on my test server, updated to the new version of paper (1.16.4) then downgraded to 1.16.3.

Console is showing this:
03.11 10:59:15 [Multicraft] Server shut down (running)
03.11 10:59:15 [Multicraft] Restarting crashed server in 2.0 seconds
03.11 10:59:15 [Multicraft] Stopping server!
03.11 11:00:17 [Multicraft] Terminating server via signal

modest compass
#

no clue

#

you a least need to send the full error message

#

and also maybe ask at paper

gilded nova
#

I'm thinking if there was a config file or somewhat where I just need to type the old version again

#

no lol versions aren't baked in configs, not server configs at least

#

I was thinking paper.yml or spigot.yml, but i get you

#

maybe send the server latest log see what's up?

#

sec

#

mhm

#

Pretty sure you can't just downgrade your software without causing issues 😂😂

#

I mean... if upgrading didn't do a single thing in the first place.

#

Wdym

#

They upgraded then downgraded

#

Dumbest idea

lofty compass
#

no u

gilded nova
#

Lol

lofty compass
#

Is it Thursday yet

gilded nova
#

Its 10.33pm on Tuesday night

#

The beaches are packed

lofty compass
#

I want new cpu

gilded nova
#

Ok?

#

Which 1

lofty compass
#

5900X or 5950X

gilded nova
#

Did you get a 3090

lofty compass
#

Not available

gilded nova
#

Lol

lofty compass
#

Maybe people will be so focused on amd I can get gpu too :)

latent tendon
#

Luck didnt look into my issue i see

rich pendant
#

!permissions

outer vesselBOT
coarse warren
#

does somone know a good npc shop plugin

#

?

gilded nova
#

any gui shop plugin will suffice, just make the npc open the shop gui for them i guess

coarse warren
#

jea but i need good and easy ones i have got non at te moment

trail shuttle
#

!help

outer vesselBOT
#
Available commands:

!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance

!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki

trail shuttle
gilded nova
#

By the time the new thread modifies the value, the method will probably have exited already

#

If what you want to do is return the whatever that is and do something with it, either:
a) do it synchronously lmao or
b) CompletableFuture

trail shuttle
#

ill look into b, did it in a new thread cus thats probably a bad thing looping thru every channel and getting the messages

bold sparrow
#

How would you do it synchronously without using CompletableFuture?

gilded nova
#

Don't delegate the task to a new thread lol

bold sparrow
#

Fair

#

I’d do that personally lol

latent tendon
#

hmm

#

@gilded nova luck didnt look into it i see ;0

outer vesselBOT
#

Hey Thrasilias | TRose2000! Please don't tag helpful/staff members directly.

latent tendon
#

clippy shush

gilded nova
#

🤷

latent tendon
#

darn it luck

#

u scammed me 😭

vocal rivet
#

Oi!

#

How could you Thrasilias

latent tendon
#

whut did i do

#

pandi u mean?

#

pandi is on vacation

vocal rivet
#

reeeEEEEEEE

#

How could you

potent prawn
#

Where da panda go :(

gilded nova
#

no panda no patreon role

#

ez

latent tendon
#

:(

#

there is pandi

vocal rivet
#

thank

sweet shard
#

Any solution to the bug called, already connected to this proxy, but I have already change the proxy...

#

i think its bug

tall dagger
#

Has anyone tried OmiHealth plugin?

gilded nova
#

what it do

tall dagger
#

@gilded nova It gives more health

#

hearts*

gilded nova
#

oh

short warren
#

whats the point of that? players who cant fight a zombie?

gilded nova
#

lol

tall dagger
#

Was meant for other stuff than "vanilla" but got rid of that idea

#

anyone might know about shop signs not working for players? like they can make and all but they dont get the money

gilded nova
#

So who did you guys voted for? 👀

#

Biden is kinda winning so that means we're fked

short warren
#

Bidens not gonna win lol

gilded nova
#

You think? Because i hope he doesn't otherwise you guys in US will have war 👀

short warren
#

Yeah the US is gonna be a mess

#

What

#

That sentence didn't make sense, although in kind of tired

gilded nova
#

Here

short warren
#

Sounds like fear mongering to prevent biden votes

gilded nova
#

Well i don't know this since i'm not from US but could be true 🤷🏼‍♂️

steady mountain
#

Let’s hope Kanye West wins

#

He’s the only option that makes sense

trail shuttle
#

Does he even know how politics work?

steady mountain
#

I don’t think so, I don’t even know why he’s on the ballet. He will probably lead us in the way of rap if he wins.

#

Oh he paid his way onto the ballet apparently

gilded nova
#

Does he even know how politics work?
Does Trump?

steady mountain
#

Lmao do any of them?

trail shuttle
#

Not a big fan of talking about politics, but why would people vote for some dude who is a rapper

steady mountain
#

Well in my state apparently people like 3rd party option more

#

We wanna be special

trail shuttle
#

Sometimes 3rd options can be better but for president?

steady mountain
#

Yeah..... or The Legal Marijuana Now Party.... do you trust them to run anything?

#

There 3rd party

#

Now 3rd party computer parts .... that’s usually a good deal right there.

potent prawn
#

Not a big fan of talking about politics, but why would people vote for some dude who is a rapper
@trail shuttle most people voted for a tv celebrity so 🤷‍♂️

#

I reckon Kanye would do well next election lmao

steady mountain
#

Lmao

trail shuttle
#

Didn't Trump try to sue people on Pennsylvania or something like that? Don't really follow all the news

gilded nova
#

Yeah..... or The Legal Marijuana Now Party.... do you trust them to run anything?
@steady mountain whats the issue with Marijuana

proper lance
#

enybody knows about nametagedit and how to change names in the chat to show a rank with a name?

modest compass
#

for chat, you need vault plugin and a chat plugin

#

!chat second link have some suggestiong

outer vesselBOT
#
LuckPerms does not perform any chat/tablist formatting of its own!

LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!

List of chat/tablist formatting plugins that work with LuckPerms
clever snow
gilded nova
#

Do you not know how to unzip it? @red oak

red oak
#

I dont know

latent tendon
gilded nova
#

Sad

#

Give me a sec

red oak
#

Ok

fluid brook
#

Any texture pack artist in here?

gilded nova
#

@fluid brook Ye

fluid brook
#

Just sent you a message

steady tangle
#

!verbose

outer vesselBOT
olive wyvern
#

10:08:55 [WARNING] Could not bind to host /192.168.1.137:25565
io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Cannot assign requested address

#

hm

#

oh nvm im dum

gilded nova
#

xdd

olive wyvern
#

ugh

#

the work I have to go through when my ip changes by one

vast isle
#

can't you just set your server ip to 0.0.0.0?

olive wyvern
#

wait what

#

i homehost

#

wait thats possible

vast isle
latent tendon
velvet stone
#

Hello

#

Good evening! I have all servers connected to the same database, is it possible to make the rights on the other server depend only on context

trail shuttle
#

!context ?

outer vesselBOT
velvet stone
#

no-no

#

I know that

#

I have another problem, I already have about 150 rights, and it will take a lot of time to set each one separately

#

I have 3 servers have server:global

olive wyvern
#

Idk why, but I cant have ppl connect to my server >:(

#

They could before, but not anymore

#

I have the port forwarding and stuff

#

but

trail shuttle
#

!paste proxy log

outer vesselBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!

For console errors:

Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!

Other errors:

Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!

trail shuttle
gilded nova
#

Guys who can throw off a ready-made donation script for the server, on the Internet I did not find how to make my own scripts. I watched both Russian-language and English-language sites and forums ...zero

olive wyvern
trail shuttle
#

no firewalls? ports correct? ips correct?

#

Does the spigot server give any message?

olive wyvern
#

ports correct, ips are too

#

spigot dosent give anything

gilded nova
#

1.17 snapshot

#

woooaa

olive wyvern
#

wait rtlly

#

rlly

gilded nova
#

yea

#

Well I'm from Slovenia and I am not proud of our stupid dumb PM but man.. this is funny as hell 🤣🤣

clever snow
gilded nova
#

Um is this like for real that trumps Electoral Envelopes were found laying around the round in some states? 🤔

rigid widget
#

I doubt anyone here can authoritatively say so

gilded nova
#

Yeah i know but still

rigid widget
#

Try and find more sources for the information, if there are you can gain confidence on it being true

gilded nova
#

Well i tried but this person who posted was SS so good luck with this..

rigid widget
#

it's facebook, I wouldn't trust it tbh

#

find major news outlets talking about it and there's a lot more confidence there

gilded nova
#

But if this is somehow "true".. wouldn't this go straight to supreme court?

#

It needs to be proven it's true

#

That screenshot alone is useless

desert moon
#

does luckperms work for 1.8.9 im having troule

gilded nova
#

I know that this SS is useless but still i posted if someone did noticed anything around tho

desert moon
#

can somone send me a file for 1.8.9 because its not working for me

gilded nova
#

Why you asking in offtopic??

desert moon
#

cause i asked in general before and the said it was off topic

gilded nova
#

What file you need ??

desert moon
#

1.8.9 luckperms

gilded nova
#

Luckperms? Go on luckperms website and download it

desert moon
#

but i did and it didnt work

rigid widget
#

latest LP works

gilded nova
#

There is not such a thing as 1.8.9 luckperms

desert moon
#

ok hold on

#

alright when i type in /pl luckperms is red and the rest are green what does that mean

#

@gilded nova

short warren
#

unsupported for your version iirc

sturdy geode
#

Hello guys, i need some help. I want to delepop a plugin that works together to the plugin GriefPrevention, cuz the GP maks impossible to add flags that doesn't help the mobs, only the player. There is a config.yml of the plugin that makes the creatures protected, but in my survival server, I need a way that makes possible to farm wither roses. And if I protect the creatures, makes imposible to a wither kills mob.
There are 2 ways to solve that, by making a plugin that bypass this command (of protecting creatures) and that way makes possible to kill a mob, however I also need to keep the mobs inside a claimed region invunerable to other players that has no permission to interact with that region
anyone can help me?

trail shuttle
#

!paste latest.log @desert moon

outer vesselBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!

For console errors:

Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!

Other errors:

Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!

short warren
#

log isnt needed for that, is it?

gilded nova
#

well yes

#

it's 1.8.8

#

LP should work fine

#

How does makes sense that biden won california? 👀 shouldn't trump win this?

latent tendon
#

!ssl

outer vesselBOT
#

Sorry! I do not understand the command !ssl
Type !help for a list of commands.

latent tendon
#

Ffs

#

!help

outer vesselBOT
#
Available commands:

!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance

!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki

latent tendon
#

!errors

outer vesselBOT
tight chasm
trail shuttle
#

Reset their player data i think

tight chasm
#

that i dont want there lose all the stuff than

#

is nbt tag from minecraft vanilla or from plugin?

trail shuttle
#

Vanilla

tight chasm
#

ok and i can not set the limit higher?

verbal kite
#

Hey guys! Anybody can help me with lp and bungeecord sync?

trail shuttle
#

!sync

outer vesselBOT
verbal kite
outer vesselBOT
trail shuttle
#

!errors

outer vesselBOT
trail shuttle
#

Caused by: java.net.UnknownHostException: s99.craft-hosting.ru address is wrong

verbal kite
#

@trail shuttle Can i write you private messages?

trail shuttle
#

Rather not

verbal kite
#

I copy the address and paste it, why he can be wrong?

trail shuttle
#

!paste config.yml remove passwords

outer vesselBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!

For console errors:

Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!

Other errors:

Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!

verbal kite
trail shuttle
#

Check your host to see if its right

desert moon
#

does anyone know a factions plugin that works with 1.16.4 and/or a scoreboard plugin

verbal kite
#

Host: s99.craft-hosting.ru
Base Name: bd_bungee1772
Port: 3306
Login: bd_bungee1772
Pass: _

Its the my vds window, its cant be wrong...

trail shuttle
#

Make sure u done that

desert moon
#

does anyone know a factions plugin that works with 1.16.4 and/or a scoreboard plugin please i really need help

verbal kite
#

OK. If the sql in same machine, i can use localhost?

trail shuttle
#

No use your servers ip (number ip)

verbal kite
#

OK! What server ip should I use? Bungeecord?

#

Or each has its own ip?

trail shuttle
#

Is it a shared host?

verbal kite
#

How to understand shared?

#

I have auth, lobby and bunge. And have 3 ip. Which ip to use in config?

vivid apex
#

@thick quail @paper sierra @vale valley @subtle seal did any of y'all figure out what was causing the "ungrouped" crap and fix it?

#

would appreciate the help

proper lance
#

Are bukkit plugins supported for paper? Looking for a free anticheat x ray plugin

potent prawn
#

of course

#

but paper already has anti xray built in

proper lance
#

Any free anticheats you can recommend?

short warren
#

matrix possibly

proper lance
#

costs 25$

sudden ice
#

hhhhhhhhhh

#

Any free anticheats you can recommend?
@proper lance matrix has a trial you can use

proper lance
#

Hmmm

#

is it too limited?

sudden ice
#

i forgot the limits

#

but if ur running like less than 70 people server

#

you'll be fine

#

since i think anything over 70 u need to pay

#

i forgot

proper lance
#

oooohhh okay, hell yeah

#

we have only like 11 people on a private server

sudden ice
#

that wont be an issue

#

the free version is on their discord

short warren
#

its here as well

#

if its a private server whats the point of an anticheat?

gilded nova
#

Lol

#

Cant trust yo friends bud

tall dagger
#

Random question but anyone know the command to obtain player heads? /give @p minecraft:player_head{SkullOwner:"PlayerName"} isn't working for me

short warren
#

are you in 1.8?

#

its different in that version iirc

tall dagger
#

1.16.3

sudden ice
steady mountain
#

ewww

shrewd willow
#

@surreal bloom that is right

shrewd willow
#
    2: # 3rd column
    - {text: "${server_state Prison}&lPrison", icon: "${server_statee Prison}", ping: "${server_stateee Prison}"}
    - !players
      playerSet: Prison
      playerComponent: "${player luckpermsbungee_prefix}${player name}"
      morePlayersComponent: {text: "... and ${other_count} others", icon: "default/players.png", ping: "${server_stateee Prison}"}
      minSize: 9
      maxSize: 9

I am tryning to add anohter prefix ill send what i need to add but I am not sure where to add it i tried whjere it says luckpermsbungee_prefix

#
&e%prisonranksx_prestige_displayname%%prisonranksx_currentrank_displayname%
#

tag me if you have any ideas

gilded nova
#

Ok

#

@shrewd willow

shrewd willow
#

Hi

gilded nova
#

Dus et support playceholda aye pee eye?

shrewd willow
#

Um

#

English?

gilded nova
#

Read it

#

Out loud

#

Does it support placeholderAPI

shrewd willow
#

yes

#

I was looking it up

#

On tspigot

gilded nova
#

Do you have placeholderapi

shrewd willow
#

I do it is on the spigot servers

#

not bungee ofc

gilded nova
#

Ofc

#

So

#

Have you installed the extension

shrewd willow
#

um

#

let me see i dont even know the extension

gilded nova
#

/papi ecloud download (pluginname)

#

Generally ^

shrewd willow
#

Yes I dont see what to install

gilded nova
#

R u ok

#

You need worldedit for it to work

shrewd willow
#

world edit installed on all servers

gilded nova
#

You need it on bungeecord

#

To handle scoreboard and tab

#

You might actually find that votifier helps in some cases to display placeholders for bungeetablist

shrewd willow
#

Votifer

#

is installed on bungee

gilded nova
#

You need it on spigot too

shrewd willow
#

it is

#

on all spigot srever

gilded nova
#

Nice thats good

#

Theres 1 more thing that has an api to help placeholders work properly

#

Its called discordsrv

shrewd willow
#

that is on all spigot servers

gilded nova
#

You need it on bungeecord too

shrewd willow
#

disocrd srv

#

doesmt support bungeecord

gilded nova
#

Yeah just for the api

#

It does

#

For placeholders to work you need it

shrewd willow
#

installed on bungee

#

@gilded nova

gilded nova
#

Gg

shrewd willow
#

So where do i add that prefix

gilded nova
#

Im the votifier config

rigid widget
#

YOOO TIMBALAYAH YOURE BACK

#

jk I'm back

#

And now I'm gone

gilded nova
#

HAHAHHAA

#

Bro life off school is mintos

shrewd willow
#

lol

gilded nova
#

Umm i think Trump will be president for 4 more years no matter what 👀

#

There was voter fraud in MI 🤔

proud oyster
#

!bungee

outer vesselBOT
south sluice
trail shuttle
modest compass
#

wow

proper lance
#

Anybody knows how to put the anti Xray in Paper?

gilded nova
#

Turn it

#

On

proper lance
#

well, where and how

modest compass
#

paper.yml

#

look for Xray config section

gilded nova
#

Be careful u'll probs get banned from that discord if you ask how to turn it on

short warren
#

There was voter fraud in MI 🤔
Iirc it was just that most of the mail in ballots were democratic which isn't suprising at all

gilded nova
#

So i'm having issue or i'm just dumb... with chatcontrol, tags and luckperms.. i can't make it working so chat would lool like this: level tag(if is one) rank name message

#

But i keep getting: level name(if player doesn't have rank) otherwise rank message

#

But i want to make so even if tag is not enabled i get one space between each placeholder

sweet shard
#

where

#

is the invitation link?

gilded nova
coarse warren
#

does somone know a good scoreboard plugin

#

noone

rigid widget
#

Featherboard is popular

coarse warren
#

thx

gilded nova
#

isn't that paid?

#

for paid, I'd go with TAB tbh

reef vector
#

hello on my server i dont know how to get it to come up with like admin or vip next to your name in chat from the groups

#

do any of you know how to do it

gilded nova
#

!prefix @reef vector

outer vesselBOT
reef vector
#

ive done that

ruby ivy
#

!help

outer vesselBOT
#
Available commands:

!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance

!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki

gilded nova
#

!chat then @reef vector

outer vesselBOT
#
LuckPerms does not perform any chat/tablist formatting of its own!

LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!

List of chat/tablist formatting plugins that work with LuckPerms
gilded nova
#

@trail shuttle how I remove the essentials antibuild I use aternos

steady tangle
#

Check your mod/plugin tab in your panel I think

steady tangle
#

I liked fireworks as a kid, but now that I'm an adult I absolutely despite them. They're so loud and unnecessary and harmful bruh

gilded nova
#

I'm cool with those that aren't loud

#

they do be looking nice

steady tangle
#

Yea

#

Sparklers are cool

gilded nova
#

y'all ever ឵឵?

#

឵឵

south sluice
#

never

south sluice
gilded nova
#

for paid, I'd go with TAB tbh
@gilded nova ? Isn't that a tab plugin

outer vesselBOT
#

Hey Tim__! Please don't tag helpful/staff members directly.

short warren
#

it has scoreboard as well

#

on premium version

gilded nova
#

Youre jokin me

#

Dont even buy it but

short warren
gilded nova
#

Just build it

#

Yeah

#

He lowkey seems cut when he's like "if you dont want to support me i see no reason to support you" lol

south sluice
#

TAB is a nice plugin imo

gilded nova
#

The default config is way OTT

#

But thats not the point. Yeah its a good plugin

short warren
#

lmao i remember joining that server to ask an extremely basic question and im not sure it was ever answered

#

so i dont see why you would pay more for support

gilded nova
#

He's really arrogant i know that much

south sluice
gilded nova
#

Yeah

#

How u gonna have 3 owners

#

Half your server is staff

sudden ice
#

I wish I had the motivation to work on Minecraft servers and be a part of the community again.

south sluice
#

out of 58 people online 9 are staff

gilded nova
#

Thats half

sudden ice
#

I don’t like having staff personally.

south sluice
#

huh

gilded nova
#

58/2 = 9

south sluice
#

3 owners because there's 3 company managers pepeshrug

sudden ice
#

I like doing everything by myself.

#

I can’t have staff after what happened a few years ago.

#

But partially it was my mistake.

gilded nova
#

Company managers

south sluice
#

which is why you sign your higherups on NDA's pepeshrug

sudden ice
#

NDA?

gilded nova
#

I like doing everything by myself.
@sudden ice thats gonna bite you in the ass if you keep that attitude in future

south sluice
#

Non-disclosure agreement

sudden ice
#

Oh

gilded nova
#

Jesus its really that deep for a minecraft server?

sudden ice
#

How so?

#

Tim

#

What’s wrong with doing everything by myself?

gilded nova
#

I mean in life bud

sudden ice
#

Oh

gilded nova
#

How old are you?

sudden ice
#

18

gilded nova
#

Do you have a job

south sluice
#

well seeing as I run a bit more than just a MC server yes

sudden ice
#

No I don’t have a job

gilded nova
#

Its good to be independent but not stubborn about it

#

I'm not saying you are

#

But don't be

sudden ice
#

Alright

#

Sorry

gilded nova
#

Bro why r u apologizing

#

Its not that deep

sudden ice
#

I don’t know

gilded nova
#

I mean this is coming from the guy that smokes cones before school

sudden ice
#

Smoke what

#

Cones

steady tangle
#

snow cones

sudden ice
#

Ice cream cones

steady tangle
#

👍

#

yes

gilded nova
#

Cones

#

Sorry aussie thing I guess

sudden ice
#

Oh

gilded nova
#

Four two owe

steady tangle
#

it's where they stuff their face into an ice cream and i n h a l e

gilded nova
#

Yep

#

Smoked

steady tangle
#

yes

sudden ice
#

Btw, can you take someone to court over NDA’s? Kinda curious @south sluice

south sluice
#

Yes

#

if they break the NDA I can pursue full legal actions if needed

sudden ice
#

Oh damn

gilded nova
#

Meanwhile in Slovenia 💪🏽💪🏽

#

Police start attacking us with police water cannon truck because we're for them "huligans".. They fking made police hour, quarantine.. what else they expect from us to do lmfao..

gilded nova
#

if they break the NDA I can pursue full legal actions if needed
@south sluice im sure court will care so much about a minecraft server😂😂

#

Meanwhile in Slovenia 💪🏽💪🏽
@gilded nova the fuck?

south sluice
#

seeing as it's a company yes they will..

gilded nova
#

Whats your company called

#

And what do you do

#

Is it a registered company?

#

Oh you make discord bots

#

I can almost garuntee they will not give a fuck about any legal cases you try to lodge against someone

south sluice
#

I don't think you get how a court system works Confused_Dog

gilded nova
#

Can i buy a share in your company

south sluice
#

not a public company..

gilded nova
#

why not

#

hit the bus. name with a pty ltd

south sluice
#

not needed

gilded nova
#

What do I have to do to buy a share in your company bud

forest helm
#

This doesn't particularly feel like the place

gilded nova
#

omg

#

--------------------------> #general <------------------------------------

forest helm
#

I'm well aware of which channel we're in tim

gilded nova
#

It's most definitely the place. I'm a willing investor and see potential in the development and selling of discord bots

forest helm
#

Is the LP discord the place for conducting business?

gilded nova
#

It's definitely the off topic channel so I dont see why not

short warren
#

The company is honestly a cool idea, although wtf are these bot descriptions