#general
1 messages ยท Page 249 of 1
That can't work
my website is by another hoster
Again. That can't work then
ok
Unless the server on which you run the MC server allows you to mount a FTP server
But I highly doubt that
In any case you need to undo the changes in the DynMap config
yeah i reset it
Like change it back to InternalClientUpdateComponent and change tilespath and webpath back to what it was
i tried now to get faction dynmap but not worked too XD
What?
faction extension for dynmap
to show factions but the latest version is not downloadable from dynmap developer ๐ฆ
and the factionsdynmap from massivecraft not work on 1.16.4
Welp
In any case what kind of configuration do you have available on your webserver?
i have on my webspace not many thinks i can do
its only for building websites
so most stuff is locked by the provider
Then you probably can't do that
Try reaching out to their support if you can use a subdomain to reverse proxy another site
I let the numbers maybe next year i change to my MC hoster and make it than.
Why not just ask your hoster?
!tprogress
If you can help translate LuckPerms, please visit our Crowdin project!
https://crowdin.com/project/luckperms
:flag_sa: Arabic - 63%
:flag_bg: Bulgarian - 13%
:flag_cn: Chinese Simplified - 50%
:flag_tw: Chinese Traditional - 42%
:flag_cz: Czech - 100%
:flag_dk: Danish - 100%
:flag_nl: Dutch - 100%
:flag_ph: Filipino - 1%
:flag_fr: French - 100%
:flag_ge: Georgian - 3%
:flag_de: German - 100%
:flag_gr: Greek - 21%
:flag_il: Hebrew - 0%
:flag_hu: Hungarian - 26%
:flag_it: Italian - 100%
:flag_jp: Japanese - 100%
:flag_kr: Korean - 10%
:flag_no: Norwegian - 11%
:pirate_flag: Pirate English - 100%
:flag_pl: Polish - 67%
:flag_pt: Portuguese - 1%
:flag_br: Portuguese, Brazilian - 61%
:flag_ro: Romanian - 22%
:flag_ru: Russian - 100%
:flag_es: Spanish - 100%
:flag_se: Swedish - 0%
:flag_tr: Turkish - 0%
:flag_vn: Vietnamese - 0%
Why not just ask your hoster?
@drowsy quest german hoster dont Do thisthey are to scary that we normal guys destroy something
Just ask
They have a support for a reason
And I mean mostly asking if they have it available and if so how
Like you might just be missing where to do it @tight chasm
!help
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
!advanced
Discover some of the more advanced concepts of LuckPerms, such as permission calculation, shorthand permissions and more.
why does WE only have 15 undo's...
oh i see now
skipped over it a few times
for some reason whenever i open the chat with / or t ir adds a t or another / so // instead of only / (1.16.4)
funky keyboard
nah it works fine on older versions
can anyone help me with this? :/
?
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
not like we are in off-topic already
but okay ๐ you do you L a r r y
๐ฑ ๐ฆ ๐ท ๐ท ๐พ
help
ask
hold on
ok
import static java.lang.System.out;
public class Test {
public static void main(String[] args) {
}
public class X{
public void one(){
System.out.print("Xone");
}
public void two(){
System.out.print("Xtwo");
}
}
public class Y extends X{
public void one(){
System.out.print("Yone");
}
public void two(){
System.out.print("Ytwo");
}
public void testIt(){
one();
super.one();
two();
super.two();
}
}
}
with this
if i want to run it
i put this
in a different class
public class TestRunner extends Test {
public static void main(String[] args) {
Y code = new Y();
code.one(); //line 1
code.testIt(); //line 2
}
}
but
it wants me to make Y static
but if i make y static
the extends X breaks
Use the spacebar and not enter
To send messages
ah yes
anyway
As it is now, if you want to create a Y instance, you can only do it through a Test instance.
Yes, TestRunner extends Test, but remember: main is static, i.e. not an instance of TestRunner
There are two solutions to this, basically
- Make both
YandXstatic classes: this will allow you to instantiate them "directly", without depending on aTestobject
or
- Fix your
TestRunnerclass like so:
import static java.lang.System.out;
public class TestRunner extends Test {
public static void main(String[] args) {
TestRunner code = new TestRunner();
code.getY().one(); //line 1
code.getY().testIt(); //line 2
}
private Y y = new Y();
public getY() {
return y;
}
}
although there are a million ways to do it
and that 2. is really just 1. in disguise lol it isn't, this is what I get for not reading my own comments
although there are a million ways to do it
okay maybe not a million, but several
Ya ever had it that you found and fixed a bug before it even occured?
eyup
First time? ๐
does someone know an alternative for nametagedit? Which supports nicknames and mysql?
guysssssssssss looking for something like this tablist plugin with headers
i've tried tab modifier but it crashes
any suggestion ?
im using sponge
which mc version?
1.12.2
then not. sry
TAB might work?
that ph9to is on 1.12.2 with spongeforge
but idk which plugin they used
tab?
what other name i can type on sponge forge instead of tab or tablist
TAB is a bukkit plugin, sorry
Dunno sponge ones
Might wanna ask in the sponge discord
A smart person learns from his own mistakes, but a smarter person learns from other peoples' mistakes.
๐
I'm so sad Christmas Markets are closed this year in Germany. But at least we can enjoy some good mulled wine at home ๐
Are you from germany?
is a 35 letter password really secure? ๐ค This one website says cracking a 12 letter password already takes 371.000.000 years
somehow I dont believe that
The question is how many tries you have per second
Yes 35 letters is beyond secure @vocal rivet
Hey BrainStone! Please don't tag helpful/staff members directly.
@sharp void yes
Generating secure api keys ๐
That's more than 7
indeed
you could say that's a lot lol
It's 115792089237316195423570985008687907853269984665640564039457584007913129639936
no u
Ur mum's weight
LARRY
xD
If we assume 1000 attempts per nanosecond that would still take 2.66x10^47 ages of the universe
So yeah
However that is only secure if you generate it from a secure random source
What if you go 12345678912345678912345678912345
Very secure
Much random
Such wow
The API keys have upper and lowercase letters, numbers, they can expire and are renewable trough the API ๐
You're safe, don't worry
I hope so XD I wanna setup a cronjob to replace the keys once a week automatically
Why?
To add that extra pinch of security ๐ XD
That's just an extra inconvenience
Keep in mind the keys need to be exchanged at the endpoints
And if you can roll them out automatically you lose the entire security of the key system
Yes, the endpoints are the things updating their key automatically. They send a UPDATE request to the specific ApI endpoint ( with a still working key ) and then the API will invalidate the old key, generate a new one and return it as response
then the endpoint only needs to save it
SO the API is not updating the key, the endpoints are
If you insist
I mean if having the key can generate a new one then any attacker can just break your system by requesting a new one for themselves
They first need the key for doing that, and the new key has the same permission set as the old one
Yes I do understand it
Rotating keys helps because even if a hacker obtained a old key, its invalidated and doesn't work anymore, while if I would permanently use the same key the chances are higher of a hacker obtaining it, and let it just be by accident that you send in a screenshot and didn't notice a old API key being clearly visible
I just don't think this adds anything to security in your case
Anyways
You do your key thing and I get drunk
Sounds like a good plan to me ๐๐ผ
Alright XD
Well I am gonna stop for today, its so late I can't think straight anymore XD
For today, yes I am XD
Awesome
My brain was like "What the best way of generating a 5 part api key? lets generate 5 own variables for that" XD
GG WP
I also wanna get drunk, but I dun has any alcohol left XP
Though again unless you have a secure random source your keys don't have any security value
Awww
I mean I'm also out of mulled wine
Which is sad
But those two cups were really good
โค๏ธ
Friend of me bought 90% in italy
One of my exes has Ukrainian family. And they came over for a baptism. And oh boy was the stuff they brought incredible
Like you didn't even taste the alcohol
That's how smooth it was
I wanna try :3
They brought 2 3L bottles
They were gone with like 10 people waaay before midnight
Was a fun party
I can tell you that
Can you use somthing like * , some you can do in linux for not care of the name of files (wildcards). Like it check and can change for example perm.test.5 with for example perm.test.* to remove perm.test.5 and add for example perm.test.10.
Is for when you dont know the number, only first part of the perm.
oooooooo nice so perm.test.* work?
yes of course
as mentioned in the usage guide:
https://luckperms.net/wiki/Usage#granting-full-access-to-modify-permissions
sounds really nice, do not think old we used had support for this therefore I did not think this had it.
Support in this case comes from LP, not WE @silent knot
WE?
do not think old we used had support for this
I guess he's assuming your use of "we" here means WorldEdit
What do you mean with "old we"
because that sentence doesn't really make sense haha
I think it s just missing perm plugin
Like 'i don't think the old perm plugin we used had support for that"
Hm, I think you missunderstand. I not shall add a perm.test. I want remove perm.test (with out knowing the number after).
oh you want to remove permissions... i think you will only be able to do that with bulkupdate
You can set permissions to false
otherwise that works too ^
Also do you want to remove permission nodes or deny permissions
yes but only work if i know hole perm string?
No you can still use the wildcard
For example player get perm.test.5 and get perm.test.6 and later uppgrade to perm.test.10, so will I remove the old one.
remove node.
LuckPerms offers an easy to use, powerful Web Editor, with which you can add, delete and change permissions of groups and players.
i should really merge in that search feature
^^^^^
yes but players get the perm as reward and also I will they can upgrade the perm (and here is the problem). I will use somthing some remove the old and add the new one (is not somthing some I will or can edit self).
So I know the first part of the perm but, not the numbers (some differ depending how many reward player get).
Btw why are you asking in #general ?
This is support question
Belongs in #support-1 or #support-2
hey can anyone help
does anyone know how to disable command promps for players who dont have permissions to those commands
so essentials:essentials.antioch doesnt autocomplete unless they have that permission
That's handled on the server/plugin's side
oh ok
Since when are replies enabled here?
Well this is neat
Ikr
Now clippy wont tell for replying/quoting
Well it still can lol
Reply to this with ping on
(which is always on, by default, have to turn it off every time)
Oh
Hey powercas_gamer! Please don't tag helpful/staff members directly.
No ping pong
yeah it still works
recommended is only with 1 c right?
Well depends which version, there is a silent one at the end if you are talking about gibberish otherwise only 1
What's the difference with repo.lucko.me and nexus.lucko.me?
Propably just an alias
If you don't mind me asking, how did you make it so that url goes to the nexus all repo?
a nginx rule
return or rewrite?
Thanks!
Does anyone know of a server-translator plugin that supports machine translation? (Not on-the-fly, but just once)
no one knows ,_,
@tender plaza check Ore
If there's nothing there's good chance there isn't any (publically) available
@rigid widget mind to mute me for 2 hours?
I'm slightly mad to say the least (nothing related with the server here) and might become less than friendly when being confronted with less than smart people
Hey BrainStone! Please don't tag helpful/staff members directly.
BrainStone#6759 was muted
โค๏ธ
Who has experience with Jenkins and can help me figure out why when I try to add a GitHub Server (GitHub plugin?) it doesn't give me a option to choose between any of my saved credentials
Ahh, you propably need a uthentication token then
ig, haven't done this with GH
can't set it to nothing
Hey SwearsGamers! Please don't tag helpful/staff members directly.

ok
my prefix for owner doesnt show in chat
what do i do
what chat plugin do you use
bungeechat
@drowsy quest ๐
Well do you have LP on your bungee and have it properly synced @gilded nova
What's the output of /lpb user <user> info?
I greatly appreciate being cold pinged about something not related to LP, thanks Swears
it says im owner
00:48:53 INFO: [LP] - Status: Offline
00:48:53 INFO: [LP] - Parent Groups:
00:48:53 INFO: [LP] > owner
00:48:53 INFO: [LP] - Contextual Data: (mode: server)
00:48:53 INFO: [LP] Contexts: None
00:48:53 INFO: [LP] Prefix: "[Owner] "
00:48:53 INFO: [LP] Suffix: None
00:48:53 INFO: [LP] Primary Group: owner
00:48:53 INFO: [LP] Meta: (primarygroup=owner)
Are you online?
yeah
Then you don't have ip-forwarding setup properly
oh wait no
Can you run that command while online please?
00:50:39 INFO: [LP] - Status: Online
00:50:39 INFO: [LP] - Parent Groups:
00:50:39 INFO: [LP] > owner
00:50:39 INFO: [LP] - Contextual Data: (mode: active player)
00:50:39 INFO: [LP] Contexts: (gamemode=creative) (dimension-type=overworld) (world=world)
00:50:39 INFO: [LP] Prefix: "[Owner] "
00:50:39 INFO: [LP] Suffix: None
00:50:39 INFO: [LP] Primary Group: owner
00:50:39 INFO: [LP] Meta: (primarygroup=owner)
this
I said /lpb not /lp
Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!
00:52:30 [INFO] [LP] (type: mojang)
00:52:30 [INFO] [LP] - Status: Online
00:52:30 [INFO] [LP] - Parent Groups:
00:52:30 [INFO] [LP] > owner
00:52:30 [INFO] [LP] - Contextual Data: (mode: active player)
00:52:30 [INFO] [LP] Contexts: (server=bungee) (world=test-server-1)
00:52:30 [INFO] [LP] Prefix: "[Owner] "
00:52:30 [INFO] [LP] Suffix: None
00:52:30 [INFO] [LP] Primary Group: owner
00:52:30 [INFO] [LP] Meta: (primarygroup=owner)
same here
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 need your BungeeCord log
Ideally you stop your bungee, rename the log file start it again, join it and then try to chat
Then give me the log
The bungeecord log
How many times do I need to repeat myself?
@gilded nova same for you, I need your log
the console log or a file log
@gilded nova well that sounds like an issue with your hoster
what?
If you can't access config files I don't know how I could even begin to help you btw. You need to have that fixed
do i send it here ?
!paste
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!
Reach out to your hoster about that error and have it fixed. Then I need your log
i have it but where do i send it
Here?
C'mon
Please please please use your brain
I don't have the patience to baby you through uploading the log
no
Then I need your config
BungeeChat config I meant
Alright. If you tell me how BungeeChat is supposed to do any chatting when you have both chat modules disabled, then I'd be madly impressed!
xd is that true?
No I'm just making it up because #pranked lol xD ROFL LMAO
/s
enabled=false
line 31 ?
Look for the module you want to enable (or both) and set it to true inside the respective block
You have both local chat and global chat
so i need either global or local ?
what is the difference
local chat = chat only with people on the same server (but managed through BungeeChat)
global chat = chat with all players on all servers
(I believe you could've figured that one out)
Hi there so i'm having so issues creating message.yml file
When ever i try to use messages in message.yml file it keeps pulling messages from config file
for luckperms?
I have for example "sender.sendMessage.... translatechatcolor... Main.getConfig...
No no custom plugin
oh
well if you are calling plugin.**getConfig **of course it's going to pull them from the config file
org.bukkit.plugin.InvalidPluginException: Cannot find main class nl.santosh.pets.Main
uh..
Check if the jar contains the class
ye.. right?
Heard mcm's been having issues lately
mcm bad
Anybody know some good hub/lobby plugins or how to make /server lobby = /lobby
/server factions = /factions etc..
he wants something that allows to alias /lobby as /server lobby
or.. the other way around
you get the point lol
would be possible if bungee had some sort of commands.yml but it don't
I think I'll create a plugin that you can ask questions and it will then give you links with answers
I'll call it Google
It's like a person but better
It's like Larry
Lol
Ok Larry, what's the weather like today
I'm imagining the fun times you'll have if the plugin would consider every chat message (maybe even commands) a search query and list like the top 5 results
hi
!moss (for me
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
ok.. I need some help.. I've tried a few backup plugins.. they are all doing the same.. The world seems to be saving.. but its not saving character data.
Likely because the files are being written to while the server is running and so must be skipped to avoid corruption
You'll need to back up with something external to the server (not a plugin)
Is this a new thing? I've never noticed this before.
No, any file being written to while a backup is taking place from within the program must be skipped
You'll need to do what hosts do and back it up without a plugin inside doing it
hm just seems odd I was hosting with a backup plugin just fine not to long ago and only recently I started getting this session.lock message and it stopped saving character data. What should I be using to back up the server then?
Is it a problem if Im running unsuported server version (Spigot 1.16.3) if I write /ess version?
@steel pelican
Hey Mati0101! Please don't tag helpful/staff members directly.
K sorry ๐
!moss Ask here. For help with EssentialsX
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
@harsh vine after answer
thats a very helpful answer indeed
o
๐คฏ
OH SO YOU LIKE DISCORD?
TRY LIGHT MODE
!help
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
!faq
Check out some of our frequently asked questions.
@teal sun delete uwuwu
@dire oxide Do not advertise please, first warning
Congrats on helpful powercas 
Samosa got nitro ooO
Aww dumcord doesn't render animated emojis on replies
Got gifted a while ago 
it does on pc :p
^
Aa yes, yet another inconsistency between the two platforms
The list just keeps growing
You can set custom join and quit messages here. Set this to "none" to use the default Minecraft message,
or set this to "" to hide the message entirely.
You may use color codes, {USERNAME} for the player's name, and {PLAYER} for the player's displayname.
custom-join-message: "&7[&a+&7] {USERNAME}"
custom-quit-message: "none"
EssentialsX join and leave messages
how do i do that [username] to have prefix and his name in the right color
!moss
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
i have a questiojn
how do i do so i can type /lobby to go to the server lobby and type /factions to go to the server factions etc...
look up bungee command alias plugin or something like that
i found CommandControl
seems fine
ServerCommands:
creative: /gamemode c
survival: /gamemode s
BungeeCommands:
lobby: server lobby
broadcast {args}: alert {args}
hub: server lobby
Hey artwart! Please don't tag helpful/staff members directly.
What
What was that
some twat
I really wish Discord would allow you to put folders into folders
Linux experts, how does one execute a shell script within a script?
simple
#!/bin/bash
./otherScript.sh
The script works relative to the directory it was executed in, but if you want to be sure you can cd into the directory beforehand
The Wings daemon most likely didn't reply
./scripts/update.sh: line 13: ./home/Discord/scripts/start.sh: No such file or directory
try cding to / beforehand
anyways, that is a Pterodactyl issue, do you host the panel yourself?
@gilded nova SlashServer
huh
Dash u want war
how are you accessing the panel then?
Pterodactyl
why did you tag me ?
I replied to ur message lol
This
is slashserver a plugin ?
Yes
ahh
@gilded nova https://discord.gg/T4sdTrBX49
k
The support discord for Pterodactyl. I assume you are using that since that error message is from a Pterodactyl instance
slashserver.[servername] <-- can i use this or do i need to change the servername to the actual name
Unless of course its one of these panels based on Pterodactyl, adding almost nothing and then demaning high prices since its SaaS
U need servername. Sample slashserver.factions
@latent tendon Pterodactyl is great! Love it! Embrace it!
understand
You messed up then XD
Docker bricked. Mysql bricked
Again, something must have caused that, and it most certainly wasnt Pterodactyl or Wings
I am using it since 2 years now ๐
Docker ftw
agreed!
docker run and problem be gone
And pandi, you could always have asked me, I would have gladly helped you getting it to run again :3
There is also another pandi I helped wih pterodactyl a while back
@red canopy ๐
what
Pandi party
!vault
Sorry! I do not understand the command !vault
Type !help for a list of commands.
i have 4 servers and have set 1 RAM on each one. When i open 1 (lobby) it works fine and all works with some plugins and different things, but when i open the 2nd one (bedwars) it stops after a minute, then the lobby one also stops. Why does this happen and what can i do ?
I thnk you should rather try using 0.5 RAM ๐
or maybe just use 3 goat
or 5 bananas
or depending on your linguistics perhaps 4 chevies
but i got enough RAM to do it i guess
4 gb for 4 servers?
wait what
4 without the bungeecord one
how much gb ram do you have in total?
16 *
then set 3.9 on each and .4 on the bungee or something
.
sorry 4 tag larry
what else are you gonna use it for
windows, discord, google , youtube idk
yeah
ye, bad idea for running a network
aka don't
you can totally test bungee stuff locally, but running an actual network for people to play on should not be done from home
why do you have a network for friends ๐
its guuud
just have 5 preset servers or whatever and start them up when thats what youre doing
but i want it to work
when i try to set to 2GB it open for a millisec
it could be something with my paper.jar and start.bat file
then scale down what youre doing, you dont have the resources to run a network as well as all the other stuff on your personal machine
that means youre probably not setting up your xmx correctly
how do i do that
xms = xmx
is that the start.bat thingy ?
yeah
You are helpful now you can ping @Barry as much as you want, right @Lenny?
yes @Farofa
that was the one i copied
and what did you set the xmx and xms to
1GB i think
Who's dissing hosting at home... :P
i know that, just didn't mean to tag him that time
Pinging is boring, ponging is the new trend ๐
@violet rivet home hosting is different than personal PC hosting lol
not dissing, noticing that hosting a network on your personal pc is pretty stupid
Oh yeah you said own machine. My bad
ipban JoupiterHD
[19:39:41 INFO]: Previous ban for JoupiterHD removed.
[19:39:41 INFO]: Console IP-banned JoupiterHD for 'The Ban Hammer has spoken!'
banlist
[19:39:43 INFO]: === Page 3 out of 3 ===
[19:39:43 INFO]: -- [2 seconds ago] --
SokoDreamer was banned by Console: 'The Ban Hammer has spoken!' [Active]
[19:40]
why is this happening :/
why if I ban Him I ban Myself?
Yeah buy or build something dedicated to the task
how can I solve that?
screenshot /alts JoupiterHD
are you using waterfall or something soko?
idk
ip forwarding probably isnt setup correctly
i could play with my friends tho
they joined and we was in the lobby for some mins
before we tried to make bedwars
^
not for you, but its a proxy
k
alright then you probably dont have ip forwarding setup correctly (test, ignore this)
ask their support about how to set it up or check that its working correctly
In my bungee I have ipforward = true
sorry, I use waterfall
Yes Unix, it updates
:d
Is there a better way to do this regarding performance? https://hastebin.com/wejoxemira.java
what about me :C
I was thinking in other thing
but the player that entered to my server is known for being a Hacker .-.
in many servers
depends
im not using ethernet and its a laptop
Did i hear flamecord
you cant really guess with no info
Jesus
g3
@quiet kettle might wanna look into BungeeGuard
What server backup do folks use lately if plugins don't save character data.
my own
whut?
your own?
yes my own
elaborate?
custom code
Oh I see. What is it run from?
I just recently noticed that server back up plugins of all types are not saving character data.. and I guess have not been for sometime... I don't know any coding to make my own.. do you have a reference for for something like that?
You just run the code from a .bat file or something? I don't anything about that stuff.
You have to be careful when backing up a running server.
Some things won't back up as they're open in the java process and sometimes the files are locked against being opened by another program
Have you tried serverrestorrer
it's done fine for me
I keep hearing this.. but I've never had an issue backing up a server till recently
mine backsup when server auto restarts
I would do that, but with worlds that are 60gb in size, it'd take an hour for the server to reboot
I'm looking at server restore now.. seems pretty clean I guess I just deal with Character data not being saved.
it does save character data
it literally copies everything in the root directory if you want it
Serverrestorrer does
I'm looking at the player files right now from one of my world backups
It only saves when your not logged in though right?
I was running the backup command while ingame to test it... and when I load a previous backup it saves the change made in the world but not the character position.
You will run into issues if you're using an H2 or similar database for any plugin though
It can't back those up if the server is online.
and that's where I'm confused.. because I never used to have an issue with that before.
You'll get error messages
and I never have till recently
just error messages about it backing up those h2 databsae files
everything else will be fine
but an outside script can save the whole thing while it's running. right?
You will run into issues if you're using an H2 or similar database for any plugin though
It can't back those up if the server is online.
Do yourself a favor and make backups while the server is offline
It's just a bit of extra time but it will save you TONS of pain
Well it can backup the database. If it's synced (as it should be normally) it can recover from being opened.
In any case it's best to make LP backups by using the export command
But "export" is a concept particular to LP
Coreprotect also uses h2 and has no "export" command afaik
Hey Brian x
Hi
Anyone know of a java annotation based website framework? (I know I'm bad at explaining but basically so you could do something like)
@Path("/testpage")
public String testPage() {
return "nothing here";
}```
Hello. What's the permission for essentials X fly to disable it, and permission for WE compass teleport off
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
What is the perms for building ?
!verbose might help with that
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
yo
oy
hi conclure
0
I have seen that with cracked alts (dont know how it works or what it is but its on Wurst hacks at least) you can Join many servers, but since you cant join like hypixel with it that menas they stop it, so how do i do this
I dont mean join hypixel with it but prevent it on my server
You know how the Krusty Krab keeps its secret ingredient secret?
use online mode?
online-mode = true
just follow fefos copy pasta ๐
yes
Sorry! I do not understand the command !fefocopypasta
Type !help for a list of commands.
Wait is it pinend?
Oh
Then im safe from that?
You searhcbed
Searched
Remind me to not use discord when drunk
yeah its not pinned anywhere afaik
.
yes
Ok
yeah
But what is the best anti cheat plugin? Both free and paid
theres no great ones, although nocheatplus works ok
And Also if i want anti-cheat for bungeecord should i find one that works on that or set it in every backend server
theres no bungeecord anticheats is there?
Oh
i dont think that works
just use nocheatplus as a notification system and have an active staff team
So how do i see if anticheat detecs it
If it for example is on a bedwars game which obisouly is on another server than the lobby which im in at the time
And somebody flies there
ask their support, im sure they have some database or messaging system that does that
Is nocheatplus free ?
yeah
try it and see how well it works ๐คทโโ๏ธ
I will ๐คฉ
Also if you know what is the best bedwars plugin?
I checked bedwars rel which I used but that's on 1.11 max and I use 1.16.4 so the only option I see is screaming bedwars
again this ^ doesnt take long to do basic testing on either
Is it recommended that I follow this guide https://www.spigotmc.org/threads/guide-server-optimizationโก.283181/? Or I know I should but mostly about the worldborder and pre render map thing by that sounds like a survival, factions and those type of thing
those two points are arguably the greatest benefit
So I should do it even tho it's just a lobby server or a bedwars server?
Bc I won't even use the normal worlds in the lobby or all my other bedwars servers
I mean the lobby/bedwards is not for players to explore as a world
Yeah
So it is for a mini game or server where you explore
you should pregen worlds people will explore
Like anarchy, survival, factions
so chunks are already generated, instead of that happening as they explore
Sounds good
Btw when I play bedwars on a little bit of a small map we can't see each other or everything doesn't load up before you get closer sometimes. Is this the server, maybe ram or settings or is this the settings for Minecraft
Settings
K
Render distance?
I don't understand how my bedwars server works tho
When I see yt video I see people play alone and using like 1 gb ram and I use less with 4 people and many plugins and also bw game running lol
As luck perms suport for all colors in prefix/Suffixes (I mean if it has suport for the 16 million colors or are limit to minecraft before 1.16)?
anyone know if votifier has a debug setting? can't seem to find out what is wrong with my votifier
@silent knot up to your chat plugin, since its the one displaying it not luckperms
Yes but I use placeholders from lucky and I want not same color on staff ranks.
if I do it in the chat plugin, it will be wrong.
so it is not possible more than what is in minecraft with lucky perms?
as ben said, the colours you put in the prefix/suffix depend on what the formatting plugin supports
also it's LuckPerms* :P
the chat plugin should support it, but does not seem like I can put it in the luck perms prefix.
you just put the format your chat plugin supports
okay, lets see if it works. because in LP you only see the color code when it add the new addition.
LP itself may not support it properly but if the chat plugin does then it's fine
can someone help me ive got a problem. I just downloaded luck perms for my server but whenever i do /lp editor i get the following message in the website :There was an error loading the data. Either the URL was copied wrong or the session has expired.
Please generate another editor session with /lp editor. However i dont even copy the link i just click it so no way the url is wrong
dont double post
sure
haveing this isssu pop up on all my servers ....
!errors
Here's a page with some common storage system errors.
Does anyone know of a plugin/setting that clears your chat when you change servers on a bungee network?
@red canopy it sounds like you need votifier
No. Votifier is completely different ๐คฃ
No, trust me you need it
Why do you think that?
Because it clears the chat when you change servers
but votifier has nothing to do with chat besides announcing someone has voted.
Does anyone genuinely know of a plugin/setting that clears your chat when you change servers on a bungee network?
I just told you!
guys when doing /lp editor i get the following error in the web console and i just cant access the editor. Please help if you have any idea how to fix it
that sucks man
?
that sucks man
spent hours on that bullshit its pissing me off now
awww
I think the solution would be to get your server jar file, and delete it.
yeh very funny
also run windows powershell as admin, and run powershell wininit
that should fix it
Did it work?
@wintry gyro
havent tried it
try it
doesnt sound like a solution to me
okay will give it a go in a second
It's worked for me in the past
for sure
@modest compass ?
Hey N1kky333! Please don't tag helpful/staff members directly.
6 votes and 4 comments so far on Reddit
fun police
cutie
find something better to do
You're making a mc server
so what
find something better to do
yeh dont worry bout me
I know who I didnโt miss during the time I was gone
And you for the worse
Lol
I'm just a proud father
@wintry gyro I told you it's something on your computer or network blocking the connection.
yes and ive been lookin for so long now and just cant fix it
thats the most frustrating thing
Do you have an antivirus lol
If you can test it with another device on the same network, and also test it with a different network, then you'll be able to pin point exactly where the issue lies. Unfortunately there really isn't anything else we can suggest other than self hosting all the web stuff yourself
what do you mean by self hosting
host the web editor stuff & bytebin on your pc / host
I need to sleep but someone else can explain
Fuck youre joking its 1.37am
ok
@wintry gyro try it on your phone
@red canopy doesnt work
its a network problem that i cant fix
i just changed the plugin
ยฏ_(ใ)_/ยฏ
!help
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
waht
someone asked for my help
and they came from the luckperms server
well i helped them
and it worked
but holy crap
im not fudging ready yet'
well he said he had already come here and he was looking for someone wiht a german name
so he messaged me\
I DONT KNOW GERMAN
Calm
yes its the
guy
its_las
who said he needed german help
whe spoke pretty good english
i dont know why he thought his english was bad
and most of what really suprised me is why he thought my name was german
@gilded nova please don't send DMs to members asking for help, ask your question in any of the #general channels instead and wait patiently for a reply.
that was in this chat
@gilded nova sry for send DMs to a not Supporter but he is a relly good supporter
Hey its_las! Please don't tag helpful/staff members directly.
oh i thought you said i wasnt helpful sry
He is saying that, even though you don't have a "helpful" role, you were of good help :)
ye i help0ed him with his problem
i would like to help
i just dont know enough sabout it
Well knowing the ins and outs of LP is not an easy task, it's a bit.. yikes
ye
its definatly hard after working on it for hours
i think i spelled definitely wrong
lol
maybe i culd be a helpful role
do we have to apply or something
not really how it works
lol'
how does it work than
do you just elp people in general
chat
er something
Well first requirement I think, is being able to spell
lol
i can spell to some degree
isnt this what the off topic server is for
wait so do i just help ppl in the normal help chat
to get that rank
whay
All roles are given out at our discretion - there is no way to apply for any of them, sorry!
#rules btw
But yuh
fefo has it yes
?
ayy congrats on unlucky fefo
Woooo gg fefo
?
doesn't say that for me
restart your discord ๐คทโโ๏ธ
effort
you gotta pr the wiki now
wat
Go to the plugins folder in your proxy.. and delete the jar?
Then it's not installed?
what is this ?
[19:11:02 WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
also go this one
plugin uses old item stuff
Please use https://bytebin.lucko.me to send files in the future. I have automatically uploaded undefined for you: https://bytebin.lucko.me/djZo1ELbG4
ยฏ_(ใ)_/ยฏ
so you mean since im playing on 1.16.4 i have an plugin which tries to get/spawn a item which is old and therefor cant spawn ?
is it connected to this ?
btw whats the essentials perm called to allow a player to eat
delete anti builda
isnt that spawn prot though
no banana
oh lol
screenshot your bungee plugins folder
.
Not /plugins
your BUNGEE plugin folder
not the bukkit one
when i type /restart in the server consoles it just stops. This is very annoying bc with the bedwars plugin it auto restarts the server (i have a bungeecord) and it doesnt start again it just stops and i have to manually start it. Are there any way to make /restart actually RESTART the server ?
.
Hey SwearsGamers! Please don't tag helpful/staff members directly.
why do you think it is bungeechat in the first place lmao
anyone know answer to my question ?
Yes, provide a startup script
how
and what is that
How do you start your server
Interesting, does it save memory starting it that way?
lol
they are to scary that we normal guys destroy something



