#general
1 messages · Page 108 of 1
nah its literally a drop in replacement
it even helps get rid of bukkit.yml and spigot.yml and merges them into paper.yml
If I remember correctly, it doesn't get rid of them, just adds new things in paper.yml
Also the EULA when using Paper is so good
Eula?
eula.txt
Yeah but how is it any better?
It's not better, it adds a note about tacos, and if a software adds a note about tacos in one of their files it's a great software, right?
🌮 is life
Anyone know how to disable /? [tab] /ver [tab] / [tab]
Delete system32
This depends on the plugins and if they have permissions for tab completions
personally, i use a command blocker plugin (yes, i know some dont agree with that) lol
Can be useful
oh my, i trolled myself one day, was on my alt and forgot i set up messages to display and was just checking things and ran /reload and it said the server was restarting lol
Im using CommandBlocker rn but i can't block /ver [tab] unless im being retarded lol
trey command blocker?
oui chef
i can help later when i get home
okay thankyou
share my file/etc
anyone who knows how to use chown chmod?
Linux documentations should know it
Your panel should be setting those itsself
well, i copied files from another server
Just did some more work on this group generator thing, should be handy for those needing to create groups on tracks with inheritance :)
https://turbotailz.github.io/luckperms-group-generator/
@manic raptor maybe look at WorldGuard Extra Flags? you can run console command on entry or exit
!permissions
hmm
I am trying to find perms for my staff manager (demoted/demoted/see the info)
:paperclip: https://github.com/lucko/LuckPerms/wiki
Each command has its permission listed under with a description of what it does
afaik it doesn't have a database. Just a config file.
I've not used it since my bukkit days though
Apparently it does
# If enabled, NametagEdit will use database support MySQL: Enabled: false Hostname: localhost Port: 3306 Username: myUsername Password: myPassword Database: myDatabase
Huh, TIL
Heya. Trying to get prefixes working in my chat, I have essentialsxchat, vault and have set up luckperms' properly for it (i think? seems to read correctly)
I've set up the config file in essentialsx to the following as instructed by a youtube video I was watching:
'change-displayname: false' to 'change-displayname: true'
Uncomment 'add-prefix-suffix: false'
Sounds good
@cyan shale after that, then you need to add the {PREFIX} and {SUFFIX} placeholders to the format section before and after {DISPLAYNAME} since now, ess wont auto add prefix/suffixes to the displayname
Bungeecord: Travertine
Luckperms Version: 4.4.26 Bungeecord
Summary:
I'm using multiple bungeecords, but only in certain hosting cases, I get the following error:
I have already taken action on https://github.com/lucko/LuckPerms/wiki/Storage-system-errors, but I also get this error only on certain hosting.
If you know the cause, please let us know.
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5009ms.
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:697)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:131)```
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.common.messaging.sql.AbstractSqlMessenger.pollMessages(AbstractSqlMessenger.java:84)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at java.lang.Thread.run(Thread.java:748)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: Caused by: java.sql.SQLException: Connection.setNetworkTimeout cannot be called on a closed connection
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.getSqlException(ExceptionMapper.java:271)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.lib.mariadb.MariaDbConnection.setNetworkTimeout(MariaDbConnection.java:1707)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.setNetworkTimeout(PoolBase.java:552)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:168)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:185)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: ... 9 more
[12:47:56] [MBanProxyVPN Pool Thread #0/INFO]: No operations allowed after connection closed.```
Ahhh thank you
I think I figured it out
I had "add-prefix-suffix" to false.... it needed to be true
New breach: Hacking website BlackSpigotMC was breached by a rival site and 8.5GB of website files & DB dumped publicly. The breach impacted 140k unique email addresses, usernames, IP addresses and bcrypt password hashes. 42% were already in @haveibeenpwned https://t.co/LGa...
lol
Is there any generic essentials permissions for people?
Rival site. Hmmm
@plush apex
He's using LP in a sponge environment so * doesn't do the same as in Spigot/Bukkit
https://nucleuspowered.org/docs/nowildcard.html
If you're interested in reading the difference.
Also worth noting that * doesn't exist in Sponge itsself, but rather is a feature of LP.
Ah didn’t realise it was sponge! Thanks for the clarification.
Hoping I can get some feedback on how to resolve a Java issue I'm encountering with an unrelated plugin, Villages, on a Paper 1.14.3 server. Log file included.
> [21:23:37 INFO]: 22
> [21:23:37 INFO]: BungeeCord
> [21:23:37 INFO]: 25```
Why does this spam my console?
Also related to my previous post:
Any help would be greatly appreciated, I am very inexperienced with Java debugging.
Alright. I contacted him, but I haven't received a response yet.
@shy mortar some plugin is sending debug messages
Nothing you can do about it
And probably your best bet to find out which plugin is causing this you’ll need to figure it out through the process of elimination
okay well chat problem solved but I just wanted yalls opinion.... I just want to run a simple survival server where people can protect their shit, and I wanted to know if theres any plugins I should remove/add from these
CoreProtect, dynmap, LuckPerms, WorldEdit, SAML, Vault, WorldGuard, Essentials, EssentialsProtect, EssentialsChat, EssentialsGeoIP, EssentialsAntiBuild, EssentialsSpawn, GriefPrevention, EssentialsXMPP, Dynmap-GriefPrevention
you can remove all the essentials crap, aside from probably essentials chat and essentials spawn, if you are using them.
no idea what saml is
other than that, seems like a good setup
Simple automatic mob lag thing it freezes mobs large groups of mobs when the server starts to get bogged down
I dont have a fancy spawn thing setup so should I get rid of world guard?
sheit even world edit
worldedit/guard are pretty useful
looking good
Any recomendations for self hosted blogging software?
What? XD
Its like a blog of its own
You know I dont mean that XD
I thought about wordpress, but after having so much issues with it in the past ( mostly security ) I honestly dont want to try again
Make your own :P
I am to lazy for that 😛
If you go into #support-1 and bug someone to make you one, apparently that works. :jokes:
Its not that I couldnt make one myself, but I am lazy.
Thats why I was looking at already existing Blog Platforms, but I need one that just works and is secure
Heh... I have to finish my solar system on the garage and plan for 🎄
I have a whole community website to make, with everything from the forum, to a statuspage
<.<
I can't afford that one :3
Rip
Okie
A f f o r d a b l e!
Maybe when its just a blog, Wordpress could work
I did, and it was the horror. Trying to protect it with ReCaptcha? You either have several Re-Captcha plugins that have issues with each other or you pay a lot of mons a month for the Premium version of one plugin
My whole WordPress experience:
"Well there is a free version, but it wont do anything for you, you must aquire the premium version :P"
any a friend of me hosts Wordpress websites ( about 250+ now ) and they constantly get attacked over security loopholes that the Wordpress Developers or the Plugin developers know about, but never fixed ( and Plugin developers are like: We fixed it in the premium version )
I'm having some trouble setting up ranks with CMI and Luckperms, could someone help
CMI?
idk what was going on, it worked fine when I set it up the first time
I made it execute command on rankup that would promote along an LP track
now its hard broken
I don't even know what I did to break it
@minor bane not sure what the issue is, i run waterfall and LP and do not have those issues
my waterfall settings are 100% default as well
it must be an issue between sponge and waterfall. I had read soemwhere that you cant use sponge on a bungee setup, but i may be incorrect. would be worth asking on sponge support.
or wait and see if @🌟DrZoddiak🌟#8260 can help
changing disable_entity_metadata_rewrite to true seems to have fixed my issue but I was told for some reason that settings isnt working when running the plugin
I know you can use sponge and waterfall together
ah ok, thats good to know.
i only run spigot as of now, but want to add a sponge server at one point
the pack does have FTB utilities
we all get disconnected then when join back in without restarting server
sometimes we can play for hour before it happens sometimes it happens after 5 mins
yea, seems to be some connection with sponge and waterfall
happens with only 1 person or 6 people
have you connected directly to the sponge ip?
oh didn't try that just connect to waterfall then that is sending us to last server you were on
you have a lobby server?
you need to setup your config.yml so that you always go to lobby server
let me see if i can access mine quickly
that and also you need to add the server under priorities
sorry, at work and someone came in my office
tell them to leave 😃
priorities:
- hub
force_default_server: true
lol yea
will you start paying me then? hehehe
cool thanks I'll try that
😉 np
ofc the priority needs to be named the same as what you have the srever called below
yeah
Is it possible that in LP (Bungee), the groups are individually for each server?
Example: The Admin rank exists in Survival but does not exist in Lobby
so looks like its not just luck perms that gets me kicked
I was using to plugins viaversion and luck perms if I use either one or both I get the server you were previously on went down message
@torn dragon Yes, that is possible. You can assign a user a group per server.
@cinder python ok, so what you can do is make a txt file and put all the commands in there, then use /lp import <file> like /lp import perm.txt
the file will only have commands in it such as:
/lp group default permission set essentials.tpa true
/lp group default permission set essentials.back true server=survival
/lp group default permission set essentials.sethome true
/lp group admin permission set essentials.vanish true
/lp group admin permission set essentials.gamemode
etc
how i do that is i have an excel file with all perms, then concatenate them into LP commands
Could you make the example longer like for 2 groups admin and default?
I'm an absolute nub at this stuff
so like a basic thing would be really helpful
?
ok, so just all like that
there is no "basic" or "default" set of perms, it depends on your server
but that is the general basis of how to "bulk load"
I just meant like a starting thing, I didn't know it would be that easy
given, its not an official way, so you wont get support for it
but thats how ive done it for several servers
if it works, it works
adding all the /lp group ... is gonna be a pain though XD
best to have all your groups setup before hand
thats why i do all that in excel
and concatenate the cells
oh like make everything just add perm name and then combine
like you have column A as /lp group column b is the group, column c is permission set column d is the perm column e is true
that's nifty, I'll do that as well
you can pull a file of all perms already loaded to see the syntax by doing /lp export perms.txt
it will make a perms.txt file in the LP directory
just remove all the other stuff like where it makes groups/etc
I assume for plugins with default all commands on true I need to add false for the default group then?
oh yea
so everyone can use any of those commands
then it's add in default group with false right?
you "set" perms, not "add" them
so with LuckPerms everything is locked basically until given? Or as is until configured different?
/lp group default permission set headsplus.default false
/lp group admin permission set headsplus.default true
😃
Thanks for the help man, really appreciate it
😉
So by default, no players can use commands unless theyre specifically given permissions to use them, correct?
yup
Awesome.
not so, some plugins give permissions regardless. in that case, you would need to deny the perm(s)
^ (I've never used a plugin with such perms so i assume its rare)
that would involve setting the permission to false you can use verbose to check though.
I have nobody to check for me atm, so im kinda just hoping im doing these thigns correctly
lol
grief prevention has default perms, many do
how do i turn off firespread and mobgriefing and the like?
as long as you have luckperms.* applied to your username, you can set yourself to default group to test
those are gamerules for minecraft and dont involve LP
but for some reason typing /gamerule isnt a thing. do i have to do it in console?
If you wish to do it for a region, you can use worldguard
look up gamerules as the spelling has to be exact
/gamerule is a thing (if you have the perms setup for it)
use verbose to see what perm it is
!verbose
:paperclip: https://github.com/lucko/LuckPerms/wiki/Verbose
How i can delete a group vía command?
/lp deletegroup <group>
I amma post it here, if you have corrections or suggestions, I will talk it out and update it is necessary
@swift abyss I tried but LP doesn't seem to overrule the default perms of the nicknames plugin
did you use verbose as suggested?
verbose?
:paperclip: https://github.com/lucko/LuckPerms/wiki/Verbose
so you can see what perm is being checked
hmmm I'll take a look
if I import a file, does it overwrite the old or do I need to adapt stuff first?
if you import, it will just run the commands from the imported file
so unless you have it removing stuff in the import, then everthing already there will stay
and removed still will be removed in the config as well?
unless you have a command in the file that adds it back, it will be gone
config?
import doesnt touch config
I just mean the overall perms
again, the import only runs what you put in there. so if you tell it to delete something (unset) it will do it. if you tell it to add something, it will do it
it can only do what you tell it
it wont overwrite anything
unless you tell it
how do I make my name appear like a normal player? (not red)
You use essentials?
yep
You are OPped?
Then go to the essentials config and within the first lines disable the OPs prefix
Well if you setup LP correctly with permissions and etc, yes you dont need OP anymore
I'll pay someone to setup my perms & plugins xD
How much? :3
@vocal rivet well let me show you my plugins and then all I want is a simple survival server with a economy
if thats all the plugins you are going to use..... that is at most 2 hours of work...
and thats if you go into detail setting up like 10-12 groups.
@swift abyss Is it best practice to create groups for each perspective plugin? I'm running a small personal server with no admins, and I just threw in the perms the plugins I have into the default group.
i would never use a group per plugin, but thats me
I only want default member admin and owner
I mean I can probably do it for you
I think they want it to be done correctly.
Setting up your own permissions is important.otherwise you won't really learn much or have much of an idea what your setup is and how to modify it in the future
Are you saying it won’t be done correctly?
I'm just saying you're a little shifty
Turbo ban him.
i mean.. its in your name 😉
There's always the risk of people adding a sort of backdoor to give themself op perms and f*ck your Server
Thanks for the idea Andre 😏
ive lit changed stuff in editors and they just ran the command
Gg
given, i told them what i changed, but still
I mean who actually reads the readme file? Come on.
i do
There's a readme?
lol
I do if I need to
give credit to the peeps, come on! lol
Or it’s the heavily formatted GitHub page that you’ve already half scanned
what is github?
Me: Man I'm confused, maybe there's some instruction
Readme: Thanks to Dave for never making a wiki
😂
😃
GitHub is useless
i live confused and just fake it
Better off not knowing what it is
bwhahaha, id be lost without it
rip you lol
Pain in the f*ckn arse sometimes
Remember when github was bought by Microsoft and a bunch of people jumped ship
Remember when Microsoft brought console Minecraft?
a+
Microsoft own GitHub?
I'm surprised there isn't a yearly subscription of some kind lol
There is GitHub pro
And that was around ages before Microsoft purchased it
MS have actually made it better since they've taken over
And the features keep coming
Oh no
Next up: the paperclip
the best microsoft OS, yes
I can understand what most of this stuff does and is I'm just too lazy to do it myself
Microsoft fan boy 🤢
im not worried about backdooring
I like Win 10
I'm not a fan boy? lol
For the low low price of $20 I'll mess your perms up
Decent OS
deal
It's a fantastic consumer OS
And BSOD for an error called “read only RAM”
I prefer Ubuntu but I can't play my games on it natively
I only had 4 Bsod so far
Really no alternative if you want to play games with no issues. (ignoring consoles)
But those where caused by outdated graphic software
I’ve had over 100 Andre and I’m not kissing
I've never had a BSOD
*cough* NVidia
Kidding
My parts are fine
Sounds like it
I don't even know what I get tbh
Actually let me check since I'm testing plugins rn
120 at min
430 w/o vsync
100 with
Best is like..... 400
I really need to upgrade my GPU. It's lacking hard
I need to upgrade my CPU.. severely bottlenecking my GPU
My CPU runs at 5ghz on all cores
Very nice
https://gyazo.com/8ac7fe360cec178617a244a764a82d65
OC'd to 5, which IIRC was about what's expected from that chip.
I don’t think you’re ready to see my CPU.
4 core 3ghz max here ivybridge gonna upgrade to AMD soon
AMD is a choice
the best choice*
Depends
On what?
If you have a multi-threaded workload maybe
Zen 2 beats Intel on almost everything
Intel still beats AMD on thread speeds and temps.
AMD is just making High-Core/A lot of threads. The thread speeds aren't really superior.
So like I said, it kinda depends on your workload.
If you do literally anything other than gaming AMD wins. And AMD actually beats Intel in quite a few games now.
Not sure what games your playing that you need a Subway Sandwich TM. for
Very few games are really mutli-threaded as well
I'm just reading about this chip, and it just sounds like an industrial heater
@swift abyss is that intigrated graphics
Check out the iFixit Essential Electronics Toolkit at https://ifix.gd/2L6qikW or visit https://ifixit.com/Linus for more great tools! Use code LINUS and get ...
AMD is the best option for the first time in decades.
Go through anyones benchmarks
honestly, lol i am on integrated being on my laptop, my psu is out on my desktop
benchmarks aren't really accurate representations of performance. There are many articles explaining why.
AMD even wins in real world performance.
I mean I'm not saying it won't do well. I'm just saying that I won't hold my breath
Excuse the mess
Um ok. I'm literally stating facts. Intel was the best choice for a very long time. I have an Intel CPU I'm just saying AMD has the upper hand. And competition is great for the consumer so it's a great thing.
mess? that looks clean to me 😉
yikes
real question..... is that alive or stuffed?
The bird?
Stuffed monitor paid actor
hmmmm, same position in both pics.......
😉
Different bird big scam
I also have like 10 snakes, 5 tarantulas, 5 fish tanks (1 salt-water), and 2 geckos
just messing with you deenoh 😃
I mean I know, but I'm also flaunting my zoo of a house.
its not flaunting if you got it and can werk it 😉 hehehe
i'm jealous of your zoo
P metallica (Gooty Sapphire Ornamental)
These guys are actually critically endangered and really only kept alive by hobbyists.
They cannot be imported, and they can't even be sold across state lines (US)
Their venom is considered "Medically significant"
You might be in a deep pain for up to a week, and in extreme cases, can be felt some months later.
We found a male someone was more or less just giving away, and a female in some pet-store near by for like $400
Is deluxechat any good?
Like is it worth the money to buy
And does it work with lp
If it works with Vault it works with LP.
And as DeluxeChat is premium, it should work with Vault
Is it worth it to buy?
Is it better or on par with essentials chat
@sleek niche (sorry for ping)
Hey Cryptic! Please don't tag staff members.
Have never bought it. But yes, it should be better than EssentialsXChat
So it is worth the $7.50 to get?
Simply because if it would not, why would it cost money?
Idk, never had it. Look at the reviews would be a good idea I think
There are also Permission systems that cost money, and LP beats em all 😉
After using LP I will never switch XD
Lmao same
LPForLife
I memorized most commands
(sorry for ping) yet you do it anyway
deluxechat is fine, i've used it for years
lacks a few key features but other than that it has worked well on my bungee network
Whats with bungee chat?
PEX user in a nutshell?
We have situations lile thi luckily not that often, but if we have, it's really funny
I still remember the /lp user <user> permission set luckyperms.* true user
2nd frame should be baby lying in its own vomit
fair 😂
tfw you're only in 7 discords now
Who is in only 7 discords?
me
I'm in like 16 but only use 3.
soon to be 6 when i leave my minecraft server
ez
I'm in 36 and 22 of them are MC related
yeah most of mine were just mc plugins, but now that i don't admin a server i decided to leave them, aside from this one and /r/admincraft
Yeah I really need to leave a lot of them. honestly never needed support from any of them except for one, and that was like 3 years ago
I do Nucleus + GP support for Sponge, and I use Sponge discord for dev stuff.
Other than that I don't really need to be in any of them
I'm just in this one to assist people that come into Nucleus/GP for perm help.
I just direct them here, and help them if I have time.
https://gyazo.com/52e5ae4c9aff7d44d3389b3767209cb7
Foreshadowing of new protection plugin soon to come
is that griefdefender?
Mhm
cool. i was really looking forward to that.
i guess if i ever get back into mc i'll definitely be using that
If it's everything blood says it is, it'll quite amazing on a spigot platform, and still amazing on the sponge one.
Are sign warps not a thing anymore? I cant find a permission for it or a post newer than 2017 describing them
@untold cloak they are, make sure you allow them in config. this is the site i used http://wiki.mc-ess.net/wiki/Sign_Tutorial
i tried everything they said there and absolutely nothing worked
you enabled in config?
you have to enable the use of any sign, buy, sell, kits, warps, etc
separately
ive tried to. the config simply doesnt recognize any of it
one min
it just...doesnt do anything
as in you can make the sign and people cant use or you cant even make the sign?
cant even make the sign
do you have perms to make it?
thats what im trying to say, ive tried giving the perms for essentials.signs.use.warp and the like
but theyre not recognized
so theyre just empty perms
for a warp, you have to specify the warp or use the * wildcard i belive
let me see
oh nvm, thats just for the command version
but i mean for you to create the sign
you have the perm?
essentials.signs.create.warp
https://cdn.discordapp.com/attachments/308232296753004556/601580639170592798/360770.png
This is actually fantastic.
im gonna delete it and readd it real quick
lol yea ezio
ezio, did you figure out what you were doing for perms?
instead of a group per plugin
enabledSigns:
#- color
#- balance
#- buy
#- sell
#- trade
#- free
#- disposal
#- warp
#- kit
#- mail
#- enchant
#- gamemode
#- heal
#- info
#- spawnmob
#- repair
#- time
#- weather
what shows in that section in your essentials config?
are you on essentials or essentialsX?
/ver
also, search for that whole string "enabledsigns" i know some search programs wont find a word in a set
well, i would be using papermc and also, go ahead and update to 1.14.3
and update your essentialsX to the newest
I literally cant
?
I'm using a hosting service
yea
their spigot stuff is only up to 1.14.2
unless you are on like aternos or other free serveice
then you can
i never use the hosts files
always behind
you can specify your own jar
you have multicraft?
no
how do you access console?
ggservers
would it be easier to just call you on here and share my screen? lol
btw, that is multicraft they use
step1: https://papermc.io/downloads and download build 134 for 1.14.3
step2: upload it to your main base directory (where server.properties is located)
let me know when those are done
just drag and drop?
i use the upload button on the panel
what i meant was do i just drag in into the plugins folder?
i dont have to delete any of the other files or anything?>
again, i said main directory... where server.properties is located
it doesnt go in a folder
oh
ok there it goes
but yes, just drop it there
ok, you see where this shows custom, it should show craftbukkit 1.14.2 for you i think
click on that and the first option is default
select that
this wont mess up any of the things i currently have set up right?
then in the text field type paper-134.jar (that should be the name of the file
it should not mess anything up, didnt when i switched others. if you can make a backup, it wont hurt though
lol, ok
alright now what
so now, fill in the text spot with the filename you uploaded, should be paper-134.jar
ok
alright
well, should be. you may just have really old config, in that case, we just add the section you need
yea, make sure to add all the ones you need, like the main, essentialsxchat, etc
and remove the existing ones
is it as simple as removing them? and placing in the new ones?
yea, thats how updating plugins goes
unless they state on the site to regen new config
Alright...just restarted it again with the new essentials jar files
we'll see what happens...
ok
youll notice a better minecraft experience regardless using paper than bukkit 😉
we may just have to add that section in your config if all else fails
ok
it really would be much easier to share my screen so you can see what im lookin at i think.
in the config.yml?
looks like its the same as it was before
doesnt even match the version it looks like
im pretty sure the one i just uploaded was 2.17.0.0
this says 2.17.0.3
I think i figured it out
what was it?
i have no idea
but the signs work now
so i dont really care tbh. xD
thank you for all your help. glad i could find someone like yourself
this probably wont be the last time i beg for your help though
I really appreciate it
np
@swift abyss before you go i have one more thing i just discovered...lol
Spawn is protected with something, and i dont know what, but its preventing my players from using the warp signs inside of the protected area.
probably vanilla spawn protection, check your server.properties
do you ahve essentialsantibuild or protect?
and yea, if its like a 16 block radius, its server.properties
not a problem, its common lol
This is just a example, is there a command to make that sign number actually live/active?
@gilded nova https://ore.spongepowered.org/RHazDev/CommandSigns-Reloaded I have usede Csigns for a whilw now, and they work great! I am not sure if this is what you need
@foggy hinge yes that’s what I have
I have the sign set to warp in a bother world
I wasted the 0/100 to be live on the sign
oh right
I am actually looking for something similar to add to my tab list
in theory it should be something %_online% but I am not sure what goes before online and I cannot find anything --
"_online" *
it work similar to %player_ping%
@gilded nova It just shows how much of a noob I am right now. I would recommend installing placeholderapi and signplaceholder if not already installed and then you should be able to do /sph add [Warp] | Survival | %server_online% / %server_max_players%
the "|" makes the text go on a separate line
I have something similar on my server tab now I found it. P.S. Still WIP so please dont judge lmao
<#283655728139468803-241667244927483904-announcements>
lol...
New format for channel mentions in verified discords....
It is weird
Wut
And seems to be only for verified discords right now
Normal channel mentions are usually <#channelID> but for verified Discords is it <#channelID-serverID-name>
for.... reasons
raisins are bad
what would be a way to temporairly add an user to an group with unlimited time of that group
What?
ok i cant explain it better... but basically i want to add an temporary group to an player without time limitations
why because if i do parent set then it replaces the main group
You can use parent add
wat
Or wait, there's no parent addtemp, right?
idk
found the non wiki reader
temp = temporary. if you want to temp add a player to a group, there has to be a time. no time = perm
LP has addtemp to add a group for a set time. After time expired will the group be removed from the user
they want "temp with no time" lol
😄
anyways so another question how do i check all people in one group
whats the command
youll find your answer there
try it
is it not possible to get names ?
uuid is names
if you want to see their name, you can use namemc i guess
you wouldnt want perms stored by name, uuid is the best way
no other way?
Can't you get the name of a uuid using the mojang api. Might be a way to parse the uuid then?
But that would need to be integrated into the plugin
Namemc.com or something can do it, but yeah you can get it via api if you really wanted to.
they wanted to set a group temporarily without setting a time limit... dont think they are going the api route
Then it's not temporary
Definition of temporary is having a time limit
If you want it arbitrarily temporary then you set/add and remove it when you want
thats my understanding of it as well, maybe i know nothing
guys i have a weird problem on my server. Even though i have keepinventory disabled when i die i don't lose my items and it only happens to me. Everyone else loses their items. Anyone know what could it be?
if you are op, its due to perms
Im not
but i have given myself perms
sorry for asking again but could you happen to know what perm could cause that? 😅
https://essinfo.xeya.me/index.php?page=permissions search for "keepinv"
im assuming if not op, you gave yourself essentials.* perm
so youll need to find out why chat isnt showing it
do you have add-prefix-suffix set to true?
welll.... how i set mine up is to remvoe the #, leave false, then infromt of {DISPLAYNAME} add {PREFIX} and after displayname add {SUFFIX}
make sure to reload ess or restart srever after
or just remove the # and set it to true
i use &r a lot, its bukkit format to reset colors and stuff
thats what i did
I said it to true.
And remove the #
Still not working : (
@swift abyss
okay now i did this
wait
it still doesn't give a space
what mc version are you on?
remove the group part, put it back to #
right, but you have the top field for add prefix suffyx true
and i said false
lol
thats why its double
make the owner thing commented # so its green
i said make that owner spot unde groups to #
okay let me check.
what if i want it to have no color
sorry for all typos, typing fast since at work
so that way it doesn't always have to be one
then make it ""
okay awesome
wait
oh its still red
hm...
OH FUCK?
its gone now
once i put a # in front of groups
what the FUCK! it jusut changed the entire folder
???? Woah???
i just lost everything
i never said to do that
only infront of the word owner
.....
reading will help you so much
._.
hm...
you get it sorted now?
i edited it so ts ck to normal
even tho i lost everything
so lets see.....
now if i want to make the next group, Owner
./lp ?
what did you lose?
whatever i eddited before
in the essentials folders
its fine
so now i'm going to do /lp create?
/lp creategroup Owner
no, if you look essentials made a brokenyml i think, right?
?
how do i open it
just fix that one and make it config.yml again
you can edit from console webftp in most cases
or just download, change to config.yml
then undo the spot where you added the # in front of groups
@swift abyss
I have owner group
but it doesn't show it in minecraft
so some odd reason
so you created owner, set prefix and also added yourself to it?
and you set a higher weight for owner prefix?
did you save that and run the command it gives you in game?
take that as a no?
i gave you the link, you didnt read lol
... lol
but it didnt full command it
what does that mean
/lp group owner meta addprefix 999 "&e[&4Owner&e]&4"
look what i did
its bizarre
that &e looks like you set a displayname for the owner group
no?
...
there
if you have 800 prefixes, how the crap can it know what you want?
lol
pick one
its using the top one
thats why format is jacked
how do i have multiple?
It does not override
and how did you view that
you ran the addprefix command a lot delete the ones you dotn want, save and run command
i don't see that for some reason
click on owner tab
You go into the editor click on owner and you see every prefix you have set
And permission
i did
it doesn't show
I legit swear
I'm clicking on it
and it doesn't drop a list or anything
You can also run /lp group owner meta info I think to view it
👍
there is nothing set in default from the last editor
only thing from what you had sent was the 3 in owner
I saw it yeah
before you said that i actually fixed it
interesting
this is so bizarre to me
but i think i'mg etting the hang of it
cool
get used to commands first, then once you see how it is in editor, then you can use there.
ya
dont rely on just one method fully
youll forget the other, then if the editor site is down.... poop on you lol
it doesnt happen, but never know
answer
any chance i can change the text color
in chat
you went with prefix.999.&e[&4Owner&e]&4 prefix, i assume?
yah but i just added a suffix
it dodnt work
suffix.1.&f
'{PREFIX} {DISPLAYNAME} » {MESSAGE}'
format: '&r{PREFIX}&r{DISPLAYNAME}&r{SUFFIX} » &r{MESSAGE}'
Maybe I should add {SUFFIX} after
if you put &r after each, then it will reset the formatting
ive said that already to you 😉 when you asked what it was
and i even told you to put suffix after display name
.....
READ READ
lol
crap man lol
fixed it
Can I put this in this?
-minecraft.command.me
Into Add permission:
would that work?
pex negation isnt done like that in lp
so to negate a perm in lp /lp group default permission set minecraft.command.me false
you set the perm false
😃
https://youtu.be/oS6tl5SME_I I would recommend watching that maks
https://www.spigotmc.org/resources/luckperms-an-advanced-permissions-plugin.28140/ Here is a great permissions plugin that gives you the best of both Pex and...
ew
I mean it's a good tutorial on how to do it
cant stand him... talks for too long to say 10 words
just give me the info and shutup lol
id rather read the wiki
XD
Would you rather me link him to a server pro tutorial
I mean I made a tutorial myself about how to switch storage types
And it's more reading and less listening
You've been so helpful so far @swift abyss ...
Like I am so grateful....
I'll probably have a lot more questions coming up, just saying. ;P
😉
i need to just put the chat format crap in a copy/paste since i say the same thing 20 times a week
@dusky wing are you on spigot?
Yeah
@swift abyss why doesn’t my prefix show up in chat? 😏
BeCaUsE yOu DiDnT sEaRcH aLl My InStRuCtIoNs lol 😉
Did what I wanted it to do 🤷♂️
is it possible for me to get worldedit without having to do anything crazy?
Im on paper, just not sure about compatibility
@untold cloak try FAWE it's lighter and faster
@violet rivet says its only updated for 1.13. im on 1.14.3.
Yea I’ve tested recently with fawe on 1.14.3 still broken only a few things work
@dusky wing you wanting a GUI? That’s basically all another plugin will give you.
this one is amazing

Some of their plugins still need work
@hybrid loom
Hey omarathon! Please don't tag staff members.
oh well this one seems good for kits so far
I'll be pissed if it fucks up
Well, that’s why backups exist lol
yeah just migrating to new plugins is usually difficult as fuck with the yaml obsession
Only setup one kit.
@untold cloak That is true yes
But it the want for other plugin only for GUI?
this plugin is easy cause you can just set the inventory of the kits
no I want other things
luck etc
which this plugin provides
@swift abyss I've got an xrayer on my sever 😄 how should I annoy them?
i'll make a giant layer of diamonds below their base.. :>
😉
That spells out HACKER
orr ban them and stop wasting your time with such a degenerate
I honestly should install xray on my own client so i can easily see what i'm trying to do, and to see how well the paper.jar anti-xray stuff works, because i've never trusted anti-xray thigns fully
they won't stop
I don’t use built in. https://www.spigotmc.org/resources/orebfuscator.22818/
That works with texture pack and all the clients I’ve tried so far
Built in doesn’t
This even stops the minecart leaf glitch
Pretty sure the paper version just tells the client the blocks are stone until they're about 5 blocks away from them
Client isnt' going to know whats what until the server tells it
I only tested spigot version not paper but it didn’t work
I have mine set to change lots of blocks to other blocks. If you don’t have the bypass you can’t make anything out lol
Swap all the textures
Dear God.