#general
1 messages ยท Page 242 of 1
Yo guys anyone here know if it is possible to set up a bungee cord without paying for the Proxy on Apex hosting ?
Yo guys anyone here know if it is possible to set up a bungee cord without paying for the Proxy on Apex hosting ?
@hidden atlas bungeecord needs a server to run on no questions asked
whether you host it yourself, or pay someone to do it is up to you
hosting costs money, theres no way to cheat that
i was just hoping to not have to pay for the proxy but thank you guys guess i gotta pay up
you need a proxy if you want to connect servers lol
It isnt that expensive to host a bungeecord
Yeah i figured
A 1โฌ vm should already do fine lol
bru
just permbanned 2 guys from my server
why do people think its fun to grief everything they see
good thing i have rollback ๐
then
but the area they griefed isn't since its an trusted zone
and not even nearby the spawn
lol
yeah lmao, theres servers with an easy to use landclaim plugin and then they get mad when you steal from a place that isnt claimed
i assume if its not claimed they moved out or havent played in a while
yes yes
@short warren log was hard to make
its done using litebansAPI
it triggers on every entryAdded and entryRemoved
Why would it be hard?
You could just send a webhook to discord
takes like a couple of lines of code
Do you use webhooks or a bot?
bot ofc
Ah okay
main bot of the server
Makes sense
tim is your plugin open source?
Yes
bans are synced tru discord
alright found it
so if ur banned on mc and ur in discord. then ur banned on discord aswell
i probably wouldnt ban on discord because thats the easiest way to appeal
unless they spam or something of course
then its just a java for (int i = 1; i < 26; i++) { if (Common.getConfig().getString("player-report-fields." + i + ".title") == null) continue; eb.addField(Common.getConfig().getString("player-report-fields." + i + ".title").replace("{player}", playerName).replace("{report}", report).replace("{target}", targetPlayer), Common.getConfig().getString("player-report-fields." + i + ".content").replace("{player}", playerName).replace("{report}", report).replace("{target}", targetPlayer), Common.getConfig().getBoolean("player-report-fields." + i + ".inline")); } yeeeet
HAHA
why that long
well
MUH EYES
and why does your config file contain webhook links already in it
so people know where to put them
that confused me forever, but tbf im kinda stupid
also its funny seeing people who download the plugin send webhooks to my discord channel ๐คฃ
hey minty
you all are kinda geniuses with java
is there a good tutorial for how to have a .yml config thing
is there a good tutorial for how to have a .yml config thing
@short warren wdym?
In your plugin?
You just like add it to your resources
yeah like where it runs and then you get the .yml with config options
how do you read from it though
getConfig
Set instance in your onenable
and make a getInstance method
and in your otherclasses you can do blahblah.getInstance().getConfig().getString("yeet")
public final class BetterReports extends JavaPlugin {
private static BetterReports instance;
@Override
public void onEnable() {
Common.log("&aStarting...");
// Setting the instance to the current JavaPlugin instance
instance = this;
// Registering commands
getCommand("report").setExecutor(new ReportPlayerCommand());
getCommand("reportbug").setExecutor(new ReportBugCommand());
getCommand("betterreports").setExecutor(new AdminCommand());
// Saving the default config
saveDefaultConfig();
// Displaying the successfully loaded screen in console
loadingScreenFrames();
}
public static BetterReports getInstance() {
return instance;
}```Main class ^
Then to get the config I did java BetterReports.getInstance().getConfig().getString("config-string");
so would that .getString("yeet") string return like yeet: option here or would it be set to option here
alright easy enough then, thanks
np
was expecting it to be a lot harder
if you make events and/or commands in your main class you could just do getConfig().getString(). The get instance is for use outside of the main class
do i need to import anything
if youre using intelliJ just let it work its magic
but no
well you shouldnt need to
is there an easy way to sync code between 2 computers?
im guessing use github and upload it to there as a commit and then download the code from there
yeah github
clone it and when you make changes push them to your repo
then you can just pull changes from your repo
whenever they happen
which is like 1 button
Why do you need 2fa lol
I mean hypixel staff uses 2fa
you gonna ask them "why do you need 2fa lol"
I would theorize that they are at a special place in terms of potential for chaos
Hypixel has like 100000 concurrent players so I understand
And these people are like full time employees
So that implies smaller servers using 2fa are a joke
Yes
There's no point
Unless someone knows your password
Yeah authme or something is already more than enough most of the time
You can use it in non cracked for some things
Tru
I use minecraft version 1.12.2 which LP ver 5.0 doesn't support. So I use ver 4.0 and the LP doesn't support it (You have very old / outdated version of LuckPerms installed on your server. end of this month. Please update to the new version of LuckPerms as soon as possible to continue using the online applications.)
Is there any way to use it on minecraft 1.12.2?
That's very much spam
and yeah please fuck off with posting in every channel.
HAHQHQ
Imagine being so fucking impatient and paste your question in every channel
Thatโs the most childish thing I can ever imagine
I doubt that this person is above the age of 13
if so, we can ban for tos violation :)))
Yoooooo
So like
Is anyone here an app developer
Can u make an app where we post memes
The one I use is down rn and idk when itโll be back up
I mean android is java, and most of the developers here are likely java devs 'cause MC, so yeah I guess there's technically a bunch of app developers here?
Eeh.... the ecosystem is quite different
Well yes of course
plus I have no idea how you build apks
(there's probably a gradle thing for that I guess?)
Thing is, with both Bukkit and Android, you don't do Java, you are doing the API
(there's probably a gradle thing for that I guess?)
Yep
Eeh it's weird IMO but it's a good experience
What about reddit zaid
lol
Just stay off of r/memes and all the larger subreddits
Reddit memes are great tho
https://gyazo.com/6e5152f5b1029d4ffd99eadecb126b2e
@latent tendon btw Thras now that I was looking at this again, it's not the smartest of ideas to compile a Regex pattern every time you call that method, regex pattern compiling can slow down processes by a lot (to the point of very noticeable tps drops), you'll defo want to keep the Pattern in a static final variable.
Hey everyone
Been reading up on some of the advice you guys gave me last night, big thanks to all who helped. Paper runs so so good!
I can't seem to find essentialschat, other than essentialsx. Since I was still using craftbukkit and not paper, are we still browsing for plugins on spigotmc.org or dev.bukkit?
@random grotto
- https://essentialsx.net/downloads.html for EssentialsX and EssentialsXChat. Basically use this instead of old essentials.
- Most big plugins have their own website, but otherwise you can search on both spigotmc and devbukkit, just make sure the plugin you want to use is updated to your MC version. CraftBukkit plugins and Spigot plugins are compatible with Paper.
The essential plugin for Spigot servers.
Anyone here who can help me setup Simple URLs https://gitlab.com/ruany/litebans-php/-/wikis/Simple-URLs for Litebans using IIS?
First get WebPI, thats a software for IIS
The Microsoft Web Platform Installer - WebPI provides a simplified installation workflow for installing common open source web applications and web platform technologies
this one
ok done ๐
When you installed it you open the IIS manager, select the WebPlatform installer ( it has a orange circle with a pointing down arrow ) and search for "php 7.4"
BTW I am using Plesk and running PHP 7.3.23
You should upgrade to 7.4, anyways the rewrite engine, you need the Rewrite module for that. You can also find that in WebPI
Ok upgrading to 7.4.1 now ๐
then you create a webspace, download the files for litebans-php and put it into the webroot folder. Just to verify that nothing else is missing I amma start up my server machine that has all of that done
Ok I've upgraded my PHP Version and I believe I have the Rewrite module. I already have the litebans website setup.
I just need help setting up the Simple URLs portion
Simple URLs are working for my entire site except the LiteBans portion
<rewrite>
<rules>
<clear />
<rule name="MatchExistingFiles" stopProcessing="true">
<match url="^.*$" />
<conditions logicalGrouping="MatchAny">
<add input="{REQUEST_FILENAME}" matchType="IsFile" pattern="" ignoreCase="false" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" pattern="" ignoreCase="false" />
</conditions>
<action type="None" />
</rule>
<rule name="RemapMVC" stopProcessing="true">
<match url="^.*$" />
<conditions logicalGrouping="MatchAll" />
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
you need to put that part inside your web.config file. It should replace the pre-existing rewrite block
<rewrite>
<rules>
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
</conditions>
<action type="Redirect" redirectType="Permanent" url="https://{HTTP_HOST}/{R:1}" />
</rule>
<rule name="MatchExistingFiles" stopProcessing="true">
<match url="^.*$" />
<conditions logicalGrouping="MatchAny">
<add input="{REQUEST_FILENAME}" matchType="IsFile" pattern="" ignoreCase="false" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" pattern="" ignoreCase="false" />
</conditions>
<action type="None" />
</rule>
<rule name="RemapMVC" stopProcessing="true">
<match url="^.*$" />
<conditions logicalGrouping="MatchAll" />
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>```
this is the only rewrite block inside my web.config file
good?
Oh, well you need to add the rules then, it should look like this at the end:
<rewrite>
<rules>
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
</conditions>
<action type="Redirect" redirectType="Permanent" url="https://{HTTP_HOST}/{R:1}" />
</rule>
<rule name="MatchExistingFiles" stopProcessing="true">
<match url="^.*$" />
<conditions logicalGrouping="MatchAny">
<add input="{REQUEST_FILENAME}" matchType="IsFile" pattern="" ignoreCase="false" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" pattern="" ignoreCase="false" />
</conditions>
<action type="None" />
</rule>
<rule name="RemapMVC" stopProcessing="true">
<match url="^.*$" />
<conditions logicalGrouping="MatchAll" />
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
This just broke it for the site :/
can you pastebin me your whole web.config?
yes ๐
Hi there.
Does anybody know how to disable fallback aliases and tab complete on 1.16? ๐ฎ
I tried it with ViaVersion but it still works. I mean it's okay to tab-complete commands where you have permissions but I don't get why players are allowed to see every single command.
I really would love to change that :3
Hi there.
Does anybody know how to disable fallback aliases and tab complete on 1.16? ๐ฎ
@red jay wdym fallback aliases?
PL-hide allows you to disable commands
Fefo please change your obnoxious name
I mean if the plugin is made properly, it shouldn't be suggested to the client when they don't have perms
^
Well it also works with world edit world guard, those are pretty common plugins :o
I mean if the plugin is made properly, it shouldn't be suggested to the client when they don't have perms
@gilded nova
Hey FlakeZ! Please don't tag helpful/staff members directly.
oh sorry
In my case it does. I never had this problem on 1.12 tho
uuh well idk how viaversions works with suggestions but those work as intended for me
download PL-hide if you want to stop tab completions and shit
Sounds interesting. I'll give it a try. Thank you ๐
Tbh, it does not really matter if the players have access to view them. But I want it nice and clean. ๐
Would be a pain for a lot of people if they don't get tab completions
I mean not that worldguard has any lmao
wg dont suggest commands
fuck im hungry
h-
hi h-
hi hungry
I'm fefo
default rank, no perms, but can see all. I hope pl hide can get rid of those fallbacks ๐
hi hungry
@gilded nova hey dad
Hey Tim__! Please don't tag helpful/staff members directly.
default rank, no perms, but can see all. I hope pl hide can get rid of those fallbacks ๐
@red jay It will
idk what youre calling fallbacks
if you really want it nice and clean, I suggest you set send-namespaced: false in spigot.yml
but it will
I dont want to hide the plugins, I just want to get rid of those :command
those are no fallbacks lmao
Im all for hiding plugins, but not blatantly taking devs names and/or changing the name of plugins and claim it's custom
if you really want it nice and clean, I suggest you set
send-namespaced: falsein spigot.yml
will basically not send the ones prefixed withpluginname:
Dont they exist for the case there are multible plugins using the same command?
yes
they will still work if you type the command and send it
it just won't send the suggestion
Well that's a use
and I mean, with the amount of commands essentials has between the regular ones, prefixed with e, and all those prefixed with essentials:, it does keep my suggested commands bit more shallow and clean lmao
Eww, the privacy policy on the mcserverrant website is not gdpr compilant
https://mcserverrant.weebly.com/rants/why-you-shouldnt-hide-your-plugins
Ignoring the typos, this is fax
I already sent that in
Yea I wanted to say I agree
But the PrivacyPolicy still needs a big update
Stuff like Google Analytics is not even mentioned at all
And the language needs an update
Stuff like Google Analytics is not even mentioned at all
TAKE IT DOWN
Mabbe I should contact Brain
Well if itโs BrainStoneโs article, ...
I am only an ass when the people, which I warn about the non compilant PrivacyPolicy, tell me that they know it better and I have no idea what I am talking about. E.g. my old school
Well the article isnt wrong tho
Nah its not wrong
My schools PrivacyPolicy:
We are following the Privacy law of NRW
I told them that thats not GDPR compilant, they told me that they know it better and I should do my research before complaining to them, So I contacted the agency responsible for Privacy ( LDI ) and told them about the website, a week later the school was forced to update it and had to pay a penalty fee of 20kโฌ, which the webmaster, which was the dud that told me I have no idea what I am talking about, had to pay 60% of it alone
Rainbat, thank you again for the help
It is now 8:41am and I will be going to sleep now, goodnight
It was a great feeling. Because the webmaster was also our Database teacher, which always placed himself on the throne of knowledge. Whenever I did something He didn't know he told me I am a idiot and that he knows it better
Goodnight
I had fights with all of my teachers XD
They still teach methods from the 80s, but I was doing up-to-date stuff, which they didn't like and said "Well its not how we do it here!"
My schools PrivacyPolicy:
We are following the Privacy law of NRWI told them that thats not GDPR compilant, they told me that they know it better and I should do my research before complaining to them, So I contacted the agency responsible for Privacy ( LDI ) and told them about the website, a week later the school was forced to update it and had to pay a penalty fee of 20kโฌ, which the webmaster, which was the dud that told me I have no idea what I am talking about, had to pay 60% of it alone
LMAO
The webmaster deserved it
The one thing I hate most is if people act like they are better then me. Do that around me and you have not only lost all of my respect, but also have made a enemy
MC Server only works in offline mode
?
in server.properties it only works in online-mode=false
!faq check the last question in here
Check out some of our frequently asked questions.
so there is no 1.16.3 luckperms
You can download LuckPerms for Bukkit/Spigot, BungeeCord, Sponge, Nukkit and Velocity.
LP works all the way down from 1.8.8 to latest
MC Server only works in offline mode
@onyx ledge that is factually wrong lol
how
unless you are unethical and dont pay for an minecraft account
When it is online mode it says that no authentication servers
lol rip
and im already on lp 5.1.26
I mean, I suggest you update LP lmao
bruh i cant read
i see
alright lets see if this loads
I mean, it has nothing to do with LP if Mojang auth servers are down lmao
theyre not though
also you are very vague with "wont load"
^
When i have in server.properties online.mode true it gives error /ERROR]: Couldn't verify username because servers are unavailable
but whne online.mode=false anyone can join but do not have their inventories
well because if you do online-mode=false you are basically getting a completely different unique identifier, not the one provided by mojang
and that to the server is a whole different player
unless mc auth servers have been down for months I do not know the problem
definitely not down for months
sounds to me like you have something in your connection blocking the link to the auth servers
yea ^
sounds like a firewall issue
could be a firewall setting, your ISP
I have tried firewalls off and on but yeah
if you're running the server on windows, an antivirus probably too, depends, it really depends
avast antivirus
hmMm
I just use windows defender, always worked perfectly (because I don't click weird download buttons lmao)
what would i have to check to bypass the firewall
could be many things honeslty
you can easily check that by running a ping
pin pointing the one (or many) that's faulty may help
idk lol
I just uninstalled avast to use windows defender
might need to restart the whole server
and im a noob at this so how to i ping those
They all work
after removing avast
maybe avast was the issue, does it still not let you in with online-mode=true?
ill try again
nope
[10:08:14] [User Authenticator #1/INFO]: Disconnecting com.mojang.authlib.GameProfile@144f32c8[id=<null>,name=DNSGriff,properties={},legacy=false] (/51808): Authentication servers are down. Please try again later, sorry!
[10:08:14] [User Authenticator #1/ERROR]: Couldn't verify username because servers are unavailable
[10:08:14] [Server thread/INFO]: com.mojang.authlib.GameProfile@144f32c8[id=<null>,name=DNSGriff,properties={},legacy=false] (/51808) lost connection: Authentication servers are down. Please try again later, sorry!
just removed my ips from that
I leave the ip in server.settings blank should i put my ipv4 there?
not necessary
you can put the server address (the one it will listen to for connections) but it's not necessary
k I have 20 plugins installed. ill just uninstall the ones I am not going to be using than ill check the ones I will be using
Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
is that the usuall message?
This server is running CraftBukkit version git-Spigot-57bbdd8-b8dd5ec (MC: 1.16.3) (Implementing API version 1.16.3-R0.1-SNAPSHOT)
there are no errors in the log
youve already checked firewall?
Could me hosting with McMyadmin be the probelm which i use to host
And i have checked the firewall to the extent of my knowledge(limited)
It shows up as online too on mcsrvstat.us
https://www.spigotmc.org/resources/uuid-playername-save-file-converter.558/ This plugin could solve my problems. I hope
im just going to manually change all playerdata dat files from their online UUID to their Offline UUID
So i changed all those in the playerdata and in my /home plugin lets hope it works
OOO IT WORKED
IM A GENIUS
Ty guys for the troubleshooting part of iT
I mean you still can't run on online mode lol
true true but I dont really care about that I still have a backup of pre offline only mode so its ok
๐
Heyyyyyy
You can try that if youโre having issue with formatting
Hi
!help
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!chat
!colours
!commandequivalents
!commands
!config
!context
!default
!downloads
!editor
!errors
!essentials
!extensions
!extracontexts
!faq
!helpchat
!inheritance
!install
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
is that new? ive never seen it before
I don't know lmao
It's a small rectangle for me 

F
go update your discord then, it probably is new
hmm there is an update available, I assumed it was cause android is meaning things up somehow
Screw GoDaddy
isn't that a known fact of the internet?
They raised the price for my domain by 100% over the last year. They want me to pay double the price
I just transfered it to namecheap
what the fuck do they not understand customer retention?
No idea, but I am done with them. Each year they raise their prices and then these so called "Premium Domains" .. seriously what the f. I search for a specific domain with ending, oh of course its premium at GoDaddy and costs 5kโฌ+, I search for the same domain on namecheap -> 9usd for the first year.
I am now starting to slowly move all my domains over to namecheap
^^^
Whenever one of my domains is shortly before running out, I wont extend it but rather transfer it. They just lost a loyal 7 year customer
In their support forum they explain it with "We dont set the prices, the ICANN does" Well if that would be true ( which it isnt ) then why can namecheap offer a way lesser price for the same Fing domain? They also register it at ICANN -.-
I will not give up my Rainbow-Dash domain
and if namecheap does the same shit? Well I will move it again to a cheaper registar, easy as that
Holy F, Namecheap offers a 20% discount for switching from GoDaddy to them XD
I didnt saw that till I already checked out XD
Its deffinetly settlet now, I will switch all domains asap
There is no place like 127.0.0.1
Discord.JS?
Oh, I see
Next time you should use code blocks
ternaries are fine
Well that piece of code looks fine to me
I just didnt know that also works with JS
I just knew for php lol
You know whats also fun? Having absolutely no motivation to do anything at all but feeling the urge to do something
alrighty then
Uh, okay
Anyways hello
sup
Headache a day keeps the good mood away
He joined the OwO cult
looks good
If it was that good, its gonna burn a second time
Eat
._.
Do u guys know any Login plugin that has /Premium feature and can connect to bungee?
Online mode
dont start again unix 
I know a great solution that ensures each of your players is who they say they are and uuid spoofing isn't a thing
Authme! /s
Authme doesnt have premium mode I think
Sounds like a you problem, go pr it and fix it and while your at it delete it
Online modeeee!
If you guys had to list the top necessary plugins for a Hub server what would you say
I'm negative 70$ on paypal pog
which translation engine use luckperms?
Just switched to crowdin for translating and luck wrote his own locale system iirc
okay
Another Whovian
holy shit they actually added 2fa
in a roundabout way, yes
Now just to be clear, migrating from Mojang to Microsoft accounts is mandatory.
wow, "Staff", no need to be rude
Require a microsoft account so they can have more details from people eh...
> implying they don't have it already
yeah what's with the capes btw? been hearing a lot of noise around them, but I didn't find myself interested enough to actually google anything lol
kind of stupid that capes will be on every account now though
it ruins the whole point of them imo
that's
that literally defeats the whole purpose of having one.....
if you havent bought mc by now though your probably never will
so it still is like 90 percent of players
2fa is a huge deal
What kind of 2fa?
I assume otp
probably whatever Mojang accs use
TOTP is easy to setup
Kinda
because you are making a thing run that provides access to cracked software
But better safe than sorry
im not sure how direct is has to be though, up to discord mods
Theyโd be crazy to shut down a server like this
yeah it would probably just be a user ban if anything at all
because the server or server owner itself promote that stuff
idfk know though
Optifine cape 
Aight new OffTopic error: When I restart my server or do /reload players lose their items that were on the server. I see it makes it dat_old files so its corrupted. But is there any way to get those items back to their new dat files? I did just install a plugin after this last restart created another wipe that saves players inventories when they die or log off so future errors I can recover their items. But is there any way to recover those items from the corrupted dat files?
dont use /reload
i have no idea what your issue could be, but you just shouldnt use /reload in general
no shet. I have learned that. But I want to know if there is anyway to recover the lost items in the corrupted files. And i have researched the /reload error is when using skript it breaks
Only five players including my self lost items so it wasnt a huge loss but still a loss.
the /reload error is when using:
WorldGuard
WorldEdit
Quests
mcmmo
ProjectKorra
etc...```
it breaks
But I want to know if there is anyway to recover the lost items in the corrupted files.
Depends on the files, the format and how corrupted they are
french already completely translated okay
Im just going to give the players who lost items their items they told me they lost, its a vanilla smp so its only diamond armor with elytra and diamond tools but now i have plugman and a plugin that tracks player items upon death and logout so it should be fine now. I see no more reason to restart or reload now. Ill do /quit from now on
Don't use plugman
what should I use
restarts
/restart will fully stop the server and invoke the startup script defined in spigot.yml
so yeah that works too
it's awesome
they just released an update today
more stability things
3000+ cheaters banned as well ;p
Hopefully my potatotop can run it until I get a better one
md5 rules the world
wait what
yep
what really
If you would like to request a feature for LuckPerms, or report a bug, feel free to open an issue on GitHub!
dammit @gilded nova there was also some other latency issues resulting in the instruction to ping being sent multiple times
@rigid widget
And then city's bot muted me ๐ฆ
๐ฆ
btw @rigid widget did you see my extremely useful awesome, rich and featureful PR to cloud?
no
you... removed a newline?
Correct
this is a new low
xD
Changing one number was bad enough
what is that smile cry emoji
๐ฅฒ


I have a PSA for a couple of great plugins everyone should consider for making gameplay more fun
The first is Milk
The plugin is great, even the reviews agree
The second is Bush, another great plugin. Very amazing https://www.spigotmc.org/resources/bush.85062/reviews
advertising?
nah, it's free and actually pretty great
wat do dey do
also check them reviews, got some high quality stuff
and maybe possibly coming to a server software near you lol
ads
what have I done :sigh:
?
I'm the developer of the plugins Larry posted

does someone have a jar file of gchat?
cause the zip doesnt work
and i translated it to jar but that alse doesnt work
Thanks
.
fun idea with translation. see if I can get time over and translate yourself. has translated another plugin and it took its time ๐ this one seems "only" to have 600 lines to translate ๐
YAY Physics class
I used among us characters since they'd probably be better than stick figures XD
does someone know a chat that allowes luckperms to show ranks but is not a global chat? (bungeecord)
!chat second link, look through a few of them
LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!
look at all the bukkit spigot ones
but they arent for bungeecord
you said you didnt want it to be global though
and the thing that are bungeecord have all global chat
i did but its not working i have Essentials X Chat installed on them
with vault
and everthing
that is doesnt do what it needs to do
first, run /lp info if the prefixes arent working at all
they are working
that is doesnt do what it needs to do
well yes no shit.. but I don't know what is it you want it to do
i just need a plugin that isnt global chat and i can put in my bungeecord server
thats the whole point of bungeecord chat plugins though
global chat?
yes
and why would that fix your issue
i still dont know what you issue with essx chat is
cause i dont want to speak with ppl out of kitpvp if im in the hub
then.. don't install a chat plugin on bungeecord?
install one on each server
that didnt work
what is it that didn't work
and it would be easy enough to fix if you gave enough info
what do you want it to do and what does it actually do?
what info do u want
what do you want it to do and what does it actually do?
i want to have a working luckperms for my bungeecord server without global chat.
Go on the backend server and type /lp user <user> info
now the same but on /lpb instead
if i do /lp it doesnt show my name it does when i do /lpb
!bungee
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
https://github.com/lucko/LuckPerms/wiki/Syncing-data-between-servers
offline uuid ๐
you have no prefixes set up
Double check that:
- Bungeecord
config.ymlhasip_forwardandonline_modeset totrue - All backend servers'
spigot.ymlhasbungeecordset totrue - All backend servers'
server.propertieshaveonline-modeset tofalse
i checked and i forgot it on 1 server to set it to bungeecord true
im restarting all servers now
Can we link #support-1 to the irc channel?
Theres an irc?
its working i think let my try
its on spigot
its working now thanks and sorry for the trubble
What is a good anti cheat?
Spartan or aac?
Other anti cheats are fine to a maximen price of โฌ30,โ
!help
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!cauldron
!chat
!colours
!commandequivalents
!commands
!config
!context
!default
!downloads
!editor
!errors
!essentials
!extensions
!extracontexts
!faq
!helpchat
!inheritance
!install
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!tracks
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
Dumb question, how does one use nms? what depend do I need to use it I'm dumb ignore me
wdym?
wdym?
what do you mean
how
what do you mean by time of ranks?
yes
like how to add a rank for a limited time?
yes
its one of the addtemp iirc
Guys does Hetzner sell VPS?
@gilded nova yeah
its called cloud or something on their webpage
you can check out ovh
https://i.imgur.com/ZLONkKp.png it finally compiled
what?
what did
some plugin I'm updating from 1.7 to 1.16
anyone know if there's a repo w/ paper-server? (1.16.3)
That would be illegal
git clone https://github.com/PaperMC/Paper.git
cd Paper
./paper patch
I need to use NMS and I have no idea how to use it because I've never worked with it. And github actions can't find the paper thing
nms is just net.minecraft.server and you can use it by having spigot (or I think even paper) as a dependency
Yes
Sorry, should have clarified
No
actually idk if its nms its the craftbukkit stuff
what does nms give access to?
Minecraft things
:o
actually idk if its nms its the craftbukkit stuff
do i add bukkit itself as a depend or?
No, the spigot jar
how many in private channels? ๐ค
https://github.com/Laarryy/PlayerHeads/blob/6c547c71ca65254c4217f6572d22a2fc38eda22f/pom.xml#L87 @trail shuttle
This is a plugin I started for about an hour and haven't had time to do anything with
@trail shuttle if you want to use NMS with ease adding it as dependency, I suggest you simply run buildtools, it will install the server jar in the local maven repo
That line is how you add nms
I am a firm believer in not appearing stupid through vulgarity
ah dont worry, you appear stupid through other stuff /s
Especially on public servers
Okay people
I need your help
I have a YouTube link pinned on my phone's clipboard
I have no idea what it is
So you tell me https://youtu.be/1Bix44C1EzY
congratulations, congratulations, congratulations, congratulations, congratulations, congratulations
Wanna PR some functionality to PlayerHeads
I have a little list I want to do and haven't done any of it
Of course I can
You know my ors8
Prs*
I can make 1 or with 120 changes
Or 120 prs with one change each
Got it
Ok so first I need a good way to get every player that has joined the server and their info, and save it, so I can access their heads using that heads api that's in the pom
The goal is to be able to spawn an invincible stationary villager that has an inventory with a menu of all their heads
Bukkit.getOfflinePlayers() is a thing
And a configurable item or vault currency cost for buying a head
DEAR LORD REALLY
Fml
It will return an array of OfflinePlayers of every player that has a .dat file in the server
So much searching for a good way to do this, and here you are with a solution
That's literally perfect
lol
Ok so on server start get all offline players async and then stash them in an h2 file
Or in memory
Not sure how 'giant-server-proof' I want this
I think memory should be fine
Yeah you're right
Just need their uuids anyways
Might as well get the Players, strip the uuid from them and just store the name and uuid
maybe aa suggestion to get the plugin path for the configs with getDataFolder()? Because not every spigot has the configs in /plugins/
??????

If your config and plugin data is not in the plugins folder you've programmed it wrong
Anyways @gilded nova what think you
@rigid widget
I gotta get back to work, if you feel like it, have fun
Coolio
pog

Mhmmm
oh no
๐
@gilded nova how's that PR going
This is wonderful! Oh boy am I having much joy! Aaahh yes, this is so pleasant!
Wut
@rigid widget what on EARTH is this directory naming convention btw
I'm changing that straight away lol
why are you importing like 2 APIs from the same server software AND 2 server software....
;-;
^ that directory stuff also breaks the plugin.yml

why do you have a PACKAGE as resource folder
larry wtf
expect me to restructure the whole project lmao
What the hell happened here
LARRY WHY DO I SEE STATIC EVERYWHERE
why does this look like it's been decompiled
was this decompiled?
Wait fefo what are u doing rn
I don't even know...
trying to put Larry's things together
yeah this is decompiled code 100000%
is github desktop worth getting?
Well now I am planning to entirely redo it
Don't screw with the code that's there just replace it
Wait fefo
I think I redid the pom locally
And forgot to push
Might be best to wait a couple hours until I'm home
So you don't need to redo that work, which I have already done
xpple.dev is mine now :)
dns cache says otherwise
im getting 78ms so most likely
Linode died. This is the first time in history chester died and syscraft is alive
lul
is github desktop worth getting?
@short warren learn git cli, no need for guis
https://cli.github.com/ this right?
that embed is useful though because it shows it off so you dont need to click on the link
...no lol
i have no idea what that is
but i meant just the original git
git clone
git commit -m "message"
etc
whatever you linked looks like a bunch of shortcuts, which could be useful but you really should learn the proper commands first
best way to learn how git works imo
ye
alright thanks
Sorry! I do not understand the command !tab
Type !help for a list of commands.
:(
:lul:
whats an easy mc plugin to make, i have no ideas and want to try it out a little
Java java java? Java!
good enough
Yes
Thanks I'm a coder. Scratch taught me a lot
Then make any plugin you like
๐คฆโโ๏ธ
Unluckperms here we come
Preference for something that uses only minecraft api, adding libs complicates things
any ideas though?
hmmmmmmmmmmmmmmmmmmmmmmmmmmm
But rlly tho
Do you speak java
nah only c#, still learning java, its congugations are kind of wack
there's a black ops 2 tournament on the 28th
@gilded nova we should move here
@rigid widget no
I mean..
project structure -> modules -> PlayerHeads and uuh select the java dir as sources
@rigid widget
that might magically fix it
(almost pinged the wrong larry lol)
no magic _11 soz
yeah it's all good
give that a sec to refresh and it'll fix
I just hate how it likes to ree at me sometimes
yeah it's wierd
was just fine last time I opened this up
must be you bc I cloned it and it worked just fine lol
sometimes closing and opening the project fixes it as well
Is this going public?
If it's going public, I'd stick with spigot sadly
but i don't care about users
anything else go paper ofc
I mean it isn't going to make use of paper exclusive features
Users not using paper can suck it up and use paper
you could probably even go pure bukkit api lol
uh 0rez might not like paper exclusive stuff on spigot
lol
why are you importing like 2 APIs from the same server software AND 2 server software....
lol
yes because it was one before and I was in the process of swapping it out after I decompiled
and then... life
honestly spigot api useless afaik, barely any new things added
So nothing useful
do i need the minecraft-server artifact and the spigot artifact from spigot? can't remember
nope
that's nms shit
well, I'm probably gonna need some NMS, maybe a tiny bit
oh also
minecraft-server doesn't include the version-specific packages
it's like net.minecraft.server.ClassWhatever instead of including the version
so that will require relocation
in the meantime
i'll go uuh.. p
why do I do this to myself I can't even remember what my train of thought was when I was doing this pom
this is why I should write TODOs
TODO: Fix pom
Don't think I need to, with this lib I plan to use
it was in there before, though. When I decompiled. REEEe
Larreeeeeee
yes
;0
adorable. I loved it
You have cats 
Aye
can I see
Aye
Fefo cat reveal? ๐ฏ
in my defense, I used flash because the lightning was very poor ๐
.hasPermission and the works, all gone



did about an hour ago?