#general
1 messages · Page 100 of 1
Hey guys, after an extensive internet search, I could not find a way to block the commands / bukkit:command and /minecraft:command without a plugin other than permission (Luck Perms) and the essential, I do not understand how it works the bukkit.yml file, could anyone help me?
You have to deny the permission in order for the command to be blocked. That's how most, if not all commands work
/lp group <group> permission set bukkit.command.<command> false
Or whatever the permission is. You can find the require permissions on the bukkit documentation or by using verbose
Thanks!
Does anyone know how to fix this https://pastebin.com/88t9uVwB
I'd be asking the plugin maker
He doesn’t respond, I think he abandoned the plugin
But it’s still available for 1.13
@fluid merlin If you're doing prototyping, Windows 10 has Hyper-V and VMWare makes a product called VMWare Workstation. Both are free, though VMWare Workstation does have a more powerful paid version. I recommend, if you can't afford dedicated hosting, to do your prototyping/dev work on a vm since this isolates your personal machine. This way, you can install a bunch of things, break things, fix things, even completely trash the vm and it won't affect your personal machine.
Alternatively, hard drives are pretty cheap. You can pick up a 500gb hard drive for around $20 and put that into your computer in place of your personal desktop, install a free OS like CentOS (free RHEL distro), and set up your server there.
And there are some minecraft hosting services that will host for dollar amounts you can count on one hand - these are great if you're having users connect over the internet (i.e. not on a local network or VPN network).
Yeah we just got a hosting service yesterday. Also, HyperV is not free, in the sense you have to have windows 10 pro.
Good catch, yeah
Best of luck with your server though! Sounds like you've got things under control.
Does anyone know how I can have the default player not see these commands?
Deny permissions?
After denying all permissions minecraft keeps showing up
Which permission should I deny?
I do not want the default group to have access to any LP commands
They don't have (normally), the comma ds just show up in suggestions
Well lmao
Hey, I'm completely 100% new to server hosting. I'm getting errors when I try to execute any command (gmc, warp, etc.) but the command still works.
You could try to maaaybe show us the error(s)?
Upload the log(s) to https://hastebin.com and post the link here
I don't have access to my computer for the next hour or so. I'll do that when I can.
Clientside, it says 'an internal error occurred when trying to process this command' or something similar
truth be told i really don't know what i'm doing so i probably hecked something up somewhere
Without the errors/logs we can't really say anything
i totally get it.
Imagine going to your doctor and telling them that "something in your body doesn't work. And when I do something it hurts"
That's kinda where we're at right now xD
yeah, i totally get that. i'll be back in a little bit with error codes
He maybe can
Thiago in the spigot.yml there are two options you can change (if on 1.13+, it’s only the tab complete if 1.12.2 or lower). Look for this in spigot.yml
tab-complete: 0
send-namespaced: false
Send namespaced will disable the colon command usage.
Thanks @swift abyss
😉
so what is nucleus? please
A plugin
Nucleus is basically essentialsX for sponge
bro i appreciate the help but like i have no idea what you are talking about u think u can simplify it?
how do u use nucleus?~
have you ever installed a plugin
nope
ok
Do you already run sponge by the way?
so how do i put the actual commands?
I don't know what you mean, The commands are already there for you
Nucleus is a plugin which creates the /feed command et cetera for you
ok man thx
No problem!
Im pretty sure nucleus even has a discord, You might be able to find that somewhere
they can help you out way more than i can, I never ran a sponge server myself XD
nor have i actually used anything besides LP on sponge
I've only done localhost testing with sponge
Nucleus is a really great plugin, it has chat formatting tools, staff chat, spawnpoints, normal essential commands.
It's like improved EssX for Sponge.
Colon commands are so useful when one plugin overwrites a command with its own... and discord loads messages as soon as I send this.. again
@mighty current if you scroll back up a little, I have info there for your tab complete issue
Lol usb
It always happens
I'll respond then the scroll bar appears.
Then I look stupid if people are already discussing something different
😉
Exactly
Trying to get my github webhook to function. I set up the webhook as described in this Discord article, and GitHub is indeed sending the request, but Discord's API just returns 204 and nothing happens in my channel. https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks
Anyone have any ideas of how to rectify this?
Delete the kit in the essentials config file
Did you restart the server afterwards?
If it's gone from the config, essentials has no way of knowing about it. Restart the server instead it didn't get wiped from memory properly.
also can help to stop server, edit config, save config, then start server.
The censored piece was copy-pasted from Discord, pasted in, and then I appended /github
I even cleared it out and re-copied to be sure.
should work then did you try a test commit?
I added a label to a PR. GitHub reports sending the update to Discord, and it reports that Discord responded with a 204
Anyone wanna help me test something?
Try a real commit instead of adding a label, maybe they limited what events get pushed :3
How's my wip website?
Note: colors and shading will change
Oh, and the navbar area looks like this. Gifs suck
would it be worth downgrading to 1.13 spigot for more plugins?
Wouldnt give you a price for the styling, but it is nice :3
I use 1.12.2 for my plugin requirements. In the end, it depends on your needs. If you can do everything in 1.13 or 1.14, then stay there. If not, then either write your own plugin or downgrade to a version where all of the plugins you need are supported.
You should never downgrade your server!
Shit will break. If you have a backup from before you upgraded (which you should), then just restore that and live with the fact that your changes will be gone.
@flint mist is that on GitHub?
Nope
Its really messy though
Will you be able to see everything through the chrome inspection? I don't mess with it too much,
You can upload it to pastebin
Right
Is it using any server side language such as php or asp. net? (my guess would be: no)
Must be if that download response works
From what I see, no.
Nvm TIL there is a download attribute
Its just an anchor to the file
I have some apache mods to protect the site from overloading
Yeah you probably dont want to just link to files like that if you want to trigger a download
Different browsers will interpret it differently
ah
You could use the download attribute to your a tags but browser support for that is also pretty lousy:
https://caniuse.com/#search=download
Well, all browsers interpret a .zip ending the same: its a download
Alright so I'm good
Sure but that's just one file type and should not be used for all cases
I zip everything, whether the file, to 1. compress 2. make sure the browser isnt like, "time to play this mp3"
Zip, gz, rar etc, if sou offer a download you should archive it, unless its a exe, msi, jar etc, then it unnecessary
in this special case a zip is fine
yeah yeah
Also for files that the browser directly opens, it displays the download button to still download it
As example Chrome and pdf, top right corner is a download button
I just wanted to make sure
But yeah, web development.. i have a lot of unpopular opinions about it, and idgaf what anybody says. I like php, i learned it and can work with it, it does its job and never let me down.
Other unpopular opinions:
I hate python, MariaDB is better then MySQL, Docker is awesome as heck, i like Windows server and I like GMod and make addons for it still, even after the announcement of S&box
I'm newish to web dev. I've got the basics down.
Do you plan to make a living out of it?
Love docker, use it for lots of stuff
I am a year long fullstack web developer, my current project is a complete custom website software with forum, suggestion system, support system etc, for a gmod community
my amazing forum is just discourse
Database structure is planned and optimized 3 times
made some mistakes while planning zhe structure, but they are fixed now
My iptables rules to limit 5 connections per ip isnt working.
iptables -A INPUT -p tcp -m state --state NEW,ESTABLISHED --dport 80 -m connlimit --connlimit-above 5 -j REJECT --reject-with tcp-reset
iptables -A INPUT -p tcp -m state --state NEW,ESTABLISHED --dport 443 -m connlimit --connlimit-above 5 -j REJECT --reject-with tcp-reset
I bet I'm just a dummy
hmm, my iptable knowledge is a bit rusty
Php is fine, especially the latest versions of it.
My job has me using laravel pretty exclusively, its great
I'm trying to get them to use Vue for front ends
Mmmm that sweet 5KB/s
Very nice
I dont miss those times
Sadly Turbo, it is a unpopular opinion in the developer community. I got called a idiot way to often because i like php. just visit r/ProgrammingHumor and write that you like php, the shitstorm of hell will fall upon you
But tbh, that whole subreddit is full of Python loving College students, who think they can use py for everything
Developers love to shit on php and js any moment they can. Gotta love that elitist attitude 🙄
Elitist? Good one, most of those Shitstormers have never worked in their life before
Also: Powershell
learned it a while back, its gud
I just can't get iptables to limit the connections per min
I did it
iptables -A INPUT -p tcp --dport 80 -m limit --limit 5/minute --limit-burst 1 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -m limit --limit 5/minute --limit-burst 1 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 80 -m limit --limit 5/minute --limit-burst 1 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 443 -m limit --limit 5/minute --limit-burst 1 -j ACCEPT
Had to practically ddos myself multiple times but I did it
Thanks for helping me through my journey of code
I'm currently asking me, if I should put a proxy in front of my single server. Would there be any improvements of performance
Real Proxy or Bungee? Also what you mean put in front of it?
if it means this:
Client->Internet->Proxy->Server
then it can be used for failover, but it would not improove performance as it would have the same result as having the server connected directly, besides it caching the content.
The main purpose of a proxy is improoving traffic, because the Proxy downloads the website and caches it
Meaned for a server (so Waterfall / Velocity) but you're right, it would not improve performance. What was I thinking?
Well, if you outsource some functions to bungee it could actually improoving performance of the back-end server. As example the server wouldnt need to do the online authentification, or could do player analytics stuff
But if that would make a major difference, is another question
Making chat formatting work from EssentialsX chat?
you would set the permissions for creating the shops with the context of that wg region - example: /lp group default permission set chestshop.create wg-region=publicshops where publicshops is the world guard region you created
you would still set the normal world guard flags of build allow, etc
since shops hold their own permissions and unles you have the bypass you cant modify others shops, you wont have issues
That's using that addon or without?
add-on
how would i reset all permission info if i really hecked something up
then have a 🍕 party to relieve stress
?
from having to delete everything youve worked on.
How did you guys get verified?
Wym? most of the messages the past few days from here are members
this discord server
because its not a Game Publisher, Esports organisation or Music artist...
oh oh
I never said you were???
I think it's from Discord's open source "partership" project
I'm trying to develop a plugin and I want my permissions to auto-fill when I'm trying to set permissions for groups in LuckPerms
how do I set that up
@drowsy quest I'm sorry for the tag but i saw your issue https://github.com/SpongePowered/SpongeForge/issues/1583 about sponge, And i am having the same issue now, Did you fix it by any chance? Can i know how if so?
Hey call911! Please don't tag staff members.
ill try thanks
Hey I had a question about writing a plugin and integrating it into the permissions auto-fill list?
How do I do that with my own plugin?
Like where does the tab completer look for the permissions of other plugins?
@edgy niche The LuckPerms project got accepted into Discord's Open Source programm where they list Discords and such about popular open source projects
Like f.e. PaperMC is also part of that
i like how luckperms is verified tho lol
a minecraft plugin got verified on disCoRd?!
We gucci
idk i just find it odd ahha
I think songoda got verified but helpchat can't get it (also MOSS can't get it)
https://github.com/discordapp/discord-open-source/pulls
Looks like they're thinking about things they did wrong 😂😂😂
See here for further explanation
https://github.com/discordapp/discord-open-source/issues/174
looks like someone's salty lol
I don't quite get what is going on
Me too but it looks like something is really wrong
"We are supporting opensource we are awesome"
After allthey want popular people
Imo is the nitro boost shit
At least for who can use it
If they would allow classic nitro to boost, then people would more likely buy nitro.
But marketing was like "make nitro games only boost = profit"
But how would they get money
Yeah.
Actually you get more.
My new service
i get more?
You can just boost one at a time and have to remove the old boost
If you want to boost another discord
well i amma bost my own discord xD
even tho it wont change anything as you need at least 2 for any features
does luckperms needs an another plugin to work?
You shouldn't use CraftBukkit
But you also need Vault for CraftBukkit, which, again, you shouldn't use, as it exists primarily for development related reasons
There should really be a ticket bot here to sort issues. Having all the issues in the same channel at the same time is so confusing.
I use craftbukkit
@woven eagle i personally use {PREFIX} {USERNAME} {SUFFIX} when i configure for others. also note that if you enable players to set their nick color, it will override
for the actual formatting, I do &r{PREFIX} &r{USERNAME} &r{SUFFIX} to reset between them
Okay, I'll give that a go
@swift abyss It looks like USERNAME isn't a defined placeholder, since it just shows up as {USERNAME} in chat, rather than their actual username.
try player maybe? that seems odd that username isnt working as its pulled directly from essentialsx config lol (from their github)
{PLAYER}?
maybe - also, you can use {DISPLAYNAME} still and set this: add-prefix-suffix: false (its close to the top of the config) then pre/suffixes wont be added to the name. so it would look like {PREFIX} {DISPLAYNAME} {SUFFIX}
@woven eagle
I'll try that
Aha thanks, that worked perfectly
You were more useful than the essentialsx discord xD
... ok
Hey guys!
How do I remove this message?
The version? @potent hill
Version and You do not have..
This message appears for default users.
I want to change the message or remove it.
You can't
And quite frankly I don't see a major issue with that @potent hill.
@sour creek Yes it is
How do I make it where you can have two prefixes from two different groups? Like I'm making a kingdoms server and I made two groups (KingdomsName) and (king) and I want to add a person to both group and that person to have two prefixes (kingdomsname) and (king)
Check the wiki page Prefix/Suffix Stacking
Aight got it ty
Wait what if you dont have the config available? is there a way to do that in chat?
Im not the owner of the server
I see... Well Ig i'll wait for the owner
Btw, I was not paying attention to the channel. The right channel for support is #support-1 @sour creek
oh okay ty
can someone suggest a good minecraft server host?
@empty kettle OVH
Depends on the country
@worn citrus
Pter works using docker, so what is the error message in your console?
YOu know that Docker containers have their own Network adapter? And therefore need a own iptables rule?
Additionally you need to enter the docker host IP as Database host, which should be something like 172.x.x.1
Idk what a iptables rule is
Linux firewall
I put 172.0.0.1:3306 as database host
are you 100% sure its the right IP? docker does normally dont give that IP
Well, i got that ip from pterodactyl
and the same when creating it seperate from ptero
if you want and would allow it, i could take a look at it with anydesk later
Well i actually don’t have access to the dedi, I am just the manager. I’ll ask the owner.
alr8
Anyone here use buycraft, that can help me with something?
Just ask your question
I'm setting this up for my discord. -- https://help.tebex.io/tebex-store-guides/key-features-explained/link-your-slack-or-discord -- and its not sending the purchases.
You created the web hook and added it to buy craft?
yup
And you've received a payment without it logging to your channel?
yes
I think it's a bug on buycrafts end, I just got my first one in a month
And I know for a fact we get more than that
Think maybe it doesnt count subscriptions
No clue.
I cant get anything discord related to work
What exactly do you mean by that, be more specific
I mean for buycraft.
What cant you get to work ( specifficly and not just a name ) ? What is your issue ( more then 3 words ) ? Do you have any error messages ( the full error you get ) ?
Read up.
No, i am not. You didnt answere those questions. You said you have a problem, but didnt describe the problem nor sent any additional informations. This looks like such a convo:
1: How are you feeling today?
2: Fine
1: What are you doing right now?
2: Stuff
1: Have you plans for the weekend?
2: yes
1: What have you planned then?
2: Stuff
oooh stuff
@quasi bluff
Place your bets. Do they have a plugin that manages chat or not?
i wont bet they dont lol
Chances are 100% to 0%
90% sure on that. Would guess that’s the culprit too
Gonna delete it and find out
also @tiny slate - update your LP version, you are on 4.4.1
LP is at 4.4.26 😉
if that is the chat plugin and you remove it - you shouldnt have anything in chat but your IGN
easy way to tell if that is the issue
Or, idk, check the config?
lol
they dont believe that its that plugin
even though the docs say it formats chat
Yes but it there is no command for prefixs or perms for prefixs or anything in the config that says anything about prefixs so if it is it then idk
its placeholders
Only thing I see that it changes would be nicknames
not commands
search in the config for prefix
youll find it in the chat format section
something like %prefix% <%displayname%>:
may be like {PREFIX} or {vault_prefix} any combo of that
Define the prefix for the command /broadcast
Choose a nickname prefix which will be displayed in front of nicknames
NOTE: Should only be a single character.
nick-prefix: ''
Choose whether or not to enable having a nick prefix
enable-nick-prefix: false
Define a custom permission prefix
EXAMPLE: The /msg permission is jessentials.msg
By changing the prefix, I could make it myservernamehere.msg
NOTE: You CANNOT use spaces or special characters.
CTRL F and this is all the prefixs I found lol
If that's it how would I go about fixing that? Would I delete something in that line?
Would removing that fix it?
I wanted to see what it looked like again cause I never really looked at it
or noticed it
that will give you:
[prefix] playername: message
now - you may need to add a space in the meta from /lp editor
so that there is a space after the prefix before the name
for updated LP, look in #welcome at the first link
Awsome thanks. It looks a lot cleaner and only has 1 prefix now. I didn't think it edited the prefix cause there was nothing with "prefix" in perms or commands lol. Sorry if it was hard to get that across to me as I had no clue and was very confused so I had trouble understanding it. Again thanks for helping me fix this and as for the other guy no need to be so passive aggressive. All I wanted was help and didn't know what to do.
we all start from nothing, its a learning journey 😉 glad to help
@tiny slate my passive aggressiveres is nothing personal. What just ticks me off is adamant refusal to believe experienced supporters.
Keep in mind there's a huge difference between "I don't have a chat plugin so it must be LP" and "I don't know what's my chat plugin. Can you help me find it"
And another reason I tend to be that way is to get people to feel like "Damn. I could've/should've known/figured it out on my own. Next time I will try to it on my own first."
Though the latter doesn't apply to you that much
At max for searching the config. But yeah. No big deal
There's no way I could of figured that out on my own as I know nothing about that kind of stuff and I get it I should of worded my stuff better and I read over the stuff and thought JEssentials was different.
Alright, I'm done. I backed off and admitted I was in the wrong but ya couldn't just leave it at that.
Thanks and cya.
I'm sorry. That had nothing to do with the conversion
It's just that one grammatical error that drives me up wall
And to finish off @tiny slate there's absolutely nothing wrong with not knowing stuff.
But you have to keep in mind that we are not here to solve your issues. But to help you solve them yourself. (Except for actual bugs)
@vocal rivet Me and @potent prawn were talking about something. Yes the problem was described.
Hey Venom! Please don't tag staff members.
What cant you get to work ( specifficly and not just a name ) ?
Was a question for this:
VenomToday at 12:56 AM
I cant get anything discord related to work
What is your issue ( more then 3 words ) ?
Was a question for the issue itself, what is the issue and what did you try so far in a attempt to fix it
Do you have any error messages ( the full error you get ) ?
You have not posted any informations about this at all
Yes, how is that a informative responce? Being more specific means what did you do, where did you do it and what is the expected outcome
And? What has that to do with this now?
Asking for help means also giving enough informations for people to figure out the issue
Turbo knew my issue.
It'a done! 501 stars! LuckPerms now has defenitly much stars
I give up.
@drowsy quest
Hey Copyright! Please don't tag staff members.
what do oyu mean
I'm guessing you have your ranks set up like this:
guest -> player -> xxx -> xxx -> xxx
etc
right?
The you just have to set the name color of the rank right after guest to white
well i currently only got 3
Or set the orange color to false
Steve is a hammer
I ate Steve - now its not an issue anymore.
sloppy toppy
does anyone know a good tablist plugin?
that works well with 1.14.2
Every plugin i used was crap
@gilded nova you tried https://www.spigotmc.org/resources/tab-1-8-x-1-14-2-reborn.57806/ ?
n word am i right ahaha
?
though this is off topic - topics or words like youve been posting arent needed here
this isnt a spam channel
not spamming 🤡
@silver cave I suggest you stop before you get yourself kicked
😤
What else is off topic for
I mean that other guy posted Steve and it wasnt a problem and I just deleted mine ;(
Things like "n word am I right" are not appropriate at all
This channel is best used for questions about other plugins or minecraft related stuff, not bad tier memes
@prisma fiber A late warning.
No posting of copypasta stuff.
Does anyone know something about Spigot being removed from the default Pterodactyl configuration?
@vocal rivet that doesn't seem correct
It was a fresh install and it lacked spigot in the eggs, i installed it afterwards. instead of spigot it displayed paper tho, but i have never done anything with it and didnt want to risk it
Yeah, they are called eggs

Has anyone here ever used datapacks?
I just started creating mc datapacks and it's so much fun XD
I'm trying to create a BatBox from tekkit as of now
Yu
I made a datapack which is even on GitHub
Wait....
Try left / right clicking with a carrot on a stick called "Explosioner". It is a simple raycast
I even tries to make a sort of chat mangment pack, but frustrating chest minecarts stopped me
I just created a crafting recipe lmao
I want to create like a tnt wand or something
and call it BOOM wand 😆
You can't use NBT in custom recipes from vanilla
You need to use a custom crafting table if you want
My old ChatUtils pack, never worked on it again, sadly: https://streamable.com/c8b2n
Alguém tem o Luckperms para 1.14.2 ?
So polite [11:29:38] [Server thread/INFO]: [LuckPerms] Goodbye!
Rlly hope 1.14.3 is a lot stabler
So do I
*a lot more stable
alot morest stabelar*
Stableist it's been in much time*
the mostest stabliestest of all timester
1.13+ is still poop in my opinion, but eh, it works well enough
It's funny how nobody boosts this Discord
I am in 30+ discords and just 2 of them have any perks gained from Nitro
5 of them have over 5k members
same if I don't count any botlists or emote Discords
@edgy vault a lot of people use https://www.spigotmc.org/resources/tab-1-8-x-1-14-2-reborn.57806/
Thanks @swift abyss I'll check it out 😃
@swift abyss I used the tab plugin right?
I'll just screen shot and show you whats happening
Does anyknow know whats up? The weights are all correct.
@gilded nova whats the issue?
The patreon rank is below the default for some reason
i personally use bungee tablist plus, but it involves a lot of setup (imo) to get it where i wanted it and you can set order to it - not sure about that plugin i can take a glance though real quick, give me a min
look in this section to set your group orders:
#also used to find main group if a player is in more than 1 (hello LuckPerms users)
group-sorting-priority-list:
- "Owner"
- "Admin"
- "Mod"
- "Helper"
- "Builder"
- "Premium"
- "Player"
- "default"
lol, it even says LP users 😉
@gilded nova let me know if you have other issues, ill try to help
Alright
Or a plugin that will show like Owner/Mod/Admin above players heads?
Yep
thats not related to tablist
let me see - the essentials plugin i use has it built in, so i dont use a sep plugin
EssentialsX?
i dont believe that will show it
Do you need a bungee server to use
BungeeTabListPlus?
its only on bungee, but uses spigot plugin for backend info - again tho, tablist and name tag arent related
you can find more, i just used "player name tag plugin" as the search
anyone knows a good plugin that goes with lp for greylisting?
Greylisting?
ye
a plugin so I can set different defaultgamemodes for different groups
so lets say my member group will always start in gamemode survival but my guest group will start in gamemode adventure
i cant msg u lol
just add me lol
@gilded nova 130,000 led christmas lights synhronised to music
lmfao
Anyone experienced with BURG?
any clean chat plugins ?
does it work with essentials and Luck well?
yes
what mc version?
im not much for gui shops, i prefer to use like chest shop where they physically go to a location in the world, but for trading, this may work https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/ and for gui shop https://dev.bukkit.org/projects/gui-shop
see id love to use a chest shop but like setting them up are hard
"fun" lol yea
Wich one would it be
but as i said, you need to add the prefix and suffix placeholders in essentials chat formatting section.
send your plugin list
i cant tell you without knowing info lol
you may have earlier lol
also, yea, do as the other person suggested and use FAWE if possible, its way better on the server
update your LP as well, use the link in #welcome
Yeahh
its posisble that multiverse is adding soemthing to chat
thats the only thing standing out to me
multiverse-configuration:
==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
enforceaccess: 'false'
prefixchat: 'false'
prefixchatformat: '[%world%]%chat%'
useasyncchat: 'true'
teleportintercept: 'true'
firstspawnoverride: 'true'
displaypermerrors: 'true'
globaldebug: '0'
silentstart: 'false'
messagecooldown: '5000'
version: '2.9'
firstspawnworld: world
teleportcooldown: '1000'
defaultportalsearch: 'false'
portalsearchradius: '128'
autopurge: 'true'
use /lp verbose record then talk in chat then /lp verbose upload and send the link
ugh rip, blocked at work - if you want, we can go to DMs, you can just paste it there
im not seeing anything from other plugins that would handle that. we know its not essentials, since that is turned off for now.
Does anyone know how to disable cobble monsters from running into spawn?
Someone tried to cobble monster my spawn point and now im paranoid
@gilded nova from searching, seems there was a small plugin made for it, but ive not used/tested - worth a shot. https://bukkit.org/threads/req-anti-cobble-monster-plugin-lava-water-no-cobble.47795/
what do you mean still nothing?
@lapis girder
LP only holds the prefix, the chat plugin is what pulls it
ive already helped 2 others today with the same thing
its not LP 😉
right
ok, so you have add-prefix-suffix false, correct?
and you have a {PREFIX} placeholder in the chat section of config
format: '&7{PREFIX}&r {DISPLAYNAME}&3 :&r {MESSAGE}'
and you reloaded essentials or restarted server since the change?
why are you adding a color to the prefix formatting there?
that was defult i have not changed that
id remove and let what you put in LP for it do all color
have you restarted the server?
yes im restarting it again
I'm using Shop plugin, its just called shop.
I may have fixed it wait one
@floral flare did you try %player% ?
placeholders is a section on the spigot page...
😉
multiverse maybe?
ye now checking that
also, what did you do? let me know incase it can help others
Cleared Player and role Meta restarted the server and added the meta again
ok
Got it thanks, didn't see that.
np
so it was a lp issue 😉
no... but you can believe that lol
shh 😉
you had essentials calling for the prefix twice
mhm
hehehehe
lol
fun
@snow orbit so you want something like for them to be able to run /skull but not /skull <otherplayername> ?
would help to know the plugin/command you are trying versus using examples
not with LP unless your plugin has separate perms for self and others.
you can test with verbose and try both commands
then it will let you know if there are sep perms
you could possible use a separate plugin that handles aliases and stuff - i know booscommands can do that. like i have /givepet on a certain cooldown, but if they try /givepet myname, its different.
Ah ok. That’s unfortunate. I’m a bit new at this but I’m making good headway on stuff. I will check verbose when I have access to my pc. Thank you for your help
and if verbose doesn’t show a separate perm, I will check out boss commands
boos*
Oh thanks
Procuro ! um desenvolvedor de Plugins para parceria em meu Servidor atualmente Online a 7 meses
who likes high school musical
Not me
Nope I am not using anything pretty much everything in essentials is default
send the chat section config
chat:
If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
Users with essentials.chat.question can override this by prefixing text with a question mark (?)
You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
radius: 0
Chat formatting can be done in two ways, you can either define a standard format for all chat.
Or you can give a group specific chat format, to give some extra variation.
For more information of chat formatting, check out the wiki:
For EssentialsX changes, take a look at the EssentialsX wiki:
format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'
group-formats:
Default: '{DISPLAYNAME}&7:&r {MESSAGE}'
Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
If you are using group formats make sure to remove the '#' to allow the setting to be read.
I tried using the group formats too didnt work
ok and near the top, like around the nick prefix and stuff, do you have add-prefix-suffix as false?
and is it uncommented?
I had it uncommented before then I tried setting to true both didnt work
uncomment and set to false
still no fix
then make this change:
format: '<{PREFIX}{DISPLAYNAME}{SUFFIX}> {MESSAGE}'
save, then /essentials reload
nope
and when you talk in chat without op?
I am using two accounts the pandaserv one doesnt have op
I have tried opping it though didnt do anything
Oh wait my formatting from above is a little off I didnt put it in the <
you dont have to, as long as the placeholders are there, thats what counts for now
sadly still no change
well I mean thats kinda why I have one account without and one with that way I can test perms lol
but to verify if it is the op, deop yourself and talk in chat
I did no change I also removed all my groups and it set me to default with no prefix
and you have the prefix?
I dont have a prefix
you put yourself in default
as default but there is one if I look in /lp user name info
default has a prefix
ok and if you add yourself back to the group that prefix worked?
still not opped
(hopefully those groups dont have wildcard perms)
kinda weird but admin worked and owner did but not mod or helper
I might not have those set maybe
Yeah ranks work with a delay
have you tried to run verbose and talk in chat on default?
to see if it si calling for a perm not assigned?
ive not seen it work on some groups and not others before, its usually an all of nothing
use /lp verbose record and /lp verbose upload so its in an easy to search format
just send the link
chat didnt require any perms thats what I was showing
how come the setprefix command doesnt exist when it shows there is one
When I add the owner group etc its in a track but the default group isnt
thats the only odd ball
i have only used setprefix
yea
I just dont get why it shows the prefix in the lp command but not in chat pisses me off
I'm having issues connecting to mysql what am I doing wrong?
@lucid coyote everything
except that I am inputting all the right info
mystified, have you tried using venture chat instead of essentialsxchat yet? also, to be sure - you are using the same version of essentialsx and essentialsxchat, right? and your LP version is 4.4.26?
Ya gonna need to supply more info than "I cant connect"
I have to update luck perms but its not to far outdatted and yes same version
nvm its up to date using 4.4.1
Ah its up to date from spigot
jesus fuck why
venture chat seems to work well and has some other placeholders
when people have the issue you are
my only complaint is it adds a bit to much lol
I am sure I can disable some of it in config
you can
it could be a version of essentialsx some people have or something fully random
yeah its still not working for default
im out of ideas
doesnt work when I make member rank either
Hopefully someone else can help, sorry I wasn’t helpful.
@patent plume are prefix weights and group weights set correctly. Higher weight = higher rank
No but when they only have one prefix it should work and it doesnt @violet rivet something should show
They only have one prefix how
Just assigned to their user?
And that's it for your entire setup?
@patent plume
And that's your only group?
the only one assigned
What do you see in the editor
What's your chat plugin and do you have the latest vault release installed too
@patent plume
If not you need vaukt
I have vault and I have tried both essentialsx chat and venture chat
which not sure thats the issue since my ranks that are assgined by promote because they are on a ladder work just fine
@patent plume do you see the prefix if you bring up the group's info
yes
You should be seeing it in chat then
Yall got a link to the essentials download
Google probably 😝
Hey
You wanna buy my thing XD
Lol
Yeah that’s cool
Install skript plugin. And skQuery plugin, then drag and drop my sk file into the scripts folder
do yall know how i can make a multiverse portal take a user to there last destination instead of the world spawn?
Yes @vital swift do you have the plugin called essentials?
Yes
Do you mean the last death location?
No
When you enter a portal it will take you to the last location you were in that world as opposed to the spawn
Could not pass event PlayerInteractEvent Getting this error for alot of my plugins
The actual error is what we need to help you
in the web editor can i add multiple worlds in one permission instead of doing this
If you are putting the same perm in all three worlds, why aren’t you using the server=anarchy context instead?
That would get all three worlds.
All you can do? It’s a faster option than giving the perm per world.
no as in is that all the server context can do?
It gives the perm, meta, etc to that whole server. That is it’s purpose. Same as world context only giving based per world. If you want some additional contexts, there is an add-on called ExtraContext. It gives like world guard region, game mode and one other context. Just enable the ones you want from the extra context config.
Np
do i just leave the world context as global?
Yes if you want it to apply to all of the anarchy server.
ok
@left mantle get a general theme for your server, then develop ranks based around that.
i really dont know a theme for my server
From there, the get all your plugins together, then work on perms
like it's hard to explain but im trying to make a creative server with different warps
maybe like a city and stuff
with a pvp arena etc
You’ll need to look into per world inventories if not using separate servers per game mode to keep from abuse. As well as other things.
Np
man, the best song is that "all my friends are even steak and snow"
hm one sec
crateType = ChatColor.stripColor(title.replaceAll(" Crate", ""));
this is the exact line of code where the error originates
now, it seems to be an event Exception
let me take a closer look
ok well no, it's a NullPointer
so my hypothesis: a method doesn't exist
can you provide me with the exact spigot jar you're using @quasi bluff
if not that's fine
I think its something in the crates config
Spigot_Latest_1.13.2
but it's a method invocation null exception
so whats that mean lol
have you always had this issue?
oh, yea, i know when ive used it in the past, if there is a bad item or soemthing, it will break
did you add items direct to the file or did you use the GUI?
I think its with enchants
very possible
hmm
ok
so
it turns out
this is a 'wtw' error
it means what the what
how did you upset the gods to bestow this one?
11.06 19:40:44 [Server] INFO at plus.crates.Listeners.PlayerInteract.onPlayerInteract(PlayerInteract.java:45) ~[?:?]
11.06 19:40:44 [Server] INFO at sun.reflect.GeneratedMethodAccessor158.invoke(Unknown Source) ~[?:?]
11.06 19:40:44 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
11.06 19:40:44 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
11.06 19:40:44 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[Spigot_Latest_1.13.2.jar:git-Spigot-1a3504a-84f3da3]```
this is not enough information for me to debug it
sorry
it's clearly a nullpointer in this file: https://github.com/ConnorLinfoot/CratesPlus/blob/master/src/main/java/plus/crates/Listeners/PlayerInteract.java
but I can't find what function causes it
Looks like it was fixed on the git repo?
Only thing that would trigger an NPE there had a null check added 10 days ago
Currently, im having an issue with FTB Revelations v3.0.1 (Minecraft v12.1.2) itself where every command that moves you (/tpa /home) is gated by a 5 second window where you cannot move and have to wait
How would I go about removing these cooldowns? Nothing online has helped thus far
I don't have that much experience with modding, but are you using Essentials?
you can check by /ess and if it says anything then it's essentials
@slow sierra
I'm not using essentials
do you know where (mod, or plugin) the /tpa, /home commands are from?
no idea
The server is powered by sponge if that helps at all
I think it might be a untils thing
Using Verbose you can check the perm nodes, and nodes are commonly named after the plugin that uses that nodes
@slow sierra are you using the Nucleus plugin for Sponge?
check to see if you have it
/nucleus reload
if it runs fine then you have Nucleus
if you are indeed using Nucleas then you can use LuckPerms to modify cooldowns, /lp user [user] meta set nucleus.[cmd].(warmup|cooldown|cost) [number]
you can do the exact same for groups
But (just potentally) /tpa could also be controlled by another plugin that isn't Nucleus, altough Nucleus is installed, just saying (even if that shouldn't be that the case here)
I may have figured it out though untils. I don't have nucleus. thank you for the help though
/sponge which tpa
Would resolve that quickly
i've lost the competetive help-people-on-discord-out battle
Dont feel too bad.
Were all winners in my book
hey I really apreieate you helping anyways
no one:
stackoverflow:
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.```
🇮🇱
Why not make a Ticket-Bot? (Sarcasm, we don't need one, don't we?)
hah
everyone just jumps on a question like a predator and fresh food
tryhards slamming out their keyboards, backspacing and rewriting their answers
3 others typing at the exact same time
rule 3) Please keep discussion friendly and appropriate.
for the /sponge which tpa do I just put that in?
Yeah. All it does it tell you what owns the command
So you might want to check the config of FTB Utilities @slow sierra
@left mantle @bitter sleet feel free to continue here
oh ok
It’s not that we don’t want to help you
It’s that #support-1 is meant for LP questions
I was linking the channel on purpose 😜
hmm ok so when i joined, it said welcome, then me prefix/suffixes
but when i type i dont see it
im using EssentialsX
EssentialsX has their own support Discord
oh ok
what exactly is the server context for and how does it work?
When using server=servername?
E.g give creative mode access in a creative server and not a survival server
Do you have just one server?
That you log into and that's it
No bungee cord proxy or the likes
i have a single spigot server
Then don't worry about the server context.
its hosted localy
It's for if you network LP and run it on lots of servers
You can share perms between servers easily and single certain servers out
ok then, so then is there a way to add certain permissions for mass select worlds so i dont have to do something like this. https://canary.discordapp.com/channels/241667244927483904/308232296753004556/588139478279782401 the answer i got was to use the server context but that didnt work
Use world contexts instead
thats what i was doing but do i have to create three of the same permission nodes each going to separate worlds
If you use global it goes across all
So only need one node
One node to rule them all
i have many worlds each needing different permissions though
Each world needing different permissions from the other ones?
for example anarchy and anarchy_nether need to not have access to //wand. I was doing it previously by making two permissions both disallowing //wand each tied to anarchy and anarchy_nether. Is there a easier way to do this?
Don't allow wand in global then?
Set your base perms that you want to be used by everybody everyehere
I have progress but i need help
these are my ranks.txt:
so theres no way to link one permission to multiple worlds
[player is default_player_rank]
example.other_permission: true
command.ftbutilities.home.warmup: "0"
command.ftbutilities.spawn.warmup: "0"
command.ftbutilities.tpa.warmup: "0"
command.ftbutilities.warp.warmup: "0"
command.ftbutilities.home.cooldown: "0"
command.ftbutilities.spawn.cooldown: "0"
command.ftbutilities.tpa.cooldown: "0"
command.ftbutilities.warp.cooldown: "0"
command.tp.warmup: 0
[admin is default_op_rank]
example.other_permission: true
command.ftbutilities.home.warmup: "0"
command.ftbutilities.spawn.warmup: "0"
command.ftbutilities.tpa.warmup: "0"
command.ftbutilities.warp.warmup: "0"
command.ftbutilities.home.cooldown: "0"
command.ftbutilities.spawn.cooldown: "0"
command.ftbutilities.tpa.cooldown: "0"
command.ftbutilities.warp.cooldown: "0"
command.tp.warmup: 0
but this only gives the perms listed if you are OP'ed
shoot sorry, thought it was short enough to just throw it in here
Or use multie servers.
ok
And segregate the servers by name
@slow sierra is this a luckperms config issue or something else?
something else. this is a utilities issue
I see no help requests from you on their discord?
i'm on the modded minecraft discord. mind linking the discord you are looking at?
that might be just what i'm looking for
oh yeah i'm on the FTB discord
Ask them. It's their mod
I did
They will be able to help you more than us
aight. thanks anyways
https://github.com/kremi151/ForgedPerms i never had sponge server but i heard of this
He already left
😂
guess who now has a complete high school certificate and graduated with a 6.6 (B+ in US)
nice 🎊
neat
Switzerland only has grades from 1 to 6, so a B+ would be...... 5.5 or higher I guess
@summer plank
there is literally a download link right there lol
thats from the main page
thx
@summer plank I am not understanding the issue. Can you get the ftp client (filezilla) to connect? like you see your server files in the program?
i already downloaded it
but the host has multiple ftp so filezilla cant connect to them
bcs when you are logging to the ftop from my host you need to select ftp server from 1 to 20 i think
ftp*

