#general
1 messages Β· Page 296 of 1
luckperms api?
hm we only use decently reputable plugins directly from either spigot or bukkit website but ill check again
did you actually see * in the permission info of luckperms?
if you got the malware plugin thing then all your plugin jars are corrupted bc it injects something in all of them
if so there should definitely be logs or some command of permission info with evidence of setting * permission node.
the most baffling thing is that section of logs where he joins with default permissions, nothing strange appears in console, and he suddenly leaves with silentquit. i can only assume he got the * node because thats the only way he would have access to /op, /lp, silentquit, etc, but like i said i cant even be sure of that cause it doesnt show up in luckperms history
but i guess if a bad plugin gave it to him it might not show up in lp history
well you cant assume * permission just from getting slient join.
he didnt join silently
yeah
at this point im burning my server
so if i have a ratted plugin, what do i have to do to erase all potential damage? just reinstall all of my plugin jars or is there more?
well its hard to say, it may just be a bug with DiscordSRV that did that particular permission check wrongly
oh interesting cause i kinda messed up discordsrv shortly before that happened
i copied all files from one server to another, including whatever key discordsrv used to link to the original server (not sure exactly how it works cause i wasnt the one who installed it) so basically both servers' console outputs were going into a single channel
the problem happened on the server that was copied
does anyone know if it's possible to deny access to a bungee world (you can access lobby by can't access survival server untill assigned a group with permissions) i can use portals but was wondering if there was a way to stop the /server survival bypass without removing the option for command when got permissions
yeah but doing that remove the /server command for everyone not just unauthorized
does that link to lucky perms?
i'll put in support 1 pics of what i mean and the bungee config
any ideas how to fix it?
Hey Karma! Please don't tag helpful/staff members directly.
guys dont you think it would be useful if lp user [user] permission check [perm] should show the duration that the user has that permission? E.g. if I had done lp user Bob permission settemp colour.red true 1d it's duration should show when i do lp user Bob permission check colour.red
omg rlly ipwhitelist?
No
Setup a firewall and/or use bungeeguard
yes bungeeguard seems like a lot better than ipwhitelist it has been a while since i used that so ye the best thing to do is just setup iptables
iptables at one dedicated server?
depends on the setup
well you can allow connections to certain ports from certain ip
I'm use localhost for others server after bungeecord
at one virtual dedicated server
bypassing unreal
no if it is local then it wasnt a bypass
Directly a player will not connect to me bypassing the bungee + bungeeguard will save me from uuid spoof
well uuid spoofing happens when someone can connect to one of the backend servers which has ipforward enabled they can basically send any uuid for any username and the server will say that it is ok
but how?! If you turn ipforward (Spigot server and Bungee Server) true you can't join bypassing bungee
(If you use multi dedicated machines yeah without closes ports it's really)
Okay, not the essence of protection, it's a little different, but what about Luckperms? All the same, users were infected with hostflow malware?
i am saying if the connection isnt local ex you use a shared hosting you cant have local connections bc host wont allow it so your server is exposed on that port somebody scans the port range and connects directly to that instead of your bungee and ye
now hostflow idk really it seems strange but as far as i saw the code it basically replicates all its code to all the plugins on a server i am not sure from where it got in or what it does but it seems like it allows others to execute commands
The best option would be to reinstall the OS on the server and re-download all the plugins
no it just affect jar and zip files i would say delete all jar files and redownload them
hostflow can do a lot of harm if a person is running as root user (Yes, like me, but I do not download suspicious plugins :) )
why on earth would you run as root
you should never do that
like ever, not unless you know exactly what is it you're doing and why
like i said idk really how it got in that is the issue and ye it is possible that it infects the system
I'm not a Linux master
best thing is to run servers in docker containers or something like that so they dont have access to stuff
like pterodactyl
ptero uses docker yes
just use ipwhitelist / bungeeguard if you dont know how to properly setup firewall and iptables for ur system
and dont use shared hosting
Could of been from a different jar actually.
There's no way to determine the original jar in this case
e.g. Someone's FAWE jar has the same malware in it
neither official jar has the malware in it however, which means it had to come from a different plugin
Well since it copies itself to all jar files it is hard to pinpoint where it comes from maybe you downloaded something from a spoofed website maybe someones spigot / bukkit account got hacked and now they host a malicious plugin maybe something else
That's why i said there's no way to determine the original jar in this case π
and even though I've dealt with this 5 or so times before, not really sure what the original infected jar is...
I'd need to spend time going through a variety of different plugins & hoping there's something obvious besides the file & directory :/
iirc it's just code that infects other jars and nothing more.. would have to check the javaassist stuff & try and deal with the .l1 file
well they modified javasist to execute commands send data to remote server and get data from there
it is hosted on ovh lol
Shame i have no VPN :p
ye they have a panel setup to collect data i guess
https://github.com/ColorlibHQ/AdminLTE
and javalin recives it idk they collect a lot about the server they affect they get logs players ip maxplayers stuff like that
I mean, best i can do is throw the infected jar & my own plugin made for logging purposes and log whatever it does .-.
Mhmm, AdminLTE
I wanna see that going down ^^
I'd have a go at it if i had a VPN, but i don't so I'm not dumb enough to touch the site its self
ye i gues i havent figured out if they can remotly execute anything else than server commands tho
Guess i could also look for fym_st too since they set it as a property...doesn't help find specific jars though, only mark servers that are infected π€
hmm ye i missed that i guess it is to flag something
oh maybe that is so only one jar connects to their backend
we'll find out, once i can find a server host to throw this and my logger onto π
bc only if it is not set they create the object
I should really make a malware analysis VM for this sorta thing, but my PC isn't good enough π
instead i torture free server hosts π
for mc orr
mc π€£
i have a spare one
I'm not sure you'd want malware ran on your home network π
it's shared-hosting
ah, well then they probably have security then π
idkkkk it's a pretty **** host lel
I could easily find out π€£
sent you details
indeed
lol
and either i broke the logger or they're doing something that breaks it, oof
custom perhaps?
just a title
ah noticed the login page
ugh, localhost doesn't like the logger either.
I wonder what i broke π€
just throws a lot of
Encountered an unexpected exception
java.security.AccessControlException: access denied ("java.io.FilePermission" "plugins/update" "read")
and similar errors π€£
Literally all it does is log stuff though ._.
Well, if i ever get the logger working, we'll get a decent-ish idea on what the file does in general π
unless it's a Java 16 thing.. then oof
nah, just threw it onto onLoad and it works now
ok
security managers are the best π€£
connects to three ips, only the host flow one works
ye it connects to amazon to get the host ip and to 8.8.8.8 if amazon fails
am guessing this part
nope, didn't see that in a very quick skim
hmm is there another ip then
51.79.96.72 this is server.pro i belive
ah
Full connection list (including the previously mentioned ones), excluding amazon
checkConnect Host: client.hostflow.eu Port: -1
checkConnect Host: 51.68.52.203 Port: 5050
checkConnect Host: 52.6.167.215 Port: 80
checkConnect Host: client.hostflow.eu Port: -1
checkConnect Host: 51.68.52.203 Port: 5050
checkConnect Host: ff382a782149 Port: -1
checkConnect Host: 51.79.96.72 Port: 54721
checkConnect Host: 104.21.24.38 Port: 443
checkConnect Host: 198.27.66.94 Port: 443
/lp does not appear
#support-1 or #support-2 for LuckPerms support
oh hey got a checkAccept
checkAccept Host: 51.79.96.72 Port:54721
I wonder what that's about π
hmm strange
looks like a lot of regions just got deleted.
Might be a server.pro thing though π€·ββοΈ
ye idk why it would test if it can connect to itself
Annoyingly I'd know where some of this is coming from, but i have to fix the logger since jar logging doesn't work properlyπ
checkFile File:./world_the_end/level655950225974332649.dat is interesting
doesn't exist though π€
you think it modified the file
Not seeing anything else related to that file besides that one checkFile
checking some of the other world related stuff though
could also be a temp file π€
Not really seeing anything else besides the ocassional checkConnect Host: 51.79.96.72 Port: 54721 and stuff related to the world files π€·ββοΈ
i am guessing it just waits for the main server to give it some commands so it can execute them
well then, i'll need to throw it onto something that's not on a time limit π€£
well i guess on the panel they get the data and only attack the servers that have some players online
hmm..i wonder how hard it would be to spoof player count π€
I'm not about to make the server public just for this π€£
((PingMessage)object).serverIp = a;
((PingMessage)object).serverPort = Integer.toString(object2.getPort());
((PingMessage)object).serverVersion = object2.getVersion();
((PingMessage)object).playerCount = object2.getOnlinePlayers().size();
((PingMessage)object).maxPlayerCount = object2.getMaxPlayers();
((PingMessage)object).plugins = Arrays.asList(object2.getPluginManager().getPlugins()).stream().map(Plugin::getName).collect(Collectors.toList());
((PingMessage)object).premium = object2.getOnlineMode();
((PingMessage)object).players = object2.getOnlinePlayers().stream().map(HumanEntity::getName).collect(Collectors.toList());
((PingMessage)object).logs = arrayList;```
i guess spoof getonlineplayers
guess i can add a transformer for those calls
throw in some free plugins and make it look legit
since I'm using Joe01010's spare server we'll see if the connections still happen too
yep
rip if the security is actually poor though π
haha well it only checks on directory from plugin dir so i guess it is fine
44 jars, should be enough...
now to update the logger so it spoofs player count π
and maybe figure out why the the jar part of the logger is broke too .-.
just afk with hacked client and bots? xD
ah rip
lol
lol
RIP that idea then hahah, back to the other one ig π€£
or not
just logged me out
tf
Okay yea, ACTUALLY indexing the plugins fixed the logger entirely :p
who knew π
okay no, still kinda borked
hmm idk really would be good if we figured out how ppl got affected by this
Well, if i get a legit enough server running 24/7 with my logger on it, then i can just check the logs every so often and see if anything sus happened
that would be good
ye
would help if it properly logged what jar did what though π
Hey @naive roost , might yoink the spare server for a while :p
may or may not be safe to connect under a non VPN ip too ._.
PlotSquared|javassist.orgs.java_websocket.a|d checkPermission Perm: ("java.lang.RuntimePermission" "modifyThread")
Actually works properly π€£
checkConnect Host: client.hostflow.eu Port: -1
checkConnect Host: 51.68.52.203 Port: 5050
checkConnect Host: 54.197.238.169 Port: 80
are the main three
No idea if the spare server will get anything happening to it, worth leaving it up though π€·ββοΈ
Salut, vous avez entendu parlΓ© d'un hack avec luckperm ?
Yes
English plz?
Have you heard of a luckperm hack ?
Yes, but I don't think it's because of luckperms
What feedback did you get on this?
If it was, I'd be affected too and a lot of more mad people would be here lol
Maybe they haven't realized it yet? I'm on a discord server where there are many people talking about luckperm or shopgui+.
Chances are either they downloaded a malware off spigot or some other site, or they're not securing their stuff properly
The malware when ran modifies every jar which means you'll never know which jar started it
It's kind of funny how you knew who to ask for an unban of your friend tho?
600 kb difference between 2 versions
Yess
finally on the same version
you don't need to be an engineer to know that the one on top is an admin...
Btw Cats, it's active rn
What is?
People coming again reporting
following its spam link to that disc
and ppl in vc there^^
same scheme
Why between 2 identical versions I have 600kb of difference?
Not identical then
Ones malicious
I have a program that detects it, but I'm not gonna go posting a link
Oops, the spare server might end up with a massive log file π€£
1 is 183 MB and the other is 321 MB
Ooof
Guys
Anyone use UniverseGuard plugin? i really need help
And the author doesnt have a discord chat
Have you taken a look at their wiki? https://github.com/JimiIT92/UniverseGuard2/wiki
It doesnt really help for what im looking
Well what are you looking for?
I was looking for a way to prevent a specific block to be interactable in a region
interactible meaning right click?
Yea
I make an example:
I want to prevent people from using (right click) the "Mailbox" ( a block that add CustomNpc Mod) , but in his plugin the only specifics blocks that can get prevented to be interactable are just vanilla blocks
I don't think that's possible with UniverseGuard
There is no flag for block interaction besides specific flags for levers and buttons
I am afraid I don't know much about plugins for sponge
I think the generally suggested replacement is GriefDefender
@steady tangle :(
Smh
I sent a gif
Nice gif
:(
:)
uwu
hi I assign permissions on the server using luckperms online editor and they're not showing up in the game here are some screenshots of what's going on please help
you have to click the big "add" button
then save and apply changes
Just realized. The quality/quantity ratio of bug reports would probably do a quick 180 if issue trackers auto-hid/deleted any report with "doesn't work." 
I already did save changes and put in the command and it did not work.
[00:34] Emily: you have to click the big "add" button
[00:35] Emily: then save and apply changes
I pressed add changes. Now what do I do?
then save and apply changes
hi
i have a little problem with setting perfix on my server.....can somebody help?
i watched like 7 tutorials and nothing worked on my server π¦
Do you have a chat plugin
no....is that a problem?
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
ok, thanx
d;help
Command(s): d;info
Example: d;info
Description: Display info about the bot.
Command(s): d;docs, d;javadocs
Example: d;docs
Description: Get a list of javadocs.
Command(s): d;prefix
Example: d;prefix <prefix>
Description: Set the server's command prefix.
Command(s): d;algorithm
Example: d;algorithm <algorithm>
Description: Set the server's algorithm.
d;docs
Spigot javadocs, 1.7.2 -> latest.
β’ 1.10 β’ 1.14.4
β’ 1.10.2 β’ 1.15
β’ 1.11 β’ 1.15.1
β’ 1.11.1 β’ 1.15.2
β’ 1.11.2 β’ 1.16.1
β’ 1.12 β’ 1.16.2
β’ 1.12.1 β’ 1.16.3
β’ 1.12.2 β’ 1.16.4
β’ 1.13 β’ 1.16.5/latest/spigot
β’ 1.13.1 β’ 1.7.10
β’ 1.13.2 β’ 1.7.2
β’ 1.14 β’ 1.7.5
β’ 1.14.1 β’ 1.7.8
β’ 1.14.2 β’ 1.7.9
β’ 1.14.3 β’ 1.8
d;1.7.10 bukkit
public final class Bukkit
extends Object```
Bukkit has 90 methods, and 1 extensions.
Represents the Bukkit core, for version and Server singleton handling
e
Hey, im looking for someone to help me with all of my plugins / settings and fixes. Please dm me
hello, I added the plugin to my server, I added the authorizations, but when I exit and enter, the authorizations are deleted from the user, what should I do?
crosspost. Warning you now for spam
Guys who use grief prevention in their sponge server?
I cant figure out why if the plugin works why commands wont
No one should, because GP is dead
the plugin doesn't work, hence why the commands don't work
Use GriefDefender
I tried
But it doesnt work , when i install it it seems to work but when i run the command it says command doesnt exist
I dont know how to fix it
what its perm for lpb?
!permissions
A list of permissions used by LuckPerms commands.
Are you talking about GP or GD?
i downloaded one in their discord , it was 1.2.4 B15
Im using SpongeForge 1.12.2 (last build)
you got a year-old beta build
one sec
I'll send the invite for the community discord where they have unofficial jars, tho I do recommend supporting the dev so you can get official jars + support
Alright thank you! i will for sure support!
hello someone knows how to open the luckperms confiuration
you go to your file explorer of choice, find the config file in /plugins/LuckPerms/config.yml or /config/luckperms/luckperms.conf starting from your root server directory and open it with your text editor of choice
I don't even think bossbars were a thing in 1.8
custom* bossbars
well you can probably spawn a named ender dragon or a named wither boss
:^)
it will achieve the same goal but yeah
and I may or may not have an answer
if i am on paperspigot 1.13 do i use bukkitlegacy luckperms...
or newer bukkit luckperms
What does legacy say?
Bukkit Legacy... Spigot, Paper etc
and what else..
1.7.10 only
there's your answer
can i ask a question?
you just did
:/
very funny
i know
: (
i am the personification of comedy
next time ask can i ask 2 questions when you meet a joker XD
And now I ask next question!
How do I know when luckperms is updated to a new version
You look at !latest every now and then
can i ask 3 questions? **this is second **
well you can, the chat box is right there, nothing is preventing you from typing and sending another one
never mind
i just have a little problem
that's unfortunate
very unlucky (perms)
well... i have luckyPerm and EssecialsX as plugins on my server. When people join i give them default group with perms.....but they can't break blocks unless i give them op...WHAT DO I DO?
idk uhhh look in essentialsx permissions and give them place+break blocks permission with luckperms
just delete EssentialsXAntiBuild
or pick items
psst.. i didnt have essentialsxantibuild once and only essentialsx and many members of my server couldn't break or place blocks until i set an essentialsx permission π€«
so what do i do???
what i said
okay
that is a very strong indicator that you did have essxantibuild installed lol
i'm gonna believe u
nah
the plugin?
there's a bare essentialsx permission known as essentials.build
support question in the support channels please
ok sorry
search it up yourself lmao https://essinfo.xeya.me/permissions.html
yw
!latest
5.3.48
but worldguard dont protect all the world?
it can, but it doesn't unless you tell it to
how do i do to protect only a zone
hm worldguard is only for version CB 1185-1.16 it will work on 1.17?
probably not, they have specific dev builds for 1.17
hm
worldedit works on 1.17
i already tried
and some guys say that worldguard need worldedit to work
so, maybe worldguard will work on 1.17
ok
this was wrong
legacy is for 1.7.10
if you read anything from the downloads page you should have noticed the non-legacy build which is for 1.8.8 onwards
no
yes
what does this mean
please don't spam chat with errors
use a paste site
!pasteit
Seeing a paste of the problem makes everything so much easier! Use https://paste.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
i literally cannot read jack from mobile
!libsdir
LuckPerms requires several libraries in order to operate. If you're getting a startup error such as NoClassDefFoundError, ClassNotFoundException or "Unable to load dependency...", stop your server, delete the /plugins/LuckPerms/libs/ directory and start it up again.
anyone knows a 1.17 plugin for daily rewards ?
like if you connect every day u got a random item from a pack
#top
@frail blaze reason for add?
hello
i have to add prefix but when i chat nothing happen
i have to make my self to be that rank
Do you have vault and a chat plugin
i essentials but not vault
vault is important too?
Yea
wait im gonna try it
oh god thanks this working
sorry for disturb ur time @trail shuttle
Hey NOTYudai! Please don't tag helpful/staff members directly.
oh ok
nice
hey, u dont need to have _, add space to the prefix.
i recommend u using editor (/lp editor)
u can easily add space to the prefix here
hey
o/
Does luckperms have any plans to update to 1.17 Fabric?
I've tested out 1.16.5 on a test server, the main vanilla commands do not show up in the API. So it's not usable currently.
like the web editor suggestion list?
yeah
those are not definitive permissions
you can still type whatever you want in.
As long as the plugin responsible properly check that permission
@sleek niche ^^^ (in every channel)
Hey ANutley! Please don't tag helpful/staff members directly.
Someone check out #support-1 pleease
How long does it take for an update to happen to the plug-in
Okay so...
I need a multi lobby plugin and also... how do i completely copy a world like everything on that world and make so i can go to that world is there a way?
bruh what u mean?
the groups....?
then what is it?
what chat plugin do u guys recommend to show the groups prefix
Easy ranks
mhm
ok
what i have to do when i install it?
drag it in you're plugins folder
yes
drag it in you're folder
drag the plugin in to the plugins folder then restart the server
done
its a portuguese server
its 1.17
oh okay
easyranks will work to 1.17?
install EssentialsX Chat
and vault
and easy ranks?
and forget about easy ranks
nah not if u install the 2 i told u about
1st one
essentialschat says that is a mutechat plugin
its much more than that
ok
go 2
The essential plugin for Spigot servers.
and install it there
and uppload it 2 aternos
1st one
yupp
cause im poor
I guess for playing with a few friends its fine but for a stable/successful server, meh
should i remove EssentialsXXMPP?
Yws
thanx
@rigid widget !!!
!!!
how are you doing
u know that things, answer pls emily
excellently and yourself!!?
You got an answer already lol
π¦
hm
Ugh just changed my phone number because the old line got deactivated for whatever reason
Having to change it on every.single.website uuugh it sucks
So yeah π up to a fine evening
ok im gonna see what happens
Nothing
Now that were a lot of messages
I have a flight plug in on my server. And I have this permissions assigned to me. And it's saying I don't have permission to use the flight command.
Guys, help! My server is being hacked through the console. Give yourself * in luckyperms. I only use official plugins with spigot. What should I do??
Does luck have a runtime dependency downloader and appender that isn't as complicated as LuckPerms's? since it only works with a module based project it wouldn't work for most users
I think you should turn off your server. And report the hack into your host.
Nope, Helper has a dependency thing but it uses the reflective addURL hack thing
Damn.
I don't want to make a whole new jar to act as a loader
It's wayyyy too much code
No it isn't really?
To implement a module system into an existing plugin? Yes
It's like 2 extra classes
It's like... 12
wat
im looking at the source right now
I mean you can boil it down to two or three classes
https://github.com/lucko/LuckPerms/tree/master/common/loader-utils/src/main/java/me/lucko/luckperms/common/loader
https://github.com/lucko/LuckPerms/tree/master/common/src/main/java/me/lucko/luckperms/common/plugin/classpath
https://github.com/lucko/LuckPerms/tree/master/common/src/main/java/me/lucko/luckperms/common/plugin/bootstrap
https://github.com/lucko/LuckPerms/tree/master/common/src/main/java/me/lucko/luckperms/common/dependencies
Not including the boilerplate for modular stuff and bootstrapping
idk what your point is but the whole bootstrap + appendable class loader can be done in 3 classes
The dependency downloader is a whole separate story
Always has been
can you break down the separate jar concept for me
and how to squeeze into small classes
- the ability to have isolated classloaders for stuff like sqlite
The loader is a bootstrap plugin, what Bukkit/Bungee/Whatever will actually load, 1 class
The appendable class loader you will load the jar, 2 classes
An interface the jar in jar implement and be used as entry point for the class loader, 3 classes
but these all have to be in separate modules, correct?
common for code, api for api, boostrap for bootstrap, etc?
then compile the bukkit bootstrap which extends the common which extends the api
Ideally API should have always been a whole separate module, to have a jar solely for API, separate from the implementation (just like LP does). If not you can either make it a separate module now or make the API part of the bootstrap, I suggest the former.
The bootstrap is just that, it's the Bukkit/Bungee/etc plugin that the platform will load, there isn't much to it. This jar would contain the API classes too since it needs to be exposed and the nested jar which it will extract and load
The actual plugin is a separate module, it will contain the always working bits of the plugin, it would implement the interface I mentioned above (which would have load/enable/disable methods or whatever) and have it as entry point the bootstrap loads
CC @rigid widget
Makes sense, thank you!
Yeah
Why not use slimjar?
Not java 16 compat
It.. it is
at least the easier classpath appending one isnt
The other one requires modules which I tried to use but the docs weren't in-depth enough last time I checked
It's way different now and easier afaik
Not even modules required I believe, I haven't used it though so can't really say
I only see a single usage example in the readme
I can't find any other docs
And the usage example is exactly one line
Did you try it?
it doesn't give me any context...
ApplicationBuilder.appending("MyApplicationName").build()
HI i have been looking for this for an eternity how do we add prefixes with custom ressource pack fonts
What context do you need? You need to call that anywhere as long as it's before you reference any of the dependencies, and set them up in the gradle build script accordingly
As for the "application name" I'm not really sure what that means, again I haven't used it but, you would need to ask Yugi about that
It just seems sketchy how simple it is
Not complex, complicated
And I didn't say I wouldn't use it because it's too simple, I just feel like I am missing important information
You said it seems sketchy, yet it tells you what you have to do, I don't really see missing information
If it is really that simple then there isn't any information missing
Before, I looked at the docs and there were 2 ways to do it, modular, and appending. I was told by yugi that appending would never work with java 16, but now there's only the appending way shown in the docs
It works differently
Too simple 
Dumping some old MC server files. Some decent configs on here if any of you want em
https://gitgaming.com/files/mc-server
logs plugins world world_nether world_the_end banned-ips.json banned-players.json bukkit.yml commands.yml eula.txt help.yml
@gilded nova yay I did it
Hey yako! Please don't tag helpful/staff members directly.
how do i make a tool unbreakable
depends
is this a plugin or a mod you're doing, vanilla commands... ?
i want a plugin to do it
but i cant do vanilla commands cause of essx
/minecraft:<command>
hello can i asking about deluxehub?
why when i make multiverse my member cant hit me and cant break the block
multiverse and i tp to another world
how to separate the rules in the lobby and in the world
i know thats not luckyperms but i want to ask
pardon me for my poor choice of word
Multiverse doesnβt have any feature to prevent block breaking
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
Can someone help me with my Minecraft server? And you have to have discord so I can send you the IP in direct message?
Would be helpful if you actually specified what you need help with exactly and what the issue is so we can give you a straight answer to a straight question.
I need more people on my server to help me with running it. And getting it set up for public release.
!helpchat
Helpchat is a general plugin assistance discord as well as the home of DeluxeChat, PlaceholderAPI, and many more.
Those guys have channels for offering and requesting services.
I'm not trying to give anyone a job. I'm just simply trying to ask for help. Is that band here? I mean, there will be no payment.
You're basically asking here for people to do plugin/setup(s) as well as staff as it sounds. Payment or not doesn't really matter. If you have a question for something, just ask, but don't look for hiring here is all.
@marble holly did you really need to reply to a completely unrelated message just to ping me?
Literally #rules 1
i set it on my deluxe hub but i dont know when i make new world in multiverse thats happen
i cant break block
The context of your question was clearly stated to be with deluxehub. Not my fault if you scatter and mix up topics.
how do i show the player ranks to the Scoreboard-revision plugins?
whats the command to view someones echest?
There is no 'one fits all command'. The command depends on what plugin you use.
luckyperms'
Luckperms does not do this. It is for assigning permissions, but the command itself is not lp
LP doesnt have enderchests
You will have to work with placeholders and make sure you have the expansion.
!placeholders
Display data such as user prefixes and groups from LuckPerms in other plugins.
if you want to support lucko financially you can do that on Patreon: https://www.patreon.com/luckdev
donate minecraft
Hi does someone think they can help me? on bungeecord when someone spams like 4 messages they get banned, please hel pfix this
Okay so...
I need a multi lobby plugin and also... how do i completely copy a world like everything on that world and make so i can go to that world is there a way?
Check the plugin settings that execute the ban, depending on what you use for it.
https://support.ramshard.com/en-us/article/how-do-i-import-a-world-with-multiverse-core-ll0w7z/
https://www.spigotmc.org/resources/deluxehub-3-professional-hub-management.49425/
(There are more plugins like this, google will help you find them)
@twin warren, @static bison has something to ask you π
what are your thoughts on rory
wink wink nudge nudge
??
idk we were discussing rory
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translationprogress
!translations
!upgrade
!usage
!userinfo
!verbose
!version
!weight
!whyluckperms
!wiki
hello, where i can find vault 1.17 for luckperms?
Latest vault works
HI i have been looking for this for an eternity how do we add prefixes with custom ressource pack fonts
PLs ping me
Why does nowone answer me
Not sure if this is the correct area for a question, I already posted this in support area.. how do i go about adding additional rank? On a towny server im looking to do Server Rank/Towny Rank ex. <Admin><King>
!editorsafety
Any changes made in the editor have to be applied using the /lp applyedits command - impossible unless the person with the link is also connected to the server and with the required in-game permissions to use LuckPerms commands. It's effectively just as safe to share an editor link as it would be to share a screenshot of your permissions or a pastebin of a configuration file. The editor doesn't contain any sensitive data (except perhaps player names).
Please, don't be. We're here to help, not steal your permissions setup. Additionally, permissions can be tested by players simply joining your server and seeing what they can do.
!essentials
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
hi How do I add people to a certain permission group using luck perms?
how add user to group
How do you change the name of a group?
how do i change the color of chat not rank color but chat color when typing?
!stacking
Display multiple prefixes/suffixes alongside a player's name.
any1 can help me with multiverse plugins
Yo can someone please help me with an error, I have viaversion, viabackwards, and viarewind on my 1.17 lobby server in bungeecord, but when I join on 1.8.9, it says bad packet id {random numbers}, or just a random failure to connect each time on 1.8.9 lobbies please help
Have you looked at updating those?
Why do people use VV for a server on latest
Just to install VB?
Use ProtocolSupport if you want older clients to connect
What do you mean by updating. Updating what?
Sometimes people use old versions. Also, read what emily said please.
Ok i will try that
It worked ty
awesome
Does protocolsupport work like "1.8 server to 1.16" and well as "1.17 to 1.8". like can it also go backwards?
ProtocolSupport allows older clients to join newer servers
ViaVersion does the opposite, it allows newer clients to join older servers
So there isn't really much point in installing it on older servers anyway lol
It has nothing to do with LuckPerms
Bro literally just google "join message plugin spigot"
ok
Either that or once again, use the search function in essentials config.
Get familiar with what essentials can do. I won't keep giving you answers because you seem to be not wanting to do your own search attempt.
@steel pelican (in all channels)
Hey ANutley! Please don't tag helpful/staff members directly.
Ty
Is luckperms going to be ported to fabric 1.17?
pretty sure it already works on that
whats the recommended DB
Any of these work. Remote db is needed for syncing between servers
Maria and SQL and usually the best
!commands
Find all of the available LuckPerms commands on the wiki.
β
I'm trying to make Spawn in my new server, but not really getting any inspiration
!helpchat has channels for requesting services @winter totem
Helpchat is a general plugin assistance discord as well as the home of DeluxeChat, PlaceholderAPI, and many more.
ok ty
Hey NotEvident! Please don't tag helpful/staff members directly.
No you're not
π
I'm good, thanks for asking :)
#NotEvident4Helpful
That's great!
Yo @prime tusk
Did you know that
21 is the number of demands which were sent to the Chinese government by the Japanese government of Okuma Shigenobu in 1915.
?
I did not! I'm not sure what i'm going to do with this information, but i shall do good with it!
Just a quick off topic q
anyone able to tell me how much ram my server is actually using
discluding reserved memory
@violet rivet
Hey Jack_The_Retard! Please don't tag helpful/staff members directly.
dam bet
Itβs a scam
you get smt similar?
bc i aint ever hear of this kinda shit
my mutual server with him is this server
Not me but others
It's a scam in a scam, pretending to be the victim. Block him.
If you leave it here the mods will ban them
That's what you think xD
Stupidity is the point. Would be the same to ask why people bot servers. π
pls join
@sleek niche
pls join
@fervent havenno advertisement please, thank you
nvm
ok :(
Hmm, just before I go and make this, nobody has a script to merge a server with h2 into an already existing LuckPerms setup right?
I'm looking to literally merge the perms that are in each group, leaving it if it already exists or adding it with a context if it doesn't, merge user's permissions, etc?
doesnt the /lp import command merges the change?
By default yea
Hmmm, I guess the only thing that doesn't do is dedupe perms
I could bulkupdate all perms on the destination to have a server context rather than global
Then bulkupdate all on the source to have a server context
Import
Then for any permissions that exist with both contexts, reduce it to one permission with no context
you will probably get better support by contacting that plugin's author
how do I report a user in this discord for spam?
Dm one of the mods
okay so they all have DM's turned off so how do I actually do it
Uhh, you can dm and ill forward it ig
any plugin developers in here that can pm me?
d;paper ParticleBuilder
public class ParticleBuilder
extends Object```
ParticleBuilder has 17 methods, and 1 extensions.
Helps prepare a particle to be sent to players. Usage of the builder is preferred over the super long World.spawnParticle(Particle, Location, int, double, double, double, double, Object) API
@red canopy This server is not a marketplace, please use either spigot services forums (https://www.spigotmc.org/wiki/services-recruitment/) or an appropriate discord server for requesting services, such as https://discord.gg/helpchat :)
Then why do they need to dm you
nah, your ok thanks. π
ok bud
Like to keep my business to myself.
hi, help please the command to create the npc does not work for me
ask whatever mod is adding the npcs
cause it ain't luckperms
or, more so do you know the mod x)
Regardless, this is not the place for service requests, the links above lead to places for such things (free or paid that is irrelevant)
Why would you want a developer to PM you if not to make something for you
hmm.
Maybe im a budding developer asking for help on something?
maybe discuss something?
Make new friends?
Plenty of reasons
Well then maybe you need to provide more detail in your original message, because as you might have noticed and as you just pointed out it is a very ambiguous situation
You can specify what you would specify in the DMs
Or any of the reasons you just listed
Not really. Do you know what PM means?
private message.
the idea is.. it's private
So if i don't disclose the message in here, i want it to be.... private.
π
So you can get plenty of messages from many devs and you'll be like "no this is not what I wanted one to DM me for", wasting everyone's time. It is better for everyone (more particularly, better for the other party in question) to know why they are going to have a chat with you
No. Normally people would just message saying.. hi
They normally don't pitch something like. Hey! You need megalul! the all new plugin that hasn't been made yet!
:huh:
long story cut short, you have no standing to warn me or tell me not to do something i haven't done
just say
"dm me dev I have question" it's not that hard
Basically what i said.
I can do whatever I want lol
No you did not lmao
sooo abuse your powers? Be a horrible mod?
Lovely professional administration
I never said I was gonna
"Β―\_(γ)_/Β―"
pff
Hello, Is there anyone that has minecraft servers experience that could help me out. Im really not organised and theres a lot of things idk how to do because im new with minecraft server. If anyone could help me I would really appreciate.
what are you confused about?
discord.gg/syscraft isnt a great place to hire if youre looking for that, but anything related to managing your community, getting ideas, or just admining stuff they can help out with
does spark have a different discord server than this? just wondering since i thought it was by the same developer
smh too quick
Is it even in Larry's invites message?
@rigid widget append
its like a ghost town there lol
Even this server can get no messages in a full day lol
So smaller ones are likely to be like that
genuinely wondering why it's needed to have 2 separate servers lol, though if you say easier to manage or like division of responsibilities then i won't question that
The answer is: lucko wants it that way
Remind me l8r
aah ok makes sense
I already did
Ok
I literally just did Larry
Thanks
S m h
I'll do it later don't worry bb uwu π
Which reminds me
@steady tangle bb uwu π
ignored :(
Yes
There's an invalid invite somewhere lol
Why is the order of the invite links not respected by the embeds wtf
Discord dumb
^Discord in a nutshell
https://www.goodreads.com/quotes/1271018-if-debugging-is-the-process-of-removing-software-bugs-then
Discord maybe doing more programming than debugging?
(Just heard that aujourd'huitoday again and found it cool)
Report to Discord's Trust & Safety Team
@gilded nova I WAS WATCHING NETFLIX
Hey Samosa (don't ping/@ me)! Please don't tag helpful/staff members directly.
:C
;-;
Hello all!
i thought this place wasn't a marketplace
youll find quicker and better help in a place like https://discord.gg/FtArYRQ
damn 10k members
πͺ
Thanks!
And it indeed isn't, I only have one set of eyes for one place at a time though so lol
That's a bit expensive for only a pair, how many does it actually have?
i want.
72 pairs
Hmm
Although for just 10.28$, you can buy a single pair of 6 inch diameter eyeballs
oh
they also have such family fun capabilities
Lmao
i like this person
so guys .-. wen did luckperms liek become th standard perms plugien? i remember back in th day ppl used shit like pex or permissionsbukkit, then i leave the scene to go be a criminal irl for a bit & wen i come back every1 n there grandma be on luckperms
i missed taht bit of mc history ;-;
LP is that good, that's what happened π
i'm most definitely not the one to talk about this (I literally started with the whole bukkit thing like uh right before covid 19 was a thing at all) but I believe the main reason is the PEX page on dbo literally telling people to get luckperms lol
PEX used to be the go-to solution back in the day, so i'm fairly certain that was the reason
i still use it.
?ban
The ban command is disabled in this server.
smh
π i lost my nitro.
that sounds like a not my problem
The membercount command is disabled in this server.
:C
L
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
not showing in chat
this is my plugins
Ok I see. You have essentials as well as cmi. Both plugins basically have the same things, a chat formatter, portals, homes, so just as a tip, if I was you, I'd remove either one or the other.
so what i have to remove
I see that becoming a problem sooner or later. That is up to you. It's your server, you can also keep both, but keep my words in mind. Which one would you like to use for chat formatting?
if remove essential
it will work?
also essentialchat?
'Also essentialschat' - what?
i have to remove also essentialchat




