#general
1 messages · Page 200 of 1
True
That's how Intel rolls
I could get a z270 board for the 6600k though
Didn't say I was going to but I Could
I have z270
Then after a while I could chuck a 7700k in it 🙂
You can put 7700k in z170
I think I'm gonna wait for 3000 series rtx and 4000 series ryzen
ryzennnnnn
indeed
I usually buy the best at the time
That's why I have 7700k and 1080 Ti. They were the best at the time lol
Technically an i9 is still better for gaming than ryzen butttt I want more than gaming
Yeah
I think its cool af that epyc is stronk enough to run crysis
And I mean the cpu cores running as the gpu lol
hi.. uhm is there a way to duplicate a group?
If you're using essentials it will be there
It fine
Usually anything above 12 isn't noticed
That chart lies
lol
Also how would i use my subdomain to direct to a dynmap?
And when they ping my subdomain they dont get my ip
I've ran servers with 10 tps 250+ mods and 20+ players. No1 complained
that tps rating is on a Paper optimizing fourm post
so i think its talking abt how well uve done ur optimizeation
Just point your url to the server ip when an A record
But if they ping it they get my ip
Ive been in a streamers server and some ddoser dude came and hit his network
A single server with 100+ players hardly ever reaches 20tps lol
An easy way to tell if a server is lagging and you're a regular player is just look up
If the sun, moon and stars keep skipping back then it's laggy
im op on the server lol
i did /tps
it has like 5 tps
the streamer
he has like 12 player
s
rip
No bueno
Yeah back the a question i asked xd
How would i link my subdomain to my dynmap which masks my ip when they ping the subdomain
But that dont mask it
you'd need to pay for a service like Java pipe
Oof so nothing would work thats free?
No lol
If that let's you use the ip they give then do that
Otherwise people have to join to your ip
they do but u gotta add a plugin to ur server for it to connect lol
oof ok
How much is java pipe?
Idk. Cheaper just to rent a server lol
It's for people that don't know how to use iptables to mitigate attacks
sounds like me
Cause what they do you can do on your own lol
oh how??
Plus depending on your host they have mitigation aswell
My host is olli#8218
Java pipe and others just run you through one of their servers with strict iptable rules
Even with a 1Gbit connection you can stop 250Gbit+ of attacks
If you leave the server default then you'll be open to attacks
But a home router would easily be overwhelmed lol
Best thing to do is have a decent server that acts as the firewall/router
You can plug a modem straight into the server then have the server control a network switch. The server will then be one overpowered router
that sounds too smart for me
Lol
It's basically how the big boys do it but they do it with enterprise grade hardware and on a way larger scale
big boys
And if you've never been ddosed btw (I have) if your PC is the one handling the internet then watch the CPU it will spike to 100% usage trying to handle those random requests
i dont wanna get ddosed honestly
That's if you allow the requests. You can set rules that say if this person sends a blank request drop them. Then that ip can't request for x amount of time
does that stop ddoses?
Cause with real traffic when a machine sends a request it also sends info of what its looking for. If its looking for nothing then it's probably an attack
It can stop low level ones
my server so big that gotta send 6 petabyte attacks to get through my fat firewall blocker
but a single machine on home internet can still easily be overwhelmed with enough juice
Datacenters distribute the attacks
How often should u reset ur ip?
i mean my hasnt changed in more than a year
If you have a netgear router it comes with a free no-ip dns service so it will automatically update your dns if your ip changes
i dont think i have that...
Ok this is the off topic channel but come on, google exists for a reason. typing "spigot breakable bedrock" gives tons of results
java.io.IOException: The process cannot access the file because another process has locked a portion of the file
at sun.nio.ch.FileDispatcherImpl.write0(Native Method) ~[?:1.8.0_231]
at sun.nio.ch.FileDispatcherImpl.write(Unknown Source) ~[?:1.8.0_231]
at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) ~[?:1.8.0_231]
at sun.nio.ch.IOUtil.write(Unknown Source) ~[?:1.8.0_231]
at sun.nio.ch.FileChannelImpl.write(Unknown Source) ~[?:1.8.0_231]
at net.minecraft.server.v1_16_R1.SessionLock.a(SourceFile:40) ~[patched_1.16.1.jar:git-Paper-135]
at net.minecraft.server.v1_16_R1.Convertable$ConversionSession.<init>(Convertable.java:198) ~[patched_1.16.1.jar:git-Paper-135]
at net.minecraft.server.v1_16_R1.Convertable.c(Convertable.java:180) ~[patched_1.16.1.jar:git-Paper-135]
at net.minecraft.server.v1_16_R1.Main.main(Main.java:113) ~[patched_1.16.1.jar:git-Paper-135]
at org.bukkit.craftbukkit.Main.main(Main.java:276) ~[patched_1.16.1.jar:git-Paper-135]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_231]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_231]
at io.papermc.paperclip.Paperclip.main(Paperclip.java:54) ~[paper-1.16.1.jar:?]```
That cant be good can it
Looks like you have two servers running
On what
The same machine, the same files, the same everything
oh
AKA you clicked run twice
go into task manager and just kill java if you can't find the running server
It says its stopped but i dont actually think its stopped
But i press start anyway
So thats prolly why
I thought my stuff was corrupt
what does that mean
where is that
Under the weird error
did you open a jar with a text editor?
looks like undecodable text by whatever editor it is
Why?? (Java list)
// this does NOT work
arr.get(i).get(j) = _arr.get(j).get(i);
// this does work
arr.get(i).set(j, _arr.get(j).get(i));
gonna need a bit more context lol
like I can't even tell if this is javascript or java
java
Dm me if you can help me wif a good faction server
Not really the place for that @gilded nova, I'd recommend r/mcstaff or such
@bold sparrow well .get() doesn't return a reference. So you cannot use the assignment operator
This doesn't work quite as nicely as in C++
Oh
You can only ever assign a variable in Java
If it doesn’t return a reference then what does it return?
You can only ever assign a variable in Java
True, but you can use=for arrays tho
So why not for lists
Might be wrong there I’m somewhat new to Java
Well in Java everything is technically a nullable reference. But they don't work as in C++. As in they are not assignable
And yes arrays too
Btw this doesn't work because Java has no logic to overload operators
And I find it also stupid how you can only add one element to a list (without using .add(array) )
Consequently you cannot overload the = operator
And assignments only ever target variables (array elements are essentially variables)
Mmm
And assignments only ever target variables (array elements are essentially variables)
So are list elements imho
You can add multiple elements with #addAll
Kinda
So are list elements imho
Yes. But return values of functions are not
And one important thing to notice!
What
What
What
what
var2 was never foo
var 2 has never been foo
With = you only ever change what object the variable points to, not the object itself!
Very very important
Yes it was
It is
At least as far as I saw it was bar before, not var1
That sneeky edit
@rigid widget I fixed the typo"barr"to"bar"
Nothing else
The rest remained unchanged
Of course it does
For you yes
It does
As I said before the = in java only ever changes what object a variable points at
Never the object itself
Very much unlike the = operator in C++ with references
Yea to me that doesn’t make sense yk cause I always think of = as assigning a value
if ya want proof https://i.imgur.com/V1F6j4H.png
std::string var1 = "foo";
std::string& var2 = var1;
var1 = "bar";
In c++ this makes var2 become "bar" too for those unfamiliar
And the std::string& is essentially equivalent to String in java
Except for assignmetns
(and I have to use std::string (without the &) for var1 because I'm assigning a literal)
// I need to actually store the literal somewhere
std::string foo = "foo";
std::string bar = "bar";
std::string& var1 = foo;
std::string& var2 = var1;
var1 = bar;
This still makes it so that both var1 and var2 are now "bar"
that's kinda wierd ngl lol
I’m catching the information.OverLoad error
Pointers, yay
If you don't have that it doesn't happen
ah
The thing is in Java everything is a pointer/reference
Ah wait, I mean reference
But they decided to not have object assignments and only variable assignments instead
Long time no see C++ XD
It's funny
wait so if everythign is a reference then why does this work? ```java
class Scratch {
public static void main(String[] args) {
String var1 = "foo";
String var2 = var1;
var1 = "bar";
System.out.printf("var1 = %s, var2 = %s", var1, var2);
// var1 = bar, var2 = foo
}
}
I have learned C++ in school, but thats more then two years ago now
haven't used Cpp since then
In Java you can never change what the object is (unless you modify it directly). Assingments only change which object the variable points at.
In C++ with references you can never change what the variable points at but you can change the objects themselves
Both are using objects
But what the = operator means is different in both languages
Frankly both behaviors make sense
And for a language only having references it's essential to behave as Java does. But as C++ has references, pointers and regular variables they can have reference assignments behave in a different more useful way
so basically in java if you = something, the old object that was assigned is still floating around memory until GC scoops it up?
Exactly
huh.
Assuming of course it isn't being held by another variable
Which doesn’t make sense does it _11?
What doesn't make sense about it?
no it does I think, just needing a sec to wrap my brain around it (pun not intended)
I mean imagine everything in java is an std::shared_ptr
OOP was the same for me, it made no sense up until at one point it clicked and I was off to the races
It stays alive as long as it's being actively held in a variable. But as soon as it isn't it gets gobbled up by the GC. Difference being the GC runs occationally in in C++ the object gets deleted immediately
@bold sparrow how familar are you with std::shared_ptr?
Ok. Then it's hard to explain
Yea ..
Because Java works like if every object type was wrapped in a std::shared_ptr. And all .s are replaced with ->s
Doing that gives you almost the same behavior as in Java
Mmm
But you're not familar with it, so no much point in using that xD
Nope
I don't think either of us knows C++ lol
I’ve done a really small bit of C#
Oof
But Cpp no
I see
I’ve done a really small bit of C#
Made a game in Unity that’s why
You could've mentioned that quite a while ago 😛
How do you know regular reference behavior then?
The correct order to learn c ( according to my teacher ) is C then C++ then C#
I just code, and on the way I learn certain behaviours
And usually it all makes sense
I mean you have to start over with every one of them anyways. They only share basic syntax
And usually I refrain from using complicated code where you can use simple code as well
Look at the CloudNet code ;P
Its such a big mess
link?
I'd say get(xxx) = yyy; is more complicated than set(xxx, yyy);
To CloudNet?
yeah
I'd say
get(xxx) = yyy;is more complicated thanset(xxx, yyy);
Yea and because I haven’t learned Java from a manual or whatever, I just started coding and then I come across these things
Where I wonder why doesn’t this work
https://github.com/CloudNetService/CloudNet-v3
The developer himself said that it needs a big re-write, and I say he should also learn to document his code, almost nothing has any documentation at all
That thing is such a mess
Using a = felt more intuitive
The API is pretty unusable
Or you can just set the value straight up
I mean you don't care what it was before, do you?
What do you mean?
Since 3 days I am trying to fix a bug in their RestAPI, I still didn't find it ( or maybe I did, idk .. there is a reason I dislike java XD )
In total, updating the cookies doesn't work at all, causing big issues such as the API erroring out
Which is tbh strange man I know it makes total sense to you
Lovely
I think its a issue how the Netty CookieEncoder is used
Best part is the author doesn't know shit about their own code xD
Propably because he didn't document anything
Like when you ask them about stuff they haven't used in ages he doesn't know either
Soooo much fun writing an integration for it
😉 👉 Documentation
Prolly the cause of the problem right there
No documentation brings confusion
Brings bugs
The only comment I found so far was: Deprecated, see PermissionHandler#getUser
10/10
But I at least found the base cause, and slowly I work my way to the root XD
Yay
The only comment I found so far was:
Deprecated, see PermissionHandler#getUser
did it at least have a@Deprecatedas well?
I wanted to do the OpenAPI documentation for their RestAPI when I found the stacktrace error, and now I want to fix it before I continue to document their API
Yes
Luckily
I’ll send the thing I’m working on here when it’s done so you understand the context. But I’m probably trying to code something that’s wayyy to complicated for me
They do use @override, @deprecated etc, but no comments or DocBlocker like
PermissionHandler#getUser
Returns a user object when a user was found, null otherwise
@param string userid the userid to get the user by
@return object The user object
Is DocBlocker so hard?
I always document every single function I write
Not for others but for myself, so I still know what it does in a few weeks
Suuuper hard
Well, I gave up looking for it for now, But I still will do this OpenAPI documentation so everyone understands the CloudNet rest API
Thankfully there are really good tools for that
also I think his code is a real big F. I look at a function in the driver, which points at cloudnet, which points back at the driver
That this works is a wonder
The idea is good, but the execution is poor
Yup xD
CloudNet v4, Aura Development and Aperture Development edition
XD
I mean I love the integration and the dynamical updating proxies ( also the permission system which is honestly not half bad ( LP is better ))
Also a thing I dislike about the RestAPI is that you have no API keys, you always have to use user authentication using the api/v1/auth endpoint
So background operations are completely impossible
Welp
could you guys pls give me a list of what I need to know in java to become a spigot/paper developer
earning or learning? and whats sololearn?
If you're just starting out with Java and programming, don't touch plugin programming. You're not gonna have a good time @topaz palm !
well you asked what sololearn was
and yeah im trying to learn java first
and get the hang of it
Amm, Which plugin do u recommend for player tags??
I want a player that can make this possible:
(Rank as Prefix) Playername (Staff Rank as Suffix), and if it posible, set a permission for setting the prefix like tag.prefix.rank and to the suffix tag.suffix.staffrank, i know NameTagEdit but i tryied making this but i couldnt, if someone knows one, please tell me.
DeluxeTags for players setting their own
Please tell me someone has experience with visual basic
DeluxeTags for players setting their own
@rigid widget I dont want them to set their own tags
Hey 1kg! Please don't tag helpful/staff members directly.
Then any chat formatting plugin
Im looking this to the vip/staff ranks
Im giving u an example
Im trying to set a prefix to the vip ranks, AND suffix to staff ranks, so if a Vip player becomes staff, he can have both, the Vip prefix and the staff suffix, without loosing none.
Yes you can
See this is the config of NameTagEdit
I thought that if i give this 2 permissions to a single player, it would have the prefix and the suffix
but its not working
You're not clearly saying what you want. With a chat formatting plugin, just add a prefix/suffix and configure the plugin and it should display fine
lp user <name> meta addprefix <weight> "Prefix" and lp user <name> meta addsuffix <weight> "Suffix"
@gilded nova a tiiiiiny bit
It's okay I figured out how to read and write to a database
Sorry im not an english native speaker
So im trying my best
http://prntscr.com/u0pe11 im trying to explain u i want to make this
im not talking about the chat
im refering to the player tags it self
does the vip rank show as prefix and staff rank show as suffix in lp user <name> info
The prefix yes, but it doesnt care i think bcs im managing the tags with nametagedithttp://prntscr.com/u0peyj
It is entirely up to NTE to show a suffix, are you sure it's able to?
Like in the NTE config is set
then add a suffix line for their vault suffix
idk how NTE does it but it certainly should support vault
It does?, this would be pretty more easier if yes
Well, take a look at their documentation
@fluid zinc use TAB and Vault and Essentials 😄
@gilded nova Isnt a bit laggie?
And Luck Perms
@gilded nova Isnt a bit laggie?
@fluid zinc no bro
xd
NO LAG PLUGINS
I know
yo con 4 gb de ram y 100 negro levante sin lag
eso
A ver
Does anyone know how to get rid of the message when you join your bukkit server and you're an admin?
Welcome, (username)! Type /help for a list of commands Type /list to see who else is online Players online: 1 - World time: 6:00 AM
Again I just want to get rid of all of this not just some
Edit the motd.txt of essentials, or disable it altogether in its config
that sounds like essentials, yeah
ok thanks
@fluid zinc the way name tag edit works is you define the tags in the config and you also define the permission for them such as nte.vip. then you give the rank the permission
Here's an example
windows 10: "install" - checking for updates - [insert about 2 "next" button options here" - checking for updates - chose what to keep - checking for updates.. Damn this HDD's gonna be full before the OS actually gets to install..
Im using multichat plugin and spammed on my server and for some reason my prefix goes and comes back?
Anyone got any experience with multichat?
I like it
Is it customizeable?
Cross server with discord built-in
Like the plugin prefix
Very customizable
Not really beginner friendly tho
You can make it say anything
thats good
Custom channels
Idk
That's like a towny thing
oh nice
multichat is pretty good
but so much config
its sO much config
then each individual server has its own config
Chat app
yeah
You physically join a server but all you see is chat
yeah ik
Can't move
I use it a lot lol
Been using it for years
bro 5g is gonna be the end of the world
i have to wear a foil hat when i leave the house
wow
We're using like 29-49
Smashing
The thing is. An umbrella can literally block the signal
Only umbrellas
what abt if u wrap ur phone in foil
Signal booster
xD
I used to use aluminum foil to steal my neighbors wifi
I had a USB wifi dongle on 10 feet cable and I made a satellite dish out of the foil and put it on the dongle then pointed it at their house
did it work XD
Yea
u had their wifi password?
I went from 1 bar about 5mbps to 4 bars and 40mbps
Then so I didn't have to keep my pc in the kitchen
I shared the internet to my router
wow
And boom whole house had internet
Cause they dumb
big dumb
Someone did it for them prolly
lol
their other neighbour pretending to be a technician and disabled the pass for free wifi
I mean tbh I could leave a open wifi connection and steal peoples info since I'm always moving and most other truckers are dumb
Most people don't know that public wifi isn't safe
oh yeah
u can like get into ppls webcams
u could also remote desktop onto pcs
if u somehow got the pass
More like get their banking info kol
yeah
Just being on the same network you can do stuff. If you control the network you can do more
like me
The fact that scam calls are still a thing proves how dumb people are lol
xd
I'll talk to them to waste their time
can u send me $500 dollar in westerrrn unioon
Or if you pretend you're a business when you answer they hang up
xd
I don't need to pretend tho lol
so u charge 500$ for build
No lol
xd
2k worth of parts I'd charge about 2150
wow
so ur decent
normaly if u build pcs urself u like get it for half price
cuz its cheap to get the parts from like amazion
cheaper*
and build it urself
Yea cause they charge too much plus they save 10%-20% by buying in bulk
can i see the website :)
do you have a database named advban
Which happens to also be running on the same machine the servers are running on
You set the password right, what errors does it give in console.
my root aint got a password xd
thats probably part of the issue
When i try to join the server i cant because of database stuff
ok ill give root a pass
did you even read the console or check logs to see what the server is attempting?
oh
I did before but it didnt work
i used only those perms on it
that was a stupid idea
they cant even create stuff with that
oml
I'm bak bois
Cool
You're cool
Does anyone know anything about ftp clients and subusers getting access to it?
I have a subuser account for this person who is doing some config for me, but he prefers to do his work via ftp. He says that I need to unrestrict some settings so that he can use ftp. There are some settings that were left unticked for him because I don't want him deleting files. Would he need all settings ticked to use the ftp?
Depends on your setup
"Normal" FTP doesn't have those options
What options are you talking about?
@random shale
It's okay. My host provider responded with "Only main users are allowed to ftp"
Thanks Brain
The thing is someone asks for "all permissions" the first time they try to work on your server (and you don't know them) that's typically not a good sign
No he didn't ask. I just assumed that was the reason why he couldn't use ftp.
He's just asked me to use my account though. Under the circumstances I think I should but I know there is risks to this.
Never heard of the latter xD
@uncut jungle
Whats the best plugin to change the look of your username?
does anyone know how I can fix this, everyone on my server can pvp in the nether but not in the real world
I have put pvp on allow though
/rang <Player> <group> someone know a plugin to use this wir luckperms? I want Sponsor can give VIP to a User for 7 days. With 30 days cooldown. I have a cooldown plugin but i dont want User use /lp User Player group addtemp Krieger 30d you know i want /VIP (Player) than that get it for 7 days 😅
Look for a custom commands plugin with cool downs
@green hornet what is it exactly you're trying to do? when does that message come up?
I can't do anything as a default player
What is "do anything"?
Do you have EssentialsX AntiBuild or Protect?
EssentialsX
Let me rephrase
Do you have EssentialsXAntiBuild or EssentialsXProtect?
Any of those?
both
Do you need them?
I have a different plugin for claiming so I think no
You can take a look at what they do in here, but I never saw anyone using them
https://essentialsx.net/wiki/Module-Breakdown.html
If you're going to use another plugin for claiming and protection, I say they are safe to remove
np
Look for a custom commands plugin with cool downs
@lofty compass i have cooldown plugin but i dont find ab command plugin that have the Player args
@fluid zinc the way name tag edit works is you define the tags in the config and you also define the permission for them such as nte.vip. then you give the rank the permission
@lofty compass Ye, i know that, but i cannot give a player a permission of a prefix and another permission of a suffix and make the two work
Does anyone know a good plugin to change how your username looks like
I want mine to be bold and a different color
I want mine to be bold and a different color
@random geyser i use this https://www.spigotmc.org/resources/lpc-chat-formatter-for-luckperms-now-supports-rgb-1-7-10-1-16-2.68965/
Cool thanks!
@tight chasm But how do you change the look of your username in the plugin?
wait
In Minecraft, there are color codes and format codes that you can use in chat and game commands. Here is a list of color codes and format codes that are available in Minecraft:
oh thanks, but I meant whats the command
look at list for format codes
/lp user/group {user/group} meta addprefix {priority} &6&l[Owner]
nonono
I meant how to change the look of your username not prefix
Whats the command to do that ^^^
yes but the original question was whats a good chat plugin to change the look of your username
I use essentialschat and Townychat so far but I dont think that they allow you to change the look of your username
If you know of any good plugins that can do that please let me know
Essentialsx allows it
/nick <new name>
You should probably also only use one chat plugin
there is also a group-format feature in esssentialsXChat which will allow you to have different format for different rank
when i use essentialsx spawn that prefix not works when i add it in luckperms 😄
essentialsx spawn??
you need vault as well
yeah i have vault but not work
Larry, I tried but You can't really change the color of your name
ok my name is now yellow haha
Also I hate how it has the ~
Right near the top of the (massive) essentials config
2.17.0 is last version or?
i only find on bukkit the 2.17 O.o
don't use bukkit
Either the server software or the site
Use spigot for getting plugins, and paper for a server software
i have paper
Also the ~ is configurable. You can remove it if you read the config
Same with the permanent red
It's literally the first option
Ok so you are telling me that in essentialsxchat I can change everything with the nickname
like remove the ~, change color and make it bold, obfuscated and italicized?
ah found the essentials website there have last files 😄 thanks
/eco
I use essentialsx and vault
The essentials eco commands
ok my prefix work now with essentialsxchat with the newest version ^^ thank you
/eco for admin bal management, /pay for player transfer
_11 you a beast
is there something above that? looks kinda important
it's probably nucleus, maybe ask their discord
My server is doing some weird stuff, so it's randomly making blocks disappear and its changing them into terracotta or grass
how do I fix this :CCCCC
remove the plugin doing it
I don't know whats doing it thooo
remove half your plugins, see if it persists
if it does, the problem is in the half you still have
repeat
It is literally, mathematically, the fastest way to find the problem
Hey that's a sorting method lol
isnt it binary or something
I cant remember
Also.. Towny spawn on a floating island. Interesting
binary search
does anyone know how I can fix this, everyone on my server can pvp in the nether but not in the real world
Who has experience setting up pterodactyl on a VPS?
does anyone know how I can fix this, everyone on my server can pvp in the nether but not in the real world
@fierce beacon probs grief prevention or somethin. Look in configs
Help its very important.. I have 32 Plugins and using 1.8.8 spigot. If i upgrade to 1.16.2 some of them won't work its ok but will my world get saved? will new end spawn itself? will there be bugs or?
Its really important my players want 1.16.2 but im scared if i do i lost all worlds/end/nether and get bug hard of it?
just make a backup lol
@potent prawn okay ill try my luck D:
Hey Buens! Please don't tag helpful/staff members directly.
always best to be on latest
@potent prawn i backup server guess what happened i can't turn it on anymore.
Hey Buens! Please don't tag helpful/staff members directly.
Backup 1.8.8 , and did go 1.16 trying backup 1.8.8 can't start server
It turns off
Rip my 15$
i don't know why you keep tagging me
not sure wat you mean
how are you backing up? copy and paste the entire server folder?
Are you on Linux server?
Anyway going directly from 1.8.8 to 1.16 is not recommended
You can still try with --forceUpgrade
They probably updated to 1.16
realized they fucked up
And then tried to backup lol
Like hit the manual backup button after updating thinking it would revert
Riperino to your server mate
@lofty compass no gore please
You're gore
@modest compass maybe essentialsex blocking it
Hey ⛅𝕄𝕣.𝕊𝕞𝕠𝕜𝕖✨! Please don't tag helpful/staff members directly.
idk if you ahve essentialsXProtect or antibuild maybe?
!moss if you think its an essentials issue
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.
Does anyone know any scoreboard plugin that has how to get the [] tag? Please!
@lofty compass boi.
- What Scoreboard plugin?
FeatherBoard
Okay, did you install this https://www.spigotmc.org/resources/mvdwplaceholderapi.11182/ and follow the instructions here https://github.com/lucko/LuckPerms/wiki/Placeholders#mvdwplaceholderapi ?
FeatherBoard seems to require MVDWPlaceholderAPI
Required dependencies:
MVdWPlaceholderAPI 2+: Required for placeholders/start the plugin
The plugin won't start without this. https://www.spigotmc.org/resources/mvdwplaceholderapi.11182/
I'm already using MVDW
Did you follow the instructions from here then? https://github.com/lucko/LuckPerms/wiki/Placeholders#mvdwplaceholderapi
Yes
So you downloaded the LuckPermsMvDw hook?
Hey Shimaah! Please don't tag helpful/staff members directly.
Did you restart your server?
try {luckperms_prefix} - mvdw is different
does /papi parse me %luckperms_prefix% show your prefix
/featherboard placeholders does that show the placeholder?
that's a command? oh then yes do that ^
oh dear, looks like you'll have to scroll for a little while?
Rainbow
showing 1-9 of 1875
I can't test it sadly, I only have AirBar

But how do I solve that "mistake"
What version are you running on?
@vocal rivet, 1.8.8
Hey Shimaah! Please don't tag helpful/staff members directly.
@past cloak spanish?
Portuguese
Do any error messages appear at startup?
Well, maybe contact the developer of FeatherBoard and MvDwPAPI
PAPI doesnt work with FB
La chancla
No hablo
mmm delicious
holy scene out of fucking toy story 2
!commands
Find all of the available LuckPerms commands on the wiki.
+6
someone know how to autostart minecraft server when the root server is restartet?
depends on your OS but if it is Linux you may want to look at creating a systemd service
Uh-- Need some help
Can I add [example] permission with one time use?
Ok i'll try
Thank for the suggestion
Hi i use deluxeHub .Which has a built-in scoreboard and custom tab. On the scoreboard it says "% vault_rank%" but even if I have the rank it doesn't change. I installed luckperms, deluxeHub, vault, essential, vault.
Uh-- Need some help
Can I add [example] permission with one time use?
@fluid lake u can do this with citizens but not with luckperms
velocity has the same config as bungeecord?
hello
how to show the rank in tab list
@cloud mulch please don't post in every channel!
you need a tablist plugin to display a prefix in the tablist
Sorry! I do not understand the command !tab
Type !help for a list of commands.
Anyone here knows any plugin that disables the movement of all mobs? Aggressive or passive mobs, like they don’t move from their place and neither do they attack, or is it a vanilla thing that I can disable?
Sorry! I do not understand the command !tab
Type !help for a list of commands.
Oh, what I meant was the place it globally for all mobs. I saw a server doing it, don’t know if it’s a custom plugin or not
You can have a repeating command that gives the tag to all entities
Though they will never move ever
How high can it get?
How do i stop mobs from being able to enter an area with worldguard
like endermen cant tp
and mobs cant walk in
Region flag
which flag
ok
EngineHub (WorldGuard, WorldEdit, Craftbook): https://discord.gg/enginehub
prob a better place to ask ^^
ok
how to get rid of the < > in between names on my server for eg. <somerandomign>
that's up to your chat plugin
List of Tab list plugin then will show prefix??
That sentence makes no sense, sorry
!bulkedt
Sorry! I do not understand the command !bulkedt
Type !help for a list of commands.
!bulkedit
Quickly update a large amount of user and group permissions by using the bulkupdate command.
Hi
I personally dislike eclipse, but each on their own
hm
I also know someone that develops Java using VSCode, which also works pretty well, but for me IntelliJ is the way
at least for java
yea, ive seen a couple people work in vscode
for everything else, VSCode
I just don't get why people don't like eclipse
Bad experience with it
ah
I had a bad experience with eclipse, and was stunned about IntelliJ, thats why I selected that
Eats mine too (if I have 20 other chrome tabs running, and VSCode with a webpack server)
Webpack server?
I always have over 40 or more tabs of chrome opened
React dev server, uses webpack iirc (maybe I get something wrong, idk)
I want PHPStorm, and Adobe Dreamweaver
buy it
No money
well, there is another way around it for free
I won't crack it
That would be a big licence violation, and could get me into trouble when I want to sell our websiftware or try to use it comercially
yea I guess
Maybe, my java is not that good ( looking to finding a bug in CloudNet since over a week now )
Yes
pff XD I said each on their own
I am never happy 🤔
but deep down in your heart?
I am never happy
Makes sense
how do i import?
Import what were and why?
eclipse to intellij
But I am not smiling, I am always a neutral expression
There should be a option when you open a project to select the eclipsefile
Step 1) Search "import eclipse project to intellij" using your favourite search engine
Step 2) Open result that looks promising
Step 3) Read
Open or Import
You need to add Java 8 to intellij
OpenJDK ftw XD
I will never accept the oracle TOS
OpenJDK is just java without these ridicolus Oracle terms
You can't like them, because you are officially not allowed to sell anything unless you have a oracle developer licence
