#general
1 messages Β· Page 125 of 1
It's still missing a table and a respective view, but then it's done ^^
(I'm doing the views for two reasons:
- Database noobs that can barely navigate phpMyAdmin now can view all different punishment types separately and get UUIDs and player names instead of internal IDs (that's what resolved means)
- It's actually faster that way as the MySQL server can optimize queries on views a lot better and maybe even create temporary tables to speed things up even further)
@teal sun I'm fairly experienced with MySQL and the likes. If you have questions, let me know
So I have a Scoreboard and when I add people to the scoreboard no issues. However when I wish to remove someone from that scoreboard like so:
scoreTeam.removeEntry(player.getName());
It doesn't work....
I am looking at another plugin that uses the exact same method, and it works.... wth could it be?
How do you add them to the scoreboard?
How can I configure luckperms for buycraft?
With player.getName()? @scarlet shard
I would love to see a UML of that structure
A view is a query stored in the database? I am reading the wiki page on that corrently
@lone lake you just have buycraft send the appropriate command you want for that package. Same as what you would run in game (without the /)
So I am having a very odd issue that I do not understand.
I have three plugins, 1 of them plays as a "hub" and communicates between the other two.
The other two are minigame plugins.
I have different GUIs where you navigate thru menus etc.
When I select mini game 1 in the main menu it will go to it no problem, however when I click the back button (which is supposed to take me make to the mini game selection main menu) it won't do it. What is odd, is I have the exact same coding on my other minigame plugin that does legit the same thing, and it works no issue.
case BARRIER:
{
player.closeInventory();
SoundHandler.selectSound(player);
MiniGameSelection.openGui(player);
break;
}
@vocal rivet exactly
And thereβs no classes behind that database yet xD
And the structure is not yet done either π
Anyone bored and want to help test server in a few ?
Do dm π
I'm sure nobody will as most people here have their own server to work with
Or multiple of their own π
Yeah, same. Its just easier to have another person testing perm haha
Use an alt account
could do
it's easy enough to test on yourself, just remove all groups/permissions
and of course, deop
I downloaded LuckPerms for Bungeecord, but when I type /lp help in Bungeecord console don't find the command. Help me please
if you look on the command usage page, it shows that you have to use different commands on bungee.
otherwise, you would not be able to direct commands to the backends.
lpb
Thanks
[LP] Error whilst pushing changes to other servers. (a messaging service has not been configured)
In all servers I set messaging-service: MySQL
Why does the plugin keep giving me this error?
thats not an option lol
read the section above that explains. only the type should be MySQL, the service should be none or SQL
sorry, none is now auto with the update
Hey, @swift abyss you have good knowledge in CMI correct?
eh, somewhat lol
i have not used some of the more advanced things like interactive commands and stuff, but ive used many things
also, better to use the zrips website for commands than spigot
I use the zrips, just a bit confusing for me.
give example
Is it possible to have ranks show up next to TAB in chat.
I own a 1.14 server, still trying to set some things up.
It's purely survival.
not sure about the newer versions, but the tab section was removed from some recent updates, not sure if its added back
i forget the last version i had that it was in there, but you could setup the formatting
Bro, I've never seen a plugin so complex lol
Yeah how would I set particles in a certain region, you know?
as in like worldguard region?
Yeah, that works.
so you would need worldguard extra flags, that allows console commands to be ran when players enter or leave a region
then you would just add the flag to run the cmi command to put particles on them
Also, did I fuck something up? I added the cmi.portals.* permission to luckperms group default, just checked can't use hmm.
you can check console, it will show what perm the player doesnt have. also, you can use LP verbose
there is also /cmi checkperm <keyword>
Perfect, think I fixed the issue.
Just going to have to set-up voting now, worse part ew.
its not bad, just use nuvotifier to receive the votes and then cmi's reward section if you want to give rewards
Oh okay, that works
Is there a way to make stats board pulling all stats used in CMI for a user?
dynamic signs would display things
Possible with holograms, you know?
honestly not sure if cmi holos does placeholders.
I know it does placeholders, just very few sadly!
Yeah, just the basics though in the Zrips.
I don't think you could pull the stats from CMI though?
And display them in holograms.
Or signs.
ah, not sure about those stats
you can always put in an issue on github for them to be added.
Yeah, I think I would it be cool
yea, but also, that would only display for the player and they can just as easy run the stats command
That's true, I assume the permission nodes are on Zrips?
yea
for commands, its simple, just cmi.command.<command>
like cmi.command.heal for /heal
Oh shit, wow that's really nice.
cmi gave me aids, glad to be returning to essentials for .15
@potent prawn (sorry about this, this is for testing purposes, I know you love me)
Hey Tehlo! Please don't tag staff members.
@radiant lantern I hope you found what you were looking for
I did π
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!downloads
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchstorage
!sync
!tracks
!usage
!verbose
!wiki
Is there a sponge plugin for join messages, for different groups?
yes multichat @quasi bluff
@split ember thanks Iβll check it out
Is anyone familiar with multichat and luckperms together,i want to use the prefixes with multichat. No matter what i try i just cant get it to work. Been on this for 2 days now. Multichat discord is dead 90% of the time. Any help would be great.
essentialsX?
EssentialsX is always preferred over Essentials as it is more updated and more widely supported
when first i started my server i installed luckperms and everything works fine, but when i decided to make a Bungeecord network i don't know how to turn it on in all of the servers
can anyone please help me ?
!bungee
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
!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.
resource to add in wiki Sets a permission temporarily for a user/group. Providing a value of "false" will negate the permission. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "1mo3d13h45m" will set the permission to expire in 1 month, 3 days, 13 hours and 45 minutes time, while "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
https://planetcalc.com/7157/?language_select=en
Online calculator. This calculator converts date to epoch timestamp in milliseconds, that is, milliseconds since standard epoch of 1/1/1970, as used, for example, in Javascript.
Any way to create a free database?
Plenty. But all with their own restrictions
You can host them yourself easily, though that's really only useful if you self-host your server
In saying that, most server hosts will give you a database
I think theirs doesn't
In the case of my host don't give me a database and I don't want to self host, what do you recomend?
another host π
@potent prawn I know, I know, tagged you again, but I have a question about the bot that sends this notification v
Hey Tehlo! Please don't tag staff members.
Oh yeah fair
Either way
i wanna try and get it to run myself on my own bot
but it aint working
and I didnt wanna ping luck lol
@knotty cave there are some free hosts out there. But they all suck
Slow, restrictive, etc
maybe we can take this to a PM
yeah sure
MC host or database host?
Datrabase
Google it
which is the best host that you recommend? (with free mysql)
For all those people who find it more convenient to bother you with their question rather than search it for themselves.
And MC hosts I don't know
What plan is better for a survival masive multipleyer? masive is MASIVE
I searched this a tons of times, and every free host doesn't work cuz limited connections
That's not what you said
LP can work with less connections
If you want to host a MASSIVE server you need root servers
I'd say around 10 128GB RAM hosts, NVMe s dedicated connections between them a few sysadmins, plugin devs, etc etc
Should be able to host 50,000+ concurrent users/players
That error means it can't even connect to the host
Maybe you need to lower the pool size
Try 2-3
Yes
And I understand if 50,000 is a bit low. You can always rent (or even buy at that price range) more
Ok thx
I mean that'll easily cost $10,000+ a month. But with 50,000+ players you should be able to make enough money
That's too big xD
I put 2 on pool size and worked thanks
I don't mean that type of massive but thanks anyway
And for minimum massive servers (1000)
That's hardly a big server
And for that you also need a root server
Probably one of the ones I mentioned before
Maybe a smaller one if you know how to properly run a MC server
And with a dedicated server up to how many people?
Depends on the server
But you need someone that knows Linux
And btw what you posted are 4 completely different things
yes, I may need someone who knows
If you want a root server, then you don't may need someone. You do need someone
Though let me be honest
Start small
Maybe a hosting solution for 10-20 players
I think I will forget that option, it would be for a very large project
10-20 for?
Only for a root server?
And that's just the server
There's nothing running on it
No web panels, no Minecraft servers, nothing
Depends on where you rent it and what kind of server you use
Definetively, I will forget that option
But MC hosting for 10-20 players should be a good starting point
I can't start there
I have a big proyect
Not as big as a root server
But I will need maybe 200 slots
Do you already have that many players?
Yes
Ok
I don't start from 0
Then find hosting with an appropriate size
Btw going beyond 200 is a good point to switch to a small root server
You need a sys admin though
Good point because it's cheaper
32gb is good for 200?
Is it just me or is your Discord name adding numbers to your name when it's the first in the input string?
@knotty cave should be
But again, don't get a root server unless you have someone to take care of it
thats because I am searching other options
π€¦
Not sure, as I said we use a custom one
Just leave your question in here and wait for a response from some one who knows
oh i thought i can download irt
No sorry, it's tailored specifically for our server, so it won't work on yours
@silver tulip if you want to know what features a plugin has. Read the plugin documentation.
ok
Read the plugin documentation.
I do not know those words
Does someone know a good anticheat for free?
matrix is ok, but any will require lots of config to lessen false alerts
And yeah Xeons are power hungry
Also wouldn't perform well under single threaded tasks π
I mean, that's what you want for servers
Gimme some of that AMD Epik sauce though
Servers aren't really meant for single threaded tasks lol
Ryzen would be a better choice
If your after core counts maybe Epyc
I put my servers in to containers on a web server.
for intel I'd go i900k and oc it a bit right now I wouldn't buy into the 10th gen i series
for compairison my htop with two servers running
BrainStone, a normal minecraft server with 25gb of ram can support 200 people?
25G depeneding on the plugins running yeah
ebic
In theroy should be fine, you self hosting or relying on a provider/VPS?
provider
Depeneding how they have they're vms set you should be fine too
Most hosts uses VPS' so the resources you get aren't really true to what you get
And by most, I mean pretty much every single one lol
@calm kindle are you using AMP to run your Minecraft servers?
Ah, yes you are
A fellow AMP user π
Mhm, AMP is awesome
and yes most hosts use a VPS so yeah, the specs they print are not always true lol
That guy Mike does everything by himself donno how he does it
I'm pretty close to the moderators over there π
Lol, Miguel, Sneakysnek and Necrid really help out with his stuff over there too
He's not entirely alone
but yeah support A-1
Mhm, donno ages but that'll get em places
Data centers would love to pick em up xD
They actually got me into buying my own equipment lol
Yep they've got connections for those too xD
Yeah, I could use some hardware upgrades xD
I've been looking at an R720 for a while, pricing are starting to drop on them
Ugh, Canada's shipping costs are outrageous though
It's literally cheaper for me to drive 48+ hours than to have it shipped
I run 100% Linux my old Nividia card needs to go
I would too if all my games were compatible with Linux
And Wine doesn't like my GTX 1070
Check Protron and Lutris
Using the mesa drivers?
GTX thats Nivida I think I'm bad with models and brands lol
Pop_OS! or Manjaro would be your friend
I'll have to check it out
I'm already too far into McDonalds
Lol wtf?
Autocorrect....
Huh?
Meant Windows
Ah, I ditched Windows about a year ago
Manjaro's spin of xfce though mmmmm looks so fine
In other news...
...wat?
oof DeluxeChat no work on 1.15 :c
ah I'm using an older version, that''ll do it everytime
Anyone used CMI before?
yea
Any support for bungeecord with its ban system?
I use litebans, sorry
it uses mysql for storage, doesn't it?
ugh i hate the resource page, too many fucking gifs
just want to see a list of features
both can use MySQL for storage, I just never used cmi for punishments. i forget what in testing had me decide to use something else. I do like how cmi has all the ban/mute info as part of player data though
LiteBans is really good. The web interface can be confusing though
to get working that is
Using banmanager now
syncing kinda sucks and doesn't work some of the time, really irritating
Litebans will work better
I would expect it to
Bm's support was non existant
I reported a few bugs, and still haven't heard anything
6 months later
rip
I never had issues with BM
Only issue was that bans didn't sync in real time across servers
i think i used bm like a year or so ago, then moved to other things, i never remember why i remove plugins lol
when I would ban someone, it would say 'you have been banned" weather or not it was a temp or perm ban
cant change messsages?
Nope
you can with LB
uh, yes you can lol
I configured the fuck out of BM's messages
Oh yeah
I tried and found they had the same message repeating for two different commands
temp/perm
would use the same message so you couldn't say "you have been tempbanned"
"You've either been temp/perm banned"
._.
its all separate with lb
Nah it definitely didn't work like that
I know for a fact it had different messages for everything
Maybe we are talking about different plugins lol
i only used the other one, not management
do you know a pluggin to teleport out a zone vip who doesn't have this rank?
and another to appear in his head if is vip or no?(Rank)
by MD please if you know pluggins that can do that.
(also a pluggin to efects while you walk if is possible and hats... things stetics)
-if you dont stand sorry my english is soso
I love that live preview stuff
yessss it's so good
do you know a pluggin to teleport out a zone vip who doesn't have this rank?
and another to appear in his head if is vip or no?(Rank)
by MD please if you know pluggins that can do that.
(also a pluggin to efects while you walk if is possible and hats... things stetics)
-if you dont stand sorry my english is soso
@gilded nova no advertising.
Ok π¦
@hybrid loom what preview stuff?
I don't have the beta
public static void main(String[] args){
System.out.prntln("Lol");
}
But I like this
Oh. Looks like I do
That's fine (with the code block)
But that is irritating
I'll definately give feedback on that
Individual options please
Disable this
I saw it
When you write text eg ~~~~ and place a (space) in it the middle of it (try making it look like ~~ ~~) it parses like this: ~~-~~
~~ ~~
Copy the text
It's just a space that's striked through
Because that's what ~~ does
Oh
I know my markdown π
~~strikethrough~~ -> strikethrough
*italic* -> italic
**bold** -> bold
__underline__ -> underline
> quote
quote
Also, single _ at start and end makes it italic too
How did you type that without it formatting?
And the live-preview is actually helpful for this
That's really nice
to see how it renders
Ah, so it doesn't work on the whole line just the first md syntax
Now, if only Discord could focus on their performance issues instead of features
Side note... Happy Birthing Day Andre π°
thanks
omg its your bday?
HAPPY HATCH DAY!
Are you sure about that? π
The bird comment reminds me of this...
It's my professor's review from university
π₯ to Andre
excuseme can i use pluggins of bukkit in sponge with luck perms?
No?
spigot?
LuckPerms is a permissions plugin
yep
Not a spigot/sponge bridge plugin
You can't run Sponge plugins on Bukkit/Spigot and you can't run Bukkit/Spigot plugins on Sponge
LuckPerms does not change that
Nor does it claim to
ok
I don't know what made you think so
i made groups etc
prefix
all works fine
but when i press tab
dont appear prefix
just when they write
do you know about it?
Do you have a tablist plugin?
There's your problem
Just install a tablist plugin that can do that
No
Just ask it here
And why?
mmm... some pluggin to
area vip
if someone that is deafult
enter to this area he goes out?
thats like worldguard
WorldGuard?
dont ask people for things, then question their answers
π€ i tought that it was from bukkit
you can download plugins from spigotmc - even if you are using craftbukkit
i use sponge
may be called universe guard, not sure, i dont use sponge
That's what he said yes
and this is a permissions discord, not a sponge support discord lol
LP handles permissions
because (luckperms is the base of all0
if the plugin has permissions, then LP can handle its perms
i know
if you know, then why ask?
Then why ask it in the first place?
but i dont know if is compatiblr with thw pluggins that you say world...guard
π€¦
how would it not be?
Why not read their documentation?
Find a plugin that fits your server, if it does then use it
yea, i cant be bothered to walk someone through setting up regions that asks these type questions
would take a month to explain it
Yarp
for the record, WG doesn't have a sponge version
there may be plugins that do similar things, but not WG
Anyone get an error when using /papi ecloud download luckperms and then running papi reload?
Perhaps I need to be using LPv5..
Looks like that was the case.
yes
Well, I got the prefixes showing fine
Sadly, it doesn't like to work with multichat
(Aka I want the server the player is on to be shown in the message too)
[server] [luckperms prefix] [username] [chat message]
Currently missing [server]
How would one disable snow layer while maintaining snow weather?
I want it to snow but I do not want the snow to create a snow layer when it hits the ground
+1
There doesn't actually seem to be a flag to deny snow formation
What Ive been reading is that Snow Coverage is randomly plonked down by the clients
Can anyone confirm this?
there most definitely is a flag
and uh, if it was client side----you think the client can create random blocks in the world???
not sure how you expect that to work but yea no.
I mean if there is indeed a flag, feel free to reference it. I've searched through the documentation and couldn't find anything matching natural snow formation.
The closest thing was "snow-fall" - which is different
why is that different
snow-fall: Snow falls from the sky
snow formation: Snow forming on the ground in layers
π€¦
snow-fall: Whether snow will fall I assume this determines whether snow should fall from the sky.
That is different to "Whether snow should form on the ground"
k, sure. gl
Your initial statement:
wizjanyToday at 3:57 PM
there most definitely is a flag
proceeded by a facepalm and an "ok, good luck" doesn't really help
Anyone know a Plugin for a anti redstone clock? That works in 1.14? For a anti crash Maschine with Redstone ..
Want to give M server a shield against Redstone crash mashines ^^ the plugins I find all outdated
Question: Is there an existing plugin i can add to a Minecraft Server that will allow me to share the scoreboards of each Server with each other, so that my players can earn values in one server, and still have them when they move to the next server that is connected with BungeeCord?
If so, what plugin? or if it is not a plugin, please inform me of what steps i must take to make it possible
Purpose of Needing This type of feature: I have scoreboards that are used to determine some of my systems in my world. But since i use BungeeCord to connect the Worlds/Servers i need each server to remember the latest Scoreboard Value of a scoreboard that a player has so that no matter which server they enter, it stays with the latest scoreboard value
@celest escarp I hate you >;(
Wait until you see the servers with the infinity sign @celest escarp
please β€οΈ
Hey andrewkm! Please don't tag staff members.
Hey andrewkm! Please don't tag staff members.
To continue the conversation here
/lp user|group <user|group> permission settemp <perm> <true|false> <time> @north condor
thank you very much
You really don't know Dyno?
A bot that is LITERALLY on millions of Discords?
The Dyno Discord is afaik the first bot support Discord, that got partnered
Which is something Discord doesn't do normally
Hey andrewkm! Please don't tag staff members.
Typically. But not here
im guessing thats a no. thank you anyways
so i want to do full RESET on the server for 1.15
except to keep the ranks and the playtime
so go inthe world folder and delete the playerdata folder
you cant select the data
i want to keep the Playtime
its all or nothing
what you mean?
uhm
i cant transfer the playtime?
i dont even know what is in playerdata
i just need the playtime
dont believe so if you arent using a plugin for it. you can test on yourself. just rename your uuid folder and restart server
ah that will suck if its not possible since there are people with 1000h+ playtime
world than playerdata?
there are lot of .dat files
@swift abyss
you have to find your uuid
let me get ss
so, as i said, under the world folder, then playerdata is a list of all uuids
find yours and rename it, like add a - to the beginning
lol, you dont know your own uuid or how to find it?
just put your name in namemc and you will see the uuid
ohh uuid
i said that the whole time π
if you renamed your file and started the server and playtime was gone, then yea, try another place. i was just giving suggestion.
from googling, it seems its in the statistics
that would also be things like blocks mined, etc i believe
how can i let players use tabcompleter? Now it can use ops for no op players it shows red text like command no exists
IF they don't have permission for it, i'm pretty sure tab complete commands show red
@dense quail
!default
LuckPerms provides a group that every player is added to upon joining the server, called default. You can use multiple methods to change the default group or change the name of it.
try the "inheritance" option
you asked in game
rly
it's explicitly mentioned so on that page
just give it a parent with a higher weight
no one will know
in permissionsEx can edit default group
you mean permissionsEx is better? xd
Nowhere in hell it is XD
absolutely not
i think yes but i need now give to players VIP free
but
i cant edit default group
nice
Or read this, tho I dont know if this is still suggested
https://github.com/lucko/LuckPerms/wiki/Default-Groups#configure-default-assignments
into a plugin
I mean a extension https://github.com/lucko/LuckPerms/wiki/Extensions
oh ok
of course it isnt, but if its what he wants XD
guess the expert on the plugin knows nothing
He wan it that way, you can suggest him to do it different, but if he doesnt want uwu
what he wants is another group to be the "default" which can be done with inheritance and setting the inherited group with a higher weight so it's seen as the primary group
but Β―_(γ)_/Β―
I know that, I didelidid it like that on a friends server, but he wants to change the default group completly ( Yes I know, it is unecessary and you could also just use the default group ) so I just referenced what he wanted from wiki sources :3
btw
i mean it's just one command
if i set - group.player to group.vip can I then roll it back to return the player?
and default assignments were removed from the main plugin for a reason
heyyy
I thought it got removed and pushed into a extension for the efficency of Luckperms by removing a feature that less then 1% of the users used anyway
not really sure what you're trying to do there Hooper
ok, i need set default temporary group on VIP FREE but I need to give the default group back to the player in a week you understand me?
or no?
so whenever a new player joins the server they are given the VIP group
I do not think this is even possible with LuckPerms, even with default assignments
though I don't know enough about them to give a proper answer as I've never used them
But you could find a way to run a command every time a new player joins the server
and just run the parent settemp command
btw I didnt want to undermine your authority, I also didnt want to let it sound like I am one of those "I am a expert on this", Sorry if it sounded like that uwu
no it's fine lol
full command please?
click the link
/lp user/group <user|group> parent addtemp <group> <duration> [temporary modifier] [context...]
this is correctly ye?
yes
ok i go try
you would want to use user instead of group
but this needs to be done on a per-user basis
you cannot set a date in the past
well what did you type
/lp group player parent addtemp vip 10
please read the section I linked as it covers the accepted time formats
10 what?
seconds? minutes? hours? days?
you need to specify that
i would assume so if that's the error you got
not working
please be more specific
does anyone know how to add factions?
*ignores you*
does anyone know how to get factions in 1.14.4 tho?
How would I fix this:
15.12 18:06:25 [Server] ERROR Could not pass event AsyncPlayerChatEvent to ZeldaFest v1.3
15.12 18:06:25 [Server] INFO java.lang.IllegalStateException: InventoryOpenEvent may only be triggered synchronously.
I figured it out
for 1.13.2
That moment when you pull 55A from a 50A server power supply and wonder why it stops running for a bit π
@gilded nova I have no idea what youβre saying...
sorry im bad at english ;-;
Hi
@gilded nova thatβs ok. The thing is Iβd love to help you. But I canβt if I canβt understand you
This luckyperms pl0gen is gr8 btw, thx β€οΈ
hot
hello @gilded nova,
To speak for all members here, if you provide more information. We could actually help you.
I think it was handled in #support-1
Uh, translate? Lol
I don't know what it's from though
yeah but what
You can make a server public
which page of settings

You only noticed this now?
But only for verified servers?
Looks like it. The page linked there only mentions verified servers
Uhm... yes?
It's been the same for literally every minecraft release.
Yeah I was gonna get the F but the guy was like they're basically the same price and made me get the K anyway lol
F was 20$ cheaper lol
So yup
598
Wonder what happens if I try boot this thing with windows 7 lol
Why
They're not supported are they?
No idea but windows 7 is almost not supported anymore
@urban cipher
But only for verified servers?
Hey,
I believe it's also for developer/ecommerce servers, partner servers, and HypeSquad Event coordinator servers too.
I now regret installing the drivers from the mobo cd.. would've been faster to download them..
i can let you borrow my 3.5" diskettes
lol Turbo, the post in the other discord, that jeremy person asked if LP was better than pex, thats why i posted that. i guess they deleted the post
Yessir I was confuse
lol
optical drive for all those tiny disks i get with random products from ebay
God, reminds me of the rectangular "card" disks you used to get
When you request a data deletion accoding to the GDPR and they tell you "We dont need to follow it"
european citizen dance
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!downloads
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchstorage
!sync
!tracks
!usage
!verbose
!wiki
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
@plain cradle so I'd recommend you search the LP source for mysql.sql
k, tanks
Can anyone here help me figure out what are the caveats of rewarding the players with 72 sethomes, even if someone voted for my server for 2 years?
I see no issue with that personally. a server i used to play on i had unlimited, at one point, I had over 140 sethomes. cant really think of reasons its bad for the user or the server. sorry im no help lol
tf does someone need that many homes for lol
i played there for over two years, was staff for about a year. just sethomes at friends places, spots to raid later, biomes for certain blocks, etc lol
#luckperms-api is dead xD
Well, I think it will take a year to fix my plugin with this ammount of messages por hour :P
not saying something bad its a joke
just be patient
I'm being
Well, not a lot xD
Hello does somebody know a plugin that kicks you when your rank gets updated
can't you just kick the player while giving him the rank ?
then add a command that kick him
what if the website works with mysql
and... what does it do ?
give the player a rank
oooooh
I understand
but even kicking the player wont update his rank when you add it through the database
you have to do it with commands or resync LP
Anyone know how to have prefix on join in essentials? I'm using LuckPerms.
in your Essentials config, you have to set {DISPLAYNAME} in your chat format for the player and it will automatically show the Prefix, the nickname and the suffix of the player if he has one
Still not showing up. I am using DeluxeChat as our main handler of chat, will that have been the issue?
I mean if I type in chat, it'll show up.
It also shows up in tab.
This is the only area where it does not. π
Idk it depend if you have set the prefix in DeluxeChat's config
So if I had the prefixes setup in the deluxechat config, that might have been an issue?
set %vault_prefix% as the prefix in the default template
Where is that located?
in DeluxeChat's config
Checking right now.
you have the formats: section
under default: change prefix: to prefix: %vault_prefix%
Right here correct?
yes
does vault show in /papi list ?
in /papi list
send your deluxe chat config
oh lol
you set it in the example
you set it at line 22 but it's the example, you hafe to put it at line 354
is there any errors in the config ?
or maybe EssentialsChat is overriding DeluxeChat ?
Possibly so.
try removing it
essentialsx is only installed
do you think the issue might be that we don't have essentialschat installed? 0-o
?
in EssentialsX's config, there's a option to change the format of whenever a player join
what did you set there ?
I never said I was smart π€£
I didn't say the opposite π
Anyways - this gets us back to square 1 which is that it has no prefix in join. My current rank is Founder so is there anything we can do to fix this issue?
nothing at join ?
and when you talk in the chat ?
and you replaced DISPLAYNAME by what in EssentialsX config ? (for the custom join message)
did you restart?
I think I found the issue
is change-displayname set to false at the top of the config ?
(of EssentialsX)
yes
and add-prefix-suffix:
true
and is there a # before ?
;-;
yes ?
That has not done anything
can you send me your essentials config ?
x)
Anyone like gta?
now, i got this permissions on my group owner
So far so good, but when talking in mc chat or see the tablist I don't see my prefix
this are my plugins:
any1 help me?
Are Minecraft shadows generated server side or client side?
No, that's my question for anyone who knows
[17:45:33 WARN]: Unexpected exception in the selector loop.
java.lang.OutOfMemoryError: Java heap space
[17:45:34 WARN]: Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
[17:45:45 INFO]: [PlayerDataRemover] [UpdateChecker] ΠΠ΅ ΡΠΌΠΎΠ³ ΠΏΡΠΎΠ²Π΅ΡΠΈΡΡ Π½Π°Π»ΠΈΡΠΈΠ΅ ΠΎΠ±Π½ΠΎΠ²Π»Π΅Π½ΠΈΠΉ! ΠΡΠΈΠ±ΠΊΠ°: Remote host closed connection during handshake
[17:45:45 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3014)
[17:45:58 WARN]: at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3472)
[17:46:00 WARN]: ... 28 more
[17:46:11 WARN]: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5890ms.
[17:46:19 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:697)
[17:46:22 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
[17:46:27 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
[17:46:30 WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Netty Epoll Server IO #2"
[17:46:31 WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:131)
First: Use https://hasteb.in next time
Second: OutOfMemoryError - You most likely don't have enough RAM available for the server and/or the database.
I believe if it's a server, the shadows are generated on both sides, the client just asks the server for the shadow information. And when offline in a world, it's client side only (or well internal server sided). @white berry That's my take on what you asked
anyone know how to get factions?
You can obtain FactionsUUID from GitHub, from the maker himself.
However, you would have to build it from source.
Also no support will be given for that plugin if you decide to build it from source rather than buying the download from the Spigot website.
https://billing.pebblehost.com/cart.php?a=add&pid=205 How many people can support this server approximately?
With 20 plugins aprox in survival
Depending on how far spread out they are 100-300 players at the same time
That depends on a lot. But itβs possible to run with 20 TPS
The closer they are the more do fit
And the more TPS too btw

On point: https://xkcd.com/1348/
Oh that guy
Is there a permission that can give certain ranks access to command blocks
Sponge or Spigot?
does anyone know a way you can set the status of your mc server to show as "maintenance"
if you do then ping me
you can with MaintenanceMode https://www.spigotmc.org/resources/maintenance-bungee-and-spigot-support-1-8-1-15.40699/#review-294313-412924 @gilded nova
I removed all at the same time brainstone, so now Im gonna add like 10 by 10
to see which one is causing it
or if its just plugin overload
@drowsy quest spigot
Hey RedNovaCoaster! Please don't tag staff members.
can you guys DM @finite holly and ask him if he's alright? he's been depressed lately
He's not on this discord it seems
ik this isnt lp related but
This is what my latest log says when i try to load my custom plugin. It says that name cant be null, but in the config there are no errors. I even put it in a YAML Verifier to double check.
All all the name fields in the config are full.
Did you actually made a plugin.yml and set the name of the plugin there?
i didnt make the plugin myself. but it was working with on my server with the default config. it was when i edited the config that it started given me this error
thanks tanguygab
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!downloads
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchstorage
!sync
!tracks
!usage
!verbose
!wiki
Anyone here familiar with CMI permission nodes?
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Okay, but what are the valid color names? It's not on the permissions list nor the LuckPerms tab complete nor permission tree database.
For permission node cmi.colors.[type].colorname
Not sure sadly. Sorry.
it's probably the name of the color like red, green, dark_green, gold...
In Minecraft, there are color codes and format codes that you can use in chat and game commands. Here is a list of color codes and format codes that are available in Minecraft:
look at the names in ()
How do I make 2 prefixes with lp
check the wiki for Meta Prefix and Duffix Stacking
Guys
I just managed to tame multiworld permissions, so I wonder...
Should I leave my server on whitelist mode until I finish my server hub, or should I reopen it for the public now?
Assuming I finished 1/4 of my server hub in less than a day that is
It does have its main world spawn though
Looks like a good start
I mean is the {user} part the correct formatting?
Depends on the software you're using
Though I'm also not entirely sure what you mean with formatiing
I'd still recommend you ask on PAPI for support
can i have the discord
It's on the papi spigot page...
ok
I think you overlooked the "On the right side" @tired lantern
I btw made that wiki.... Or like 90% of the wiki...
It's a good wiki I be been using it to add placeholderapi into my new plugin I'm making.
Is anyone looking for a community based 1.12.2 server?
Iβm looking for some friends to just chill with no money or anything
Don't advertise, seriously
All you have here is server owners asking for help setting up permissions
Lol
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!downloads
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchstorage
!sync
!tracks
!usage
!verbose
!wiki
Seeking a per world plugin controller. For 1.15 premium or free does not matter.
Hi everyone
I dont know why but when I enter my server I get that I have missing mods in Client [Sponge, Forge,...] and it puts that Im not whitelisted on the server
Anyone knows how to solve
Im using Sponge Forge
When i put all the permissions to the user he can enter
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
(You can just leave the filter empty)
not really appropriate....
sorry

