#general
1 messages ยท Page 123 of 1
I had similar issues when I did ProxMox, double check you properly setup the default gateway and IP details
After a fresh install on my part and ensuring all those were setup properly it worked fine
@white berry well
the issue is
i never changed anything in the settings/config
it just died after a reinstall
when i enter http://<ip-addr> it goes normal as it should (showing default nginx page)
but whenever i do http://<ip-addr>/<directory-here> it displays the 403
Hmm, not sure then sorry
Doesn't sound like it's an NGINX problem if that's the case
Make sure the files belong to the www-data user or have world readable permissions
@latent tendon
Have you checked the error log?
Also, you're using http with NGINX? Shouldn't you be using https?
Only if it's configured
nginx is just a web server
It supports HTTPS and you should configure it so it redirects to HTTPS, but it's not required
Gotcha
it's also kind of a reverse-proxy Brain xP
I use Caddy for my reverse-proxy
Super easy and has feature for CloudFlare for DynDNS
i got rid of the 403
but now it downloads the file when i click on them
instead of reading it
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
root /var/www/html;
index index.nginx-debian.html;
access_log /var/log/nginx/localhost.access.log;
location / {
try_files $uri $uri/ =404;
autoindex on;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.1-fpm.sock;
}
}
config i have rn
Just easier to setup and run a Caddy container that does all my proxies for me
One place to edit rather than configuring each server to my liking
I did not actually, does it have DynDNS too?
Still learning a lot of the networking lol
Not sure what you mean with that
I mean I know what DynDNS is, but what does that have to do with DynDNS?
And btw anything that calls itself a decent webserver offers virtual hosts
Well I need DynDNS for my IP address, I can't get it static with my ISP
Oh no I was just saying it was a nice feature that Caddy had
Caddy has the reverse proxy and DynDNS which works great for my needs
Yea
Does it update the dns entry for you?
Yep
Thank you
Sorry not very familiar with the terminology yet ๐
If I'm understanding it correctly, you're asking if it will update my IP when my ISP changes at CloudFlare correct?
Ah, so it directs a name to the IP?
Correct
And btw, I think apache has a DynDNS module
And even if not, there's half a million easy ways to do just that
Interesting ok
I mean it's linux
Suppose you could just make a script to do that too couldn't you?
I can completely and irreversibly wipe the hard drive if I want to
You don't need to
There are plenty readily available for you
Right
Wanna bet that Cloudflare provides a script for you
Or a simple to follow tutorial
And in general you want to avoid the layers of proxies as much as possible
May I ask why?
It just unnecessarily eats away resources and increases latency for no good reason
So Apache is essentially a proxy too right?
Yes
And it also supports virtual hosts
You only ever need a single running instance of apache
Docker container are a notable exception, but that architecture has its own issues
Including throwing away resources
Because you need to run a reverse proxy
So, is that all Apache is used for? Aside from SSL?
No
Apache is a full blown web server
It's mostly used for running PHP and virtual hosts
Reverse proxying is not what it's used for mostly
Ah ok
I'll have to play around with it a bit then
I've got each of my servers running a separate LAMP instance... this definitely needs to change then xD
Honestly... no idea it just worked lmao
I've got 4
Whatever
One MySQL server
And what about apache?
Running on each 4 containers
So docker
And are those containers different things?
Or just 4 copies of the same container with different PHP scripts?
4 copies
jesus...
Ever thought that whole thing might have been a bit complicated?
If stuff seems way too complicated and especially when it involves a new technology that wasn't around when the thing started is a good indicator that your setup is wrong
So theoretically, I could just merge all 4 containers into one correct?
Well, I will need two actually... one I use as a development environment
Still no issue
Right, I'll do some research this week and see what I can find... May I come back to you for help if I need it?
In principle
I don't have practical experience with Apache
Or very very little
I mainly use nginx
Which imho is even better
Harder to configure but way faster and more robust
You're welcome
๐๐ผ
Brain can I use NGINX as a simple proxy?
I've got two Minecraft server, one for production and another for development. Connection to production is mc.domain.net and development is mc.domain.net:25580. My end-game is to have the development connection be dev-mc.domain.net.
Hmmm, wait that could just be done with an SRV record could it not?
nginx doesn't understand the MC protocol
But you can do a similar thing with bungee
Or a SRV record
Would I need to create another Bungee proxy then?
Well, I've got two networks running... One as my production network and another as a development network
Development network is essentially just a replication of the production network but my devs and builders have more permissions to build and upload files etc.
Production environment has the mc.domain.net and development has mc.domain.net:25580 but want to change to dev-mc.domain.net
My thought process is... Bungee proxy that connects you to one of two networks right?
Shared IPs
only diff port?
OK wait sorry... same external IP but different internal IP
i have it like this
@white berry just use SRV records
Yea SRV seems to be the easiest solution for me, alright thanks!
@latent tendon do I need an A record as well for the sub-domain of dev-mc?
i dont use a A record
That's what I've got setup, but it doesn't want to work ๐
Guessing it probably takes a little bit to register
turbo the pic i sent has to do with bytebin, wich is related to luckpermsweb
ยฏ_(ใ)_/ยฏ
Hey all, quick question, this might be off-topic, but is the a permission node for denying players to chat if they are a certain rank?
We are using DeluxeChat
it is up, but when ever i use /lp editor
the link shows as invalid
new link and broke
send link
shows ```Loading error
Either the URL was copied incorrectly or the session has expired.
Please try again.```
must be local to you
tf
it can happen, just congestion in your area or something
congestion?
network
anyone that has had that issue, it usually resolves within like 15 mins or so
again, local.
and i cant fix that?
not unless you have access to the networks in your area
i dont even know what ur talking about
i get that error sometimes, then i try again and its fine
i mean the actual internet in your local area, like your neighborhood, etc
again, that means nothing
sure...
you really should open the console log to check for errors
they are self hosting, (i think) maybe the link i sent may help. no idea
yeah, the console will at least show some kind of error since it can't get the data
it's probably a 404
cool
@swift abyss Then is it possible at all?
doesnt seem so with deluxechat. let me look around. rip $$
I know with WorldGaurd you can use regions to block incoming/outgoing chat, however I have been having issues with new players spawning in the tutorial world rather than the main world
using essentialsX?
have you set correct spawn priorities and given default spawn on join perm?
Thras, I have no idea on any of that. the link i sent above may help, thats all I can offer
Here's what we are using that relate to this issue (Spawning issue):
EssentialsX
EssentialsXSpawn
Multiverse-Core
ok, so what is the main world? is it the tutorial world?
Now what I have done is:
Turned firstspawnoverride to false (multiverse config file).
Used essentialsXSpawn to set setspawn visitor for the first join players to spawn in the Tutorial World. Then setspawn pleb for players who have gone through the tutorial to spawn in the Main World (The main world contains the main spawn)
However players will spawn in the old first join spawn, in the main world
and in essX config, you set the newbies section to be visitor?
that needs to match where you want them
I think I need to set that. That might be what I haven't done, I completely forgot about that
๐
Thank you. Hopefully it works. If this is fixed, then I can set the region that the tutorial room resides in, to disallow chat for visitors
hope it does
Wait, that might just be a blanket perm for the region, blocking all chat...hmm I will have to think on this
do they gain a group upon accepting rules?
They change to pleb after accepting the rules
you can add that group to members and allow chat for members
@latent tendon I meant your browser console, where the error is happening.
stupid question, how do i do that
i would assume it's an nginx thing
maybe google "enable cors nginx"
The API fully supports CORS.
So yeah, must be your nginx setup
is it http, or https?
best to use https
same story
Have you tried going to that url
https://bytebin.wumpusu.tk/wORT4ZPQLq that one?
got it working
incorrect cloudflare settings
ok so bytebin works with https
but the editor breaks with https
You guys want to retroactively Not pay for a game?
No
Heyo, anyone with experience with bossshoppro? ๐
trying to make a custom item as 'price' for an item
clippy dead
Anyone knows about a good and easy to use (for players) playershop? Something other than chestshop?
why not chest shop?
Hey boys, anybody know why wildtp doesnt work on one of my worlds?
Specifically a multiverse core generated one
i'm gonna be working on spawn so I might not respond
Get betterRTP instead my dude
Yes, works fine on my server with other worlds
Highly configurable and easy for players to understand
ok
yes, betterrtp works way better than wildtp and others. wildtp still uses 1.8/1.9 biome names anyways so on 1.13+ it messes up - even tho it says its updated for those versions.
!commands
Find all of the available LuckPerms commands on the wiki.
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
is anybody able to help me with multiverse-portals here?
I can't seem to be able to load it... like at all
Running the right version for the server you are using?
can someone explain why this is showing https://pastebin.com/k6Z80ipQ
have you tried deleting the player data for that player?
oh its yours, so yea, id delete the file for your uuid and see again
Caused by: java.io.EOFException: End of input at line 655 column 2 path $.minecraft:recipes/decorations/cobblestone_wall_from_cobblestone_stonecutting.criteria.has_cobblestone
seems to be an issue with the file
alright should i go ahead and delete everyone else's player data?
@swift abyss Thanks :p I'll try that one
I'm trying to get Factions to be enabled on one world and disabled on another. Can LuckPerms do that?
If the factions plugin works based on permissions then probably.
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
Hey JG
hey cos
Thras, that plugin isnt the best way to do that. using context is better. why add plugins that perform duplicate tasks?
True
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchingstorage
!sync
!tracks
!usage
!verbose
!wiki
The list should be pinned somewhere. It's now too long to remember
Pinning means you'll have to remember where it's pinned ๐ (it is in #support-1)
Yeah it's in general lol. But you could always just type !help ๐
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchingstorage
!sync
!tracks
!usage
!verbose
!wiki
!editor
LuckPerms offers an easy to use, powerful Web Editor, with which you can add, delete and change permissions of groups and players.
!meta
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
What have you tried? Where are you stuck?
it like says if i wanne join it enable ip forwarding in your bungee but i did that. and it still does not wanne work
Shutdown Bungee first, edit the config and turn it back on
tried it allredy
Still the same error?
yea
Can you send a screenshot or a https://pastebin.com/ of the log please
14:43:33 [SEVERE] [ItzEnder] <-> ServerConnector [lobby] - encountered exception: net.md_5.bungee.util.QuietException: Server is online mode!
yea
That's not an ip-forwarding issue
ow
Should have your back-end server set to online-mode: false
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
And BungeeCord enabled in the spigot.yml
i did that
tryig it now
now its saying this if u use ip forwarding plase enable it in your bungee config and it is on true
Please send your bungeecord config.yml, your spigot.yml and server.properties through https://hasteb.in
Make sure to remove thing like IP adresses
FYI, I won't be able to help if it's in hastebin ๐
Why @white berry?
can u see it ?
Yes
oke
I don't see for spigot.yml and server.properties though
iirc in server.properties it should be server-ip=127.0.0.1
No
127.0.0.1 is local host
So if the BungeeCord and Backend server are on the same machine then i should be 127.0.0.1
thats not local host for me
yea
Then change it to 127.0.0.1
Np
@last compass suggestion as well...
Change:
server-port=25565 to server-port=25566 or some other port in the server.properties
Then change:
host:0.0.0.0:25577 to host:0.0.0.0:25565 in your config.yml for BungeeCord
This way users connect with SOME.RANDOM.IP.ADDRESS instead of SOME.RANDOM.IP.ADDRESS:25577
You'll also need to change...
servers:
lobby:
motd: '&1Just another BungeeCord - Forced Host'
address: localhost:25565
to...
servers:
lobby:
motd: '&1Just another BungeeCord - Forced Host'
address: localhost:25566
In your config.yml for BungeeCord
oke thx
Then just change your Port Forwards to 25565 and remove for 25577
@white berry 127.0.0.1 would only work if you have the server on the same machine as the proxy.
And it isn't needed but recommended to deny pings from other proxies and only allow those from within the same machine.
Yea that's where I was going with my question here lol
Is BungeeCord and the backend server on the same machine?
I was just assuming it was on the same machine
What's weird though, is that it just started working with that change
Hello anyone here know any good host to buy a dedicated server?
Ovh
When you are from the EU i suggest Hetzner Online, they have really cheap offers and great service
Im in the US..
Alright, then ovh
Aren't they in Canada?
they also have 2 datacenters in the US
The Canadian servers are very close to USA
My US players had no complaints with the connection.
I just can recommend OVH from opinions of others, I don't have any experience with them
I heard good things about sys, just the connection is bad
SYS is OVH
They are just older systems used by OVH sold at a cheaper price
The connection would be the same as OVH
Which as I said is fine
But you can always try their west USA data center
Not sure if SYS offers anything over there
Hello, I have a question about the ranks in the plugin.
How can anyone help you if we donโt know what your question is...
@oblique geyser if you have a question, just ask the question
Also #support-1 is the support channel
Ok
Can you tell me a good thing with Luckperm's Compatible Chat manager? (Nukkit) Because Luckchat is no longer pissed off that was a good compatible
Yeah, i'm thinking of going with SYS, since the setup fee isn't as much.
@latent tendon, Yea but i dont know how i make &4Owner &8| &7%name% &8>> &l&a%msg%
BUT When i set the prefix and Set me to owner and want du write something in the chat then i see NOTHING I cant write..
Self when i dont add Prefix i cant write in chat when i have the rank..
this is intresting
[ERROR] Could not load plugin "LuckChat": Incompatible API version
Hm idn but i cant set Prefix maybe The Bukkit Load Plugin and Den LuckPerms and Essentials?
I can speak English and german
I can, too
@sleek niche say Hello im Tobi in German xD
Hey NxtLeqitYT! Please don't tag staff members.
hello, somebody can help me?
Yes
i have essentials chat and vault
Ok. Does the prefix show when you run /lp user <you> info?
If it shows with that command, it's not LP at fault
Your chat plugin isn't configured correctly then
soo what should i do?
Configure your chat plugin correctly
You also say you have Essentials chat
Which sounds like you are using two chat plugins
So one of them is going to be taking preference
CMI plugin is a chat plugin?
Anyone know the most recent version of shopgui+ I sohuld use for 1.8?
tells you there. 1.21.1 has been tested on 1.7 - 1.14
why was that hard to find? lol
dose any one know why my Nucleus cfg isent any where to be found?
it exists, there is a folder called config
inside there is a nucleus folder
@vocal cove i assume you use essentialsX? if so, these are the permissions. https://essinfo.xeya.me/index.php?page=permissions
and it can't be changed using vanilla means
Why not?/gamerule keepInventory falseis the vanilla gamerule to toggle keepinv
if you give a group any * perm, even like essentials.* that would give them all perms, youll have to set any you dont want them to have to false.
there isent a folder called Nucleus
How would I disable only the keepinventory and nothing else within the essentials plugin?
Droonie, i told you already lol. im not spoonfeeding all the way. just open that link, there is a search feature, search for keepinv and keepexp - youll see the perms, set them false for the groups you need
@compact kernel in the main folder, you see the config folder, right? inside there, you dont see nucleus? have you verified that the plugin is enabled (by looking in console)?
no i dont see the folder and i think it is cause it works ingame all the commands it adds
what u mean directly?
the actual file
thats what i mean i cant find the cfg doe
conf/nucleus/
it aint there
๐
no idea then D3clan, i dont use sponge
ive said, twice
you set those perms to false
hush
i mean, the perms you have set so far you set to true (the default) so just add false to the end of the command to set the perm
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
its all there ๐
np
@swift abyss essentials has a permission node for keepinventory
I wonder why they even added that
i know essentials does ๐ thats why i linked the perms for essentials to that member. its nice that is an option, like on one server i setup, they use keepinv in the world, but in the pvp arena, keepinv is off. if it were not perm based, couldnt use LPs world guard region context to switch it. would have to be a fully separate world if only using gamerule
Can someone maybe help me? My goddamn spawners are often changing from let's say from blaze to pig, zombie to pig etc. I don't know if this is connected at all but when I get a report from my players that it has happened again, this is often times in the console -
Currently using mineablespawners, have used the silkspawners 1.14 compatible fork, epicspawners etc
all are having the same issue, running paper 223 if that has to do with anything.
Thanks
Can we see the full error?
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchingstorage
!sync
!tracks
!usage
!verbose
!wiki
!sync
To sync data between servers, you need to connect each LuckPerms plugin to the same database (for example MySQL) and set up a messaging service.
!editor
LuckPerms offers an easy to use, powerful Web Editor, with which you can add, delete and change permissions of groups and players.
late to the party:
@torn frigate If you answered to me then there really is nothing else - had 25 lines of these messages.
Today's my lucky day!
I just started an AFK fishing farm
And the second book I get is a mending book
Now I just need efficiency IV or V and my perfect pickaxe is done
neat
I don't even have diamond armor. This is so awesome
lol nice
But no luck with getting a good rod
hehe.... luck
And there was I, thinking that someone would comment about โrodโ
SQL is the messaging service used for MySQL and other remote storage. more info here:
!sync
To sync data between servers, you need to connect each LuckPerms plugin to the same database (for example MySQL) and set up a messaging service.
can anyone help me? im the owner of my server and for some reason all of a sudden i cant break blocks or open echests in a specific region. this has nothing to do with worldguard because i have been disabling it and it still wont work. the other thing is that i have a region setup and its only a smaller region inside the region that i cant interact with. i only have 1 region setup. please help
^
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
does any1 know how to get teh {luckperms_prefix} placeholder to work with featherboard, I already have the luckperms hook installed to the plugins directory and still nothing pelase help
Hi there. Does anybody know what this error is about and how to fix it? It's caused by Essentials (2.17.1.0), running on spigot 1.12.2
did u try /papi ecloud download LuckPerms
Uhm wait. Featherboard is using MVdW placeholders. You need the LuckPermsMVdWHook
@strong spruce It depends on what LP version you use.
If you use v5, make sure to also download the legacy-expansion as a temporary fix as the placeholder expansion wasn't updated yet.
Also for future reference if youโre getting errors in the console, please provide them @strong spruce
Okay Iโll check console
... lol it didnt work though. Somthing I notcied though is that when I do /pl it doesnt show LuckPermsMVdWHook. But I have the LuckPermsMVdWHook in the plugins directory
You did restart the server after adding it, right?
yes, I am going to do another restart. I have replaced the file with the latest on github. I will also look for any errors on console. If I get any I will send them here
okay so i got an error message now.
ill make a pastebin
@hybrid loom @drowsy quest
Hey Lv_! Please don't tag staff members.
@strong spruce ironically that version is too up to date. Itโs expecting LP v5
And you still have v4
Okay, I will get luckperms v5
okay, where can I get v5? I looked on spigot website and im still getting the 4.4.1 version
...?
ummm oaky, how do I get just get the LuckPermsMVdWHook for v4.4.1 instead?
like can i just get a direct link to the download page?
all I can seem to find is v4.4.1
in #647869503576997918 and also in #welcome
I have been trying to get this to work for about an hour now. Very frustrating.
Read what you wrote again. It doesnโt make sense
Youโre complaining that youโre looking for v4.4.1 and all you can find is v4.4.1
no...
I am looking for v4.4.1
for luckperms hook
and all i can find for the hook is v5
i just need a simple placeholder to work
cus i dont know where to download
can u send direct link
i have looked eveyrher
can only find v4
and its starting to et vet annoying
Do you know what >= means ?
imma just install permissionsex, I have so many issues with luck perms...
@strong spruce >= 1.8.8 means 1.8.8 and above. Which includes 1.14
I really donโt see your problem...
I donโt know what else to tell you tbh
In any case good luck using PEX
I think you guys should just make your website better, no i dont know what >= means, Ive never seen it in my life. You guys should make it say 1.8.8-1.14.x or something. Also you guys should update the spigot webpage as soon as an update is out, that is the way I have always downloaded luckperms and most of my other plugins..
God I hate JDA sometimes
and staff also helped you and told you where you needed to go based on your question
And the spigot page hasnโt been updated because luck only publishes stable updates there. Which means around one week without any issues @strong spruce
๐
they left
Not according to my discord
Lv left
that pfp lol
And I still hate JDA
I can't find a proper way to find out what users reacted to what reaction >.<
Ah lol. Just in time XD
*sigh*
This time I left them
inmature people... Always the best
so sad
My bullshit patience is -7.3 today
๐
Then don't directly punish them and better discuss it
And Iโm done dealing with idiots
It was one swearword which isn't really a valid reason for such a hard punishment...
I banned them for being too stupid
If you're done dealing with them, don't deal with them.
Ignore them and switch to another Discord while I and the others take care of it
Theyโre a waste of time to everyone with 3 brain cells
We discussed it more than enough that you should leave conversations since you always tend to put oil into the fire.... But whatever
I donโt want to see them again
Plain as that
Unban them, DM them to apologize, whatever
Your time, not mine
And then we have a 20 minute discussion again about how I do things on my own without discussing them first, you leave again and I'm the bad guy again because I give people a second chance, yet nobody cares when you ban someone for no real reason....
But whatever...
If someone has some idea how I could check a specific reacton for if it contains certain users using JDA, let me know.
I'm struggling to find any real solution
does anyone have experience in nuvotifier?
what about it
one of my servers has everything setup correctly for nuvotifier and for some reason it still says it cant bind to port
there is no ip or port typos
and on my other server, it works perfectly!
i have no idea what the problem is
are you running it on multiple servers?
yes i have it setup on a bungeecord
did you follow this guide
https://github.com/NuVotifier/NuVotifier/wiki/Setup-Guide#single-proxy-bungeecordvelocity-networks
i followed a guide off of youtube and it worked fine for my 1.8 server
it's extremely different for a bungee network vs a single server
you should probably use the official install guide rather than a youtube video
yeah your right, i saw a change that wasnt in the video thank you turbo
ok yeah this is still not working :/
you may have to pick a different port, especially if you are on a shared host and they just have blocks of ports open.
@swift abyss i've chosen many ports and it still does not work
yea, ive had to do a lot of port searching before, may be able to contact your host and ask what block of ports they have open or if you can request a specific port
couldn't i use the port of the backend server im trying to use?
the backends should be set to nothing i think, its the bungee that needs the port. let me check a config
Only thing I changed here is IPs and tokens:
Bungee: https://gist.github.com/JGuerndt/be57cbba18fdeb0d48a44bc9393fc5df
Backends: https://gist.github.com/JGuerndt/3cc3aabf23dd37611d97a37aaf4e65ef
wait so the port needs to be -1?
but doesnt the backends need to be set to none since the bungee is set to proxy?
well, those settings work on that network with bungee and 7 backends
so it will still work?
because i have that setup besides the -1 port on my1.8 server
will what work? the configs i sent work
just update ips and tokens
the port that the voting sites are sending to
the ports for the proxys
what is the default?
for both proxy and the backends?
... you arent reading. on backends, its -1
on bungee config in the proxy section, its 8192
right sorry
at the top of bungee config is the actual port for votes to come in lol
hope it works for you
@swift abyss votes arent coming through into the game
im going to send you my thing JG
rip, went to bed then. its better if you contact your host to find an open port for your bungee @gilded nova
@swift abyss i have open ports for bungee and i am using them. I got the 1.14.4 server to bind ip, but now the vote wont go through the 1.14 server
you see in bungee console that the vote was recieved?
@swift abyss the vote says it cant go through the ip for the 1.14.4 server
no idea honestly, ive set up several networks with the config i sent and no issues
may be worth contacting your host
Hey guys, do you know if is there a way to make a unique donation ? Thanks ๐
?
Just, can I make a unique donation to the project, without subscribing to patreon ?
I don't think so
you can donate on there, then cancel before it renews though
Okay thanks !
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchingstorage
!sync
!tracks
!usage
!verbose
!wiki
!bulkupdate
Quickly update a large amount of user and group permissions by using the bulkupdate command.
My head is off, so probs not going to be lurking for long, but was wondering anybody knew where to obtain one of those "magical" clients such as the jessica one, feel free to DM me with info if you got it, thx โค๏ธ
ohai
Why does this drink taste funny? looks in glass at the frozen squid ice cubes ooohh, thats why!
calamari cocktail
they get up to some really funky shit not gonna lie
lol yea

haha, its from some game called overcooked
never played it, but one day i was in a chat and we got on the topic of onions, so i just grabbed the first high quality onion pic i found
his dog is adorable
๐
meanwhile in developer land
did anyone want a cheque writer?
wow
cool
@potent prawn deal
Hey Upstream Sea! Please don't tag staff members.
Clippy, stfu
bwahahaa
Me sad
you should be, never tag the all mighty staffs
Iโll ping him in the other discord then ๐
big yike
musical discords
Iโm not rude
evidence please
we'll wait
How can I prove Iโm not rude
It is better to remain silent and be thought a fool, than to speak and remove all doubt.
such a wise onion
I got a idea
lol - you all have a wonderful insert appropriate greeting for your current time of day
almost-time-to-leave-work-o'clock
nice
woke-up-due-to-pain-in-shoulder-time
Am I rude now?
๐ฆ
but also ๐ very gg
F for the painful shoulder
๐ข
F
Turbo, can I cry on your shoulder?
here, ill give you some cut up onions for more tears
if that will make you feel better

oh how i miss friends
Hello, I am not human, I am an Onion.
๐ค
I just never got into that show
eh, Id rather watch Fraiser
Another good one. I'm re-watching Mr. Robot
nice
๐
I'm glad I'm not the only one to read it that way
is there any other reasonable way to read it? ๐
@violet rivet on April 1st they change the capitalization in the logs from PermissionsEx to PermissionSex
That makes the plugin not better tho xP
All the poor cristian minecraft servers will be terrified ๐
@past surge you can ask your question here, as it's not directly related to LuckPerms
Great, ty, so far im trying autorank
for some reason only opped people on my server can spawn withers, and I checked worldguard and essentials and I cant find anywhere where withers were disabled. Does anyone know the permission needed to spawn a wither using soul sand and wither skulls?
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
@snow rivet U norwegian?
https://pastie.io/oonylu.groovy This is an error I am getting with the Plugin RankUp, which relies on LP to rankup the player when meeting certain requirements.
I have the extension installed, and are using v5.
okay how do I reasonably setup a bungeecord network with some servers locked behind groups without constantly editing the bungeecord config file. Someone suggested advanced portals but my portals aren't working to the restricted world
so you dont want them to access certain backends without perms, right? you can make sure all your servers are restricted in bungee config.yml and then only give perms to the groups that should access them. can give /server <server> perms to only the groups, if you use like SSX, the premium version allows you to restrict use of certain icons in the menu based on commands. you cna use a plugin like slashserver to restrict /<server> based on perms. so many ways
that would be amazing
that was what i orginally wanted to do
manage everything with luckperms groups
yea, so in bungee config.yml set all the servers to restricted
well except the lobby right?
i want a server that everyone can access to serve as a lobby
then just give bungeecord.server.<server>
as needed to the group you want to have access to that server
works on the server those perms are on
maybe use verbose?
run it on the bungee console
hmm?
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
alright
wait i have lp installed on each backend server using a central database
do i need to install it on the bungeecord instance as well?
silly me
how else are you going to control bungeecord perms
good luck
hmm
it doesnt recongize the lp command in the bungeecord console
but i saw luckperms load
omg
i did it!
thank you so much
lpb is needed on bungee if you are running commands from console.
or to control it from in game, /lpb
is there a good simple plugin to display a message to a user when they join a server?
Well I think a lot, just google "MOTD Spigot" and you should have a wide selection of different plugins that do exactly that ๐
isnt the motd the message that it displays in the serverlist?
SOme use On Screen message, some use In-Chat messages etc
Yes and No
MOTD means Message of the Day, so it means both
this has both for example:
https://www.spigotmc.org/resources/ingamemotd-motd.13114/
hmm
here is a on-screen plugin
https://www.spigotmc.org/resources/titlebar.4755/
oh that may be even better
i just need a way to inform players that connect how the bungeecord network works
Good luck ^^
Optifine?
@pine tundra thats called a 0 tick dupe machine
Paper spigot has a fix for those
!commands
Find all of the available LuckPerms commands on the wiki.
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchingstorage
!sync
!tracks
!usage
!verbose
!wiki
@weak hearth ServerListPlus is a good choice for MOTDs and more.
this is a dumb question, bur adding a world container to my bukkit.yml and moving all my worlds to a sub folder couldnt have caused my permissions to go poof right?
It may have if the world name changed that way
is forge for 1.14.4 even a thing? i load it with mods and they don't show
@true seal how do you move all your worlds into a sub folder?
@pastel loom bukkit.yml has a configuration item world-container: in settings where you can give a folder name
Oh ok thanks I guess I never noticed that before ๐
We're using this on our server. So it works fine, as far as I am concerned.
...
๐
for (String s : query.split(" ")) if (s.startsWith("#")) for (Map<?, ?> parsedMap : map) if (parsedMap.containsKey(s.replace("#", ""))) query = query.replace(s, (String) parsedMap.get(s.replace("#", "")));
That's totally readable java code, in just one line
Ok, I have changed it
Looks only a little bit more readable when having it in multiple lines
I have finished my little project
You know about https://github.com/lucko/LuckPerms/issues/1708
?
I did that for Bukkit
Not in LP, but using the PlayerCommandPreProcessEvent and the ServerCommandEvent, which modifies the command
And you basicly put it in, have LuckPerms installed, then it creates a config and in this config, you can just add more flags
Cool, right? You can download the jar here: https://gitlab.com/Tobi406/verboseflags/-/jobs/364322655/artifacts/browse/target/
why not try making an extension out of it? Or is that already an extension?
It isn't, just another plugin
Oh and for usage, you can just use /lp verbose on #someFlag
I was thinking of making it an extension, but don't see any way how I can achieve this with only LP
https://pastie.io/oonylu.groovy I am having this issue with LP when running a RankUp plugin. LP errors when it is told to rankup a user, taking their money and not ranking them up.
I am running v5 with the API extension.
This was not an issue in v4
Well what's the error? We can't see your console
... it's at the start of his comment lol
I dont know if I should revert back to v4 for the time being until then.
I also think engin or whatever they are called do websites
However, I don't fully support them as they don't punish servers that use spambots to advertise.
Yeah I wanted an interactive website that tells about the server/features and stuff. Nothing fancy just plain, fun and simple
and allow them to continue hosting
ttps://www.mcmyadmin.com free with only a 1G instance
https://cubecoders.com/AMP - 10 bucks for 5 instancecs
1G Instance, what do you mean? Single server ,or does it support multiple server instances on the same machine?
Yeah 1 server limited to 1G
4 Servers + Bungee Host on the same Machine
The AMP one gives you 5, if you'll use a proxy for bungee yeah 4 + 1 for the proxy
Thats just an informational thing about TPS and Data/what its running on. What I was referring to is like, an interactive site that my relatives can go on, check out
I wouldn't use CentOS currently, the system link or what ever has issues with updating
Click on it, kid friendly and they can check the server for an "About" page etc
It's got everything, from console to setup
Yeah, I've seen some pretty cartoony looking ones with people/characters that look minecraft story edition-like
And the likes.
Pretty much like what a host provider would have
But they have like server store pages and such too
those make me cringe :L
Host providers yeah
I would just want something where my neices, Nephews and cousins and other family members who are playing together can go and check the server out
Don't need forums or anything
pterodactyl - OpenSource and Free
Why not set up a discord server for your server
In the process of doing that now, actually. Might be better since it'd have bots that can answer questions. Just a lot of work.
Discord SRV has TPS and stuff? I know it'll yell when TPS drops
You can have bots that send chat to minecraft from discord as well, it's great
Someone logs in and talks crap to other players, thinking they'll get away with it, when the whole lot is logged to discord
intersting, wouldn't add to the servers overhead though?
@sterile scaffold you could try out NamelessMC as website software, it was especially made for MC communities and is Self hosted.
Currently I'm only using 2G of my 16G with my one server, and my web server
Lets see
I guess NamelessMC is a simple server setup software you host on your machine that people can connect to and check out your server information through it?
+1 for nameless
with 14 servers running, totalling 46.8gb i'm nowhere near my 128gb cap
It's like a forum as well
128G? ๐ฎ
Its more like a all around thing for MC servers, it has a Forum, announcements, server status, report system, ban list etc.
You have suggestions for a video tutorial that details it? I dont want to use a random video.
@vocal rivet you host it yourself?
Ballin hardware
Yeah it's open source
NamelessMC? Yes, it is awesome
Interesting
I may have to try it ๐
Already have an apache webserver running so shouldn't be to difficult to mix it in
Just they have black sheep on their discord server that constantly annoy you how grewt they are and how little you know
Kinda like discord srv๐
little knowitalls?
I'm tempted to go have some fun.. ๐ค
LOL
Are you twelve
True story: I got banned on this one discord server for telling people how to stop bots spamming their servers. Yep.
12? Not quite
Nameless plays well with Ubuntu 19.04?
Almost ๐
Also sorry, I don't use anything Windows related for a server
I do ๐
Give me linux and i'll toss the machine out the window
It's more confusing than an 8 way interesection.
I got banned from a server because I tried to push a partnership we agreed on, while we were discussing it he got a bigger partner and ignored me completly, when I askrd him over his server because he blocked me I just got banned
Heck my system is Manjaro
Killamanjaro? ๐
Don't think I've ever been banned from a discord server
spelling

