#general

1 messages ยท Page 163 of 1

atomic lance
#

Damn ok

forest helm
#

there we go

lucid nova
#

and the weight, of the groups? example

forest helm
#

!weight

outer vesselBOT
forest helm
#

forgot that page exists

#

read that

lucid nova
#

ok, ty, sorry for the problems e.e

#

my english is not soo good e.e

forest helm
#

it's fine lol

gilded nova
#

anyone here have a decent amout of knowledge about skript?

nimble condor
#

gi

gilded nova
#

Anyone know a plugin I can add commands to blocks?

#

ping me if u do I'd highly appreciate it.

atomic lance
#

anyone here know how to use ServerSelectorX?

wanton crag
#

anyone know how to have a permission on a speific server but no this permission on other server bungee

rigid widget
#

!context use these:

outer vesselBOT
wanton crag
#

ty

remote fern
#

hi @rigid widget

outer vesselBOT
#

Hey sirhype! Please don't tag helpful/staff people directly.

latent tendon
#

spigot site offline?

rigid widget
#

yeppers

latent tendon
#

yikes

#

Larry looks like discord has issues too

#

lol

potent prawn
#

ban @remote fern bancat

latent tendon
#

hey turbo

#

gratz btw

potent prawn
#

on?

rigid widget
#

big scary red name i bet

potent prawn
#

oh yea

#

lol

#

thank u <3

latent tendon
#

;p

#

I should sell my plugin

#

Lol

modest compass
#

you can, but not here

vocal rivet
#

no sleep for me xP

gilded nova
#

anyone here know how to use ServerSelectorX?
@atomic lance Try Hub Basics

violet rivet
#

Server selector X is pretty easy to set up

#

there's an example in it's config file.

topaz palm
#

guys

#

im having a huge problem rn

#

my server release is tommorow and for some reason pvp stopped rworking

#

no message in chat or anything

rigid widget
#

what did you change

#

that's the reason

#

whatever it is

topaz palm
#

Well

#

I did some perms with luckperms

#

all crackshot

#

I changed the wand in worldedit

#

to a woodensword

safe marten
#

@topaz palm change that back. that usually is the issue

red jay
#

Hi there.
How do i stop the sampler of spark, I logged out and can't find the command
for it on the wiki :c ๐Ÿ˜„

vocal rivet
modest compass
#

!moss

outer vesselBOT
#
Essentials

Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.

EssentialsX Discord
pearl bear
#

What DO I write there?

#

Whats the localhost part?

modest compass
#

localhost means your mysql server is running locally on the computer

#

if your server and the sql database is on the same computer, then use local host

pearl bear
#

I dont host the server

#

Its on a website

modest compass
#

the host should be the ip address or web address of your sql database

pearl bear
modest compass
#

something like 193.173.13.245 or mc-db123.hosting.net

pearl bear
#

So server ip?

#

OOo

#

nvm

#

I know what

pearl bear
#

How to fix?

modest compass
#

looks like a firewall issue

#

!errors

outer vesselBOT
modest compass
#

there is a part on that

pearl bear
#

Hmm

#

This is what its supposed to be yeh?

modest compass
#

no like this: GRANT ALL PRIVILEGES ON [databasename].* TO '[username]'@'[ipaddress]'; you need to grant access to the database

#

read the link i sent ^^

pearl bear
#

Well

#

Where do I write the command?

vocal rivet
#

mysql

pearl bear
#

Everyones username or?

#

Everyone is having the issue

#

Like

#

What da frick

#

Do I write it there

#

I am lots

#

Lost...

vocal rivet
#

No, you type it like this:

GRANT ALL PRIVILEGES ON server_6519.* TO 'server_6519'@'[Your server IP Address]';
pearl bear
#

Ok

#

So what if I got a bungeecord

#

What server ip do I write

#

The one you need to connect to the server?

#

Or the ip to the skywars server

#

I got this issue too now

vocal rivet
#

of every server that connects to the database

#

YOu do it for each server

pearl bear
#

So for skywars lobby1 lobby2

#

I write both of them down?

#

In that exact page

#

Like

#

GRANT ALL PRIVILEGES ON server_6519.* TO 'server_6519'@'server1Ip';
GRANT ALL PRIVILEGES ON server_6519.* TO 'server_6519'@'server2Ip';

#

Yeah?

vocal rivet
#

Like this

GRANT ALL PRIVILEGES ON server_6519.* TO 'server_6519'@'%';

thats the easier way for starters

pearl bear
#

Save yeah?

mighty current
#

I know is off topic and I should ask in a mysql forum, but maybe some of you could give me a hint. I installed Ubuntu 20.x and Mysql-Server 8.x. For Minecraft I always create a user just with home and no special right, also no sudo user. So when I do mysql -u nomatterwhat -p I can not connect with this Mincraft account. While it ist possible with root and another user in shell.

mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

The funny thing is, that Luke could connect once and now stop again, while I did not change anything permission related. Does the system user need to be part of a mysql group or is there some kind of new security implementation. Since I never had such a problem in previous Ubuntu installations I'm not even sure for what I should google

drowsy quest
#

Try mysql -u root

mighty current
#

No, I did secure root already, will deny access, as supposed to

#

I mean it works as intended when i use root shell, also when i use my regular none root shell user. Only the user I created for Minecraft gets rejected

#

Totally weirdo

mighty current
#

Okay, is actually working again. Do be honest, not sure what happend. Maybe some shit did open to much sockets and they where kept open or fail2ban is active, what actually should not be active

#

Stranged problem I ever had

drowsy quest
#

!ask @gilded nova

outer vesselBOT
#
Please ask your question!

Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!

Why shouldn't I ask to ask?
teal sun
#

@gilded nova Try to connect with 127.0.0.1 instead of localhost

mighty current
#

@gilded nova a just saw that, what version of MySql are you using

#

If u use 8.x "query_cache_limit" is deprecated, you can not just copy paste a old mysql.cnf

#

Same will happen if you do dist upgrade and keep the old config, when it asks you

#

yes, no query cache in 8.x anymore

#

as I said, whole query cache is deprecated. Did you even change anything to the mysql cnf previously, if not, load the default one

#

and alter it as needed

#

do "sudo service mysql status" and post output

#

So server is not running and stopped because of errors above

#

best tipp, remove the config and let it create a default one for 8.x

#

I guess there will be more deprecated than query cache

#

InnoDB is just a MySql engine type

#

but yes, is causing an error

#

Since you use MariaDB what is most likley a redhat or centos thing as far as I remember, I don't have so much knowlage about the packages there in detail since I use Ubuntu and debian based stuff. But the error says that InnoDB is not supported and I guess you are still using the old config containing some InnoDB shit

#

I already gave my advice

#

and have to leave no for some important business on my toilette ๐Ÿ˜„

drowsy quest
#

Any decent distro has long switch to MariaDB

#

Even if you install the package mysql-server. It'll be MariaDB

mighty current
#

Possible, but what I wanted to say, that I don't know why InnoDB ist not supported, maybe it has to be installed via extra package or the config options are deprecated

#

And I don't know that distro

drowsy quest
#

Inno is supported

#

At least by default

#

Now why it isn't here I don't know

#

I mean I literally also have Debian 10 with MariaDB and I have InnoDB

pulsar carbon
#

idk where to go, maybe ya'll can help ๐Ÿ™, trying to launch a forge server and i keep getting this lovely error http://paste.frd.mn/icifelefox.cs idk where or what the issue is, this is my one line launch java -Xms1024M -Xmx8192M -jar forge-1.12.2-14.23.5.2854.jar send help pls

mighty current
#

Well than I would say the same thing again, may backup old mysql (mariadb) config and let it create the default conf to she if it is running

pulsar carbon
#

if you guys cant help could you point me in a direction?

mighty current
#

I guess it is still a config for an 5.x

#

(also backup the db itself, just in case)

drowsy quest
#

!help

outer vesselBOT
#
Available commands:
โ€Ž

!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!chat
!colours
!commandequivalents
!commands
!config
!context
!default
!downloads
!editor
!errors
!essentials
!extensions
!faq
!helpchat
!install

โ€Ž

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

gilded nova
#

!chat

outer vesselBOT
#
LuckPerms does not display things in chat!

LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!

gilded nova
#

!weight

outer vesselBOT
latent tendon
#

what was the name of the retured staff in here again

#

started with a

#

nvm found it

atomic lance
#

i do have a lobby server @vocal salmon

vocal salmon
#

oml

#

whats the plugin pls!

#

Everybody has begged me for it

#

and im just like use /server hub

atomic lance
#

its Hub Basics

#

but im warning you

#

it need a lot of configuring

vocal salmon
#

oof

#

Its fine

atomic lance
#

and comes with server picker

vocal salmon
#

I have all day

atomic lance
#

so if you have like serverselectorx

vocal salmon
#

Also u r a life saver

atomic lance
#

you dont need it

vocal salmon
#

Oh I mean...

atomic lance
#

lol

vocal salmon
#

I have npc instead

atomic lance
#

ah

vocal salmon
#

and guiplus

#

xd

#

But thanks anyway.

atomic lance
#

no problem

#

it just sucks that no one can do /hub

vocal salmon
#

Still ur a life saver

#

Hmm

#

I mean..

atomic lance
#

cuz luckperms doesnt feel like inheriting shit

vocal salmon
#

I am getting mad

#

We have hackers

atomic lance
#

you have aac?

vocal salmon
#

I cannot be the one to ban everyone

latent tendon
#

question

#

any 1 experience with DV8tion JDA

atomic lance
#

nope

#

o

#

i see what youre trying to say

#

no

#

lol

latent tendon
#

i need to cancel some guilds and i have no clue how

#

lmao

atomic lance
#

@vocal salmon did you figure it out?

vocal salmon
#

Didnt.

atomic lance
#

cuz i gave the default group access to flying

vocal salmon
#

Im gonna go through all of my groups adding like 20 perms.

atomic lance
#

ight

vocal salmon
#

oof to me

#

wai

#

t

#

unless the group needs !weight setup..

#

!weight

outer vesselBOT
vocal salmon
#

Im gonna put banner at the top

potent prawn
#

what ban plugin are you using, out of curiosity

vocal salmon
#

LiteBans

latent tendon
#

LiteBans best ban plugin

#

dont change my mind

vocal salmon
#

xd

#

Im still too dumb to make my own website to have my own thing like bans.skycade.net

potent prawn
#

is it running on the proxy?

vocal salmon
#

I have everything I need for it

#

and turbo no I dont think.

#

Wait is the proxy the server

#

or the bungee

potent prawn
#

bungeecord

latent tendon
#

bungee

vocal salmon
#

Nah

#

Its not

#

I did not want to add luckperms to bungee aswell

potent prawn
#

i know there is an issue with litebans if you use the litebans.* permission

vocal salmon
#

Well

#

I used to make litebans on the proxy

#

run on the*

latent tendon
#

lmc if y have my old bungee setup somewhere

vocal salmon
#

But I decided adding luckperms to bungee and figuring out how xampp works was not what I wanted

atomic lance
#

@potent prawn i tried to make builder inherit /hub from default and it didnt work

outer vesselBOT
#

Hey Licky! Please don't tag helpful/staff people directly.

latent tendon
#

oh shit i do

atomic lance
#

and just to test i tried /fly

#

which is something i know works

potent prawn
#

Licky you need to stop pinging staff

atomic lance
#

and it didnt

#

sorry

teal sun
#

If you ask in one of the appropriate channels I'm sure someone can help

vocal salmon
#

Out of pure curiosity how many lines of code would it require to make a basic perms plugin with just /set group and /user permission add?

atomic lance
#

lmfao

latent tendon
#

just use LP

#

ยฏ_(ใƒ„)_/ยฏ

vocal salmon
#

lol

#

Nah I do

#

I dont plan on makin my own

atomic lance
#

he doesnt want to cuz its not inheriting perms

vocal salmon
#

But I see alot of people doin it

latent tendon
#

talking bout perms

#

ima hide

#

XD

atomic lance
#

??

potent prawn
#

your issues with inheriting permissions is probably something very basic

#

but we are lacking enough info to really offer any suggestions.

vocal salmon
#

I asked if I could clone a group yesterday and was told to use parents and just inherit perms.

latent tendon
#

whisles

vocal salmon
#

Also Turbo I have the same issue lol

atomic lance
#

ok so i add bulider as a parent role and it doesnt inherit any of the permissions

#

what else is there to know

#

i saved teh settings

potent prawn
#

i doubt it, you guys are just saying similar things and assuming it's the same thing

vocal salmon
#

LOL @latent tendon I think there would be ALOT of modules on this xd

potent prawn
#

ok so i add bulider as a parent role and it doesnt inherit any of the permissions
what makes you say this though?
have you tried any of the debugging methods like verbose mode?

vocal salmon
#

Nah we both need to inherit permissions from another group.

#

I have a banner group

atomic lance
#

yes i have

vocal salmon
#

ANd I want to give my staff it

potent prawn
#

and?

atomic lance
#

it says that the builder doesnt have any of the perms that he was supposed to inherit

vocal salmon
#

Right not the only people who can kick/ban are trials ๐Ÿ˜‚

latent tendon
#

cant u just parent em

vocal salmon
#

now*

potent prawn
#

can yall just send your editor links

vocal salmon
#

Thras thats what ive been doin

atomic lance
#

ok lemme get it

vocal salmon
#

kk lol

latent tendon
#

turbo im not allowed to send my editor. bc advertising

#

lmao

potent prawn
#

wat

vocal salmon
#

Watttt

latent tendon
#

im using my own remember

#

hahaha

potent prawn
#

it doesn't really matter

vocal salmon
potent prawn
#

especially if i'm asking :P

latent tendon
#

nah its offline rn

#

need to re setup due to a new vps

#

lol

potent prawn
#

@vocal salmon what group is affected?

vocal salmon
#

Mod HR Trial and Helper

#

Well not Trial

#

They have specific perms

latent tendon
#

i have it simple

atomic lance
potent prawn
#

have you tried setting the permission directly to the user?

atomic lance
#

theres the editor

latent tendon
#

walks away from turbo

vocal salmon
#

Nope

#

I am too lazy too do it lol

potent prawn
#

a group called "retard" ... lovely

vocal salmon
#

Me?

atomic lance
#

its

#

OG

vocal salmon
#

With a retard lol

atomic lance
#

i dont know how to rename it

#

it was an inside joke

#

between friends

potent prawn
#

@vocal salmon if you're too lazy to try things then i am too lazy to help :P

atomic lance
#

i dont know how to rename it to OG

latent tendon
#

my ranks are the best

#

dont change my mind

potent prawn
#

@atomic lance no one has the group builder so of course it's not going to work

atomic lance
#

cruciallean does

#

what do you mean

#

lol

potent prawn
#

nope

#

all they have is group.retard

atomic lance
#

what do you mean

latent tendon
#

he has retard group only

vocal salmon
#

waitt....

latent tendon
#

lol

potent prawn
#

you haven't saved your editor buddy

atomic lance
#

i did

vocal salmon
#

If I add group.banner in the admin group?

latent tendon
#

no u didnt

potent prawn
#

save it then send a new editor link then

vocal salmon
#

Will that settle my prob?

atomic lance
#

ok

potent prawn
#

cause you've sent me an outdated one

atomic lance
latent tendon
#

ok i wanna know this

atomic lance
#

that should be updated

potent prawn
#

@vocal salmon please run /lp verbose record then try the ban commands then run /lp verbose paste and send the link.

latent tendon
#

why the fu would u give people worldedit.*

#

what the actual

vocal salmon
#

ikr

atomic lance
#

for building?

latent tendon
#

why worldedit.*

#

why

atomic lance
#

why not?

latent tendon
#

why would u

atomic lance
#

whats so bad about it?

#

its just worldedit

potent prawn
#

please can we keep this to support only

atomic lance
#

ok

latent tendon
#

what if one of ur builders had bad ideas

#

its just a tip

potent prawn
#

@atomic lance ok so now they have the builder group, can you please confirm with /lp user <user> info

latent tendon
#

dont see it as hate

vocal salmon
atomic lance
vocal salmon
#

Should I get meh admin to do it?

latent tendon
#

welp ima go back setting up my turboeditor ๐Ÿ˜„

atomic lance
#

hes builder

potent prawn
#

great so they should have the permissions

atomic lance
#

he doesnt tho

latent tendon
#

i wonder what people use

atomic lance
#

thats the thing

potent prawn
#

@vocal salmon best to get anyone to run the commands that you believe don't have them.

latent tendon
#

parent set or parent add

potent prawn
#

@atomic lance please explain HOW you think they don't have them

#

make sure they're not just being an idiot

atomic lance
#

because when they do the command it says the dont have permission?

#

im not lmfao

potent prawn
#

it's usually the issue. lol

#

what command

#

be specific

#

otherwise i'm going to rage quit

atomic lance
#

well lets take my lobby compass

latent tendon
#

tip, after u edit a group / user, let them relog

atomic lance
#

thats .menu.example

#

he cant open the compass

latent tendon
#

so the cmd wont show red

vocal salmon
potent prawn
#

there is nothing about compasses in the builder group

vocal salmon
#

Wth

#

It works now

atomic lance
#

hubbasics.menu.example

#

that is for the compass

#

it said it in the config.yml for the plugin

potent prawn
#

@atomic lance that permission isn't defined

#

you need to define it

atomic lance
#

its the second one from the bottom?

latent tendon
#

btw turbo i wonder what happend with the guy who added /ban as a perm node

#

who was in here

potent prawn
#

"example" I feel like that is meant to be replaced with someone

#

@latent tendon a lot of people do that.

atomic lance
#

its not cause i didnt rename it

#

yet

potent prawn
#

please use verbose

vocal salmon
#

xd do I need apache running all the time?

potent prawn
#

apache is a service that is meant to run all the time, yes

vocal salmon
#

ugh

#

Its costin me 20 extra watts

#

and its all adds up in austrlia lol

potent prawn
#

power is cheap here lol

#

what are you on about

vocal salmon
#

Lmao

#

13 dollards a month for 160 watts

#

they go up each 10

#

by a dolalr

#

after u reach 160

#

My servers dynmap

latent tendon
#

um turbo is it normal that the LPW is blank?

potent prawn
#

huh

vocal rivet
#

dynmaps are awesome

latent tendon
#

or is it bc i dont have everything setup yet

vocal rivet
#

<.<

potent prawn
#

i have no idea how you've set anything up so i can't say

forest helm
potent prawn
#

iso view wutcat

vocal rivet
#

our modded server ( me and a few friends ) reached 44gigs with the Dynmap XD

#

I even turned off the 3d view XD

forest helm
#

I mean you can't grasp the scale of anything on 2d view

vocal rivet
#

GTA IV ?

forest helm
#

nope

vocal rivet
#

hmm .. but it is a GTA map isnt it?

forest helm
#

Not that I'm aware of

potent prawn
#

you can see ores in caves and stuff with iso view

latent tendon
#

GTA Liberty City PanThink

forest helm
#

It's just a citybuild server, afaik it's all completly original ยฏ_(ใƒ„)_/ยฏ

vocal rivet
#

Looks nice tho ^^

forest helm
#

I can take no responisibility lol, I'm just a helper

vocal rivet
#

I am still starting our modded server

#

We did a goof and pre-loaded and rendered the world with WorldBorder

#

I miss when we played on that server, I was building a big base and worked on a network based OS for OpenComputers. I was planning to have something like the AD DS, DHCP, FTP etc etc etc

#

But then we all lost interest in the server and stopped

latent tendon
#

Turbo where do i edit the port/ip for bytebin again

potent prawn
#

probably in its config somewhere

#

idk

#

i didn't make it :P

latent tendon
#

i dont see any config thats the fun part

#

XD

potent prawn
#

you might need to make it

#

what does the docs say

vocal rivet
#

its set with startup parameters

latent tendon
#

i see

#

java -Dserver.port=$PORT -Dserver.host=0.0.0.0 $JAVA_OPTS -jar target/bytebin.jar

#

right?

vocal rivet
#

yep ^^

latent tendon
#

thanks rainbow

#

now i gotta figure out how tf i did this with cloudflare

#

lmao

vocal rivet
#

you can also use a config file as it seems

latent tendon
#

oh

#

no support for apache anymore?

vocal rivet
#

Whut? Bytebin is a own application, but you can use Apache reverse-proxy to use apache as frontend

latent tendon
#

so i can basicly just keep it default

#

aka <ip>:<port>

vocal rivet
#
DigitalOcean

In this DigitalOcean article, we are going to see set up Apache on Ubuntu 13 and use it as a reverse-proxy to welcome incoming connections and redirect them to application server(s) running on the same network. For this purpose, we are going to use an

rancid pecan
#

Hey, not sure if this is the right place to post it but if anyone is semi to pretty good at pixel art murals, I have 2 on my server I am looking to get made based off of our logo, they are both pretty small and together total just over 900 blocks, I can get you a rank in exchange for the support

forest helm
#

ugh hit enter

rancid pecan
#

Hey thanks so much for the help!

latent tendon
#

my page turns blank

#

lol

#

no wonder. wiki is outdated lmao

vocal rivet
#

Oh, what information precisely?

latent tendon
#

you need to switch branch

#

else u cant do this part

#

rm index.html # the index page is the project homepage (https://luckperms.net/), you most likely won't want that :)

vocal rivet
#

So you mean the file is not there anymore when you download the files?

vocal rivet
#

Yes, because github-pages requires its own branch

#

oH

#

I see now

#

thank you for mentioning it

potent prawn
#

yeah it's known, sorry

#

use the website branch

#

there is a bit of info in the readme on how to install it

#

the self-hosting wiki page has been outdated ever since the new editor released :/

latent tendon
#

u mean v1 branch

#

(thats the only one with the files)

potent prawn
#

no i mean the website branch

#

this will be the new site with the tools you need

#

for LP v5

#

it's just not merged yet but you can still use it

#

i'm happy to help you set it up

latent tendon
#

that looks way more difficuly

#

lol

potent prawn
#

it's not really

#

well, it may be depending on how you want to host it

latent tendon
#

so clone then cd cd LuckPermsWeb

potent prawn
#

it's best done under a subdomain

latent tendon
#

and then just npm install ?

potent prawn
#

hold on

#

git clone --recursive https://github.com/lucko/LuckPermsWeb

#

then cd LuckPermsWeb

#

then npm i

#

then npm run build

#

that will build the files to the dist folder

#

which you can use to serve the static files

latent tendon
#

correct?

potent prawn
#

is that what was in the dist folder?

latent tendon
#

ye

potent prawn
#

okay

#

and are you serving this directly under a domain/subdomain?

#

or something like domain.com/luckperms/

latent tendon
#

can i send link here?

potent prawn
#

sure

latent tendon
potent prawn
#

bah

#

ok

latent tendon
#

its blank so idek

potent prawn
#

would you consider doing a subdomain?

latent tendon
potent prawn
#

yes

#

it makes it much harder when you want to do it like /luckperms/

#

i had someone try that the other day and we just couldn't get it to work

latent tendon
#

if uts easy to do without breaking my current website

#

lol

potent prawn
#

of course

#

subdomain shouldn't affect anything else

#

but you gotta set your dns up first

#

i think i remember you said you use apache?

latent tendon
#

yep

potent prawn
latent tendon
#

heh

#

my brains are dead

gilded nova
#

Hi, can anyone help me with starting up an economy in my server? im looking for a plugin that can assist in introducing material economy like coins or gold instead of digital currency in-game.

#

anyone know of a plugin to show the group prefixes that i have made with LP, in tablist

#

and on nametages

violet rivet
#

TAB and nametagedit are two that spring to mind @gilded nova

gilded nova
#

lol im actually watching a vid on nametag edit rn ty XD

#

with nametagedit will it apply player current LP group prefix to the nametag?

potent prawn
#

if it uses Vault which I assume it does, then yes

latent tendon
#

Turbo i dont get it

#

Lol

potent prawn
#

feel free to provide info on what you've done cause i don't know

latent tendon
#

after the thing u send

#

nothing

#

lmao

latent tendon
#

tbh i liked the old way better

#

lmao

rigid widget
#

try something u think might work n turbo will be able to tell you how to make it fully work, perhaps

potent prawn
#

it's ok to have a wrong opinion

latent tendon
#

well thing is

#

im scared to brick my apache

#

bc for some reason i always do that

#

XD

potent prawn
#

apache sucks

latent tendon
#

i used nginx

#

but yea..

#

the owner doesnt like it

#

what exactly do i do with /dist

potent prawn
#

you either point the virtual host to that directory, or copy it to wherever you point the vritual host

latent tendon
#

so just /luckperms

potent prawn
#

idk man i don't know your setup lol

#

usually you put web data in /var/www/

#

then /etc/apache2/sites-available/ is where you configure the v-hosts

latent tendon
#

well point is

#

when i open it

#

its just a blank page

potent prawn
#

did you use the website branch

latent tendon
#

i used the stuff u told me

potent prawn
#

can you run it off a subdomain

#

like i asked

#

cause you need to do extra stuff for it to work on /luckperms and i just cbf going through that right now

latent tendon
#

look like making it a subdomain is harder, might be wrong

potent prawn
#

not really, only extra step really is to setup the DNS

latent tendon
#

like this?

potent prawn
#

nah i mean with whatever service that provides the domain

#

like namecheap or whatever

latent tendon
#

its from porkbun

#

afaik

potent prawn
#

yeah you need to create a new subdomain from there and point it to the same server as the root domain

latent tendon
potent prawn
#

doesn't seem like a valid domain yet

latent tendon
#

welp i giveup

fervent dune
#

Does anybody know here what would be a good and easy anticheat to stup for minecraft server?

#

for mc 1.15.2

latent tendon
#

@fervent dune AAC

#

Paid Anticheat

fervent dune
#

How much is it?

gilded nova
#

Whatโ€™s a good GUI for luckperms?

rigid widget
#

to edit luckperms permissions?

proven sage
#

hi

rigid widget
#

hi

#

what gui plugin do you use

proven sage
#

guiplus

rigid widget
#

run papi ecloud download Player and papi reload

proven sage
#

done

rigid widget
#

run /papi parse <yourusername> %player_name%

#

does it give you your username

proven sage
#

yes

rigid widget
#

use it in the gui now; should work

proven sage
#

the one with the %player_name%?

rigid widget
#

yep

proven sage
#

YUEESSSS

#

Thanks larry

#

it worked

rigid widget
#

np!

gilded nova
#

to edit luckperms permissions?
@rigid widget yes

outer vesselBOT
#

Hey DaBock69! Please don't tag helpful/staff people directly.

rigid widget
#

the editor is still definitely the best. Make any modifications to the player ingame using commands and they'll show up in the editor

#

lp user <player> permission set test

#

do that for the people that aren't on the editor, open a new session, and they'll show up

gilded nova
#

thanks

#

also i would like something like the editor just ingame

#

im never gunna remember all the permissions so a gui would be amamzin

rigid widget
#

unfortunately while there is one plugin it's not always functional, the editor and commands are really the way to go

gilded nova
#

what is the plugin

rigid widget
#

and the permissions nodes are on the editor as a bonus, not on the gui plugin

#

the part about remembering the nodes is a moot point unfortunately

gilded nova
#

i dont mind i just want a quich fix ingame using the editor is long

rigid widget
#

LuckpermsGUI - make sure to read the spigot page for it to make it work

#

it's also unsupported here ๐Ÿ˜›

gilded nova
#

thnaks

strong igloo
#

How to enable prefix in tab?

rigid widget
#

tab support is pinned in off topic, you could ask them

strong igloo
#

Something I canโ€™t understand, but how to include prefixes in luckperms in a tab sheet?

rigid widget
#

you need a plugin like TAB for it

strong igloo
#

But do not tell me where to get it?

rigid widget
#

google

native sedge
#

wait whaat theres lp gui???

strong igloo
#

Sorry, I found him, just blind

rigid widget
#

noooo turbo it succkkks

native sedge
#

oh

rigid widget
#

editor is king

native sedge
#

nah i used to use yml

#

it was very convenient

rigid widget
#

noooooooooooooooooo

#

monster

#

how dare you

#

jk jk

native sedge
#

i guess database is better

vocal rivet
#

Log in -> Domain -> New A/AAAA/NX/SRV entry

#

done

mighty current
#

By the way, thanks to Brainstone, without that comment I would not took care about the story behind MariaDB fork and how that happend. I will switch now also to MariaDB

grand void
#

Hi, isn't there a person who knows the name of the plugin that hides the nametags except when targeting the player?

chrome cypress
#

I don't know if this has anything to do with Luckperms or anything.. everytime I do "stop" in the admin console to stop the server. I had a npc, and when I relogged, its now gone. Why?

#

Wait so, @safe marten sorry for the @ but what should I do?

#

I'm pretty much new to this

#

and I don't know why it's causing problems

cinder nacelle
#

reinnstall citiznes

chrome cypress
#

I have CustomNPC

cinder nacelle
#

no no

chrome cypress
#

?

cinder nacelle
#

citizens are perfect

safe marten
cinder nacelle
#

i suggest that you switch

chrome cypress
#

I have a modded server

cinder nacelle
#

it might fix

safe marten
#

Citizens is a ton better

cinder nacelle
#

yes

chrome cypress
#

great... i hate myself

cinder nacelle
#

it is

chrome cypress
#

Not even doing /spawn is working out

cinder nacelle
#

yes

#

u need to setup

#

perms

chrome cypress
#

I also want to do poses and stuff, thats why I wanna do custom

cinder nacelle
#

eh

#

idk

chrome cypress
#

Luckperm website perms are hard as hell

#

well difficult for me

cinder nacelle
#

i can set them up for you

chrome cypress
#

Really?

cinder nacelle
#

ye

chrome cypress
#

That would be really great thank you so much

#

I also have Nucleus

cinder nacelle
#

ok dm me

chrome cypress
cinder nacelle
#

kk dm me

#

*direct message me

pearl bear
#

Need help

#

If someone can answere

safe marten
#

Well I wouldve used multiverse for the maps instead of a bungee network.

#

If you used mutliverse then you can have the quit button

#

@pearl bear

dark roost
#

Hi, sorry for bother

#

I'm running a paperspigot sv with the last LP release, and i'm saving all LP data in a myqsl database, but i don't know if this is an issue:

#

In the editor i have 3/4 accounts multiplied

#

but in the database is okey

#

Any idea?

twin warren
#

It's a bug

#

Already fixed in the latest version

#

!download

outer vesselBOT
twin warren
#

try the jar there ^ ๐Ÿ™‚

dark roost
#

I'll do it right now and i'll tell you how's going ๐Ÿฅฐ

#

Well, mine wasnt the latest build after all... ๐Ÿ˜…

Im sorry, and thanks for the fastest support ever. Awesome plugin with an awesome staff โค๏ธ

drowsy quest
#

You're welcome ๐Ÿ˜‰

latent tendon
#

i think i kinda killed my server lmao

drowsy quest
#

gg

latent tendon
#

guess paper made some issues in last patch

#

not sure

dusk burrow
#

Does anyone know a plugin which can prevent mob spawners generating naturally in my world?

drowsy quest
#

@icy owl let's continue here

#

Additionally you now need to make sure the server supports folders (thinking about that, that may make sending the data back to the server, as you can now just use two different formats, still a hassle)

#

Now all that would easily be 5 hours of work just on the editor itself

#

Now onto the juicy bits: The plugin itself

#

LuckPerms now needs either an additional data store or needs to extend the existing ones

#

Adding one is not really an option, because then you lose the ability to sync that folder data between servers and that's one of those things people will complain about instantly. So no choice but to extend the existing data stores

#

For some that's easy, for others (the SQL based ones) not so much. It can be done but it's a lot of work because currently there is no data store migration system in place. And that would need to be created

#

Actually implementing the storage and processing of the data is actually not that hard, will still take a while

#

Now you may thing we're done here, but not quite. Because you now have introduced new useful data in a way that can only be accessed through one method.

#

So in short it is poorly integrated into the plugin

#

Not only will people ask for that folder data to be viewable and manipulable through commands and the API but I'm 95% certain Luck would want that proper integration too

#

And adding that is a lot

#

Like just a lone working out a new command syntax that allows working with folders and doesn't break existing behavior will be a tough thing to do

#

Implementing that will be even more work

#

So that's why I think it's way too much work to implement, even if it just gets implemented shallowly into the plugin @icy owl

#

Makes sense?

icy owl
#

Ok

#

You still need to change your pfp it is offensively green

rigid widget
#

Hey, green is good

#

I could say yours is offensively dull and gray :P

icy owl
#

Well I could color it

#

I made this drawing on a whiteboard

drowsy quest
#

If you donโ€™t want to understand how not doing something that upsets a certain group of people, will end up helping you, then I canโ€™t help you

#

And regarding your example: if my avatar was offensive to a group of people I depended on to do work for me I can do myself, you better believe I would change it

drowsy quest
#

For Linux Iโ€™d recommend pterodactyl

#

And for accessing it through your domain, first of all make sure youโ€™re port forwarding properly

#

Then point the domain to your public IP

#

If it changes often you need dynDNS service

faint nymph
#

next april fools the LP discord should be essentials support and the essentials category in moss should be LP support lol

rigid widget
#

i like that lol

faint nymph
#

not much would change prolly tbh

#

feel like im giving a lotta LP support in the moss server haha

golden violet
#

anyone know a good lucky block mod for spigot?

faint nymph
#

looks like fried chicken and gravy

forest helm
#

It's apple pie

#

with a raspberry pi

violet rivet
#

what one contains more sugar?

#

One on the left looks healthier, it's green.

astral coyote
#

Hey, I need a plugin that brings a money item ... Id like to create costum Villager Shops. So like 1 dia for 10 "money" ... some one knows a Plugin like that ?

#

I got Shopkeepers plugin already... Know I need a plugin to add my own Money item

#

not tiping /money in chat

#

A money Item in the inventory

#

I need a item ... so Players can trade money for an Item at the Shopkeepers

#

ok

#

I will try iot

#

it

woeful lotus
#

best economy plugin for bungee money?

gilded nova
#

does anyone know a good scoreboard plugin? for 1.15

latent berry
#

looks like fried chicken and gravy
:/

celest hemlock
#

So heres my thing, i want to promote a certain player from the default ---> MyGroup but he has never joined the server, so i cant run the command

#

is there a way to run a command once he has joined? might be a separate plugin

#

or anyway around it tbh, im new to luckperms so i might be missing something. thanks for the help!

rigid falcon
modest compass
#

!feature

outer vesselBOT
#

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

modest compass
#

!suggestions

outer vesselBOT
celest hemlock
#

cool! thanks! i think i found a plug in that will work for now

modest compass
#

dont ask in /pulls lol unless you are actually helping to code it

rigid falcon
#

oh

rigid falcon
#

Allways block if any site asks for notification acces and if u came acrros one and acidentaly did it go here
chrome://settings/content/notifications?
and remove the notifications from unknow sites!
please react this if it worked
thinksup

topaz palm
#

Hey I was wondering what you guys consider the best discord bot lineup? I need a combination of reliable bots that have the basic needs of a minecraft server

safe marten
#

It all depends what you need? Like are you looking to link your Discord Server to your Minecraft Server with like a /link command?

late sage
#

I need some help with displaying ranks on a scoreboard

#

I put %vault_rank%

#

But i want it to also display the ranks colors

drowsy quest
#

Try %vault_prefix%

late sage
#

we dont have a prefix

#

we do have a suffix for the server

drowsy quest
#

How do you then have a rank colors?

late sage
#

We are using luckperms and essentialschat

drowsy quest
#

That doesn't answer the question

late sage
#

let me check 1 sec

lofty compass
#

The plugin you are using might also require placeholder api

late sage
#

I am using placeholderapi

#

I got it

#

Its fixed

lofty compass
#

๐Ÿ‘

late sage
#

It was a problem with luckperms

#

I reinstalled the plugin and it fixed

late sage
#

I have another issue

#

Its with the scoreboard again

#

It displays the rank but it has extra characters

drowsy quest
#

What extra chars?

late sage
#

Ra

#

If you want i can send a screenshot

lofty compass
#

Did you put Ra by accident in something

late sage
#

I dont think so

#

prefix.1.&2[&aModerator&2] &b

lofty compass
#

Check format on the scoreboard plugin

late sage
#

ok

#

I checked the format

#

it seems that am doing it right

lofty compass
#

Check the prefixes again make sure there isn't 2 of them in the editor

late sage
#

ok

#

There is only 1

lofty compass
#

Are you sure its &a and not ra

late sage
#

I am sure since when I write something in the chat its completely normal

lofty compass
#

Try removing the &a

#

See what it does

late sage
#

ok

#

Ok the ra is removed

#

but now its a mix of green and white

lofty compass
#

It doesnt like multiple colors it seems

late sage
#

I think it would be better if i just %vault_rank%

#

Because that worked fine it just didnt have the rank colors

lofty compass
#

Yes

#

Or you can look at placeholders api list and add the luckperms group name. LP allows you to set a custom name along with the actual group name and prefix

late sage
#

Ok thank you very much

astral coyote
#

is there a command for seeing the marked area in world edit ?

forest helm
#

With vanilla worldedit, nope. There are other plugins you can get, but if you are ok with modding your client, the Worldedit CUI mod is the best (stands for Client User Interface iirc)

astral coyote
#

I need a plugin for my Bukkit/Spiggot server ^^

topaz palm
#

ok let me cut it down to this, dyno vs mee6 vs carl-bot vs yagpdb.xyz

#

who wins?

astral coyote
#

what

#

dafuq

topaz palm
#

?

astral coyote
#

mee6

forest helm
#

๐Ÿข Carl IMO, but Dyno is pretty good as well
MEE6 tags wayyy too much, I hate it lol

#

I joined the mee6 discord just so I could use the emoji for that message lol

vocal rivet
#

YAGPDB.xyz is also a pretty good bot, and they offer the ability to host your bot yourself with panel and shit, which is a + for me

forest helm
#

yeah open source ftw

#

just last I checked, it doesn't have logs

vocal rivet
#

They do have logs, but not the ability to log to channels sadly

forest helm
#

yeah, which I want

vocal rivet
#

For me thats also a negative, but their Auto-Mod abilities .. simply superrior to everything else I have seen yet

#

I am still positive they will add log to channel somewhen

forest helm
#

fair enough

#

I mean it's all open source, so someone could PR it

vocal rivet
#

It's golang, oof

forest helm
#

yeah

vocal rivet
#

pfffff

#

I wanted to get into golang

chrome cypress
#

I want to make a server with extra worlds, but I have a modded server and multiverse won't work

#

I need help

wanton crown
#

Hey
Does anyone know a bungeecord debug mode? or plugin that does this

rigid widget
#

Fisa this sounds like the X/Y problem- try describing the issue you're having in a detailed manner

#

LilCrispy, multiverse is not a sponge plugin or a mod afaik

chrome cypress
#

what could I use then?

rigid widget
#

I have no idea; you can ask the sponge discord or perhaps just Google it?

dusky jetty
#

can someone send how to connect lp to bungee

#

wiki link*

potent prawn
#

!bungee

outer vesselBOT
outer flax
#

IS there any plans on adding the possibilty to see parent permissions? Like in the web editor that u can see the permissions that u have because you are parent with a group, and see which group.

potent prawn
#

I was thinking of doing something like that, but it's not a priority atm

outer flax
#

oh ok, the reason why i think its good to have, because if you have a big server with a lot of perms, its easier to manage the permissions instead of checking if they are parent and don't need to give them that

#

if that makes sense

potent prawn
#

Yep, gotcha :)

outer flax
#

๐Ÿ˜„

rigid widget
#

!help

outer vesselBOT
#
Available commands:
โ€Ž

!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!chat
!colours
!commandequivalents
!commands
!config
!context
!default
!downloads
!editor
!errors
!essentials
!extensions
!faq
!helpchat
!install

โ€Ž

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

rigid widget
#

!extracontexts

outer vesselBOT
#

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

rigid widget
#

the anticipation is killing meeeeeee lol, clippy is gonna be so cool with all the shiny upgrades

potent prawn
latent tendon
#

hey turbo

#

i love the thingy u made

dusky jetty
#

n@5cfbcce7 (No operations allowed after connection closed.). Possibly consider u
sing a shorter maxLifetime value.

rigid widget
#

!errors your error is described here

outer vesselBOT
dusky jetty
#

hey i followed steps

#

i asked my hosting for timeout and they said wait_timeout is 5minutes

#

and i set max lifetime to 4 minutes

#

still same warn

celest hemlock
#

is there a way to promote/demote to a certain place in a track?

potent prawn
#

yep! parent settrack <track> <group>

celest hemlock
#

hell yea that helps a lot. I wish i could promote somene without them having to join the server first

potent prawn
#

have you tried using their UUID?

celest hemlock
#

ya know one person said that was an option and i didn't believe them, im gonna try that

#

that works! thank you! do you happen to know an easy way of getting the uuid without using a website? probably some plugin maybe?

neon hornet
#

I need help with groups

#

!migration

outer vesselBOT
potent prawn
#

@celest hemlock i'm not sure, there may be a plugin for that

celest hemlock
#

cool, thaks for all your help!

tame mulch
#

hey can i have a 1.7.10 version of LuckPerms pls @potent prawn

outer vesselBOT
#

Hey KryptosBro Is Rick! Please don't tag helpful/staff people directly.

vocal rivet
#

Go to the LuckPerms website and download the legacy version from the provided links

#

@tame mulch

tame mulch
#

nvm

drowsy quest
#

!download

outer vesselBOT
forest helm
#

hmm, why is bytebin not listening to my config?

#

thanks for your help, the action of me sending it here has fixed it

#

I love tech sometimes

#

๐Ÿ˜

drowsy quest
#

Shit happens

#

I can offer you a systemd file

mighty shard
#

@potent prawn you should make a suggestions channel

outer vesselBOT
#

Hey 33! Please don't tag helpful/staff people directly.

potent prawn
#

!suggestions

outer vesselBOT
gilded nova
#

does anyone know a plugin that makes your server kinda work like a bungeecord server? we dont need bungeecord yet as our server is relatively small, but is there a plugin out there that allows to separate plugins, inventories, and chat? or anything like it? all i found is perworldplugins and perworldinventory

violet rivet
#

multiverse

#

does that sort of thing

#

you can have inventories per world

#

nether portals per world

#

(and end portals)

#

pretty sure plugins are global

#

you would need to utilise the context feature of LP if you wanted perms per world

gilded nova
#

I do have multiverse, I didn't know it can set inventories per world

#

you would need to utilise the context feature of LP if you wanted perms per world
and did that :3

modest compass
#

you will need multiverse-inventories and multiverse-portals plugin

gilded nova
#

thank you very much!

cursive falcon
vapid moat
#

Do people here know of leveling or rank plugins that are well known to be compatible with luck perms?

modest compass
#

?

proud temple
#

Hi

acoustic berry
#

Anyone know how to set up a kick button on a server selector?

elfin crest
#

Hello, since i changed my server from bukkit to spigot, the players can't break, or place, even PVP

#

is there an issue with luckperms ?

vocal rivet
#

do you have essentials-antibuild or essentials-protect installed ?

proud temple
#

!help

outer vesselBOT
#
Available commands:
โ€Ž

!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!chat
!colours
!commandequivalents
!commands
!config
!context
!default
!downloads
!editor
!errors
!essentials
!extensions
!faq
!helpchat
!install

โ€Ž

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

gilded nova
#

[client]
port=3306
socket=/var/run/mysqld/mysqld.sock

[mysqld_safe]
socket=/var/run/mysqld/mysqld.sock

[mysqld]
user=mysql
pid-file=/var/run/mysqld/mysqld.pid
socket=/var/run/mysqld/mysqld.sock
port=3306
basedir=/usr
datadir=/var/lib/mysql
tmpdir=/tmp
lc-messages-dir=/usr/share/mysql
log_error=/var/log/mysql/error.log

symbolic-links=0

skip-external-locking
key_buffer_size = 256M
max_allowed_packet = 64M
table_open_cache = 256
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 4M
myisam_sort_buffer_size = 64M
thread_cache_size = 8
query_cache_size= 16M
thread_concurrency = 8

#innodb_use_native_aio = 0
innodb_file_per_table

max_connections=200
max_user_connections=200
wait_timeout=10
interactive_timeout=10
long_query_time=10

!includedir /etc/mysql/conf.d/

#

someone knows what is false?

#

everytime if i execute a lp command i'm getting timeout errors (mysql)

vocal rivet
#

add bind-address=0.0.0.0

#

to mysqld

#

Also make sure that the connection data is correct

gilded nova
#

okey

#

[17.05 19:33:22.450] INFO: [Lobby-1] [19:33:22 WARN]: [luckperms-scheduler-worker-1] WARN me.lucko.luckperms.lib.hikari.pool.PoolBase - luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection@67d3a8f2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.

dusky jetty
#

!errors

outer vesselBOT
gilded nova
#

thanks problem solved i think

proud temple
#

!user

outer vesselBOT
#

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

proud temple
#

!help

outer vesselBOT
#
Available commands:
โ€Ž

!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!chat
!colours
!commandequivalents
!commands
!config
!context
!default
!downloads
!editor
!errors
!essentials
!extensions
!faq
!helpchat
!install

โ€Ž

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

proud temple
#

!default

outer vesselBOT
signal finch
#

does someone knows how to use luck gchat api?

sonic trench
#

!colours

outer vesselBOT
bleak arch
#

!bungee

outer vesselBOT
signal finch
#

oke so this just dont help me

#

i ask for the API of GCHAT a plugin made by LUCK

sage wedge
#

Using GriefPrevention, does anyone know how to give someone a certain amount of claim blocks using commands? I'm trying to make it as a reward for voting on my server.

rigid widget
#

@signal finch check its GitHub

gilded nova
#

how can i open/read .db files?

rigid widget
#

Erm, you can't

#

That's intentionally done

gilded nova
#

what are they there for?

rigid widget
#

To store computer-readable data in an efficient way

#

If only the computer needs to understand it, it doesn't need to translate it to human and then back when you want to edit it

gilded nova
#

how is that better than just normal .json or .yml files?

rigid widget
#

Speed and efficiency

#

And space

#

Way less storage space used

gilded nova
#

i see! thank you

forest helm
#

This is why we have a web editor for luckperms ๐Ÿ˜›

spring rover
#

Looking for a little chat formatting help. Have LuckPerms, Vault and Vualtchatformatter installed. .... created Mod group ... added player and set prefix ... used reload but the prefix is not showing in chat. What am I doing wrong? How do I fix ?

#

also I see a M with a circle in LuckPerms web editor. I assume that means Meta data? How to I view or edit that in the web editor, or is that not possible?

potent prawn
#

The M means "modified"
Have you saved the changes and applied the edits with the command?

spring rover
#

I have

rigid widget
#

Try restarting the server

outer vesselBOT
pine dagger
#

can someone help me make my server open for other people

#

people cant join it

modest compass
#

Self hosting? Port forwarding?

pine dagger
#

port forwarding

#

it says connection timed out or failed to connect

#

yes

#

i think im doing portforwarding right but im not 100% sure

#

i watched couple tutorials and did what it said

#

anyone?

quiet salmon
#

Well port forwarding massively depends on your router and isp

pine dagger
#

my isp is tek savvy