#general
1 messages Β· Page 111 of 1
that command is good thanks, I will execute it through a GUI
I'll put some buttons in the GUI where it will execute such a command
π
what does parent mean in that command btw?
that is how you add a group to a user
okie dokie
you may have been using group instead of parent, but correct usage is parent
so if a player executed such a command with two different groups
and their times overlapped
they would have the group with the highest weight?
its independent of the group. if you used deny instead of accumulate and they were able to purchase the same rank twice (which they shouldnt if you set the delay on the kit correctly) then it would just deny them getting the same rank more than once (but because the kit cant check that, they would be charged). if they purchase another rank, they would also get that rank too. but because of how you setup group weights and inheritance, they would show as the higher rank.
right yeah I'm not doing it with kits but as long as it shows the higher rank it's fine
then, when the rank runs out, they simply lose their perms in the rank?
i.e their permission node for the rank disappears / is set to false?
its just deleted basically
so if you check their perms, they will no longer have that group.purchasedrank
sorry for delay, at work π
!usage
:paperclip: https://github.com/lucko/LuckPerms/wiki/Usage
lp group admin parent add mod - gives admin the mod perms?
some people are getting cobblestone from auto pickup and some are getting stone
im confused
@rose mirage yes
are they on the same mc client version tarvis?
you have viaversion or other protocol hack plugin on the server?
so they are on the same mc version? both default vanilla mc launcher?
what about theirs
if an opped player deops themselves thet get stone
but if a player is already deopped they get cobblestone
and you moved it around in your inv and placed it? is it still stone?
yes
bukkit, spigot or paper?
that doesnt help
Spigot
should change to paper regardless
performance and other benefits
still gets updated
make sure to select the 1.13.2 download
while that may not fix your issue, your server should run better regardless
is there a shopchset discord
Check the shopchest page on spigot I donβt think anyone here will know lol
moin
who can help me briefly?
I would like to add a bungee permission to a group but don't know how to do that
!bungee
hi again guys how can I make in this plugin https://www.spigotmc.org/resources/tab-1-8-x-1-14-4-reborn.57806/ that it display Nick and hp? Like this https://proxy.spigotmc.org/0d313c236acad66f878a853f6e3aaa5cba66307d?url=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F464328633830473739%2F606990027938856993%2FNeznamy.png
Does LuckPerms have functionality where a permission gets removed immediately after it's checked for the first time? That could be great for allowing someone to use a command once but not again
I'd say that isn't really worth adding to the plugin but you could always use another plugin for this sort of functionality
LuckPerms has temp permissions already but okay
If you really want to suggest it then add it to github
Use an alias plugin that removes the permission to use itself after its run perhaps
@glacial portal eh, i use viaversion and protocol support - not viabackwards
ok
when i do /lp group Owner meta addprefix so on it says Running in latest verison
im on it
because you would have given yourself the luckperms.* permission from console
make sure the group exists before trying to add stuff to it
It keeps saying the same thing
is there a way i can get u on to my server and u can help me?
@swift abyss can u join my game and help me?
Hi one question why if i put lp user Wesley parent add member my prefix continue like my default rank User i mean Right now i am User-Wesley i give me member rank now but my prefix continue User-Wesley and not Member-Wesley some help?
You probably haven't set weights on your prefixes
This time is evening
so yea I made a little windows batch file for easy spigot installs
can't release it yet because there's a couple dead ends
for example the fact that you can't download anything other than spigot rn
Why tho?
because I have too much time on my hands
and I like making test servers for literally every new minecraft version and paper update
just to see the differences
and this will- actually no it probably won't save me time in the end but it's just fun to do stuff for the community
and internet clout
So it downloads spigot and writes some variables to the servers.properties or whut?
downloads buildtools and runs it for the right version, then can automatically remove the bulky repository folders before creating a start script, server.properties stuff, spigot.yml stuff and you can tell it that you want it to be a bungee compatible server @vocal rivet
it will turn off online-mode, enable bungee in spigot.yml
and you get a neat little commands.yml
The problem is i create 2 groups in LP one is NewUser is the default rank and have all the permissions then the second group i create is Member and i add the permission group.default. so for one reason when i put the rank member to someone the NewUser Prefix still. some fix?
difficult
The fix is weight and priority my friend
@wraith loom #support-1 for LP chat i guess
but weight and priority is a common issue
Thats not a issue, its just something not setup
okay... People not setting up priority and weight is a common issue*
@gilded nova you're doing quite well, you're understandable and I think you have a good grasp of what we are trying to say!
Thank you?
@wraith loom
You need to set the prefix priority higher then the NewUsers prefix priority. The permissions loooks like this:
prefix.<priority>.<prefix>
and for proper permissions you also should set group weights
Minecraft play
@vocal rivet and then i need to this with all the 10 ranks?
Yes
yes
and the weight goes like this:
weight.<number>
the higher the number the higher the priority
but you also should leave gaps between the grozps to be able to add new groups without needing to change all groups
Yes xD why
what is that?
My groups are like
1000 Owner
999 Sysadmin/Admin
990 Dev/Mod
950 Helper
600 Trainee
350 VIP
100 Member
@gilded nova tokyo ghoul i do believe
ken kaneki
certain groups have the same weight because they're the same permission level on different tracks
@wraith loom
The command would be:
/lp group <group> setweight <weight>
and
/lp group <group> meta addprefix <priority> "<the prefix>"
/lp group <group> meta addprefix <priority> "<the prefix>"``
huh?
I believe LuckPerms can deduce weight and priority from parents and inheritance but other plugins that get permissions from Vault need weight to determine which group is more important
Sets the groups weight value, which determines the order in which groups will be considered when accumulating a users permissions. Higher value = higher weight.
https://github.com/lucko/LuckPerms/wiki/Command-Usage:-Group#lp-group-group-setweight
@vocal rivet Now i have another problem if i set owner to seomeone wiith lp user Wesley parent add owner and then i change the rank again with lp user Wesley parent add default, i still have the Owner Prefix now xD?
i am doing something wrong the cmd for change the group?
and how i can do for give u default rank again and remove the owner rank?
parent set, not add
and with parent remove you can remove single groups from a user
so:
/lp user <username> parent set <group>
to set to a single group, and
ADD: /lp user <user> parent add <group>
REMOVE: /lp user <user> parent remove <group>
When you want to work with multible groups
ok so add is for example
for vip
so i can have default rank and vip rank at the same time?
yes
and set is just for one rank
yes
I am happy to help ^^
Professional developers these days:
require "completeMachineLearningLib"
startML()
Had a developer being proud of 100 lines of code written, because he never wrote so much before, he wasnt a beginner and had a job in a company since years. He was their head developer, the only thing he did always was implementing dozen of libs and starting them, he didnt even know how these libs worked
@vocal rivet One more question buddy how i can set up two prefixes at time for example: (Member)(Vip)Wesley ?
now i know i can add two groups with the comand parent add but how i can two prefixes at time? or i need make vip sufix?
Do you have a chat formatting plugin? @long sky
I use LuckPerms as my chat formatting plugin basically , i got rid of essentialsXChat as i couldnt see my prefixs
@red canopy
LuckPerms is a permissions plugin. it doesn't deal with chat formatting.
(keep tagging me otherwise i won't reply)
@red canopy Sorry i do have essentialsXChat i lied
Wow. just take over why don't you π€£
forgot you were handling this ticket
means nothing to me, i dont know your schedule lol
π€ schedule has nothing to do with this
the hecc is happening here? XD
anyway, you going to help him or what? i have the response in my clipboard lol π
you took over so his urs.. i'm doing stuff anyway
not sure how this got off track, we are all here to help
You both need to smoke some pot together
nah, too much metal lol
i like kettles better
@long sky
in your essentials config, there is a section for essentials chat
you just set it how you want it to show in chat
format: '{DISPLAYNAME}: {MESSAGE}'
only change stuff inside the ''
displayname placeholder actual is the prefix, name and suffix unless you change the add-prefix-suffix setting near the top of the config
then you would need to add {PREFIX} and {SUFFIX} plaeholders to the format
anyone know ban system for spigot 1.14?
eh, id pick litebans over advanced
you can always just install it and test for yourself if it works on 1.14 though
shouldnt hurt anything and i it doesnt work, just remove it
litebans cost but advanced is free
ultrabans, maxbans, banmanager, there are lots of them. just dont know off hand what is updated
just try them out and see if it works
advancedbans is working
thought it would, but never know unless you test, glad that worked out for you
good night
Gβ night
Anyone know if Citizens (latest build) works on 1.12.2 or if i need a particular build ?
if you go to the Citizens2 page on bukkit, you can see versions. id start with latest, then if needed, go back to one that shows for 1.12.2
Yh it works π
nice
@swift abyss do you know how to set up a bungeecord server
because im getting an error
@glacial portal is it a luckperms error or bungee error
bungee
pastebin it
i can send u a screen shot
ok
it is, but whatever
u need help getting it onto pastebin or something BlockBurg?
No he's DMing me
oh interesting ok lol
not sure what the point is in dm'ing multiple people when u can just send it here but alright xD
yea
Well it was a problem with spacing in his config.yml
rip
yea, just one space infront of factions
Wrong actually, factions was right but lobby and survival had 3 spaces instead of the ordinary 2
anyone know combat log plugin?
um... CombatLog?
Correct
eh regardless, glad you fixed it for them
odd how the spacing on my server is what he had for factions and mine works lol
well, at least the config he sent me
I don't think it matters how much whitespace you have between the start of the line and where the name of the server goes, it just matters that each server listed is the same
lol we may have diff configs sent to us
yea, so add space to factions for remove space from others
Or the other way around, yeah
I told him the other way around. 2 spaces for each server listed
as long as it works π
exactly lol
yea, mine is 2
I need to upload CombatX folder or files whose are in CombatX folder?
ok thx
np
Does CombatLogX come with multiples jars tho? Then you put the expansion jars inside the CombatLogX folder? idk
yea no idea, ive used other plugins for ct
Ohhhh I just downloaded it. @dense quail you can copy and paste the contents of the .zip folder into your plugins folder and it will work just fine
nice
at work, lol spigot is blocked and i cant just download crap. well, the last server i used one on i think it was called combattag, but that was about a year ago. im currently looking at pvpmanager, but havent tested it yet. its on my list of todo
main thing you need it to do is block commands, ability to drop things, penalty for log out, etc. there used to be more plugins for it, but ive not found many worth anything recently
@golden lotus hiiiiii, since I know you're a major user, please see the latest message in #news :))
also @rustic cobalt , since I thiiiiink you've brought up some issues/ideas in the past, which hopefully can be resolved now?! π
Yes please, Iβd like a rewrite of the api
Does anyone know of a plugin that actually works because this one doesn't https://www.spigotmc.org/resources/command-items.42556/
And I used the correct version
[11:53:36 WARN]: [luckperms-worker-35] WARN me.lucko.luckperms.lib.hikari.pool.PoolBase - luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection@384636 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
[11:53:36 WARN]: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5009ms.
[11:53:36 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:697)
[11:53:36 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
[11:53:36 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
[11:53:36 WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
[11:53:36 WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:131)
[11:53:36 WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.getConnection(SqlMessenger.java:84)
[11:53:36 WARN]: at me.lucko.luckperms.common.messaging.sql.AbstractSqlMessenger.pollMessages(AbstractSqlMessenger.java:84)
[11:53:36 WARN]: at me.lucko.luckperms.common.plugin.scheduler.AbstractJavaScheduler$ErrorReportingRunnable.run(AbstractJavaScheduler.java:106)
[11:53:36 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[11:53:36 WARN]: at java.util
you're still on that?
fix whatever you fucked up before this
@gilded nova make sure you get this error again
@gilded nova and then manually create the database
Uhh, the issue is with the connection to the database server, the database connection timed out after 5000ms
i have this profile in my parent pom https://paste.md-5.net/ulecayerid.xml
when i run it to deploy, it should deploy only the api module, but it deployed all of the modules
[11:53:36 WARN]: [luckperms-worker-35] WARN me.lucko.luckperms.lib.hikari.pool.PoolBase - luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection@384636 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
[11:53:36 WARN]: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5009ms.
[11:53:36 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:697)
[11:53:36 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
[11:53:36 WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
[11:53:36 WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
[11:53:36 WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:131)
[11:53:36 WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.getConnection(SqlMessenger.java:84)
[11:53:36 WARN]: at me.lucko.luckperms.common.messaging.sql.AbstractSqlMessenger.pollMessages(AbstractSqlMessenger.java:84)
[11:53:36 WARN]: at me.lucko.luckperms.common.plugin.scheduler.AbstractJavaScheduler$ErrorReportingRunnable.run(AbstractJavaScheduler.java:106)
[11:53:36 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[11:53:36 WARN]: at java.util
!errors
when someone makes a server in the files whats the default amount of blocks that loads
Also anyone know how to make my mobs seems a little more aggressive ? Mine seem a little dosile :/
@fading warren each permission is below the command in the wiki
!wiki
:paperclip: https://github.com/lucko/LuckPerms/wiki
Anyone here know anything about ChatControl ?
I am using it currently (no expert though lol)
Can anyone help with this? https://paste.md-5.net/imotukeyem.cs
I'm having issues with a few plugins
@manic oasis you'll have to contact the devs of the plugin causing the issue
I feel like it's spigot causing the issue like 3 plugins stopped working
Doubtful but definitely possible
As I said though, contact the devs of those plugins as they will be able to help more
heyo anyone got a suggestion for 1.14.4 Anti-cheat plugin?
I havent done anti-cheat in forever
does the plugin auto-update?
@manic oasis out of curiosity, what was causing it?
anyone have a plugin that does the something bc I can't find one and this one never worked
You could try to write your own Item script with denizen I guess
im good_--
Does someone know how to use get the first char uppercase with %vault_group%? And does someone know why members can't use the DeluxeChat chat (They use the same chat but they have no layout)?.
You can't and I don't
I found this one @floral elm https://www.spigotmc.org/resources/command-items.17170/
This is 3 years old
I'm using 1.8
It does thankfully
maybe you guys can help me again, i'm running a hardcore server, and i am looking for a plugin that will place a gravestone with a sign having TOD, Name, and the player's skull i want it to be permanently placed in the world other players ofc can mine it. any ideas?
Vanilla or modded?
General spigot/bukkit question, how do I increase the error report to show everything instead of truncating with ... X more?
Searching gives no answers.
I hope it is, considering otherwise it's preventing proper error examination.
can anyone estimate how much bandwidth bungeecord would use with approx 80 players connected?
in a month
D- what spigot do you use?
Everything Clippy sends is on the same exact wiki
@hybrid loom what tablist plugin are u using
SORRY FOR PING :P
I forgot to ask once i saw it didnt rly think over it π
https://discordapp.com/channels/241667244927483904/241667244927483904/419935652436508672
Hey TimRambo! Please don't tag staff members.
@violet rivet Vanilla
@pulsar carbon I'm not entirely sure if you can add blocks without modifying the client as well to show them
I know there are a few plugins that have the ability but they dont fit the criteria
That is freaking old @true badger.
And you chatted then too so I think you should know
@fading glacier 1.14.4 built three days ago.
@hybrid loom Thanks, I'll try that one. I'm currently using Miniature Pets. But I think they look retarded
Hey HeadTriXz! Please don't tag staff members.
yes, miniature pets look like crap lol
i dont use any currently. server ive played on used miniature.
trial and error
Does anyone know any plugin that allows me to do random teleport in nether world?
I tried with cmi random teleport but no luck
is there some kind of /lp user promote command
there is
how do i do it, its so confusing
Just read the wiki, it's really well documented π
is there a reason to why hypixel so full right now. i tried to join i was 2000 in queue lmao
It's a big server?
lol
I have a rank so im gucci
Iβm thinking about getting VIP
With LuckPerms Prefix and Suffix Stacking, if I wanted to have [St.Patrick's Day] [Mod] [VIP] NAME : Hello Do I set it as:
format:
- "highest_on_track_moderator"
- "highest_on_track_vip"
start-spacer: "β
"
middle-spacer: " | "
end-spacer: " "```?
Also whatβs the command to set someone as a rank in game when they purchase the rank from the store? And what is a track?
What I would like to happen is LuckPerms automatically sets a person to Pro/Elite/Expert/Champion/Legendary on its own without us having to go inside and edit their role. Cause when we get big it'll get to hard to constantly go in and edit.
set someone as a rank in game when they purchase
Depends on the plugin that does that
what is a track
See #support-1
automatically sets a person to ... on it's own
LP has no autopromote function
But #support-1
Whats a good xray prevention plugin
Paper antixray 2.0 engine? π€
Could someone help me out. I just started a spigot server and currently have luckperms w/ Essentials x.
I am currently can't figure out how to remove the suggested commands like /? /bukkit
I want the player to only see the commands they have access to like /back /tp.
Any suggestions on how I can do this?
Do you mean when players tab in cmds?
They can't use them so does it matter?
@fading warren https://www.spigotmc.org/resources/orebfuscator.22818/
Yes or when they just type /
I only want it to let them see what they have access to like
tpa
back
kill
kit
spigot.yml has option to disable it
i coded custom plugin which worked on 1.13.2
idk if i have src
https://gist.github.com/ChineseMarc/683b71c977dd2f31f845d4be6198e2c2
It's probably bad but it worked for me
still cannot see prefixes but it says i have one
@covert trail no advertising, this is your only warning
Question, is checking 20 switch conditions on player movement better than a schedule async task doing for loop?
Is this here like having an own Jenkins? https://github.com/features/actions
Might sign up for the beta...
Could use this for my plugins that I work so active on
*cough*
I'm happy with GitLab CI, atleast with Gradle. I somehow will get to Maven, I hope. In the future, maybe in 5 years or so? But then GitHub has all features of GitLab? Could be the case
TeamCity was my CI of choice
Is there a plugin where you can do one command and it does it on every spigot server you have (basically a command globally)
For bungee?
Off the top of my head there is a plugin where you start any command with /sendall <command> and it runs that command in the console of all your bungee servers
Oh alright
Well /sendall makes it so it sends everyone from a server to somewhere. There is a sync command plugin but Iβm not sure if itβs for 1.8.9 and Iβm not home currently so I canβt test it
Like I said off the top of my head so itβs not exactly accurate lol
Check the bulk edit page on the wiki
Whats best free anticheat for 1.14 version?
Any1 got any good recommendations for anti-grief protection? (spigot)
grief defender
Will do thanks
you can build it from source for free otherwise you can download it from spigot for $15 usd
https://www.spigotmc.org/resources/griefdefender.68900/
The moment I learn to build from source
i'm set
However.. I don't have that skill level :>
There are a few pretty good YouTube tutorials out there
It even has .bat file
Tfw no build.gradle
anyone use featherboard with a bungee network? im trying to figure out if there is a placeholder that sees the full amount of players on the netwokr at one time?
https://www.spigotmc.org/wiki/mvdw-placeholders/ @open junco
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
i dont see any there that can do what is needed? do you know of one?
thank you
Can anyone recommend a good /rankup plugin?
I just use CMI
EzRanksPro, @scenic coral.
Hello, off topic question, May I know what is the best start parameter for Minecraft server? Currently, I'm hosting on a 6gb server. When there's 8 - 10 players online, there's always error in the console showing Cant keep up! Is the server over loaded. I wonder is it my start parameter that's causing the problem or what. Please give me some advice.
-server -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=2 -Xms1024M -Xmx5120M -XX:-UsePerfData -jar paperclip.jar
@dapper peak What sort of server, a modpack, spigot, etc etc etc
!meta
@twin warren
Hey KarlPro123! Please don't tag staff members.
can we talk privately
Unless you know him personally, I know the answer already: no
While I canβt speak for him I know his general attitude towards certain things. So if you could tell us what youβd like to discuss in private with him, we might be able to help you out @restive bramble
i asked one moderator about migration
i want to move from pex to luckperms
but it gives me an error and they said something about the plugin author that it wasnt the original, so does this mean I cant migrate now
Post that in #support-1
Thatβs where you get LP support
Which includes the migration process
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer i get this error
Does anyone know a good plugin that you can just do /rank [player] and you can set them a rank. Including every group in LuckPerms.
There is a plugin that links in with permissions plugins to do something like that
Iβll try and find it for you
Couldnβt find the one I was thinking off but found this https://www.spigotmc.org/resources/rankgrant-give-ranks-through-an-awesome-gui-grant.63403/
can someone help me with votifier? im using pterodactyl panel. Votes go to bungee but they dont get sent to the servers
http://prntscr.com/oraxjg - Spigot server in bungee config
spigot server: http://prntscr.com/oraxr9
Tokens and everything is correct but something here isnt
http://prntscr.com/oray7w
@torn frigate thank you
votifier issue fixed nvm
Np Martin
anyone here good with multiverse?
guys
i have bug with HolographicDisplays
can someone help me?
-'
how can i fix
Maybe need vault or that placeholde plugin installed?
i have placeholder plugin installed
HD does NOT render placeholders.
It only has a few set placeholders like {player}
But for PlaceholderAPI placeholders you need an add-on like HEXT (HolographicExtension)
Then you don't have the expansion if it is a PAPI placeholder?
the plugin dont have the PAPI Installation
Like you give us 0 information about your situation and setup and expect us to help you solve it
Don't see how it would render a player display name.
What player would it pick. The closest?
n
the player
Im trying to run placeholders of "LastLoginAPI"
with "Holograms" or "HolographicDisplays"
and dont work
if someone help me, i give 5euros on paypal
Dude. If LastLoginAPI has placeholders that are available through PlaceholderAPI, then install PlaceholderAPI and HEXT (linked above)
yes
Also ProtocolLib
how do you view others inventorys and take stuff
i know /invsee but i cant steal stuff
i know /invsee but i cant steal stuff
EssentialsX has a permission so other people can't modify your inv
chill @solemn belfry
why are you pinging me too
do i have to block everyone
Do you have to be here and be toxic?
@solemn belfry I love you
Everyone hates ghost pings...
Why are you (ghost) pinging a person that is
a) not related to the plugin
b) hasn't shown interest in the discussion
c) is not seen to be active much on here
? Just out of interest
Anyone know of any free prison plugins for ranking up and mines?
For 1.14*
why are you making a 1.14 prisons server?
@gilded nova MineResetLite
@gilded nova Essentials/System
@gilded nova GuiTrade
π
Wow you could have added those to a single message
Hay everyone, weΒ΄re trying to setup a Minecraft Hardcore server.
does anyone have an idea how to setup a autoban on death plugin ?
Have the respawn point a pressure plate that just runs the ban command? :L
do i just install that like a normal plugin ?
How about reading the page. I'm sure it stands somewhere
Also the easiest setting is to just make the difficulty to hardcore
difficulty is hardcore but it just sets the ppl to spectator mode
Anyone know how to change the startup perimeters? Right now the maximum memory is like 1024MB's.
I want it to be 16x that.
MInecraft server
Your file either a .bat or .sh file you run to start your server
How do you start your server?
./mcserver start
Is this a hosted server?
You start minecraft_server.jar directly?
tried creating a .sh file and setting start paramaters in that
and making that file point towards your mcserver?
How do I edit the default startup perimeters?
Someone said this
"Disconsented (on IRC)BOTToday at 4:14 AM
lgsm/config-lgsm/mcserver/_default.cfg
that has the parameters"
No clue how to get to that tho
I have filezilla
so yes
goodgood
is that one "minecraf..."
what is that called
minecraft_server_1.xx.x.jar?
minecraft_server.jar
You obvoiusly would have had to set up the "mcserver start" command
is there somewhere that points to?
What points to?
when you run that command
it must do something
or how does it know to start minecraft_server.jar
?
that has nothing to do with it
When you run that command on your server via that console
It will tell something to happen
because you are not telling it directly to access minecraft_server.jar
Yes.
Okay
Im renting a server.
It is..
java -jar -Xmx16G -Xms1G minecraft_server.jar
create a .sh file
put that text in it
name the file something like start.sh
then try ./start.sh
In your root minecraft server folder
where the minecraft_server.jar is
you'll want to open a command window from there and run that command
try 14
Like 12 gigs?
or 12 yeah
start lower
work up
Navigate your way to the serverfiles folder in your console window
then run ./start.sh (assuming you named the file start.sh)
How do I navigate to minecraft_server.jar
You don't navigate to minecraft_server.jar
cd serverfiles
./[shfilename].sh
Lmao
in red text
yea
Maybe your host has other ways of starting the server with more memory
Might wanna ask them if they don't allow starting that way
I see nothing about memory in there
ughhh
Ive been at this for 8 hours...
Im leaving in 6 hours
Ask your host
still havent packed
Im not waiting for their support
lol
They take days to reply
no joke
Change hosts then
Nope
Ok π
@violet rivet do u have any idea why world edit or essentials dont appear in luckyperm (/lpb group permission set)?
Already tried verbose, but the worldedit commands dont appear there too
@boreal spade Are your servers networked to a Database?
Yes
If you run /lpb editor on a spigot server on your network, do you get the correct information appear?
Which information u mean?
Can you post the editor link?
Sure,just give me a minute ^^
could take a longer time, actus deleted all permissions ^^ could i pm you or just tag you?
I still cant figure this out..
JusT tag me when you're ready
I may be offline however so do try ask someone else if I don't respond
@pearl jay Speak to your host lol
LIke I said, they do not reply..
They obviously have locked you out of other methods
They haven't.
Just been trying to find someone with experience with SYS
Alex RoveToday at 3:46 AM
Should all be fixed now
Also
When I run /lag
Says I only have like 50mb available
free*
TurboToday at 3:54 AM
You will need to edit the default start up arguments for your server
He said that 3 hours ago
couldnt figure it out
So turbo's told you to do the same thing I said
and then he gave me this
lgsm/config-lgsm/mcserver/_default.cfg
that has the parameters
@pearl jay
I cant see...
Ah
I cant do it
sorry for bad channel , i want to create command /site to display my website on the chat. Someone can give me a plugin to do that ?
hey idk if im aloud to ask this but does anyone know of a discord that helps you with essentialsX?
i mean ask here XD
Their discord: https://discord.gg/PHpuzZS
ty
Tobi is advertising!!11!ii!!1!11
#reported
Try to ban me then~
OK so im using KillerMoney right now and well... its shit and doesnt work, I need a plugin that will run commands after a certain mob types killed (player, wither ect)
Any recommendations @me with your replys im semi AFK
I'm searching for a plugin to tp with signs/button
anyone know how to remove these spawner particles? world edit couldn't do the job https://i.badlion.net/XnG2VfJmiyiMkGZxLyj5XB.png
Hey so I know this has nothing to do with LuckPerms, but does anyone know what might be causing this?
i think its bc u have the wrong version of ezauctions
oh really, lemme check
Something in ezAuctions returns null (nothing) which shouldn't happen
Better ask the dev of the plugin
the issue is that their support is dead lmao
Anyone creating a server that want help??
Only help i need is for someone to buy me the parts for a new box :p
Estimated price $10,000
Usb_hub whats your paypal
U want help or no
That was a joke haha.
I don't need a new box, the current one does a good enough job running servers
How do you merge economies (Pixelmoney and Total Economy)
I am trying to use gChat and it will not add my group names to the chat. I know it is ran by Luck. So just seeing if anyone knows what I am doing wrong.
this is all i get https://prnt.sc/orw6gt
How can i find the permission nodes for the minecraft scoreboard?
What is the placeholder of /bal?
So again, here's .. I can not add a rotation to a / summon in a block command and I do not understand the error in the command.
Can someone help me?
my commande is : /summon minecraft:pig ~ ~1 ~ {Rotate:[90f,90f]},{NoAI:1b,PersistenceRequired:1b,NoGravity:1b,Health:40,Attributes:[{Name:"generic.maxHealth",Base:40},{Name:"generic.knockbackResistance",Base:0.94f}]}
Try 90f,90f,0f
If that doesn't work, just look up summon command generator on Google
works for me tho /summon minecraft:pig ~ ~1 ~ {Rotate:[90f,90f]}
So then the error isn't in the rotate part of the command
I can't read that
:paperclip: https://github.com/lucko/LuckPerms/wiki
it's in the assembly with the rest of the order
this command : /summon minecraft:pig ~ ~1 ~ {NoAI:1b,PersistenceRequired:1b,NoGravity:1b,Health:40,Attributes:[{Name:"generic.maxHealth",Base:40},{Name:"generic.knockbackResistance",Base:0.94f}]}
it's ok
this command :
/summon Pig ~ ~ ~ {Rotation:[90f,90f]}
ok too
but
I do not know how to merge them
You have one ?
Google is your friend
ok ! thanks
if you still havent found it @toxic coyote
i recommend this one
thanks ! π
Is there any minereset plugins for 1.14??
I need to block all ports except 25565, it's normaly easy but the DOCKER makes everything so hard, i literally have no idea how to do it, currently i have 2 dedicated machines in different ips which connected to same pterodactyl panel, so i have two nodes, my problem is i use iptables -I DOCKER-USER -p tcp -m tcp ! -s 127.0.0.1/32 --dport 25510 -j DROP to drop a port, it drops the port however people can't connect that port through Bungeecord (25565 PORT) it gives me Could not connect to a default or fallback server: please try again later: io.nety.channel.ConnectTimeoutException error, i'm trying to figure this our for 8 hours straight, someone please help me
Bungee is a proxy, when you get that message it means bungee couldnt connect to the backend Spigot servers
also why do you drop connections from 127.0 0.1?
Oh wait, thats a if not
or is it? shit I havent used IPtables way roo long
also you should setup your IPtables to just accept specific ports and drop everything else
and not block specific ports, rather have all ports with exceptions blocked
@vocal rivet Do you know how to make it where everytime a player joins they join the hub server?
Yes, there was a force option in the bungee config, but I dont have a config in front of me right now so I cant be more specific, sorry :/
@vocal rivet what do I change?
force_default_server to true
Anyone know of any plugins for a customizable /spawn command that work on 1.14? (not essentials)
Is there anyone that can take a look at crash log that could give me an idea of why I can't start up my modded mc?
How do I git help frum @outer vessel
He only helps you when you don't need it
!wiki
:paperclip: https://github.com/lucko/LuckPerms/wiki
hey does any1 know how to teleport players to a random area (im using rtp) when they step inside a certain area?
:paperclip: https://github.com/lucko/LuckPerms/wiki/Verbose
@warped coral you could have a world guard region that makes the user run the rtp command on entry into the region
:paperclip: https://github.com/lucko/LuckPerms/wiki
!verbose
:paperclip: https://github.com/lucko/LuckPerms/wiki/Verbose
!no u
hello, if i set my overworld border at X: 10000 (+ve 5000 & -ve5000) Z: 10000 (+ve 5000 & -ve5000). How do I set my world border at The end & Nether? As I heard that 1 block in nether = 8 block in overworld.
do any of you have experience with tebex?
Need some help setting up the in-game currency thing
well what is it you need help with exactly? that doesn't explain much
Trying to set up this
But can't figure out the query thing
If anyone could help me with this, I would truly appreciate it!
anyone know a world edit command that generates tall grass -.-
anyone know a good all in one ban/kick/mute/warn plugin?
Carrying over from general
I use banmanager
Specificially because it can use a database
However
I don't know what version you are trying to run
It does
I mean, it "works"
but I'm yet to find a plugin that actually "works" on a bungeecord network
There it is
Dunno if anything is in there that shouldn't be
Checked it over but there was a lot so I tried my best
I don't know any of these ip addresses
Yeah, Do you have any idea what half of that is?
Because honestly I am totally clueless
I have no idea but the things ending with admin maybe someone trying to get in?
Maybe
I checked half of the ip's and got basically nothing
One had started loading for a bit but then errored out
Also got an Apache test page
These don't seem to be logs from today though
Oh wait, nevermind that is me being dumb
The 14th was yesterday haha. which was like an hour ago
I'm not 100% sure
so
Maybe google or wait for somene who knows sql better than me π
Dang, I gotta hurry, the players aren't happy ;D
install new wamp instance?
point lp at that new instance
run two at once
ofc with different addresses etc
How might I end up doing that
will it connect to mariadb?
Erm possibly
could use that option
I have no idea how that db works ;D
ah
What could've happened when it shut off
er
if it was still accessing the database
potentilaly corrupted it
files could be corrupt
etc that run the wamp suite
Actually a question then
Would Luckperms not recognize the db if it had a corrupt statement?
i'm new to it too, no idea what a statement is π
You said you couldn't create a new database with it
Well would having ' Around the password stop it at all?
Yeah, just tried making another db but this time completely empty instead and got no results
ah xD
copy of my config
Yeah, still getting the errors with a new test db
tried restarting everything
Yep
and starting from power off at wall
Multiple times
Yurp, biggest thing in IT that I have learned
"Have you tried turning it off then on again" lol
Alrighty, seeya in a bit!
Wait I just checked logs, I got denied access in my most recent attempt
Interesting
Fixed that now back to square one with the unkown database 'luckperms'
It's gotta be Luckperms, all of my other Databases are doing fine
what if you tell it to write to an already existing known working database
It does fine
It is pulling statz and writing to it just fine as of currently
I'm testing so many things
I am honestly running out of things to test
It seems like the DB might be rejecting it
But I don't know how to tell
How is the database hosted?
Okay so you can confirm the database exists in phpmyadmin?
Yeppers
Can you send a screenshot of the sidebar there
Just decided to include it all
The luckperms2 is my attempt at testing an empty db
This is all split between 4 systems, 2 hosting the Proxy/hub, a survival, and factions aswell as my Db system
All are having the same issue with Luckperms only
At this point I dunno if it is a Db issue or Luckperms or just user error
Maybe it's a network issue, gonna restart it quickly to test
I'm gonna put it down to misconfiguration if other plugins work with the same mysql server
LP usually has no issues with connecting to a database
Especially one that is local
Also try mariadb instead of mysql as your storage method
I know wamp can use mariadb as well
I haven't messed with the configs for almost a month up until after this happened
I also thought the same thing at first but everything was correct
I even went to deleting the plugin from a server and reinstalling it from the start and nothing improved
But I will see to giving Mariadb a try, just gotta figure it out with wamp
Thank you though, hopefully this'll work!
Done and Done
Got a MariaDB connected and running
And the result are not different.. Ugh
I'm getting a Could not connect to address=********** connection timed out
I feel kind of like the connection is getting rejected but nothing is showing proof of this on the Databases side
Also other connections are being made between this server and my Database aswell and there is enough resources for it and connections are not maxed aswell
Turn off firewall. Try again
Will do
If it works. You owe me $1,000,000,000 you need to allow it through
You gotta be Freaking kidding me. I CHECKED THIS EARIER!
That was during the other issue which I must've fixed along the way ;-;
If I had the money I would pay you lmao
Strange that it was blocking just one connection and not the rest though
I need no money lmao
Yeah, but thank you, now to figure out another firewall method
Allow whatever port the server is on in
Ah
May need to Bogle it.
Yeah I kinda thought as much haha thank you so much though
Never would've thought to test it again
wait
I'm not familiar enough to help configure over the internet lol
It's back
Oh
Firewall on both machines maybe
Already did that one
I switched it back to MySQL
So I guess it's MariaDB then
Didn't really want two different DB Programs running my DBs
but I guess if it works for now then oh well
Alright, Guess I will stick with it
Time to test this one minute
Hoping it wasn't a temp fix
Turn off any auto updates. Lol
My stupid server decided to auto update in the middle of the night one time
Those were subsequently disabled very fast
This server runs enterprise software
So why it felt the need to shut down without the ok from me is beyond stupid
Win server 2008 enterprise r2
I am trying to get my hands on win server but I am still a little hesitant on switching just in case
I feel it will start up so many more issues
It's expensive lol
I make enough to go and spend $1500 on Christmas lights in one hit. Lol
Well then lol
Necessary life items :D
haha
As we were
as I said, you have it on your profile lmao
It's on my profile?
yeah
I wouldnt consider that advertisement though lmaooo
and even if it is, advertise as much as youd like on your profile
Interesting. I don't remember linking my twitch
twitch is an evil corporation who knows everything about you
So what does NZMC stand for?
*