#general

1 messages ยท Page 55 of 1

twin warren
#

autoclosables still need to be closed

#

lol

#

you either need to use a try-with-resources block (hence the 'auto') or manually call the close method

drowsy quest
#

According to the javadoc an autoclosable has it's close called during garbage collection

#

Or at least how I read it

twin warren
#

it doesn't say that anywhere in the javadocs

drowsy quest
#

Hm ok

#

I think I'll create a wrapper class for a PreparedStatement that closes the delegate statement and the connection. That should do the trick

twin warren
#

as long as you're careful to ensure the connection is closed if for example, the statement throws an exception whilst being constructed, that should be fine

drowsy quest
#

Ok. I'll keep that in mind

twin warren
#

hikari is great, but you need to be really careful to ensure all connections get closed the second you're done w/ them

#

the other alternative is using functions

#

which you see quite a bit

#

i'm personally not a fan, but it might work for you

drowsy quest
#

I was thinking about that too

#

I'll see how it turns out

#

But thank you a lot for the information!

lilac berry
#

can anyne help me with namecheap/cloudflare?

#

anyone*

drifting fable
#

@pastel grail I been working on getting Forge/Sponge working this week, next week would you feel comfortable walking me through some things if you wouldn't mind spending some time with me in messages? I'd love to speak with you about it and enjoyed the information you gave me prior about Forge in general. Thanks again in advance!

severe merlin
#

Does anyone have any experience with voting plugin? When a player votes I give them an enchanted emerald as a type of voting currency, but it has the enchantment mending on it and I want to remove that but still have the glow to have it look more professional. Just looking for solutions before I go down to code a solution.

twin warren
#

i made a thing

#

p. hacky huh

hybrid loom
#

@twin warren Maybe a new plugin?

#

or just some sort of test?

twin warren
#

nah i'm just messing around

hybrid loom
#

ok ๐Ÿ˜ฆ

#

Because I'm searching for a Scoreboard-plugin, that isn't Featherboard...
I have it, but it always gives me a error at some point that crashes the server, so.... not really what I want

bleak notch
#

@hybrid loom have you checked quickboard it's a good scoreboard plugin

pastel grail
#

What your asking for it outside of Luckperms support so continue here @gilded nova

gilded nova
#

k

#

got it

#

also i figured it out

#

thanks XD

hybrid loom
#

@bleak notch I'll give it a try

pastel grail
#

yeah sorry I think i explained it inverted - didn't have much sleep @gilded nova lol

drifting fable
#

Anyone here know what I should be putting for the default host server if the other servers go offline/shutdown on a Bungeecord network?

#

I should be doing the ipaddresshere: hub

#

Correct?

gilded nova
#

@drifting fable you can put whatever you want in there

#

play.derp.com: Hub
pvp.derp.com: Factions
etc
You MIGHT be able to disable it
forced_hosts: []

(I would create a config backup before testing..)

#

Anyone know a way I can add a line to a yml file? I'm creating a logger plugin (wanted a customized version)
and I can't seem to find a way to add a new line... It's a 'config' file File thing

drifting fable
#

I tried using hub as the default server but nothing happens. It doesn't display the null error in the console anymore @gilded nova - But it doesn't seem to work. If the server shuts down/disconnects, it doesn't send the players in that server to the HUB.

gilded nova
#

@drifting fable if you're wanting to force default server (When a player reconnects, teleport them to the hub) that's force_default_server: true
then set the hub as the default server
The

play.example.com: hub

would simply be to let players connecting through that IP to that specific server

#

You're wanting to look for these two settings (Don't lay it out the way I did, just change the values on your configuration)

force_default_server: true
  priorities:
  - hub
#

Understand @drifting fable ๐Ÿ˜„

#

That emoji is just.. strange..

#

@drifting fable poke

drifting fable
#

One second, I am alt tabbed working on the server. My bad, lemmy read this. Thanks!

#

Oh, nono thats not what I wanted. I wanted a fallback server in the instance a server goes down (I thinkthats what a fallback server is)

#

And there is no fallback_server option in the config anymore apparently. Editing it in seems to delete it and reset the config too

gilded nova
#

Yeah.. fallback server usually never worked, simply kicked players, VERY rarely would it be handled by the bungee, and rather by a plugin before the bungee would move them.. A fallback server would pretty much be, if they couldn't connect to a specified server, or a server went down with them on it, it would TRY to move them to the fallback

#

@drifting fable fallback servers are now called priorities

#

(apparently?)

#

I believe you'd set it up in this order;
Default Server: hub

Priorities:

  • Main Server
  • Fallback
  • Extra Fallback
    Higher being a more important server
#

This is me debugging the logging system, but this is an average chat log of a new player, am I right? ๐Ÿ˜‚

10:07:2017 at 1:59 AM (Saturday) | (world | 4,63,-4) | [CONNECTED] | <IP REMOVED> | IndieGuts
10:07:2017 at 1:59 AM (Saturday) | (world | 12,63,-11) | IndieGuts ยป Hello!
10:07:2017 at 1:59 AM (Saturday) | (world | 12,63,-11) | IndieGuts ยป /plugins
10:07:2017 at 1:59 AM (Saturday) | (world | 12,63,-11) | [DISCONNECTED] | <IP REMOVED> | IndieGuts
drifting fable
#

Oh, so the order of the priorities means which one you are sent to before the others?

#

Doesn't show a default server, sadly either. For some random reason.

#

listeners:

  • query_port: 25564
    motd: '&1Bungee Test Server'
    tab_list: GLOBAL_PING
    query_enabled: false
    proxy_protocol: false
    forced_hosts:
    pvp.md-5.net: hub
    ping_passthrough: true
    bind_local_address: true
    host: removedip
    max_players: 50
    tab_size: 30
    force_default_server: false
    priorities:
    • hub
    • survival
    • skyfall

In the instance Survival/Skyfall shuts down, I would want them to get sent to the HUB immediately after.

#

I don't want them to connect to the HUB every time they log online, I want them to be able to connect to the same server they connected to before when they logged off. Unless this is not possible to prevent broken servers from sending players to the hub.

So I would have to force default server, and they would have to warp to the other servers every single time they log online I guess?

fallow heart
#

Hi

#

somesone is good here to manage java flight recorder

mortal garnet
#

anyone know of a mod I can use to configure mobs spawning? I am running a pixelmon server and want to disable biomes op snails and stuff from spawning
please @ me

hybrid loom
#

Anyone here knows a good (and maybe free) Tablist-plugin for spigot?
I'm searching for a alternative to the Tab-plugin from MVdw...

pastel grail
hybrid loom
#

Andre_601 - today at 21:28 Uhr
Anyone here knows a good (and maybe free) Tablist-plugin for spigot?

#

I don't ask for a spigot-version without a reason

pastel grail
#

My fault - I only saw Anyone here knows a good (and maybe free) Tablist Sorry @hybrid loom

hybrid loom
#

I will give it a try

gilded nova
#

@hybrid loom what features are you wanting it to have, the most commonly used one is TitleManager, since it's features are useful (Except the ugly scoreboard)

hybrid loom
#

?

gilded nova
#

Does anyone have a code snippet of using Base64 in a GUI that I could use, I seem to keep getting errors, and I know players change their skins a ton...
EDIT: I fixed it, just added a reflection plus a url fetcher

steel pilot
#

Yeah.. let's not have that sort of stuff here.

twin warren
#

^

spare moat
#

does anyone know why people use Chat#getGroupInfoInteger() from Vault?

#

and if there's something like it on luckperms?

twin warren
#

yes

#

luckperms implements the vault api

spare moat
#

on sponge

#

why people use this method?

twin warren
#

huh?

#

what does this have to do with sponge

spare moat
#

why people used Chat#getGroupInfoInteger() on bukkit?

#

is it equivalent to the sponge's meta/options?

twin warren
#

yep ๐Ÿ˜ƒ

blissful adder
#

@twin warren I'm interested in encouraging devs to create (easy) Web UI like you have done for luck perms. I was curious in how you implemented it

#

My biggest problem is auth, I know it's loosely solved, but I don't really like the solutions

#

I would prefer something that doesn't require users to make accounts and use that account everywhere.

#

Was thinking that something based on JWT might work

#

where the JWT is passed as a link

twin warren
#

not sure if you saw my previous reply

#

but thereโ€™s a description of how it works on github lucko/LuckPermsWeb

#

@blissful adder

#

accounts arenโ€™t needed with my system, however all of the data is public (if you have the link)

#

however, it isnโ€™t searchable, and isnโ€™t hosted by me

#

and uh, permission data isnโ€™t particularly sensitive anyways

wispy monolith
#

@gilded nova should probably move the conversation over here btw

#

Well if you're wanting Plugins only (Client doesn't have Forge) you're always going to be limited

gilded nova
#

Any recommendations on good mods to make a sponge server out of

#

Is there a spongeforge 1.12.2

blissful adder
#

whose it hosted by?

gilded nova
#

Can someone help me out

#

plz

#

having a hard time....apparently....

naive pawn
#

@gilded nova how much ram do u have

fading warren
#

OK so im working on a network and iv almost got "Sky-block" server complete.

My next project is a "Creative" server what plugin would ya recommend, Ill be getting PlotsSquared, Any other recommendations.

naive pawn
#

I use plotsquared it's really nice

#

@fading warren

fading warren
#

@naive pawn do you use anything else

naive pawn
#

For creative

#

I use a couple other plugins I don't use a different creative plugin

#

@fading warren

gilded nova
#

@fading warren only PlotSquared, don't use any of the other horrible alternatives..

#

Also if you plan on adding Voxel support, don't be one of those idiots that forgets to add the addon, and gets greifed..

fading warren
#

wtf is voxel support

leaden ocean
#

support for voxelsniper

naive pawn
#

lol it's another type of world edit pretty much

gilded nova
#

๐Ÿคฆ

gilded nova
#

@naive pawn thanks i got it straightened out, have 5gb running it

naive pawn
#

@gilded nova ok let me know if u need help i might be able to help

gilded nova
#

Ok thanks, not home at the moment but might need a hand later. Any good mods tou recommend using for an oldschool survival dungeon server?

naive pawn
#

um tinkeres construct is a good mod for a survival surver

gilded nova
#

@naive pawn could i possibly get that plugin for the rankup?

gilded nova
#

Anyone know how to set individual rank home amounts per rank?

#

@drowsy quest

drowsy quest
leaden ocean
#

Depends if they're on sponge or spigot

gilded nova
#

sponge

leaden ocean
#

Nucleus?

gilded nova
#

ya

leaden ocean
gilded nova
#

isnt it something like /lp group default meta sethome #

leaden ocean
#

That link gives you the commands to use

gilded nova
#

Command not recognised

leaden ocean
#

Which command are you using?

gilded nova
#

oh meta, on the site it sais option

leaden ocean
#

Option is permissionsex, you need to click the luckperms to get the lp commands

gilded nova
#

oh oops

#

duh

#

ok thankss

leaden ocean
#

No problem :P

naive pawn
#

@gilded nova what Plugin

gilded nova
#

The auto rankupper plugin

soft sparrow
#

Someone who know a plugin that changes the color of the name that is above the player ? ๐Ÿ˜ƒ

naive pawn
#

@gilded nova i have no idea what u are talking about

gilded nova
#

@naive pawn sorry wrong person XD

naive pawn
#

@gilded nova its ok

gilded nova
gilded nova
#

Yay Discord servers are back up

#

They just rebooted all servers

fading warren
#

Anyone know of a plugin for managing worlds/lobbys for people to join if a world starts to get so full ??

For example if my lobby starts to exceed so many players a nother lobby (world) will open and people will be teleported to that world if they join but leave a small buffer for people to join the lobby there friend is in (unless full)

rancid light
#

cant bungie do this

brazen wraith
#

Who wants to build a kitpvp map (For public realse)? Pm Me!

gilded nova
#

@fading warren you can google it (lobby manager / server flood manager) but those tend to be bungee, or you can get someone to code it for you, such as;

@EventHandler
public void onJoin(PlayerJoinEvent event)
Player player = event.getPlayer();
if(bukkit.getServer().getWorld("LobbyOne").getPlayers().size >= 25){
  // Check server two, three, etc
}

My code might be off a bit, but it's an example ๐Ÿคท

#

but that code would work for worlds, but bungee

#

Anyone want some custom plugins / premade servers?
I'm trying to get my bank out of the negative balance, so please help ๐Ÿ˜‚

naive pawn
#

lmao

#

just wondering how much for a custom plugin

gilded nova
#

@naive pawn me?

naive pawn
#

@violet crest yes

fading warren
#

Anyone got a optifine cape i can buy cheap ?? (Dm me)

restive bramble
#

Why not get one yourself? I'm confused

fading warren
#

Not got quite enough im $2 off ๐Ÿ˜ข

#

or id straight up buy one.

#

there $10 iv got $8

gilded nova
#

@fading warren then save your money for your server ๐Ÿ˜‚

brazen wraith
#

@fading warren I got a great host - normaly replys to tickets in 18 hours

#

gureenteed within 24 hours

#

PM me if you want to see what host

rancid light
#

@twin warren thanks for a great perm system has been very usefull and stable for me

fading warren
#

@brazen wraith Ummm i didnt say anything about needing hosting o.O

#

My hosting is fine thanks

#

24gb VPS 6 cores

#

๐Ÿ˜ƒ

leaden ocean
eternal flax
#

I'm using deluxechat by the way

#

or sorry bungeechat

#

**

hybrid loom
eternal flax
#

Yep

hybrid loom
#

@eternal flax Do you use LuckPermsBungee?

eternal flax
#

Yes

#

This is the server attached to it

hybrid loom
#

That's strange...

#

BungeeChat should automaticly use the prefix of LuckPerms...

eternal flax
#

Yeah thats what I am thinking

#

I have the same setup on my other server, and it works

#

So I'm confused.

hybrid loom
#

no errors at all?

eternal flax
#

Nope

#

It shows the group has that prefix for sure

hybrid loom
#

Maybe BungeeChat is disabled? ๐Ÿค”

eternal flax
#

and I am in that group

#

The plugin reloads just fine

#

So I dont think so

pastel grail
#

@bleak wolf continue here as its not a Luckperms issue. I actually have my mysql config set for max_connections = 1000 - bascially https://gist.github.com/scottvrosenthal/5383554 but with my own tweaks (not my gist)

bleak wolf
#

@pastel grail ill give it a try! thanks

gilded nova
#

do u guys

#

use

#

Multiverse-Core

naive pawn
#

my spawn project

jagged kestrel
pastel grail
#

because you failed to setup correct settings in both bungee and on the server ip_forward: true in BungeeCord's config.yml & bungeecord: true in spigot.yml

#

Zodiak_42 UUID is b5c319bc-79c7-44d9-8210-38f6ec91162f

jagged kestrel
#

Then, In my bungee, i don't have to set ip forward to true?

pastel grail
#

cavendish UUID is dd117349-e3f8-44ad-b97e-55b2c16ebdb8

jagged kestrel
#

So... In my Bungee, I need to set ip_forward to false?

pastel grail
#

re read what I stated ip_forward: true in BungeeCord's config.yml & bungeecord: true in spigot.yml

jagged kestrel
#

That's what I have...

pastel grail
#

Not a Luckperms issue

jagged kestrel
#

That's why i'm speaking in off topic

leaden ocean
#

Are you on paper spigot, or just spigot?

jagged kestrel
#

paper

leaden ocean
#

There is also a bungeecord option in the paper.yml

jagged kestrel
#

I don't have it on my paper.yml

leaden ocean
#

Hmmm, I've seen it there before. Could you send me your paper.yml via PM in gist.github.com?

jagged kestrel
#

Done

leaden ocean
#

Hmm, yeah it isn't there

#

Gimme a second

#

I'm clueless then, sorry :/ I use sponge primarily. You'll need to wait for someone with more knowledge of spigot

jagged kestrel
#

VanillaCord is really important ?

#

or it's only for vanilla servers?

leaden ocean
#

That's for vanilla servers

#

Do you have lp on both spigot and bungee? This'll help with debugging

jagged kestrel
#

in server.properties?

leaden ocean
#

As in luckperms on both spigot and bungee

jagged kestrel
#

Bungee is running on 0.0.0.0

leaden ocean
#

That doesn't matter, although I'd suggest against that and use your actual IP

jagged kestrel
#

Okey, but server running on server-ip=145.239.0.XX

#

I think

#

Bad conf from me, I need to use 127.0.0.1?

leaden ocean
#

Nope, if they're on the same machine, just use localhost

jagged kestrel
#

but if I was using server-ip=145.239.0.XX , there is no problem ?

leaden ocean
#

If you can connect to the server through bungee, all that doesn't matter

jagged kestrel
#

Line 1791: [00:47:02] [Server thread/INFO]: Cavendish[/192.168.1.10:24955] logged in

#

How... 192.168.1.10 ???

#

Local IP, right?

hybrid loom
#

@somber quiver Change the groups in the config.yml of the Tab-plugin to lowercase

somber quiver
#

oke

#

i try

#

the name of the groups to ?

drowsy quest
#

yes

#

group names are included in everything

hybrid loom
somber quiver
#

i was in tabprifex

#

now its works fine

#

white luckperms

#

yeey ๐Ÿ˜ƒ

restive bramble
#

Just remember not to go to a plugin's discord and blame the plugin for it not working next time ๐Ÿ˜„

somber quiver
#

its works not white CO

#

only co

#

its the fault luck

restive bramble
#

Not really

#

But whatever you say

somber quiver
#

not use CO

#

only co

#

i say you

#

its work not

#

its works only white co

#

and not CO

#

mabey you have say on spigote page

#

๐Ÿ˜ƒ

hybrid loom
#

Because the Tab-Plugin is casesensitive, wich is one of the most stupid things you can EVER make

restive bramble
#

So

#

Not LuckPerms issue

somber quiver
#

okay

hybrid loom
#

Already posted that problem there

somber quiver
#

haha

#

its good

#

thx alle lot

#

๐Ÿ˜ƒ

#

than its fault of the pl maker sorry

#

its works now

#

thx all lot

#

๐Ÿ˜ƒ

hybrid loom
#

Can I ask you, from where you are?

somber quiver
#

NL

#

neterlands

#

yeye

hybrid loom
#

ahhh. Nice place

somber quiver
#

yes

#

and you US

#

or EN

hybrid loom
#

no

#

Switzerland

somber quiver
#

nice place to

hybrid loom
#

yeah ๐Ÿ˜ƒ

somber quiver
#

legoland ๐Ÿ˜›

#

its not fare

#

for you

hybrid loom
#

That's in germany...

#

yeah.

somber quiver
#

haha

#

๐Ÿ˜ƒ

#

thx for everting ๐Ÿ˜ƒ

#

you are my hero's

hybrid loom
#

np

somber quiver
#

@twin warren and @hybrid loom

#

sorry

#

i dont no its pl from tab

#

haha

#

i fink its the luck if works white pex why not luck haha

#

its now fix

#

๐Ÿ˜ƒ

hybrid loom
#

@naive pawn How expensive was the server?

#

with everything (building, setup, ...)

naive pawn
#

Idk I spent around 4grand

#

I have 128gb of ram ๐Ÿ˜‚

#

24cores

hybrid loom
#

I just have a VPS with 24GB RAM, 600GB storage and 6 cores

naive pawn
#

Nice I'm thinking about buying another one but haven't decided I need help not the best with coding soo yeah

#

@hybrid loom want to see my setup?

hybrid loom
#

what kind of setup do you mean?

naive pawn
#

Pc setup

hybrid loom
#

hmmm...

naive pawn
hybrid loom
#

why not

#

๐Ÿ˜ถ

#

Is there only 1 screen?

naive pawn
#

Yeah

hybrid loom
#

I have 2 ๐Ÿ˜„

naive pawn
#

๐Ÿ˜‚I like how when people see it that is the first thing they say and what type of monitors

#

Nice

hybrid loom
#

My brother has a pc ๐Ÿ˜ฎ

#

Whatercooling for cpu and GPU

#

nice light inside the pc....

naive pawn
#

Do u know anything about the advanced bad plugin I just have water on my CPU

hybrid loom
#

My PC has a NVIDIA GeForce 1080 GTX.... or something like that

#

yeah

somber quiver
#

Over clock or not

hybrid loom
#

Should be overclocked...

naive pawn
#

My CPU over clocks itself and gpu is turned up a bit

hybrid loom
#

But even if not, that thing only starts working, when I REALLY use it

naive pawn
#

Lol true

hybrid loom
#

with cooling

#

It's so quiet since I have it

naive pawn
#

But really do u know anything about it

hybrid loom
#

no.

naive pawn
#

Dang lol

hybrid loom
#

My brother made the pc for me

naive pawn
#

Oh I meant the plugin AdvancedBan

hybrid loom
#

and after that, build one for homself ๐Ÿ˜›

#

No. not really

naive pawn
#

Agh I'm sitting in class it's so boring

hybrid loom
#

i know the feeling

naive pawn
#

What grade are u in

hybrid loom
#

no one

#

I'm searching for a job atm

naive pawn
#

Oh

jagged kestrel
#

Hi guys

drowsy quest
#

Hi

hybrid loom
#

\0

jagged kestrel
#

I've a problem ( I know you're not spigot support, but maybe someone can explain me how it's possible... )

#

Same UUID, not the same player... Running in offline mode with bungeecord, ( ip forwarding true & bungeecord true in spigot conf )... Someone know why this player can do this?

drowsy quest
#

People can do name changes

#

@jagged kestrel

jagged kestrel
#

Yeah, but Zodiak_42 didn't change his name

#

And he's premium

#

That's why it's strange... :/

naive pawn
#

Hmm

drowsy quest
#

Was Zodiak been on since?

jagged kestrel
#

after that?

drowsy quest
#

Yes

jagged kestrel
#

Yes, he's connected atm

drowsy quest
#

The logs show a simple name change

#

Hm

#

Try checking the user name

#

Of both

jagged kestrel
#

The second player has 3 differents UUID on my server

drowsy quest
#

Also is the Spigot reachable from the outside?

jagged kestrel
#

Yes, it was

drowsy quest
#

Thereโ€™s your problem

jagged kestrel
#

I know that's unsecure, but... how can he get this UUID ?

drowsy quest
#

He used a bungee or hacked client to connect

#

As simple as that

jagged kestrel
#

with local IP ?

#

Him IP was 192.168.1.10

drowsy quest
#

Or he has a server on the same hoster

jagged kestrel
#

Impossible

drowsy quest
#

Or he managed to get on your root

jagged kestrel
#

We're running on a dedicated server

#

No ssh connection from an other IP

#

Just me

drowsy quest
#

If Iโ€™m not mistaken you can fake IP-addresses for the Spigot

#

Just block external access and you should be good

jagged kestrel
#

on spigot server?

#

server-ip should be 127.0.0.1 while running bungee?

drowsy quest
#

And you should block the port

jagged kestrel
#

Okey thanks ^^ I'm going to check that

drowsy quest
#

No problem

gilded nova
#

@gilded nova what voting plugin are you using, since some allow you to set commulative rewards

#

ok

#

or are you wanting only specifically after "X votes + X playtime" then rank them up

#

Yup

#

Thanks so much!

#

Been looking all over for something like this!

#

@gilded nova no problem, feel free to private message me for more help in the future

#

@gilded nova Does this work on 1.12?

#

@gilded nova it doesn't specifically say, but there's no harm in trying

#

@gilded nova Will this work for bungee?

#

It'll work if you upload it to a server on the bungee network, but I wouldn't think it'd work if you uploaded it on the bungee server

#

@gilded nova it is under the bungee plugins though.. ._.

#

So yea, no harm in trying it XD

naive pawn
#

@hybrid loom hey

#

my essesntials spawn plugin isnt working and its the same version do u have any ideas on why it wouldnt work

gilded nova
#

Hey @naive pawn double check you have Essentials.jar also EssentialsSpawn.jar (Also, I recommend if you're not, to use EssentialsX by drtshock

naive pawn
#

im using essentialsX

pastel grail
#

@gilded nova "some" plugins are multi, meaning the jar can be put onto a bungee server as well as spigot/paper/etc. Autorank might be one of those but I don't know as I don't use it. I don't like it needs a second stats system. I already have two in place don't need a third that i don't need to use

pastel grail
#

I'll continue here @dense nova as it isn't a Luckperms issue. DPI isn't affected by what port you use, it actually inspects the packets send/received and if they look like something that its in one of its filters it will change the piority of that data flow to be higher/lower then others. Its that change that screws around with data flow. Web traffic isn't affected as much with DPI.

As I use a VPN for work DPI affects any secure traffic. Glad I moved away from my dodgy ISP and onto another. I actually get better speeds

dense nova
#

But I moved 2k files (like 3gb) in about a half hour two days ago

#

and im using time warner

pastel grail
#

It (the DPI system) could have triggered a review flag and a system admin might have done something - who knows. ISP's aren't too open to what they do with their own networks

dense nova
#

Yeah but me and my father both constantly use FTP

#

I might test it on my webhost later see if I get the same thing

pastel grail
#

Its hard to check if an ISP does use DPI, as you can set rules and fliters based not just on packets but even to IP blocks as well. What works fine to IP 1.1.1.1 might not be the same to 2.2.2.2

#

In short - DPI is a **** ๐Ÿคฃ

dense nova
#

@pastel grail Wow. Thanks. I tried my regular webhost and it worked fine. Tried my MC server again, didn't work.

#

Turned on a paid VPN I use, and it's suddenly working..

#

Nope, nevermind

pastel grail
#

Ahh if it suddenly works with a VPN and then it doesn't then yes it is DPI

pastel grail
#

I'm not going to hold your hand step by step @naive pawn

  1. Do you have a MySQL server already? If not google "mysql vps <your distro name>". If you do goto 2
  2. Create a user and dabase in MySQL. If you don't know how to do that then google for it.
  3. Profit
naive pawn
#

Thank you but it's not that simple I'm using ubuntu everything is command base

pastel grail
#

Actually it is, you need to read, read and read. I use Arch. A literal 2 second search and I came across https://www.digitalocean.com/community/tutorials/how-to-install-the-latest-mysql-on-ubuntu-16-04 @naive pawn

DigitalOcean

MySQL is a prominent open source database management system used to store and retrieve data for a wide variety of popular applications. MySQL is the M in the LAMP stack, a commonly used set of open source software that also includes Linux, the Apache

naive pawn
#

Ok thank you I will do it tomorrow I turned my servers off for the night

pastel grail
#

like I stated before, google "mysql vps <your distro name>"

gilded nova
#

@pastel grail just give people a "lmgify" link

pastel grail
#

lol I only do that when people really get under my skin and constantly ask over and over @gilded nova

jagged kestrel
#

Hey guys, Is it a good thing to disable Vanilla OP ?
WorldGuard is blocking op command in game.. then idk if it's a good idea

hybrid loom
#

@jagged kestrel I have vanilla-op disabled by LuckPerms (not by WorldGuard) and set luckperms.autoop for higher staff-members.
LP not only disables the command. It removes all players from the op.json and only gives OP to players with the above mentioned permision.

jagged kestrel
#

Okey, thanks @hybrid loom ๐Ÿ˜‰

drifting fable
#

Anyone here have a suggestion out of this list of TOKEN Plugins, which is the most reliable/best one in your opinion? I appreciate any replies I get. ๐Ÿ˜ƒ

(PlayerPoints, CommandPoints, Enjin Points, PointsAPI, TokenEnchant, Jobs, MySQL-Tokens, VotingPlugin, Kingdoms, MySQLTokens) - Prefer a "Token" type system and Idk which one to use.

jagged kestrel
#

Why you don't want to use one of them?

gilded nova
#

@drifting fable what features you wanting

#

PlayerPoints supports ChestCommands, a bit annoying though
Enjin - pff, what idiots use Enjin anymore
TokenEnchant - This is a plugin for custom enchants

#

I'm currently working on a currency plugin similar to these, so tell me what you're wanting, getting ready for school though..

drifting fable
#

Just a way to have tokens for the purchase of items, instead of using economy for everything

#

But would want the currency to be able to visually 'show' a "Token" item

#

or make an in game item worth "X amount of tokens"

pastel grail
#

lol @gilded nova you'd be surprised at who actually does use Enjin. Then again no matter what people say or try to explain some are still idiots.

gilded nova
#

@drifting fable you might wanna check out TokenManager for that

#

@pastel grail yea like Hypixl uses Enjin, but a MASSIVELY customized version of it ๐Ÿ˜น

#

maybe they're just hosting their site lol

#

@drifting fable or I can try coding you something using my iCoinsAPI, it supports MySQL / Bungee / Multiple servers

pastel grail
#

Actually no they don't @gilded nova it looks like they use Xenforo and a modified UI.X template. Enjin sites have many meta property="somefile" content="https://s3.amazonaws.com/files.enjin.com/blah references.

gilded nova
#

Strange, then it musta been Mineplex ๐Ÿ˜› @pastel grail

#

I personally love MyBB, very nice, easy to use for users & staff

#

There's one of my favorite themes, the website has been abandoned but it's still cool ๐Ÿ˜‚
https://indieguts.com/

pastel grail
#

yeah def mineplex is enjin

#

If I had money to burn - vB, but I don't lol. So I prefer and use Xenforo

hybrid loom
#

I use XenForo

gilded nova
#

I use to use XenForo cracked ๐Ÿ˜‚

#

never got shut down after two years, still nothing..

hybrid loom
#

That's illegal you know?

gilded nova
#

yea lmao

#

and I was using a German hosting

pastel grail
#

and as to how easy for user for users and staff - that comes down to template layout mostly for a user. Xenforo is fairly easy for staff - as long as you tell your staff to only makr spam posts/threads that are spam as actual spam and not because its considered spammy/off topic

gilded nova
#

So they coulda shut me down extremely easily, but noone did anything ๐Ÿคท

#

I also use to redistrubute the cracked versions a ton also ๐Ÿ˜‚

pastel grail
#

I only used cracked/nulled for testing only before I buy and that would be on my own *nix box within my own network. I miss the days of shareware

gilded nova
#

Haha, I use to be a massive pirate, still am, but not as much..

#

Opens HardDrive - Opens "Movies" folder - 300+ GBs

pastel grail
#

I moved my mates dvd & bluray collection to a streaming setup. Before he was spending a shit load to replace the kids dvd's that they would scratch the shit out of. first bitched at the cost for the setup it paid for itself within about 4 months lol

gilded nova
#

@pastel grail I knowww, I want to mod my Xbox because all my discs got screwed over ๐Ÿ˜‚

#

including my Halo 2 Collectors Edition.. :'c

gilded nova
#

Anyone wanna help me figure out how to make a MyBB -> <- Minecraft sync?

#

like.. Should I be looking into MySQL..? ๐Ÿ˜‚

naive pawn
#

Good luck lmao

#

I can't figure it out

dense nova
#

@gilded nova You'd probably need to generate a link from the server for the forum, and when they click the link from the mc server, it links to a URL that syncs the account the link was generated for to the forum account

gilded nova
#

@dense nova well yea I know I'd need something such as;

onCommand -> generate UniquePlayerID -> MC/Forums-MySQL -> PHP code to read & check the code

but I was thinking, well, what if I wanted to do something such as "automatic updates" such as server statistics, player stats etc.

Possible a run() timer to update information every so often.. or PlayerJoinEvent/PlayerLeaveEvent, update MySQL, then update mysql, which the website will parse once loaded..? I don't even know what I'm thinking of anymore ๐Ÿ˜‚

dense nova
#

Seems like hypixels api

gilded nova
#

with player stats I can just do the timer/player events -> MySQL -> php page that'll get the player's ID such as
www.example.com/stats/player.php?id=<Player UUID>
then the PHP code will "get information from MySQL WHERE PID="?id="" whatever stuff, I forget how it goes, I don't like MySQL with Java or PHP ๐Ÿ˜‚

dense nova
#

i dont know java

#

php

#

i just like node js

#

but i know if ur gonna do that

gilded nova
#

I'm pretty much wanting to code a forums bridge + more, just for my server, trying to code a minigames network overtime, see how far I can get ๐Ÿ˜›

dense nova
#

u should make api keys

gilded nova
#

Why API keys?

dense nova
#

because people will repeatedly pull data to lag your server

#

with keys per minecraft account its easy to throttle each key to like 120 requests per min or what have you

gilded nova
#

Hrmm.. well it wouldn't be a public thing where any site could get it, only my server / site would be able to request information from the database, I can disable iFraming, and possibly some type of cooldown method

dense nova
#

then ppl cant use the api for their own

#

having an open api opens ample opportunit for other devs totry and get involved

#

im a pretty novice programmer and i built a discord hypixel bot that displays stats from most games or whatever

#

it gets a ton of traffic

gilded nova
#

So how would the API work then, would it only grab information from the MySQL database if the API is correct, or o.0

dense nova
#

like

gilded nova
#

Since the MySQL & PHP code would be private, I don't know how that'd be an issue of someone else getting the information? o.0

dense nova
#

each player enters /api key into server

#

it generates a unique api code

#

then

gilded nova
#

Ah, so only the player can view it

dense nova
#

when a player requests data they do like

gilded nova
#

and can't be viewed by anyone on the internet

dense nova
#

well let me explain

#

one min i wanna grab a code snippet to show u

#

So

#

api hypixel is a subdomain for api calls

#

then

#

you ahve ur key in the url

#

and the players uuid

#

then it returns a json object of that players stats

gilded nova
#

Haha ok, I'll add that to my notes in my main ๐Ÿ˜‚

dense nova
#

but youll want api calls to return json objects

#

so youll need to use mysql data and create json for player

gilded nova
#

I've only read JSON data before, I've never created it so I'll need to learn how to do that ๐Ÿ˜›

dense nova
#

its pretty easy once u get the hang of it

#

but its a mess in the beginning

#

just keep a beautifier handy and you'll be fine

gilded nova
#

beautifier? ๐Ÿ˜‚

dense nova
#

yeah

#

idk how to format code at all

#

so i code big chunks of madness

#

and i throw them in a beautifier

#

and it indents and cleans it up a bit

#

not really as much as i could if i just did it right

#

but its handy

gilded nova
#

Ah, I've been working on coding more clean'ly, and I use F12 to auto re-indent

gilded nova
#

@gilded nova pls use preparedstatements when your letting anyone have an input into the sql statement

soft sparrow
#

./give Superola Bone {display:{Name:"NAMN",Lore:["lore here", "lore here"]}}
Someone who knowes why the bone dont get a name ?

somber quiver
#

Namn ??

#

To much โ€œ

#

Its โ€˜

soft sparrow
#

hmm

somber quiver
#

I fink

soft sparrow
#

nope not working =/

somber quiver
#

I dont no

soft sparrow
#

๐Ÿ˜ฆ

somber quiver
#

Have you see internet ?

soft sparrow
#

yeah =/ all info i find is like this.

somber quiver
#

Okay

#

Use sinec website

soft sparrow
#

sinec ?

somber quiver
#

The link

soft sparrow
#

I get the same problem there ^^

#

/give @p wooden_sword 1 0 {
display: {
Name: "testname",
Lore: [
"testlore",
"testlore"
]
},
Unbreakable: 1
}

somber quiver
#

This

#

Get on command block

soft sparrow
#

but i need it to work in a give command haha

somber quiver
#

Than you change thet on site

#

And replace @p to name

soft sparrow
#

i did, name still dont show xD

somber quiver
#

And whit command block ?

soft sparrow
#

nope

somber quiver
#

I look so For you

#

/give @p bone 1 0 {display:{Name:"test",Lore:["test"]}}

#

and change @p to youre name

soft sparrow
#

display name does not work xD

somber quiver
#

witch version ?

soft sparrow
#

1.12.2

#

you ?

somber quiver
#

1.12

#

and you have essentials ?

soft sparrow
#

ehm both yes and no lol

#

i have another plugin for it

hybrid loom
#

@soft sparrow /give <name> <item> >amount> <data> name:&4Your_name_with_spaces lore:&7Here_some_lore|&7New_line

somber quiver
#

ow

#

than its

#

MInecraft:bone

#

/give name minecraft:bone 1 0 {display:{Name:"test",Lore:["test"]}}

soft sparrow
#

I have another plugin with same function as essentials, so if it works in essetnials it works in this plugin ^^

somber quiver
#

okay

hybrid loom
#

You obviously use some sort of essentials-fork

soft sparrow
#

this is what i get lol

#

I use cmi

hybrid loom
#

so the command I've postet should work...

soft sparrow
#

Content Management Interface by Zrips

hybrid loom
#

Can you try the command?

soft sparrow
#

yeah, didnt see it ๐Ÿ˜ƒ give me a sec

hybrid loom
#

Use _ for spaces and | for new lines in lore

soft sparrow
#

t/give Superola bone 1 0 name:&4Your_name_with_spaces lore:&7Here_some_lore|&7New_line

#

tlike this should work?

hybrid loom
#

I hope

soft sparrow
#

it gives me a regular bone :S

hybrid loom
#

Then, the plugin is basicly not good

soft sparrow
#

xD

somber quiver
#

and whit this ?

#

give Superola minecraft:bone 1 0 name:&4Your_name_with_spaces lore:&7Here_some_lore|&7New_line
tlike this should work?

soft sparrow
#

ehm it works with essentials, i will post a report to the other guy ๐Ÿ˜„

hybrid loom
#

What does it give for a output, when you just type /give?

soft sparrow
#

Thanks for your help xD

somber quiver
#

/cmi giveall stone 1 n &2Uber_stone l &3Stone_lore offline

#

youre code

hybrid loom
#

@soft sparrow
/cmi itemname [playerName] [remove/your new item name] - manages item name
/cmi itemlore [playerName] [linenumber] [remove/insert/ new lore line] - manages item lore.

somber quiver
#

yes i have early ๐Ÿ˜ƒ

#

๐Ÿ˜›

#

essentials its easy er ๐Ÿ˜ƒ

hybrid loom
#

yep

gilded nova
#

@soft sparrow I liked that plugin, too many features though ๐Ÿ˜›

#

@coolboy93#9809 also EssentialsX, never essentials original ๐Ÿ˜‰

somber quiver
#

I have essentialsx

pastel grail
rancid light
#

thats actually i think what i was looing for sorry for lack of discriptions ive been up for quite a while setting up alot by myslef

#

30ish plugins to make a diffrent kinda rpg adventure in minecraft

pastel grail
#

Yeah its too easy to make something that is hack n slash/PvP with minecraft. Anything else and non modded isn't easy.

past hedge
#

@twin warren

queen bay
#

If anyone has experience with PlotSquared, how can I make a plot from a World Edit selection?

surreal crest
#

i dont think you can make a plot with a world edit selection. plot squared just generates a plot world full of plots.

#

@queen bay

queen bay
#

Yeah. Think that may be the case :/

#

Just asking in case someone knew

pastel grail
hybrid loom
#

iirc, does PlotSquared support schematic-files from WorldEdit

queen bay
#

Thanks, will look into them โค

mild jackal
#

does anyone use NEI here?

#

client side

steel pilot
#

What about NEI?

gilded nova
#

Are there any server devs looking for work?

mild jackal
#

@steel pilot does the time functions work for you?

steel pilot
#

If i have cheats enabled,yeah

mild jackal
#

mine doesn't

#

server expecting values for ticks between 0-23999

#

NEI issues 96000 and above

#

not sure what went wrong

steel pilot
#

odd

lilac berry
#

@grave summit

eternal flax
hybrid loom
#

@eternal flax I recommend a theme from Themehouse for XenForo

grave summit
#

... I hate my life

mortal garnet
#

@grave summit dont worry boi I know where you were coming from

mortal garnet
#

Anyone know how to make it so you can battle pixelmon by adjusting griefprevention claim flags?

naive pawn
#

@everyone I'm look for builders that would like to help me get my server builds don't and out fast if u are interested build something medieval and screen shot it and send it to me or send me a picture of a build u have already done

twin warren
#

this channel is not a place to advertise / look for services.

steel pilot
#

and don't try to @.everyone.. lol

naive pawn
#

I copy and pasted death and ok luck

tardy flame
#

How can I get the group of a player with the api?

grave summit
#

Have you tried googling it

#

No offense. But 99% people start asking before researching

drowsy quest
#

@DekoLP#0157 get the user through the API and then you can get their primary group

unborn garden
#

Hey there

#

I need help at programming

#

I use a for-loop and I want to check if a string is empty and if the string is empty, it should do nothing

#

At this moment, it will show me a empty line in Minecraft

bleak notch
#

String.isempty(); have you try that @unborn garden

unborn garden
#

Yes

#

Doesn't work, because of - ''

bleak notch
#

Can you send me the string @unborn garden

unborn garden
#

If (!(plugin.getConfig().getString("123").isempty())){ @bleak notch

Shoud be so (I am not at home)

bleak notch
#

@unborn garden if (plugin.getConfig.gettring("123").equels("")) try that don't know if I spelled it correctly

unborn garden
#

Okay, I will test it

#

Thx @bleak notch

pastel grail
#

@eternal flax Unless you intend to setup and run Alpine (very low footprint - mostly used for docker but can have other uses) the typical distro (*buntu, Fedora, etc) will take itself ~300MB ram out of your 1024MB (1GB) VPS. then you need to tweak the mysql config for a ~512MB instance

unborn garden
#

It was my fault, .isEmpty works @bleak notch

bleak notch
#

@unborn garden nice

grave summit
#

@pastel grail again, i think your wrong

#

Thalia's use of lp is dependent on mysql

#

And if everybody just googled their problems with lp, then this discord server should only be used for reporting bugs!

hybrid loom
#

@Nighko#8808 #support-1 is ONLY for LuckPerms-support

#

not for other plugins or things like MySQL

grave summit
#

But luckperms in certain situations is dependent on mysql.

hybrid loom
#

I say MySQL is a softdepend

#

end of discussion

grave summit
#

But some peoples use of lp is hard depend

#

I ended up pressing the send button about 1sec after you sent that, sorry.

twin warren
#

@leaden ocean are you sure you're connecting through the proxy

#

and not directly to the server

leaden ocean
#

proxy it says no fallback server. That one was directly to the server, yes

twin warren
#

that's why then

leaden ocean
#

I've got some spam in console though which is always good

twin warren
#

you need to connect through the proxy - always

#

if you have bungeecord enabled

leaden ocean
#

I've just tried that and it says no fallback server despite bungeecord being set to true and ip-forwarding is true. I'm just gonna go check something quickly

twin warren
#

no fallback server means bungeecord couldn't find a server to connect you to

#

in other words, you haven't configured it

leaden ocean
#

It should be configured, but I may have missed something

#

yes! Managed to get it to work for vanilla clients. Time to test forge

#

Yes!!!! Cheers, luck. Accidentally had it listening to the wrong port xD

gilded nova
#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

kindred pollen
#

Is there a way to protect against people getting past the IP Forwarding screen by connecting through their own bungee server?

#

With ip forwading enabled I'm not sure how to protect against people just making their own bungee server disabling online mod and logging straight into one of the servers and having permissions to do everything.

kindred pollen
#

Just did a test: I created another bungee server, turned off online mode, enabled ip forwarding, added an ip of one of the servers on my main bungee to the config and connected. I was able to join and was op, however, my LuckPerms was wiped and a new player message was displayed.

#

I was still op though, so does anyone have a solution to preventing people from doing this?

#

Can't find a solution on google.

#

Would changing "ip-address:" in server.properties work?

twin warren
#

properly firewall your server

kindred pollen
#

The problem is that I'm a noob

#

Oh, thanks

pastel grail
#

@potent cairn From your minecraft server run the following;
mysql -u dbuser -p -h dbaddress where dbuser is the username of the database and dbaddress is your mysql address

potent cairn
#

Oh thank you

potent cairn
#

@pastel grail Wanted me to enter a password

lilac berry
#

Can anyone help me with this error

#

[04:55:36 INFO]: LagClear issued server command: /tokenshop
[04:55:36 WARN]: [JurassicSystem] Task #1101 for JurassicSystem v1.0 generated an exception
java.lang.NullPointerException
at la.bmc.garfield.jurassicsystem.bukkit.GUIManager.guiManager(GUIManager.java:46) ~[?:?]
at la.bmc.garfield.jurassicsystem.bukkit.JurassicSystem$1$1.run(JurassicSystem.java:51) ~[?:?]
at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-625bc00-41a7d14]
at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot.jar:git-Spigot-625bc00-41a7d14]
at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot.jar:git-Spigot-625bc00-41a7d14]
at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot.jar:git-Spigot-625bc00-41a7d14]
at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot.jar:git-Spigot-625bc00-41a7d14]
at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot.jar:git-Spigot-625bc00-41a7d14]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]

late ingot
#

I use CatClearLag and have had no issues with it

leaden ocean
#

CatClearLag is for sponge. LagClear is spigot :P

late ingot
#

Ah ๐Ÿ˜› for Spigot/bukkit I use ClearLagg

eternal flax
#

I'm having a slight problem. So I'm using discordSRV to paste chat from mc to discord, however, the bot pastes the persons primary group. [%primarygroup%] %username% ยป %message% . Is there a way I could possibly get it to show the current prefix the person has instead

#

or order it by the highest weight?

hybrid loom
#

@Thalia#2407 You should ask that in the DiscordSRV-discord....
But you can send me the link of /discord debug

#

anyone else have the problem, that you can't tag almost every second person?

pastel grail
#

Without looking the name of the plugin CatClearLag itself I got a feeling its by TimeTheCat (log history there, cat mad)

#

lol yeap, TimeTheCat for sure haha

hybrid loom
#

@swift matrix

#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป <--- your table

swift matrix
#

โ”ฌโ”€โ”ฌ๏ปฟ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

#

noo

#

sthap

#

my precious

#

im calm now

gilded nova
#

@twin warren how can i make a group for a server only

#

not just the permissions

twin warren
#

I'm going to ban you if you keep tagging me in messages.

#

there are hundreds of other people in this server who can also answer your question

#

you do not need to tag me every time you write a message.

#

if you cannot cooperate with the rules outlined in the welcome channel, then you are not welcome here. I've asked you politely at least 10 times to stop doing it.

gilded nova
#

But noone helps...

twin warren
#

there is no discussion to be had - it's one of the few things I ask for - if you can't respect that, then you will be removed from this server.

late ingot
#

Group for a server only?

gilded nova
#

`yep

late ingot
#

/lp creategroup (name)

thorn wadi
#

^

hybrid loom
#

not really @thorn wadi @late ingot

#

If his LP is connected to MySQL (Which it is), it will make a global group on all servers...

late ingot
#

Yea I knew that.. hides

twin warren
#

you can't create per-server groups

#

you can however assign groups to players on specific servers

#

or assign permissions to groups on specific servers

#

which covers all usecases anyway

lilac berry
#

@leaden ocean i dont understand

leaden ocean
#

I take it you're that plugin's dev? If so, I can't help you much. I'm not a developer ๐Ÿ˜› Hopefully luck or brainstone can help when they see

lilac berry
#

@drowsy quest

#

can you

twin warren
#

what's the question

lilac berry
#

My error message

#

up above

twin warren
#

the only person who can help you with that is the author of said plugin.

lilac berry
#

The thing is it works for one of my servers and this one server wont work

twin warren
#

doesn't change my previous statement

lilac berry
#

k

gilded nova
#

i found a bug xD

#

LOOOL

#

In the console will editor not work it gives you a incorrect link.

twin warren
#

how so

#

it works fine for me

#

the console is handled the same as players in terms of LP commands

grave summit
#

I SWEAR, if people just googled/binged/yahooed/safe searched/ecosia-ed (And many other search engines) their problems and desires, that this discord server would only be needed for reported bugs!

drowsy quest
#

But that would require work and thinking. You canโ€™t expect that from people

grave summit
#

100% agreed

hybrid loom
#

specially the thinking-part is for some people almost impossible

grave summit
#

For some it is impossible due to lacking a certain something

random knoll
hybrid loom
#

nope

#

They're expenisve imo

swift matrix
#

you dont say xD

#

150 bucks a month inc vat

leaden ocean
#

Go with their game servers then. That's what I use

#

Have 1 enterprise machine to be used for databases and that jazz. Then the game machines for the Minecraft servers.

swift matrix
#

the mc -64

#

oc version or not ?

hybrid loom
#

I have a VPS for 14.99/month

#

24GB

leaden ocean
#

Yep, great machine. We didn't get the OC version. Might do when we buy a new when needed

swift matrix
#

same prize

#

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

leaden ocean
#

Forge servers are a lot more resource intensive than spigot, so we need large dedicated servers

hybrid loom
#

I had a VPS on OVH, but only 8GB

swift matrix
#

yus yus

#

i run now 3 servers on it

#

4 in few hours

leaden ocean
#

I didn't pick the machine myself, but we'll be upgrading soon regardless. So I'll see if I can snag a mc-64 OC

swift matrix
#

two modded and 2 bungee

leaden ocean
#

Waterfall?

swift matrix
#

no

#

its that better ?

leaden ocean
#

Which one are you currently using?

swift matrix
#

im having the issue now that one of my modded servers is 1.10.2 and the other 1.12.2

#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

hybrid loom
#

โ”ฌโ”€โ”ฌ๏ปฟ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

#

Didn't you say, that this is the only table you have @swift matrix ?

leaden ocean
#

We have a 1.10.2 server and a 1.12.2 hub connected via waterfall. Also makes it's your sponge 1.12 is up to date, they've just fixed some stuff

swift matrix
leaden ocean
#

Yeah. Grab waterfall

#

Md_5's doesn't support ip-forwarding for forge servers fully.

swift matrix
#

k im having sponge issues on 1.12.2 with armour not taking damage

#

filled an issue already

leaden ocean
#

Ah, gotcha

swift matrix
#

not sure if its a 1.12.2 bug or sponge related

leaden ocean
#

Did you test it without sponge on the server?

swift matrix
#

@hybrid loom bought a second table

hybrid loom
#

Oh...

swift matrix
#

tbh no

hybrid loom
#

well then

#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

swift matrix
#

but i could in a min

leaden ocean
#

I recommend you do and add that to your issue :P

swift matrix
#

that was my good table โ”ฌโ”€โ”ฌ๏ปฟ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

#

xD

#

pick the other one

hybrid loom
#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

swift matrix
#

there you go

#

xD

#

that table was already missing one leg due to me flipping it

#

good for me i keep back ups of my servers

#

now testing without spongebob

swift matrix
#

spongebug

#

xD

#

this is my local server with no sponge

leaden ocean
#

Andre isn't a sponge user, so not much point tagging him xD

#

And alrighty

swift matrix
#

sorry xD

#

for tagging

#

โ”ฌโ”€โ”ฌ๏ปฟ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

#

was quite easy

#

took one of my back ups removed sponge and done

undone nova
#

Where is the permissions file?

hybrid loom
#

By default, LuckPerms safes data in h2-files....

#

You can change the storage-type in the config.
I recommend, exporting the permissions and groups first with the export-command, before changing the storage

undone nova
#

Oh I export it to a permissions.yml file? Whats the command?

#

Oh

#

Do I edit the file and then import it?

hybrid loom
#

/lp export [Name].yml
The name can be anything....

undone nova
#

I got that part

#

wow

hybrid loom
#

Just change the storage-type after the export and restart the server, to get the new files...
Then make /lp import [Name].yml to import the data.
You can edit it before of course....

#

LP just safes the "Data" in form of commands, that he executes at import

undone nova
#

I see lmao

#

That's gonna be annoying

hybrid loom
#

Yeah. That's why we recommend using the editor for editing permissions ๐Ÿ˜‰

undone nova
#

editor?

hybrid loom
#

/lp user/group <user/group> editor creates a link, that opens a Webeditor...

undone nova
#

Damn... I did not know that. Thanks Andre. Great help

hybrid loom
#

np

undone nova
#

It's in alphabetical.... nooo

drowsy quest
#

Silly question @undone nova but why is that a problem? Usually makes finding perms easier

#

Keep in mind that the order of permissions in the file is irrelevant

undone nova
#

Because what I do is kinda confusing, but I add chunks of permissions onto the bottom of my perms file bla bla bla it was harder to find them all

undone nova
#

uh oh

#

I've got a problem

#

how have i done this

#

how have i managed to get 1210 errors

gilded nova
#

luckperms works for meh

swift matrix
#

any one here experinced in using waterfall

#

cant find much documentation on it

drowsy quest
#

@swift matrix I am

#

What do you want to know?

swift matrix
#

@drowsy quest im this far waterfall=proxyserver hub server is a basic 1.10.2 spongeforge server

#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

#

but they run from the same box so the internall ip's are 0.0.0.0:port right

#

?

#

first actual try to make bungeecord to work xD

drowsy quest
#

@swift matrix 127.0.0.1 for internal IPs

final musk
#

I need help with luckperms i am receiving this (permissions data could not be loaded. Please contact an administrator) error when i login to my server.

final musk
#

help

twin warren
#

can you please pastebin your full server log file

leaden ocean
#

Would anybody happen to know whether configurate supports h2/sql databases?

granite wren
#

It does not out of the box.

twin warren
#

the configurate API doesn't lend itself to relational databases at all

leaden ocean
#

I myself am not using it, it is for a rankup plugin on sponge. I think they're just going to re-write it and include a config utils class, then use Dual's modular system to have a database module.

twin warren
#

well, you just have to implement your storage backend classes twice

#

once for configurate - and again for SQL

leaden ocean
#

oh, that sounds much easier

#

I'll send them that then ๐Ÿ˜› Cheers

kindred pollen
#

Does anyone here have a BungeeCord server, if so what punishment/ban plugin would you recommend?

bleak notch
#

@kindred pollen I use advanced ban

kindred pollen
#

Currently I'm using that, but I want something to allow rank structured bans, such as Owner able to ban Admin, admin able to ban moderator.

bleak notch
#

@kindred pollen if you are good with java you can use the api to make this

steady creek
#

Somuone, wants to do the same as what i want to do but i don't know how to do that. Is there someone here who can tell me? i use advanced ban.

bleak notch
#

@steady creek what do you want to do then??

steady creek
#

i am going to have 3-4 ranks and i don't want the lower rank be able to band a higher rank

bleak notch
#

@steady creek if you know java then it would be easy to do

steady creek
#

depends what section of java

bleak notch
#

The spigot api @steady creek so you can make this your self

steady creek
#

depending what sort of coding i am dealing with

pastel grail
#

Your not the only one that gets pissed off from people that randomly call @hybrid loom

hybrid loom
#

@pastel grail Yeah. But still be nice ๐Ÿ˜‰

pastel grail
#

Cames from kiddie behavour that only think of themselves with no regards to what others are doing.

drowsy quest
#

Happend to me too. That's how you get blocked mate

twilit urchin
#

@naive elk pm me please.

gilded nova
#

Anyone here know how to set up Bungee wide votes

hybrid loom
gilded nova
drowsy quest
#

Are you kidding me?

#

Literally the second link

scarlet pasture
#

What is better, HexaCord or Waterfall?

drowsy quest
#

Depends

#

For old servers (1.7.10 and below) it's Hexacord. For everything above it's Waterfall

#

At least that's my experience

scarlet pasture
#

oh, Thank you! ๐Ÿ˜„

leaden ocean
#

Pretty sure 1.7.10 support is still buggered on hexacord. It broke after they merged for 1.12 support

gilded nova
#

@everyone OVH Datacenters SBG1 amd SBG4 and RBX are currently down and no ellectricity is feeding to the routing room

wintry isle
#

I have been thinking of making vote ranks to server, but I'm just thinking if someone has bought a donor rank how can i make it like his rank won't change even tho he gets the amount of votes that runs the rankup command? I heard this should be possible with luckperms (sorry if you didnt get what I'm trying to say)

hybrid loom
#

What Voteplugin do you use?

wintry isle
#

Probs gonna go with galistener

hybrid loom
#

ah. k

#

hmmm....
You could use the parents add command from LuckPerms to add a rank, instead of seting one...

wintry isle
#

my knowledge about luckperms is I've watched a few tutorials so idk actually know alot lol

hybrid loom
#

You can add a rank with /lp user <user> parent add <rank> and /lp user <user> parent set <rank> would set one (remove all other parents and set the new one

wintry isle
#

So the thing was Voterank would be a bit better than the default rank so if you're a default and vote (example) 30 times the member would get promoted to Voterank but if the guy who did 30 votes was a donor rank he wouldnt promote to the voterank because donor rank would be better than the vote rank so does that you told me fix it

hybrid loom
#

maybe.

leaden ocean
#

Anybody know of a great bungeecord ban plugin? It can't be bungee + spigot due to us using sponge

hybrid loom
#

hmmm.
I'm using NetworkManager for that, but if you only want a Ban-plugin, then Idk

spare forge
#

LiteBans or AdvancedBan

#

I am not sure if they work on sponge tho so yea...

fierce vector
#

@leaden ocean BAT has served me well for many years on our network across spigot and sponge servers

spare forge
#

Link if you're wondering

leaden ocean
#

@fierce vector Do mutes work on the sponge servers using that? I was thinking of litebans on the proxy, but I'm unsure how a bungeecord plugin works with muting.

fierce vector
#

We are using a global chat based on redis so it does for us, but not sure if the chat is being handled at server level rather than proxy

leaden ocean
#

Ah, gotcha. I'll have an investigation, thanks for the input :D

gilded nova
#

how do u add websites to ultimatevotes

grave summit
#

@gilded nova

#

Could you send me the folder which the plugin generates in a zip file. It seems that I cant find a tutorial of any sort (Which you would have most likely done)

#

Actually

#

I have to say that I am thinking along the lines of @drowsy quest (Smart guy btw)

#

Read the page!

drowsy quest
#

That ping wasnโ€™t necessary, was it?

grave summit
#

I wanted to compliment you.

#

Sorry

drowsy quest
#

Itโ€™s ok. Just keep in mind some people use the app

#

And it might be 6:45 XD

grave summit
#

You can turn off mentions....... (Just letting ya know) OR You could block me, but your a nice guy and wont do that

#

right?

#

@gilded nova

#

It seems to be more administrative

#

Making sure that a player doesnt get things they shouldnt etc! Setup Bungeevote with the sites. And have YAMLer (What ever that is)

drowsy quest
#

I mean I donโ€™t want to turn them off altogether. Just wanted to point out to be a bit more considerate when using pings

grave summit
#

Brainstone, I feel that if everyone read every word of every page, there would be no need for this discord channel. Agreed?

#

Noooooooooooooo! Why you leave me!

drowsy quest
#

Getting ready for uni ๐Ÿ˜›

#

I wouldnโ€™t agree

#

We still have a fair amount of stuff that isnโ€™t written somewhere

drifting fable
#

Great off-Topic question:

I do not have any plugins that will 'hinder' this aspect. I have WorldGuard/Edit set up correctly to allow mobspawning to true, and the sort. I'd like to not have to download a plugin to allow this to happen as well.

I want to give my players the ability to buy/purchase/get mobegg drops from monsters(Which I have done with MythicMobs). Its just the vanilla creative mode egg. However, upon getting the egg, a player is unable to actually use it to spawn a mob. What am I doing wrong?

Upon further investigation and NO plugins installed whatsoever, the same happens. I give someone a spawn egg, or I can go into creative, then get an egg, go back to survival and be unable to use the egg too. Even using the /give command, still makes this process unable to be done.

If this isn't possible, I guess I can get a plugin. BUT, if I get a plugin, I would love it more if I could make a CUSTOM mob egg, that not only spawns X mobs/modified mobs, but also doesn't attack the person that spawned it. (Configurable).

Anyone have any ideas on this? I've made several threads in the past on Spigot and still have this issue, so I am still trying to resolve it. I gave up on it for a few months, now I am back at it again because I can't avoid it now.

Thanks in advance for anyone who is able to help with this information.

grave summit
#

I'd guess permissions. Either luck perms, world guard or something similar.

#

@drifting fable

#

Sorry, I can't help any further. Probably didn't even help.

gilded nova
#

Hi, Does anyone know how to set up
UltimateVotes with bungeecord

drowsy quest
#

Seriously?

#

Can you read?

#

They have a page on how to do it

spare forge
#

Lol

kindred pollen
#

Is it possible to set a suffix using LuckPerms api? If so can you tell me please how, as I cannot figure it out.

twin warren
#

api.getnodefactory.createsuffixnode

#

user.setpermission

#

api.getstorage.saveuser

hybrid loom
#

lol You're here online too @last locust ?

last locust
#

Mhmm

#

I'm all over the place to help.

hybrid loom
#

I see....

kindred pollen
#

I'm making my own plugin, and I want to check if a player has permission to do something but disallow ops from doing that unless they have the permission, how would I do that?

bleak notch
#

if (p.haspermission("") && !p.isop()){ }

kindred pollen
#

that wouldn't run if they were op at all, I want it to allow them to do it when they have the permission.

drowsy quest
#

OP means they have all permissions. So unless you disable op and โ€œfakeโ€ it wonโ€™t work

#

Though with LP you can deny OPs permissions

#

@Somuone#5265

hybrid loom
#

@drowsy quest He wants to make a plugin, that checks for permissions and ignores OP, which is possible....

drowsy quest
#

Kinda

hybrid loom
#

PEX makes that....

#

You can't use pex-commands as OP. You need the * permission to use the commands...

kindred pollen
#

LuckPerms does that aswell.

hybrid loom
#

yeah....

#

By default, it handles oped players like normal players with the permission

kindred pollen
#

You can change it in the config.

hybrid loom
#

ik

kindred pollen
#

Hmm..

#

I'm gonna try checking if they have permission through the LuckPerms api.

drowsy quest
#

I guess you have to check their source then

twin warren
#

@kindred pollen you can do it with bukkit

#

register the permission in your plugin.yml

#

and set the default to "false"

kindred pollen
#

Gonna try that now.

#

I haven't used the permissions node much in the plugin.yml can I just put a wildcard and not have to specify the permission children?

kindred pollen
#

Doesn't work so I'm guessing I have to specify the permission children

#

is that correct?

kindred pollen
#

Anyone here run/have run a bungeecord server? If so what global msg plugin would you suggest, BungeeMSG has just given up and doesn't work now.

drowsy quest
#

Shameless selfpromotion: BungeeChat

hybrid loom
#

ahhhh....