#general
1 messages Β· Page 175 of 1
it's not even contexts that are destroyed sadly
seemingly just all of the perms calc regarding inherited perms from a higher weighted group
any good reads on placeholders with lp
!placeholders
Display data such as user prefixes and groups from LuckPerms in other plugins.
i think that's what you want?
!papi
Helpchat is a general plugin assistance discord as well as the home of DeluxeChat, PlaceholderAPI, and many more.
I have a question for once (though for someone else ngl) does anyone know why plots.plot.* is checked before plots.plot.<number> and how to change that perms behaviour?
If you do, free pass to ping me :))
@rigid widget all i can say is. Plots is weird coded
Hey Thrasilias! Please don't tag helpful/staff members directly.
Dont hurt me for that ping
NO
DONT HURT

Anyhow today i finished all errors from my code
Finally shaded it correctly lmao
Nice.
Anyone that's pretty knowledgeable with Grief prevention?
What about it?
I want it to add 350+ Everytime I use the command. But it doesn't increase, it just stays at 350.
Yes but it doesn't stack.
So /acb 700 usb
Then /acb 300 usb
try +700
guys how can i disable join quit messages ? when i do /vanish game says "player quit the server" "player joined the server"
does someone know how can i resolve this, plugin: Animated Menu Version: 3.2.7 | Mc version : 1.12 spigot
@round sable it would help if we knew which plugin you're using for vanishing. You might check the plugin's config file for an option for vanish quit/join messages?
Does anyone have any idea why my Essentials chat isn't being used?
I do not think there are other chat formatting plugins.
LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!
i just found out the issue, a mistake on my side
@modern marsh essentials
has someone code a TabCompleter?
but how can i deny the TabComplete for Players?
usually a player not having permission for an action will be unable to tabcomplete
if you're testing on you, cacheing issues might make it difficult to tell if a normal default player will be able to tab complete
i am on my server deafault player and when i open the Chat and press Tab i get this commands
i dont have a rank or OP
what version of MC is that
1.8.8
yeah 1.8.8 is extra funky cause it's so old and unsupported
there's not much I can say except why 1.8.8 lol
good for pvp
you can replicate 1.8 pvp in 1.15 ya know
i search alot before i write here but i dont found any help
wheeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
wow, whatever π
yes
bye?
@rigid widget
IK
:)
Ow, sorry
no worries!
I just woke up lol, 6am
5am for me π
You need to sleep earlier :o
Hi I'm wondering if in Minecraft anyone has a recommendation for alternative doors or more doors? Other than big doors plugin? Thank you all
EssentialsX config I think but that's not a command those are vanilla join/leave messages
β can confirm what@empty gulch wrote works and if you only grant it in your permission group it only hides you
anyone have success in using luckperms group in venturechat?
i have it set up with PAPI
but... not getting it.
never mind. Got it.
i wasnt supposed to add % to this
Morning
!colours (for me)
somebody knwo a good bungee Clan system?
"does not specify an api-version." shows up on a few plugins on boot up any ideas?
just a setting the developer needs to add to the plugin.yml
ah nothing i can fix thankyou
well you can probably open up the plugin.yml inside the .jar and add it api-version: '1.13'
can anybody help me with mysql
Depends on your issue, as of now I would say it got something to do with mysql
anyone can help me with mysql stuff?
basically
I have created a database successfully with the ptero panel (not related, just saying)
and I think I've messed smthn up because I get a connection error
probs that my creds are incorrect
would any staff member be able to do dm support so I could give more info? Thanks π
Ohai delected, fancy seeing you here
Because petro uses docker, connection details are...odd
well yeah
Docker is the best π
odd as in localhost or 127.0.0.1 won't work
use 172.18.0.1 as MySQL server IP, thats the docker host adapter and means the system docker runs on
I installed Pterodactyl like 10 times for people now XD
interesting, TIL
TIL ?
today I learned you didn't know what TIL stands for π
ah XD
lmao
someone doesn't reddit ;P
Nah, thats just how docker works
every application is in its own micro VM, so it has its own IP and stuff, meaning that 127.0.0.1 would mean the micro vm and not the system it runns on
If I understood it better I'd make a quick flowchart
basically:
Client -> HostServer -> Container -> Application
I am working almost everyday with docker
Making my own containers and using them for a easy development ptocess
docker's cool and I want to mess around with it more, but my poor computer isn't capable of virtulization
I could do so on my raspi, but it only has 1gb of ram
If ya ever need to know something about docker, I propably know it XD
Docker is like my thing XD
please leave me this one thing I am really good at
I propably know the answer then XD
π
Docker sounds cool and stuff.
I actually used a Docker container to host a Java Discord bot (my pet project to get into Java). It connects to a MariaDB database. I heard you can also run a database server in another container, but I'm worried I'll delete the database container by accident, so I just choose to install it on the host directly.
If you set it up correctly you dont have to worry about that, updating containers is actually done by deleting and re-creating them
Here is a example of how to do it safely:
docker volume create mysql_data
docker run -v mysql_data:/var/lib/mysql mysql
now when you delete the container and re-create it with the same command all your data will still be there
with the -v option you specify to mount a folder into docker, you can use:
-v [FOLDER ON HOST]:[FOLDER IN CONTAINER]
-v [DOCKER VOLUME:[FOLDER IN CONTAINER
You can also use docker-compose files to easen your deployment process, here is one I wrote a few months ago if you want to see:
https://github.com/Aperture-Development/friendup-docker/blob/master/docker-compose.yml
This creates a container for MySQL and for the application itself, but the data wont be deleted if the containers get removed
I wrote waaay to much XD
Too much information for my little brain, but it makes sense overall
So i have essentialsx and luckperms, i need help. the end goal is so let everyone access tp commands, sethome commands, /back and /message, could anyone reach out to me in dms or here to help?
i want this under 1 group, as itll just be me and friends, and none of them right now can build or place things
and have no permissions
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
BossShopPro- DIY
DeluxeMenus - DIY
It has everything
!chat (for me)
LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!
Vue gurus (cough cough turbo), how can I have some code run automatically on page load? I tried adding a <script>, but vue yelled at me about how that's not how you do that
You should join the Vue discord :P
wait that's a thing
uh I feel like I'd get yelled at for being a moron
You'll never know if ya don't try
actually wait I can just snoop in the LPWeb repo to see how turbo handles it
cause I'm also just pulling from bytebin
Lol social distancing to the next extreme
is this code in a component
I'm not sure, my goal is to somehow or other run an http GET on bytebin, and add the response to vuex
if it's in a component it can just go in the mounted callback
my vue noobiness doesn't even know where that is lol, but that sounds like what I want
to the google!
not using components yet?
I'm using components, yeah, I just don't know what the mounted callback is or where it should be
SFC's?
oh quick google, I see that was something I missed in the opening page
oh ok that's so easy
ty Rynelf 

hi 11promax
Im trying to see all of the usages for the mechanics in craftbook, but the following link does not load: http://wiki.sk89q.com/wiki/CraftBook/Usage
I saw the one on EngineHub but it does not have all of them
Anybody know where I can see all of them? :P
turn down settings, basically, and use Paper
paper ?
Iβm in single player I
oh, then you just need to turn down your video settings
render distance as low as you can go basically
graphics: fast
antialising etc all turned OFF
you can't lol
that's about as low as it goes
at a certain point the computer might just not be able to handle it
oh okay
what are your specs?
Iβm sorry Iβll just play o an lower version and stop bothering
And I have windows 7 hp intel computer
Is that bad?
those aren't stats
we need processor number/type, graphics card, and max RAM allocation
ex. Intel i7-4590K, Nvidia Geforce M540, 8gb RAM
3gb of ram, is all I know
that your stats larry?
lol nah my stats are a little kinder on OW
intel core m3-7Y30 gang lets goooo
ouch
also daily bitching about my computer idling at 3.4/4gb of ram
do ya have to fill it up with gas in the morning lol
!colours if you can visually compare, here's a colourful list
oh wow that link looks almost the same as http://ess.khhq.net/mc/
i think both sites are owned by the same person probably?
idk man
aight
lol if you remove the /mc part it redirects you to ess3.net
or wait
no it redirects you to mc-ess.net
wtf how many sites are there
6.02x10^23
ok
ok
chat format line
found it
that's the [g] i think
literally remove everything you don't want
(or don't know)
I am just scared I am going to mess something up is all
you can always revert π
delete the config, restart, and let it go back to default settings
save and restart
luckily the person who made the plugin defined some of the terms above
the smart bastard
YESSSSSSSSSSSSSSSSS
ok I have fixed it for now
thanks Larry
np!
one thing tho
I have a problem with LuckyPerms itself
Because it says Default and I don't like that
the prefix?
so I changed the displayname to Traveler
but I messaged again and when I type it still says Default
thats the prefix
ok so how do I fix that
you need to change it
lp group default meta setprefix 1 Traveler
thanks dude
LuckPerms offers an easy to use, powerful Web Editor, with which you can add, delete and change permissions of groups and players.
LuckPerms allows you to set weights in order to determine the priority of certain nodes, like permissions and even prefixes. A higher weight number is a higher priority.
run lp user <you> info and send a screenshot
and then lp user <you> meta info
screenshot of that too pls
do you still think its weight?
Im trying to have 3 classes: Traveler (which I guess is default), Admin, and Owner
Traveler I can set up permissions soon, Admin will have most and I as Owner will have everything
But I just want to make sure they look good in the chat before setting up permissions
can you send /lp editor link?
wdym /lp editor
run lp editor in console
I can't set up the mysql database because of my server hosting company
!meta to set prefix
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
you havent set them
change the meta of default for owner from Default to OWNER?
ok lets see
And change the weight to 1000000 because im Owner right?
It still says Default
Ben please help
Soup
You're using a group placeholder
like {GROUP} or something
you need to use a prefix placeholder
@random geyser
This is once again a chat formatting plugin issue
LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!
since you're setting displaynames instead of prefixes, things are going wrong
you need to use the setprefix command I gave you earlier, not setdisplayname
and use a prefix placeholder in your chat formatter
ok I deleted {GROUP}
and I only changed the displayname of default to Traveler once
I'm so confused oml sorrrry
what does your chat format line look like now
its gone
??
send a screenshot of /plugins
send a screenshot of /plugins
run it from console
ok
is that command that gives me all use of every command on the server?
* means 'everything' so yes
it's a wildcard
if you add it, some plugins may misbehave a little but it gives all perms
run it from console then
I did it says unknown command
without the /?
oh lol
LuckPerms, WorldEdit, TPCommands, GroupManager, Vault, WorldGuard, Wild, Essentials, Towny, SuperVanish, EssentialsSpawn, TownyChat, TownyNameUpdater
everything in console is a command of some sort so it doesnt need a /
oh lol
you have groupmanager
you can only have 1 perms plugin
delete GM
just delete it and restart
wow
I can't believe I didn't realize that
my common sense went right out the window
yep
yayayayayayayayayayayayayayayayaya
ok real quick
so I want to make another group called Admin
so I would make it and setprefix right?
yes
and make the weight appropriate
(pls... the weights.... they're so important...)
!weight
LuckPerms allows you to set weights in order to determine the priority of certain nodes, like permissions and even prefixes. A higher weight number is a higher priority.
whats the command for the groups info
!commands there are many - check the command page here for groups
Find all of the available LuckPerms commands on the wiki.
β
or meta if you want meta info
guys how can i add ./lobby command on my server ? i use bungeecord and players do /server lobby
yes
I'd look up 'bungee alias plugin' and use one for your version of MC
or maybe you can use the default commands.yml file
I heard the word alias
i use paperspigot 1.12.2
Yeah i'm loading my server :L looking at what I use
lmao basically every staff here has some word to summon them
piracy
alias
@round sable try the bungee plugin "hubcommand"
and docker
ahaha docker's for rainbow π
yup
okey bro i will try it thanks
@rigid widget summons clippy
LOL yep
all day
And I summon @still dirge β€οΈ
(but i think he's sleeping rn)
when's the wedding? :>
whenever I can get to Queensland
that probably won't be for some time
Yeah been very busy lmao
leave for work at 7:30am
get home at like 6pm
fall asleep for 3 hours...
eat dinner
go to bed
repeat
π
nice one
but they are truely in hot demand
people don't think to install a heat source before it gets cold..
only once it gets cold
and then they wait in line
r/punpolice, hands up! 
LOL
LOL
(goteeeem)
that's better
usb I missed ya a bit
it's been faaaah too long
Am I forgetting something
no i just missed ya :))
I never left?
i know but you haven't chatted to me for a long while
Yes, work does that
and your carport... oh i almost forgot about your carport
like an airport but for cars
its porting cars right now
how are the LEDs coming along
I have still got to order those
it's been hard with shipping and whatnot being all over the place
also, expensive.. $700
:0
they are shiny
very shiny
need to clean them up a little
got dirt onthem from a long drive the other day
saw another not so impressive car today with lights under it
not as bright
shiny lights do = speed
ahaha just idiots in cars
nice, so the extra electronics will work now?
its in the back on the tray
tray?
yeah
do you know any other words for tray
canopy
the thing the canopy covers is the tray
the big bit at the back where tools/things usually go
that too
tyvm
this one has a tray
yeah makes sense
it's not flat, it has edges
righto, off to go pick dinner up
its fast food friday here
seeya tmoorrow then π
seeya!
and i give essentials.vanish permissions but game says
!verbose can help
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
use verbose to find the permission you need
or google the documentation
and translate the wiki page
when i have op vanish is working but when i deop myself its same..
that's not the same thing as the previous filter
since essentials.vanish isnt the right perm
that's supervanish's vanish message
oh
you're gonna have to google supervanish perms
okey thanks
Nice plugin π
have anyone of you guys working with MCA selector
having a weird "Failed to read version from file" error that leads to an export of the regions. Not sure why.....
I've selecting those new importing chunks and changed the data version to 2230
which is 1.15.2
hello
who can help me rn
resistance isn't working
it gives me noClassDeFound error
Isnt it 'Damage_Resistance'?
oh
!verbose for me
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
https://www.spigotmc.org/resources/β¦-eggwars-bedwars-x-β¦-solo-teams-kits-trails-leaderboards-mysterybox-parties.42396/
Guys this plugin says:
β’You can create as many arenas as you want, and you can have multiple arenas in the same world, you can also give each arena a set of potion effects.
So can i create 2 arena on my "world" without multiverse-core?
!meta We have some commonly used chat plugins listed on that page:
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
TAB is also a popular choice for tablist plugins I think
somebody can help me making a database?
I did not know the web editor would delete all the stuff for every server connected to mysql
It doesn't?
i just made bedwars on my server who wants to test it
How can i do that when a new player joins my server that hes automatic becomes the defaul role?
@hollow blade Hm? The group default will be the first group they get added to when they join for the first time, no?
I get this how can i fix it?
Which part
I want to owner part in the front
Your chat formatting plugin needs to be configured to place the prefix outside the <> and multiverse needs to be configured to remove the empty [] I believe
how do i do it?
I mean, I'd start with turning off the world prefix thing in multiverse config
Then as for your chat formatting plugin I'd go into the config and figure out where the format: line is and make it look how you want
prefixchatformat?
Yeah turn that off in multiverse
okay thanks
!nte
Sorry! I do not understand the command !nte
Type !help for a list of commands.
!nametagedit
Sorry! I do not understand the command !nametagedit
Type !help for a list of commands.
@prime tangle what do u mean?
@obsidian osprey the nte dont Work with lp
Whats the command to set the prefix from the default group
@hollow blade i do not know the command but u can normally edit it in The Editor With /lp editor
Not possible by the default group
@prime tangle make sure you have vault
the add a command in default called prefix.2.<name>
lp group <groupname> meta setprefix <weight> <prefix>
@rigid widget il have vault
Hey Spilaxe! Please don't tag helpful/staff members directly.
Does the Prefix show when you run lp user <name> info
Hey Spilaxe! Please don't tag helpful/staff members directly.
(Oups)
It's a habit
[Signeur]
That's up to nte to display- if its not doing it by default you should look through its config
I unfortunately haven't used it before so there's not much I can say
It worked with groupamanger I don't understand
Make sure there's a prefix placeholder in the nametag format line setting
Spilaxe you might have an older version of nte then?
Maybe you need to update
!default for me
LuckPerms provides a group that every player is added to upon joining the server, called default. You can use multiple methods to change the default group or change the name of it.
@vague flax what's the problem then
i said screenshot ess version
lol
Run the command ess version and screenshot it
?
Last time we ask lol
ooh :V
wait i accidently closed my server
That
CONSOLE issued server command: /ess version
[INFO] Server version: 1.14.4-R0.1-SNAPSHOT git-Spigot-cbd1a1b-009d8af (MC: 1.14.4)
[INFO] EssentialsX version: 2.17.1.0
[INFO] LuckPerms version: 5.1.26
[INFO] Vault version: 1.7.2-b107
You need the EssentialsXChat jarfile
OOF
Get the latest of both
Google essentialsx download and click the spigot result that comes up lol
The essential plugin for Spigot servers.
Even better
EssentialsX + vault.
Anyone know npc plugin that work except Bungee citizen + free?
I just installed this new plugin called simplescore and its not showing up...
ok
dumb question. whats the best way to get a players home from a cfg file
i kinda fked up my /homes rn xD
ok so i just got a new plugin to replace the older one because it just wasn't working, so I instead got Scoreboard-r and PlaceHolderAPI
so I need to update the scoreboard by doing /papi ecloud download player but its not working...
oh ok
I just reinstalled it so I will do that next
still doesn't work :/
"No cloud expansions are available at this time"
Oh ok so its my hosting network :/ nvm
Is there a discord for the towny plugin????
I'm running Litebans
works pretty well
have had no issues with it at all.
Super easy to manage bans with just one installation
Great
LiteBans best bans
Ohhhhh
I don't use the webpage thingy
Makes sense
Don't have a need for it
I mean if you need their skin, nameMC search them?
what home plugin?
No. The player heads show the players skin based on their name. And because the LiteBans webpage has an issue, it's not showing it. Hence, Thrasilias skin in the above image is 'Alex'
Oh i see
What's wrong with essentials home π
maybe im doing it wrong
i have no clue anymore
@gilded nova funny fact
my homes works the same as essentials homes
the way it saves it
π
aka uuid.yml
Oh boy, Litebans Web UI.
Good times.
Yeah I think the old link for the avatars died. Might have to modify it to a new one.
Link the ban page and I can look at it if you want. @latent tendon .
Ahh
So they are just on an old version?
I wrote a fork of that Web UI awhile back to add in some Material Design (very poorly if I might add) and I added it to SpigotMC just to let a few people use it easier. Somehow it's now the 9th most downloaded web resource on SpigotMC.
Old link died? Wym?
Oh
So....
Just need to wait for it to get fixed, right?
Or is the link dead forever?
π
Setting up a Spigot server with LuckPerms and EssentialsX for the first time. I have an admin group and an approved users group. I want my users to start with a more-or-less-vanilla Minecraft set of perm's. minecraft.* would seem to be pretty OP
So are you looking for a list of permissions?
no it's just that the damn list is so long
It's 1 time effort
Yeah I'
And moreover, you'll know exactly what perm a user has
m just pressed ofr time and I thought there might be a good starting node
There is no easy "single node" or "node list" you can just copy/paste unfortunatly, since every server is different
I just want "generic Minecraft user" to start, then can tweak from there
what looks better top, middle ,or bottom
tru but basically
imo chat should be [Prefix, ideally 1-2 characters] Name: Message
nice
and my final product of my chat formatting
yeah here's how I have my chat on my local server (the prefix is bold and the ? is a checkmark from venturechat, my chat client doesn't render some things)
also venture is showing my current state of mind
_11. as people said, i was shading it wrong
- my vps had a old m2 repo xD
so after solving that no errors came back π
nice
Does anybody know a plugin where portals can do commands from a player?
As in, the player walks into a portal and runs a command?
CMI has a portals feature, Multiverse Portals may offer that feature as well, have you had a look at that?
How to clear the player statistics?
Delete their playerdata in the world files.
err wouldn't that delete their inventory, location, etc as well?
Most likely.
Alright, ty
Statistics are also in that.
It's fine for now. I just want to reset everything anywyas
im pretty sure statistics are their own file?
Oh Glare, did you see the placeholder PR on sponge?
No?
Ah cool, just making sure
At least afaik.
where can I download libs disguises for 1.8.8?
does anyone know where i can get useful minecraft server tips for other plugins aswell?
uh a bunch of plugin discord's are pinned here, plus can always ask on r/admincraft
ook
hey guys, are there any drawbacks/potential harmful things that could happen to your pc while hosting a big bungeecord network on it?
wait so where are the servers pinned here?
In this channel
i want to send to a meme page a screenshot of a chat ig. should i censore the name?
its important please
please
please
?!
Censor it if there's any good reason too, including if they haven't given you permission to not
yeah but instagram terms of condition what says about that?
i think that i can send whatever i want, because he accepted them. so i can send his account name where i want
I'd censor it just be nice, tbh
he is an asshole.
he said that he hates me bcause i was joking with his friend
i called him "you were so sexy before you went in a wheelchair"
but this isnt the full story: he's gone on it because of an operation so i wasn't insulting him lmfao
Does anyone know what plugin actually implements money into the game on a towny server, because I have vault, essentials and towny and I'm not sure which one actually implements money into the game
Anyone have any tips on optimizsing a paper spigot 1.8.8 server to use less cpu usage?
essX
@gilded nova can we do this over dm
sure
How would i find out what my IP is using only the Console on Multicraft?
You want to find the server IP?
Yeah. I do not have access to the actual Dedicated server
IP is like an address in that it points to a computer which is online
the dedi console like command prompt
No
or the server console
Multicraft
There is no way that I know of from a server console to find the machine's IP
Multiccraft should be able to provide it
it's the same as what you use to connect to the server
Just says "localhost" under IP
that's because that's your server.properties and the server is the same machine as the minecraft server is running on
you need to contact Multicraft or something because the IP is what it is, and if they don't provide that you can't exactly connect to the server
Larry do you know how to put rank before name tag?
So I have this plugin again called Scoreboard-revision and I want it to put the amount of claim blocks, how do I do this? I am trying to find it with the PlaceholderAPI wiki
!helpchat
Helpchat is a general plugin assistance discord as well as the home of DeluxeChat, PlaceholderAPI, and many more.
thanks
anyone know about essentials kit delay?
Hey just curious if anyone is good with NMS? I am really lost atm xD
I've heard that's a common occurance with NMS lol
sad
@gilded nova that's not appropriate at all. This is truly a warning
ok
ok, so... my frustrations aside... lemme give you all a little back story.. I took on a massive project.. for those that follow Reddit, You've probably heard... but there was a post in r/AITA about a dad who deleted his son's minecraft world... it devistated the kid... I'm providing hosting and support for the rebuild project... it's a good cause.. and I'm trying to get all this working because they were trying to do it on one guy's desktop-as-a-server with not enough resources... tl;dr I'm trying to do something nice, and running into issues >.>
how do i summon thunder in minecraft using a axe
powertool plugin like essentials
?
i use mythicmobs
anyone knows why my vault and vault chat formating not is working
screenshot /vault-info
!paste your vault chat formatter config.yml
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.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 uploaded it i think ? or do i need to copy paste it in here ?
do send the link here
i cant run /plugins idk why so i send screen of the plugins in the console is that ok ?
srry for spam
should that fix it
you can only have one
okay okay lemme try π
okay now i lost al my prefixes and ranks XD in chat
not its the prefix %vault_group%
do ineed to connect lp to vault some how now ?
Who can help me with a small WorldGuard problem?
what do i need to do now ? guess now it doesnt show any of the pre or sufixes
larry or ben ?
It seems to be a chat formatter problem
I honestly have no clue
pick one and google its wiki
@distant lantern whatβs up
dayum thanks atleast for the help π
Does https://github.com/lucko/helper/ this work on 1.7+?
Discord for helper is pinned in this channel, you'll probably get a better response there
Alright
For joining a full server i need an plugin or can i do it with permission of spigot? Spigot latest, Essentials X latest, Luckperms Latest
ah and Bungeecord latest
essentials can do this π
Does anyone know the command to allow chisel usage in Pixelmon?
Hey Alfotube! Please don't tag helpful/staff members directly.
i tried using powertools of essentialsX but they're bad
they're tooooo baddd
1 when i use /pt summon lighting_bolt it sends in chat "summoned lighting bolt"
2 there isn't any delay
3 the lighting bolt hurts you
4 with a golden apple you can use them as elytras
Can someone help with bungeecord a little bit? I can't use almost all of its commands. It says I don't have the permissions for some reason. Can't even /server.
Hey Dreams! Please don't tag helpful/staff members directly.
))))):
Anyone have any tips on optimizsing a paper spigot 1.8.8 server to use less cpu usage?
):::::::))):::
i tried using essentials powertool but it has a lot of problems. i need that my axe can summon lighting bolts
some special move like plugin
Damn.
This WorldBorder plugin is always going back to 10K blocks
everytime i put it at 16k
Try changing it in a configuration file after you stoped the server, then save the file and start it. Maybe that helps, if it doesn't the plugin is just broken
Do you know anything about WorldGuard?
Yeah


