#help-server

1 messages · Page 146 of 1

glacial sundial
#

It'd be so nice if people thought for 3 seconds before uploading a plugin

#

I swear 90% of removal requests are for plugins just uploaded

cursive kernel
shy falcon
#

99.99% of problems are solvable with a google search 🙏🏻

mellow dock
#

What’s google

#

You mean chatgpt?

shy falcon
loud comet
#

yes i have a velocity what do you mean by "try updating that" ?

#

Maybe i can send my spark if someone can understand what cause our ping issue but im not using a spigot version anyway that not an issue of the spigot fork that we use this is caused by a plugin but i don't realy understand

shy falcon
#

make sure ur running the latest version? idk

loud comet
#

so i think that a plugin fr

loud comet
#

for me the issue is RivalHoe plugin but im not sure i would like to have a confirmation like that i can contact the plugin developper

somber flame
jagged orbit
# somber flame

No one here will be able to tell you. It’s one of your plugins. Just go through them. And figure out which one

full nexus
#

(they're also using offline mode)

nocturne finch
full nexus
#

They crossposted in paper and purpur

coarse peak
#

I'm trying to upload the server icon onto my server. It is png, named server-icon, is less than 1mb, and is 64x64 but it still wont show up after multiple restarts

full nexus
#

try removing the server list entry and readding it

#

in your client

coarse peak
full nexus
#

what does it show in your client? do you have some MOTD plugin changing anything?

lean jewel
#

I'm making a parkour world and would like to change how far a player would have to fall before taking damage. Any plugins that will let me do that? Initially from 3 to 5 blocks or something

mellow dock
#

Isn’t there an attribute for that in 1.21

#

SafeFallDistance or something

lean jewel
#

If that's a thing it could be good enough

#

Is there a wiki about this? Haven't found anything yet

tawny dust
#

safe_fall_distance

lean jewel
#

Amazing, thanks

livid sluice
#

Hey guys

#

Can anyone help to me with discordrsv and essentialx plugins pls?

#

Idk why my custom join and custom leave message doesnt works

jagged orbit
upbeat ferry
#

Can someone tell me what causes this error? Alot of players on the server am working for are facing this issue and I have no idea what causes it.

jagged orbit
#

It could be a lot of things

delicate remnant
#

Skript or Plugin, looking for someone to make a plugin or modify one, it is for an SMP in the making, it already has a lot of members and we can colaborate (I can also pay but no more than 20$).

tawny dust
#

?services

magic zenithBOT
sacred plume
#

Is there a way to get a tps placeholder saying "20* <green>" then after 18 it's red etc. I know this is possible with spark but I don't know if you need a custom placeholder for it or what's demanded for it to work. If it's needed a JavaScript code or something

tawny dust
#

%server_tps_1_colored%
%server_tps_5_colored%
%server_tps_15_colored%

sacred plume
#

It still says "* 20.0 " I want it just to say " 20* "

tawny dust
#

Could probably use the formatter expansion

sacred plume
tawny dust
#

Open the link I sent

#

then ctrl + f to search

sacred plume
#

There's no "formatter expansion"

tawny dust
#

It's literally the only expansion under F

sacred plume
#

wait what how am i this blind gimme 1 sec

#

alright i've installed it what do I do now if you'd like to describe how to do it to me I'd appriciate it a lot

tawny dust
#

Round and replace

#

round and substring would probably work as well

sacred plume
#

uh sorry for being annoying but idk the command I haven't used this before and I don't want to mess anything up

#

Do you know the commands by chance?

tawny dust
#

docs has them

sacred plume
#

Cant find any

cedar gull
#

mobs arent spawning on my server they go 20 blocks from a player and just vanish

tawny dust
#

then click on the text in my image

#

It will take you down to the placeholders

tawny dust
sacred plume
cedar gull
#

well i have but not the spanwing

tawny dust
#

?paste send it

magic zenithBOT
tawny dust
#

send the bukkit.yml and the output from /version while you're at it

tawny dust
#

Send the link when you're done

livid sluice
#

Guys, anyone knows how can I make a trades sign in essentialx?

#

Like item x item, not money

crystal stump
#

oh you want item trading

#

not an essentials feature

#

i think the issue comes down to a limited number of lines on the sign. a plugin that increases it to 5 and then does trading would be ideal i think

prime bramble
#

hey sorry if this is a stupid question but, i'm trying to make a second minecraft server (my old one ran on 1.20.1 a few years ago) and i'm on the first step of "installation" on the installation guide, on mac os

when it says "1. Create a new startup script (start.command) to launch the JAR in the server directory:" and there's a code example, what exactly do i put that into to make the start.command? a text file? cant remember for the life of me

#

i pasted the stuff into textedit, saved it as a rich text file (for lack of better knowledge) and renamed it to just end at start.command instead of .rtf, nooo idea what im doing but it doesnt show the word "shell" on the icon like the start.command of my old server does, so i Think im doing it wrong here

crystal stump
#

on mac you can use shell

#

from the terminal app

prime bramble
#

cool, do i use the new command button? or just new window/tab

crystal stump
#

Uh its the black app with >_ on it

#

In your action center

#

Command + A i think

#

It might be nested in another group

prime bramble
#

ah yeah, im in terminal

crystal stump
#

Type cd directory/to/BuildTools.jar

#

but replace path to with the actual path

#

So for me my downloads folder is ~/Downloads/BuildTools.jar

#

So i run cd ~/Downloads

#

You can just run java -jar BuildTools.jar when you’re cd’ed into that directiry

prime bramble
#

oh i've already ran buildtools.jar and have the server jar on hand, do i still do that? sorry

crystal stump
#

Run the server the same way in the directory you want it ti start creating files in. You can setup the shell after you configure it

#

Otherwise shell is just a file with a .sh extension that has the same code you’d run from the terminal. So it might be java -jar spigot-1.21.5.jar -Xms 4G -Xmx 4G with the last two being optional parameters you might change for ram usage

#

Atleast ithink spigot uses those

prime bramble
crystal stump
#
#!/bin/bash

java -jar spigot-1.21.5.jar

<your exit logic>
#

this is a shell file

prime bramble
#

cool cool,, the folder i put the server jar into is named "spigot 1.21.5 server" so i thought i'd run cd ~/Desktop/spigot 1.21.5 server

#

it gave me zsh: no such file or directory: cd~/Desktop/spigot

amber snow
#

that's because the folder has spaces

teal talon
#

Spaces in paths are annyoing

amber snow
#

you need to put the path between quotes or remove the spaces from the directory name

prime bramble
#

ahh

#

yeah i tried replacing those with underscores (<- monkey brain) and it gave me basically the same

#

ill do quotes one second

amber snow
#

underscores should do fine

#

what did it say this time?

teal talon
#

The path acc needs to have underscores too though

amber snow
#

?img

magic zenithBOT
#

Can't send images? That's because you're not verified! Use !verify to complete verification.
Alternatively, you can upload screenshots to any image hosting site and share the link.

Here's some screenshot utilities that you can use to upload images.
Lightshot: https://prnt.sc
Imgur: https://imgur.com/upload
Flameshot: https://flameshot.org

amber snow
#

in case you want to send screenshots

prime bramble
prime bramble
amber snow
#

put a space in between cd and the path

prime bramble
#

AH now i see alright

#

okay so i

teal talon
#

My guy

teal talon
#

84 girl

#

Or girl*

#

Or they*

prime bramble
#

mybad i am Terribly tech illiterate

#

does that mean an underscore between the cd and ~

teal talon
#

Ur folder still has spaces in it

#

So quotes

#

Or change the foldername to have underscores

prime bramble
#

that second one worked thank you!

teal talon
#

👍🏼

#

@amber snow leading them astray

amber snow
#

I should have specified they had to rename the existing folder, my bad on that one

prime bramble
#

lmao

amber snow
#

again, english is hard lol

prime bramble
#

noworries! i get it

#

its getting late in my timezone so i think ill have to return to this tomorrow, i feel like ive been put onto the right track though

#

ill copy the command that worked, put in my notes and log off for now

#

thanks guys

ornate sparrow
#

is anyone understand this? my gamerunner server randomly closing sometime

gaunt osprey
#

?offline

magic zenithBOT
gaunt osprey
#

?whereami too, paper

gaunt osprey
#

but based on #1 they won't help you there

ornate sparrow
crimson nexus
#

Weirldy, there is no log, like "stopping because..."

#

like no invoker of /stop

#

and theres also nothing related, the last action was a /warp, 2 minutes before.

#

Theres also no thread dump or crash report to indicate a plugin killed itself

#

My thoughts? The hosting company itself has some issue with docker or the container itself.

full nexus
#

man idfk english, no idea what kinda word it is

crimson nexus
#

a lot of nouns are also verbs

#

get gud

full nexus
#

wait till you learn german kekw

warm fiber
#

LMAO

#

I also just got confused asf

somber flame
gaunt osprey
somber flame
#

sorry, I kicked myself off the server and transferred to the lobby server

rancid bison
#

i got a question if someon help me for a couple of days fixing my server whit me in a vc or so ?

rancid bison
somber flame
#

Done 🙂

delicate remnant
#

Skript or Plugin, looking for someone to make a plugin or modify one, it is for an SMP in the making, it already has a lot of members and we can colaborate (I can also pay but no more than 20$).

tawny dust
#

?services

magic zenithBOT
terse axle
#

hey, are there any known bugs that after connecting bungeecord to spigot server, the player no longer sees any command from the spigot server?

grim sphinx
#

looking to comission someone with experiance to add / config a skyblock server will be paying for the work + could be a good long term relationship dm me

terse axle
golden fractal
#

hey guys! someone good at itemsadder? because i have a question!
Somehow i cant craft an item without operator. how can i fix it?

regal mica
#
[IO-Worker-1826/WARN]: Saving oversized chunk [-2, 0] (4337798 bytes} to external file ./world_the_end/DIM1/entities/c.-2.0.mcc

this warning keeps coming up in my console

#

every time this is in console, I know that if I enter the end the entire server will crash

#

I can easily fix it by deleting the region file in DIM1

#

but every week or so the same issue for the same chunk keeps coming back

#

and I checked that chunk in game, there's nothing really crazy going on either. it's just an obsidian pillar

mellow dock
#

Well apparently it has a ton of entities

regal mica
#

i checked theres none other than a few endermen

#

it looks like a regular chunk idk

mellow dock
#

Any invisible ones?

regal mica
#

no its just a survival world

mellow dock
#

Armor stands or display entities and such

regal mica
#

nah

pliant creek
#

Try and check the F3 menu

regal mica
#

i'll check when im home

#

but i'll have to reset the chunk again anyways to see that

#

otherwise server will die

pliant creek
#

If it’s possible, have you also tried deleting the whole end world folder so it makes a new one?

#

Well, do get back to us on that f3 menu because the entities could be invisible. Could be a plugin trying to spawn something over and over

regal mica
regal mica
#

seems pretty normal

#

30-40 entities, just endermen

pliant creek
regal mica
#

i couldn't even enter the end before otherwise it crashed

#

i dont really know how im supposed to get the entity count if the entire server immediately crashes upon entering the end otherwise

#

the issue will likely show up again in about a week or so

pliant creek
#

do you have world edit/ fawe?

regal mica
#

no i dont

pliant creek
#

any plugins?

regal mica
#

yeah a few but nothing crazy

#

just these

pliant creek
#

oh ok, those dont seem to be the issue

regal mica
#

coordsaver is my own plugin but its nothing more than just saving coords in a db

pliant creek
#

well if it crashes again, id suggest sending that crash log file here

regal mica
#

hmm okay

distant grail
#

I need help with bungeecord, it takes the port but when I close the port and set it so that it can only be entered with 1 IP, it no longer takes it, you understand?

jagged orbit
#

If i'm understanding you correctly, that just means the proxy cannot reach the server

distant grail
jagged orbit
#

it entirely depends on your setup

#

are the two servers on the same machine or network?

distant grail
#

Yeah

#

I'm trying to separate the lobby from the mode, but when I want to close the port and have it enter through only one IP, I can't.

jagged orbit
#

firstly, what ip is your bungee config pointing to?

low fulcrum
#

Hey. After I set up the server with BungeeCord, all commands stop working (not even showing up in the console, and there’s no message like "unknown command" or anything else). Disabling all plugins didn’t help. However, after removing BungeeCord, everything started working again.
How fix it?

gritty nacelle
#

hey can anyone tell me how to work with display entiies i cant seem understand it and cant find tut on yt too

tawny dust
#

What about them do you want to know

jagged orbit
low fulcrum
jagged orbit
#

do you have any bungee plugins?

low fulcrum
#

yes

jagged orbit
#

if theres no unkown command message something is intercepting it

#

what bungee plugins?

low fulcrum
full nexus
#

offline mode is not supported

jagged orbit
#

4 out of those 5 plugins could potentially fuck with packets

#

make sure they are all updated, then remove one at at a time and see if commands start working

low fulcrum
#

ok now I'll delete everything and check

jagged orbit
#

Also since you're using paper theres no guarantee it interacts the same with bungee

full nexus
#

?offline

magic zenithBOT
jagged orbit
#

so if it persists I'd recommend you ask their discord. But they will just make you download velocity or waterfall

regal mica
low fulcrum
pliant creek
mellow dock
#

Projectiles

#

Maybe a bunch of them got shot off into unloaded chunks

jagged orbit
regal mica
mellow dock
#

Those have gravity so they shouldn’t be as prone to issues

#

But it’s possible

pliant creek
regal mica
#

so apparently 55 thousand snowballs were stuck

#

i might just write a plugin to periodically delete all snowballs in the end

shy falcon
#

reminds me of this one time my server was dying because
a chicken dropped an egg
a zombie picked it up, causing it not to despawn

and then for some reason this just snowballed into like 1000 zombies being ticked inside of one chunk and killing my server

low fulcrum
runic remnant
#

does anybody know how plugins work i cant get econmyx and vault working with a custom gui

crimson nexus
#

like whats the big deal to you

#

If the issue has nothing to do with using Offline Mode, then theres seldom a reason to bring it up.

full nexus
#

piracy is illegal

#

discussing piracy is against discord ToS

crimson nexus
#

No discord employee is watching this server, and willing to pickup on a screenshot using an Auth Plugin and going “yup that’s piracy”.

the chances of any ToS action happening rises exponentially the second you mention the word “piracy” in response to them using offline mode.

#

It’s not your job to regulate Discord. I understand there’s an aspect of looking out for people, like not wanting people to get banned. But that’s not happening because no Discord employee is even picking up on that until you mention it.

distant grail
pliant creek
full nexus
#

there's a legitimate use to offline mode, which is the reason they added it - playing offline, or, testing with multiple accounts

#

this is playing the game without owning the game

#

and there is zero point in arguing about this

crimson nexus
#

it’s the same shit like companies who refuse warranty for self repair.

crimson nexus
#

Is this some moral conviction of yours to not help people because of them not owning the game? Because you view it as dishonest. Or is it truly because you don’t want people banned

crimson nexus
full nexus
#

sigh

#

I have yet to see a minecraft community support people in the endeavour of pirating the game

crimson nexus
#

Your existence here is solely voluntary, you aren’t even staff either. You have no conviction to give people support, yet you help people. So why stop that support when they use cracked mc?

full nexus
#

cool, all large minecraft communities refuse support for offline mode - spigot, paper (and derivatives), fabric, neo, reddit communities

full nexus
crimson nexus
#

Do you profit off of MC sales? Do you profit off of helping people?

crimson nexus
graceful raptor
#

arguably piracy helps minecraft, because people who can't buy it are forced to pirate it such as young children who arent allowed to buy the game. When they get older and can buy it, they do in order to exceed the limitations of pirated minecraft. it helps boost the popularity of the game through pirating. however, i myself have bought multiple copies of java edition and do not really like to help people who don't want to buy the game simply because they don't want to pay

#

thats why i do not support cracked users

full nexus
#

comparing RMS to almost anyone is pointless

fallow gust
#

🥱

grand sinew
#

Is there an official source for this? As far as I could find offline mode was added in the early alpha versions when notch was the only developer and I can't find him making an official statement on this

jagged orbit
#

If mojang were so desperate to stop piracy they could completely remove offline mode. They do it willingly

#

Idk why people make such a big fuss out of it. It gives access to poorer countries

fallow gust
grand sinew
#

(Shortly as in 4 days later)

fallow gust
#

idk how reflective notches views are to that of mojang and microsoft here KEKW

full nexus
#

Everything in this post is purely my own personal opinion, and may not reflect the opinions of everyone working at Mojang Specifications
according to this, very reflective

fallow gust
#

but also, the argument that mojang could "simply remove offline mode" is so annoying. The network protocol has been studied to the heat death of the universe. The client being in java just means people will find a way to run the client without mojang accounts.

#

enforcing it dies kinda on the same hill. You could go after larger networks I guess but it'll still be a cat and mouse game

grand sinew
#

Maybe mojang kept it for their own reasons but that doesn't change why it was added

fallow gust
#

Yea I mean, why it was added is lost to whoever added it lol

pale linden
grand sinew
# fallow gust Yea I mean, *why* it was added is lost to whoever added it lol

I mean, at the time he was the only employee at Mojang (jeb joined a few days later), and I think him saying premium users will get extra benefits (such as username verification) and adding an online-mode toggle to the server is pretty indicative of the fact his decision to add that config property was not for playing offline/testing with multiple accounts, although i do think these are the reasons that today Mojang still has the setting

mellow glen
#

Well if Mojang removed that, a lot of server networks would cease to work properly, I'm sure they're quite aware of it

crimson nexus
full nexus
crimson nexus
#

You miss the point in everything.

#

Piracy was a big starting point for FOSS. It’s hard to have one without the other.

#

Being fed up with companies having hold over digital property? Open source and piracy kind of share this belief.

#

Closed mindset ahh.

full nexus
#

You don't pay for the game, you don't play the game - it's that simple

crimson nexus
#

But you offer to give people help. So why does then using offline mode make you refuse them help? You aren’t refusing help because you’re staff and you have policies to uphold. You’re just being an arse at the end of the day.

full nexus
#

Why would I support people pirating software?

crimson nexus
#

Oh and thanks for unfriending me, was about to get around to it as well 😃

full nexus
#

I did that because I'm cleaning up my friend list

#

I just remove people I don't talk to in dms

crimson nexus
#

mhm

crimson nexus
# full nexus Why would I support people pirating software?

Because there’s no reason to not support it? Like sure it’s bad. You’re depriving developers from money right?

But is a random guy on discord saying “we don’t support offline mode” going to make them buy the game? Regardless of if you help them, or refuse them, they are still pirating the game and you aren’t suddenly improving the income of Microsoft.

full nexus
#

It can very well get people to buy the game

#

I've seen it happen several times

crimson nexus
#

no. If I was playing cracked. And you said “we don’t support it”. I’m gonna say fuck this guy and go elsewhere.

full nexus
#

That's you. I've seen people end up buying the game because of that

crimson nexus
# full nexus It can very well get people to buy the game

You understand the majority of people who play cracked MC are not like people who pirate other games right?

Sometimes people pirate games because they just don’t care. But with Minecraft there’s literally an incentive to actually buy the game. Trust me. No one who plays pirated MC actually prefers it, cracked servers SUCK so bad.

The majority of people who pirate Minecraft are not people who pirate it out of greed, they do so because they physically cannot afford a game.

full nexus
#

okay

#

you do realise this entire discussion has been pointless from the start right?

#

I'm not changing my mind on piracy nor are 99.9% of MC communities

opal oyster
full nexus
#

click the sign up / create account button on the website

opal oyster
#

where can I find the website

full nexus
crimson nexus
# full nexus I've seen it happen several times

This only works for people who otherwise actually had the funds to purchase the game. “You do realize that right”?

You ever left your country? Minecraft can be a month’s income, before even considering bills.

Do you think you saying “buy the game or you won’t get support” is suddenly going to give some 8 year old Indian kid 2000rs?

crimson nexus
#

you’re just as bad as companies who refuse the right to self repair

full nexus
#

how is that even comparable

crimson nexus
#

Sure. Focus on one flaw.

fallow gust
full nexus
fallow gust
#

🥱

full nexus
crimson nexus
#

wild. Being ganged up on now.

full nexus
#

why are there so many yawn emojis

crimson nexus
#

how hard is it to help a kid who needs help?

fallow gust
#

nah, I am with you

#

fuck you rad for not helping people for free smhduck

full nexus
#

truly

fallow gust
#

This is your job, you should help everyone equally. Preferential treatment like this for a group you like more than another is truely unacceptable with how much revenue you are making

crimson nexus
#

So you are both now ganging up on me and being sarcastic about it?

fallow gust
#

Idk, I read

And so is refusing service to people lol.
when talking about volunteer work and I figured you were trolling too

full nexus
#

"ganging up on me" mfw people have the same opinion

fallow gust
#

you can help people running offline mode, rad can refuse it

#

idk why you think you need to argue with him to help people he does not seem to want to help

crimson nexus
#

Even if you edit your message you’re still being backhanded and sarcastic.

Did I ever say rad HAS to help people? I’m just saying, going through the effort of reading someone’s plugin list and saying “uh oh! Cracked user!!” is worth it when you can just help them

fallow gust
#

Seems like a subjective thing you believe in

opal oyster
fallow gust
#

the name on the spigot forums

opal oyster
full nexus
#

most minecraft communities refuse help for piracy and in many communities it is against the rules to do so

fallow gust
#

that name (your account in the top right)

crimson nexus
# full nexus That's you. I've seen people end up buying the game because of that

Your whole argument and the one it was born from, is flawed.

People pirate Minecraft because of a lack of funds. Not because they are assholes or don’t want to support developers. Saying “buy the game” doesn’t give a kid money now does it?

So for the majority of people who crack, your little anecdote doesn’t apply.

fallow gust
#

fun side fact, discord TOS prohibits

#

This policy prohibits activity that provides others with direct, unauthorized access to copyrighted material (such as via live-streams) as well as efforts to coordinate such access.

crimson nexus
fallow gust
#

your answer was "ah it isn't enforced"

#

lol

#

to that "effort" point, I usually think helping itself is a good bit more effort than a quick plugin check

#

yea, if they ask "is there a config option for x" it is an easy answer and I don't really care to check for plugins then

#

but if I get a spark report, 50 plugins and a "it is lagging pls help", it'll be less effort to do a quick peak at the plugins and save myself time from helping someone I generally don't want to help

crimson nexus
fallow gust
#

cuh 💀

crimson nexus
#

oh okay so you're mocking me?

fallow gust
#

No discord employee is watching this server, and willing to pickup on a screenshot using an Auth Plugin and going “yup that’s piracy”.

crimson nexus
#

ok. i thought u were direct quoting me

fallow gust
#

ah, nah

crimson nexus
# fallow gust cuh 💀

"cuh" is AAVE (African American Vernacular English ), and I dont appreciate you mocking my choice of language.

fallow gust
#

at least in my understanding it is either similar to "bro" or "cusin"

#

neither terms I believe I'd like to be called by you

crimson nexus
#

oh yeah and whys that?

fallow gust
#

I don't think you know me well enough to call me your bro or cusin?

#

At least I certainly don't think of you in that way

crimson nexus
#

think ur js being an ass but alr

fallow gust
#

what particular word you use to describe that, I don't really care.

heavy birch
#

💀

fallow gust
#

no I just enjoy not being called bro, cusin or cuh by someone that previously called me a "total asshole"

#

(that being a direct quote)

crimson nexus
heavy birch
#

@crimson nexus this discussion isn't going anywhere here as spigot and paper have good relations with Microsoft and i don't think they would compromise on that

(i side with abbev btw, but im not here to argue anything)

crimson nexus
#

Pajeet Power!

heavy birch
#

?

#

ts pmo icl

crimson nexus
#

ong

heavy birch
#

im out now bye

fallow gust
#

Yea, doubt there is much left in this discussion.
Feel free to help people running offline mode, but making people feed bad for refusing to help people running offline mode isn't nice either.

crimson nexus
# fallow gust lol

anuways, forgot to respond to this, but you can keep having a go at me. but i still think u missed my point

is my point not correct? If I post in a server "Why does my essentials plugin say 'missing permissions'" -- this is simply because i am not using a permission plugin, NOTHING to do with offline-mode right? Then you ask, "can we see your plugin list?", and I post a screenshot with teeny text saying "AuthMeReloaded"...

  • Is a Discord Employee going to see that screenshot, know what AuthMeReloaded is, know that its related to pirating MC, and ban someone? No.

  • Is you helping me with my permission-related issue, while silently ignoring the fact that I'm in offline-mode, considering aiding me with piracy? No.

So. What chances does anyone have to get banned? There is zero chance. However. When you actually yell out "THATS PIRACY", then and only then will some staff actually look.

crimson nexus
heavy birch
#

@crimson nexus the point is , spigot is too big and too known and the risk of giving support to offline mode users outweighs the reward

fallow gust
#

whats ur problem though
like whats the big deal to you

crimson nexus
fallow gust
#

the thing is, you don't know

#

"permissions aren't working" -> yea maybe the user changed names and now your uuid are not longer matching up

#

like who knows in an environment where you need third party software like auth me to even have any form of consistent user account reference

#

Same goes for like, plugins not expecting v3 uuids and doing mojang api calls.

#

shit can generally just hit the fan pretty fast and in a pretty unexpected way when you deal with non existing user accounts that might just magically change their uuid

crimson nexus
#

@full nexus @fallow gust

Maybe I misunderstood this, or mispoke. I wasnt attempting to have a go at Rad. I was raising an issue I had with people refusing to help people simply because of using offline mode, a decision that at the end of the day, doesnt impact us really. I already know neither of you have an obligation to help everyone (#help-server message), but if you're willing to help someone up until the point they admit to using offline mode is stupid. You clearly had the time, and the knowledge to help, you arent losing an income (especially since you aren't making one) by refusing them.

I felt as though the both of you were ganging up on me, towards the end of this. espeically when you, Lynx, were mocking me (such in the message i already linked). I apologize if this was not the case, however i still see this. I have a history of getting defensive when i feel like i am getting attacked, even when its probably an argument i started without intending for it to be an argument.

west cloak
#

shi, this is still going on

fallow gust
# crimson nexus <@539112187160166401> <@202850073812402177> Maybe I misunderstood this, or mis...

Yea, also sorry for the sarcasm. Really wasn't needed on my end. I just have seen a lot of people that start getting at peoples throat for not supporting offline mode (nearly all of them full on trolls, which you aren't, hence my sarcastic remarks weren't really fruitful).

Your convictions are yours and you are entitled to them. I am not going to convince you to stop helping offline mode users (at least not here, I am not the mod team).
I cannot speak for rad, but not helping offline mode users is a personal decision of mine, out of my convictions. I'd just ask you to respect that too. Demanding/trying to convince someone to offer help for free when they don't want to just isn't a really respectful thing to do.

crimson nexus
fallow gust
#

thank you for de-escalating nicely!

thorny flame
#

now kiss

fallow gust
#

@thorny flame lets take that to DMs

crimson nexus
jagged orbit
#

Kith

thorny flame
#

skull emoji

thorn gale
crimson nexus
fallow gust
#

ehhhhhhhh uh

crimson nexus
jagged orbit
#

Cuh hates cuh

full nexus
#

what the fuck does cuh mean

crimson nexus
full nexus
#

and what does that mean now

crimson nexus
#

African American Vernacular English???

full nexus
#

I've never heard either of those words in my life

fallow gust
#

Yea but english also isn't your first language rad

#

could have googled smhduck

crimson nexus
#

it just means cousin, like how "bro" is used for non conventional familial relationships. You call anyone "bro", likewise, you can use cuh, meaning cousin, but have no familial relation.

full nexus
fallow gust
#

understandable

mellow dock
rancid bison
#

can i use simple voice chat on a cracked server then i mean can cracked accounts get that mod ?

somber flame
#

Why is it that if the NPC's name is &a%bungee_survival% &felérhető játékos then the placeholderapi plugin works, but if I make the hologram and give it &a%bungee_survival% &felérhető játékos as the text, then it doesn't work?

tawny dust
#

What happens

amber snow
somber flame
#

:/

somber flame
amber snow
somber flame
#

citizens

amber snow
somber flame
#

Okey

amber snow
#

that toggles the visibility of the nameplate

#

of course, you have to select an npc with npc select first

#

you can also create holograms with citizens apparently, using npc hologram

somber flame
somber flame
amber snow
#

if it works on the npc name, it must work with the holograms, it is the same plugin after all

somber flame
somber flame
amber snow
amber snow
#

does Citizens even hook into placeholderapi by default, I don't remember it doing that

amber snow
#

I mean to use Citizens to make the holograms, not that

somber flame
#

/npc hologram add &a%bungee_survival% &felérhető játékos

amber snow
somber flame
#

The placeholder doesn't work there, and I can see this from afar.

#

The placeholder works for the name, but after 10-15 blocks the npc name disappears.

amber snow
#

well I got no idea then, better ask in the Citizens discord

somber flame
#

okay, thanks for the help

mellow dock
#

You could just place a hologram above the NPC manually

somber flame
#

yes I know, although it's ugly and I don't know its exact coordinates, right?

languid plaza
#

can i make a hologram out of this with fancyholograms? it's abunch of item display passengers

regal mica
#

how can i get rid of the "moved too quickly!' thing

#

i built an elytra launcher that launches the player at like mach 10 but the server instantly stops all my velocity

mellow dock
#

Iirc there’s /gamerule disableElytraMovementCheck

regal mica
#

oh thats cool actually

#

ok so apparently going mach 10 through unloaded chunks will crash my server 💀

#

is it possible to delay loading chunks until im in the render distance of the chunk for at least a second or two

#

or possibly suppress chunk loading if the player is moving above a certain speed

brittle barn
#

Where / How do i upload ressources on spigotmc?

jagged orbit
#

on resource page

brittle barn
fossil portal
#

hi
how does spigot handle chargebacks? I bought a plugin and it's apparently dead
no response at all from devs
can I refund it?
it's not marked as inactive in spigot 😢

jagged orbit
#

Was it through paypal?

fossil portal
fossil portal
#

i was gonna ask the refund in paypal

jagged orbit
#

Have a read through spigot rules because im not an expert on that, but I would say not being able to contact the developer would be grounds for refund through paypal

mellow dock
#

Pretty sure you’ll only lose access to that resource on your account

fresh ferry
#

hi howdy yall, my first time here. idk if this is the place to go for this kind of question or what, as ive only been delving into server-running glorp in the past few days, but im trying to figure out how to run a modded 1.2.5 server. i already know that the jar downloads &etc for old versions are removed due to copyright junk, but ive got a 1.2.5 vanilla server jar and im curious just how difficult it would be to homebrew/code modpack support into that, like basically a homemade spigot/bukkit? or if there is literally any other easier method to do this other than that very brute force approach? i am sosososososo determined to figure this out one way or another, any advice is appreciated

jagged orbit
#

and you do mean 1.2.5 thats not a typo right?

fresh ferry
jagged orbit
#

Firstly do you you want mods or plugins? You mention mods but then talk about homemade spigot

#

They are two distinct things

fresh ferry
#

im unsure what i need- i know enough to know i need a server jar thats compatible with the mods i want, but thats the extent of my knowledge atm

#

im aiming to set up a tekkit classic server for my boyfriend & i, if that context helps at all

jagged orbit
#

Okay so If you are really sure about making your own implementation, check out something like minestom, it's a relatively new platform so you can see how it interacts with the minecraft server as a whole.

But if you mean mods as in forge mods, this isn't the place to ask. Spigot doesn't support mods

#

and frankly I wouldnt know where to start for actual mod support

fresh ferry
#

rats, i thought that might be the case

jagged orbit
#

But either way, it won't be a plug n plug 1 week project. This is like a minimum year long project

#

to get even basic server interaction working

#

does tekkit even go back to 1.2.5?

fresh ferry
#

yeye, the first version of it was 1.2.5

jagged orbit
#

oops

fresh ferry
#

😮

jagged orbit
#

That has a server file

fresh ferry
#

THANK YOU

jagged orbit
#

let me know how it goes

fresh ferry
# jagged orbit let me know how it goes

not much luck bc im having trouble figuring out what to do with the files since they dont come with an installer like later versions do. i might check out the forge discord tho and see if i can get any guidance there! thank u for your help, it is so very appreciated

rancid bison
#

is there any plugin that make you can go into vanish dut dont show up in the server when you leave the server or ?

tall cypress
#

anyone know how the new resource packs work i need some help with them 😢

tawny dust
#

?ask

magic zenithBOT
#

If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Make sure you use the right channel regarding the topic of your question. Create a thread in case the channel is already in use!

icy dragon
vestal stag
#

I'm having trouble with arrows floating in a bubble column and despawning. Changing the "arrow-despawn-rate" value in spigot.yml affects how long it takes to despawn, even though it should only affect stationary arrows. I think there's some file/plugin that merges moving arrows with stationary ones, but I have no idea how to fix that. The server is pretty basic, it just has paper, spigot, bukkit and no other performance plugins.
(to be clearer, I don't understand why arrows that are floating, and therefore still moving, are considered as stationary and despawn. In a single-plyer world this does not happen)

mellow dock
#

Do you have paper or spigot

#

Those are 2 seperate things

rugged spindle
#

Can anyone assist me with connecting a pluigin to SQL database?

vestal stag
tawny dust
#

?fork

magic zenithBOT
#

SpigotMC maintains the Spigot server. If you are using a fork of Spigot (such as Paper, Airplane, Purpur, or other derivative works), you should seek support in the appropriate Discord servers.

safe fern
#

Hey! Any idea why i can't upload resources on spigot? Created my spigot account like 2 days ago, nothing came into my mail either

tawny dust
#

Check your spam folder

#

if not resend the email

safe fern
tawny dust
#

Is there a resend button on your account page

safe fern
tawny dust
#

Are you logged in?

safe fern
tawny dust
#

odd

#

maybe you need to be verified to access that then 🤷‍♂️

mellow dock
#

I think you need a 1 week old account to post stuff

safe fern
#

But still, I think i should be able to access my /account page.

#

Maybe that unlocks after the said week... still weird tho.

rugged spindle
#

Any MYSQL wizards here?

full nexus
#

?ask

magic zenithBOT
#

If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Make sure you use the right channel regarding the topic of your question. Create a thread in case the channel is already in use!

rugged spindle
#

I need someone to help me connect my custom plugin SQL to SQL database as I'm clearly a noob at it.

full nexus
rugged spindle
full nexus
#

I mean it really depends on the plugin

#

should probably ask in their server if they have one

thorn gale
#

if you mean setting up an sql server theres loadsof guides online for that

remote shuttle
rugged spindle
remote shuttle
#

go to their support channel

hard rivet
#

Hey how does the growth modifier work in spigot.yml?

      torchflower-modifier: 100
      pitcherplant-modifier: 100
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      beetroot-modifier: 100
      carrot-modifier: 100
      potato-modifier: 100
      wheat-modifier: 100
      netherwart-modifier: 100
      vine-modifier: 100
      cocoa-modifier: 100
      bamboo-modifier: 100
      sweetberry-modifier: 100
      kelp-modifier: 100
      twistingvines-modifier: 100
      weepingvines-modifier: 100
      cavevines-modifier: 100
      glowberry-modifier: 100```
#

is 100 = 1 tick? and would it be affected by gamerule, lets say I set the randomtickspeed gamerule to 0 will it still continue to grow?

mellow dock
#

I think it’s a percentage

#

So 100 is 100% of the normal speed, 50 would be half speed

raven sail
#

any1 know a good plugin for stuff like /warp /home? for 1.21.5? 🙂

hard rivet
pliant creek
lean jewel
#

Hey guys! Is there a lightweight plugin or solution to achieve the "autoHeal" from multiverse-core? I've reduced my server to one world only and only use this plugin for the autoHeal option

glacial sundial
#

What does autoHeal do?

lean jewel
#

I don't know the specific numbers, but every 2-3 seconds or so it heals all players by half a heart

versed fiber
#

autoHeal heals md5 players

shy falcon
lean jewel
versed fiber
#

this sounds fairly simple to make

#

with just a few lines of code and 2 events

lean jewel
#

Seems like the easiest route so far. Already gone on a few custom plugin side-quests so I was hoping I didn't have to embark on another

#

Thanks for the help

somber flame
tawny dust
#

Caused by: adg: Invalid shaders/core/rendertype_entity_translucent.json: Non [a-z0-9_.-] character in namespace of location: shaders/core/minecraft:core/rendertype_entity_translucent.vsh

tawny dust
somber flame
#

but in principle everything is fine above 1.21+

tawny dust
#

Not sure if they mess with resource packs at all 🤷‍♂️

somber flame
#

and this?

full nexus
somber flame
#

now good

#

I don't understand why it's good now.

#

Could it be because I uploaded it with a version that supports everything and then reverted to 1.19.4? or is there no release for it?

somber flame
#

And it's not because I deleted everything in %appdata% and just upgraded to 1.19.4 and it's fine 😄

lone ether
#

Anyone help please I dont know what this type of plugin is called, I want to one hit kill mobs that are stacked so that you can kill stacked mobs way faster because there is a delay before you can hit a mob again and you cant instantly kill them, I want it to be instant kill one mob and no delay before next hit

#

please @ me

sudden perch
#

i need help adding ranks and crates on a server if u help you can have admin and dev and i will pay you back from crate and ranks earning

magic zenithBOT
jagged orbit
#

Revenue split is a horrible payment method

sudden perch
#

true

#

im a just get the money and ill pay

jagged orbit
#

It’s not a massive job to get setup

#

Chat gpt could probably give you commands for it

sudden perch
#

u can use chatgpt?

#

damn yo chatgpt is advancing ai getting scarier by the minute

sudden perch
lost lynx
#

ChatGPT is very scary

sudden perch
#

lol i dont know why but whenever i use chatgpt and i ask for something it gives me whatever i want that is scary

#

if china keeps up with this ai stuff this world is cooked

jagged orbit
#

Depending on who you ask

sudden perch
#

china is crazy

#

they have so many developed citys

#

and alot way more better tech

lone ether
#

Anyone help please I dont know what this type of plugin is called, I want to one hit kill mobs that are stacked so that you can kill stacked mobs way faster because there is a delay before you can hit a mob again and you cant instantly kill them, I want it to be instant kill one mob and no delay before next hit
Please @ me

reef knot
#

Hey guys

#

What is a "Library" in coding?

crimson nexus
# reef knot What is a "Library" in coding?

It derives its name from the literal definition of a library. Instead of being a collection of Books, it’s instead a collection of code. Packaged together to provide, generally, easier ways to interface with things.

#

For example. In <insert language here>, you could if you wanted to, make your own mathematical functions if you’re going for a lightweight approach, like making your own max function:

int max(int a, int b) {
    return (a > b) ? a : b;
}

ORR, since this code is probably used hundreds of times in so many different projects, why write it each time? You could probably import a library called “math” and use it from there.

#

usually code might not even be tedious to write, but also complex. As such there is no point to implement it yourself when it has likely been implemented before.

#

@reef knot hope this helps. In future direct programming related questions to #help-development

reef knot
#

Thank you so much my goat 🙏🏻😩

crimson nexus
runic rain
#

TL;DR: Library give methods

full nexus
#

no classes for you choco

runic rain
#

Classes!? This is C

#

Spigot was rewritten in C, rad

full nexus
#

c doesn't have methods though

runic rain
#

WAKE UP

#

IT'S 2055!

full nexus
#

why not rust

runic rain
#

It was replaced with another blazing fast C++ replacement, but C++ is still going strong

sturdy ravine
#

Why not ts

full nexus
#

get out

sturdy ravine
#

Hehe boii

#

What you got against ts

full nexus
#

it's literally just a linter

runic rain
#

When people say "ts pmo"

#

That's what I got against it

sturdy ravine
#

tauri + svelte + ts is epic for desktop application

sturdy ravine
full nexus
runic rain
full nexus
#

that's what that means??

sturdy ravine
#

Hehh so you get pissed off by people saying they got pissed off by ts?

runic rain
#

I get pissed off that "ts" is part of "ts pmo" >:(

sturdy ravine
#

Well they've got a skill issue cus ts is great

#

Way better than dealing with js

full nexus
#

anything is better than dealing with js

sturdy ravine
warm slate
#

does anybody know of any duels plugin that works in 1.21.4 and has kits and making the arena can regenerate

chrome jetty
grand sinew
thorn gale
#

icl ts pmo sm n sb gng r fr mrn

runic rain
#

"I can't lie, this shit pissed me off so much and somebody's gonna get for real mad?"

#

I'm not confident about the last part

full nexus
#

how does one even read that

#

that's not english

full nexus
thorn gale
#

ignore i typed an m irs rn

#

oop wrong one

#

i cant lie this shit pissed me off so much and so bad gang are you for real right now

runic rain
#

I thought gng would be gang but I didn't know how to fit it into the sentence I was making lol

#

Your m threw me off so hard

thorn gale
#

i was reading it from a screenshot and it looked like an m

loud quartz
#

Hello guys, can i get some help? it's my first time creating a minecraft server and i wanted to know which pluggins works to improve the server performance... 👀 😬 Thank you

tawny dust
#

You can use Spark to find the cause of the lag

#

Other than that there aren't really any plugins that improve performance without major side effects

loud quartz
#

appreciate 😋

normal forge
#

I got a quick question if I create lets say 10 worlds (void worlds) with multiverse core how can I unload worlds or make it more healthier for server functionality if no one is in that world?

tawny dust
#

You can set keepspawninmemory to false on the world

#

Should unload the spawn chunks

normal forge
tawny dust
#

/mvm set memory false <world>

safe fern
#

I really got banned for protecting my privacy only by using VPN. 💀

#

I already emailed them, but banning for this reason isn't exactly the brightest idea.

somber glade
#

Hi guys, I have a question and I hope anyone can help me 😄 No Harvest grows on my server, like there is one player who was just online for 8 hours and I was in the morning on the server, I just slept after a night shift and I came back and he was online the whole time and harvest didnt grow an inch. But in Spigot.yml I have all "growth" to 1

safe fern
# teal talon Valid spam filter tho

Yeah, but there's a better solution, upon detecting the user has vpn, make them fill out a form with valid reason why they want to use vpn and manually review it

tawny dust
#

Watch that form get flooded by bots

mellow dock
#

Use google forms

#

Make it googles problem when it gets spammed >:D

full nexus
#

true

tawny dust
#

Someone has to review those forms

#

and you know how long the premium plugin reviews already take 💀

full nexus
#

CLA reviews are super quick tho

tawny dust
#

They are?

#

Never did that

full nexus
#

got mine approved in under a day

lusty heath
#

Same

#

I’ve signed away my first born to spigot

winter badge
tawny dust
#

Yeah rad already said that

winter badge
#

sorry, i didnt see anywhere where rad said md_5 reviews them.

tawny dust
#

ah not that part

#

but I already assumed md was the only one reviewing them

full nexus
#

I would hope that's the case

remote shuttle
#

Is there an image to map plugin for 1.8?

#

found one

glacial sundial
glacial sundial
mellow dock
#

I believe the default is 100 for everything, yeah

#

I assume it’s a percentage

deft berry
#

looking for dev for a new mc server

chrome jetty
magic zenithBOT
somber glade
glacial sundial
#

reset your whole config

somber glade
#

I mean, it didn´t grow even before I switched it to 1

crimson nexus
mellow dock
#

Did you set randomTickSpeed to 0

somber flame
#

Is there a list of particle effects with pictures of what they look like?

gaunt osprey
hexed temple
#

does spigot prevent bedrock breaking glitches? and can you enable them

lusty oxide
#

how do i tag blocks like dirt? i cant add a PDC

nova ledge
#

?blockpdc

magic zenithBOT
lusty oxide
gaunt osprey
#

For now, yes

mellow dock
#

Blocks probably never will

#

They don't store NBT data

gaunt osprey
#

may have been a joke

#

¯_(ツ)_/¯

lusty oxide
#

how do i shade it
i have this

<pattern>com.jeff_media.customblockdata</pattern>
                   
<shadedPattern>me.kmyk.cashBlock.customblockdata</shadedPattern>

but what now

#

like how should that work

gaunt osprey
#

Try this ?

lusty oxide
#

ohhh sorry

lusty oxide
mellow dock
#

Oops! All NBT

safe fern
somber glade
#

Hey guys, do you please know about any plugin that can change the XP from mobs?

lusty oxide
#

why is my console in japanese 😨

glacial sundial
#

that would be your windows language? or otherwise MS terminal language

crimson nexus
# deft berry looking for dev for a new mc server

Would advise against accepting any DMs from this guy. Randomly added me, said he needed a developer, then changed his mind; we move on, then 3AM i am added to a random group, spammed, and called... Then he directs you to his friend, who wishes you to design custom plugins for free.

amber snow
#

if they cared at all to do things properly, they would've found the service recruitment forum, or at the very least give more specifics than I need a dev

sturdy ravine
west cloak
#

Professional fortnite player by the way

chrome jetty
full nexus
#

lol I've been that person before for a train ticket

slate wigeon
#

hey i need help with excellent plugins everytime i try to use /job and /crate it crashes the server

gaunt osprey
#

And send them the crash log

slate wigeon
#

i cant find there discord

gaunt osprey
#

I took one look on the create plugin
It's somewhere near the top after first picture or something

slate wigeon
#

i still cant find it

#

oo nvm

stray vector
somber flame
rustic marsh
full nexus
#

or just put players into adventure mode

west steeple
#

I want my tab to look like this:
(Lp rank) (name) (Better Teams Name) without the () ofc
I tried - tablist-name-formatting: enabled: true tabprefix: "%luckperms_prefix% " customtabname: "%player%" tabsuffix: " [%betterteams_name%]" anti-override: true disable-condition: '%world%=disabledworld'

I don't know if I was putting it in the wrong place, or I just typed it wrong.

pseudo vapor
#

do you guys think this plugin can handle a large player base (like 2000 avg players), the problem im having is that its using MySQL instead of PostgreSQL:

https://battlepass.advancedplugins.net/

whats your opinion on that?

full nexus
#

don't crosspost

pseudo vapor
jagged orbit
#

But that being said, don't get too ahead of yourself with optimising until you need it

pseudo vapor
jagged orbit
#

oh you're planning on launching with 2k?

#

yeah fair

pseudo vapor
jagged orbit
#

With a playerbase that size you are probably better off comissioning a plugin

pseudo vapor
crimson nexus
glad halo
#

Guys, what will help to give a plugin so that when you go to the server, the resource pack is downloaded?

full nexus
#

again, it's a vanilla feature

glad halo
slender basalt
#

hi does someone have good guilds plugins? and can help me upload it to craftserve?

pliant remnant
#

Hi, does anyone know how to set it so that players on the server cannot push each other and push each other outside the safe zone? (purpur server)

full nexus
#

?fork

magic zenithBOT
#

SpigotMC maintains the Spigot server. If you are using a fork of Spigot (such as Paper, Airplane, Purpur, or other derivative works), you should seek support in the appropriate Discord servers.

compact tapir
#

trying to compile spigot right now and its been failing repeatedly

compact tapir
# jagged orbit show the error

[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 1259 source files with javac [debug release 17] to target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Spigot-API 1.21.5-R0.1-SNAPSHOT .................... FAILURE [ 3.692 s]
[INFO] Spigot-Parent dev-SNAPSHOT ......................... SKIPPED
[INFO] Spigot 1.21.5-R0.1-SNAPSHOT ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.819 s
[INFO] Finished at: 2025-05-16T23:16:16Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project spigot-api: Fatal error compiling: error: release version 17 not supported -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Error compiling Spigot. Please check the wiki for FAQs.
If this does not resolve your issue then please pastebin the entire BuildTools.log.txt file when seeking support.
java.lang.RuntimeException: Error running command, return status !=0: [sh, /home/opc/Server/apache-maven-3.9.6/bin/mvn, -Dbt.name=4494, clean, install]
at org.spigotmc.builder.Builder.runProcess0(Builder.java:1042)
at org.spigotmc.builder.Builder.runProcess(Builder.java:967)
at org.spigotmc.builder.Builder.runMaven0(Builder.java:936)
at org.spigotmc.builder.Builder.runMavenServer(Builder.java:905)
at org.spigotmc.builder.Builder.startBuilder(Builder.java:683)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:60)

#

couldnt copy the whole thing, discord doesnt fit it

tawny dust
#

If you're on Ubuntu
sudo apt install openjdk-21-jdk

compact tapir
#

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Spigot-API 1.21.5-R0.1-SNAPSHOT .................... FAILURE [ 1.192 s]
[INFO] Spigot-Parent dev-SNAPSHOT ......................... SKIPPED
[INFO] Spigot 1.21.5-R0.1-SNAPSHOT ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.311 s
[INFO] Finished at: 2025-05-17T00:00:16Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project spigot-api: Fatal error compiling: error: release version 17 not supported -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Error compiling Spigot. Please check the wiki for FAQs.
If this does not resolve your issue then please pastebin the entire BuildTools.log.txt file when seeking support.
java.lang.RuntimeException: Error running command, return status !=0: [sh, /home/opc/Server/apache-maven-3.9.6/bin/mvn, -Dbt.name=4494, clean, install]
at org.spigotmc.builder.Builder.runProcess0(Builder.java:1042)
at org.spigotmc.builder.Builder.runProcess(Builder.java:967)
at org.spigotmc.builder.Builder.runMaven0(Builder.java:936)
at org.spigotmc.builder.Builder.runMavenServer(Builder.java:905)
at org.spigotmc.builder.Builder.startBuilder(Builder.java:683)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:60)

thorn gale
#

make sure you are now using the java 21 jdk

compact tapir
random bridge
# compact tapir how do i do that?
  1. Check java output.
  2. Specify the full path to the java executable in the command.
  3. Use update-alternatives to make java 21 the default if it isn't already.
  4. Use the GUI to point to the Java 21 executable.
amber snow
#

in your terminal do java --version and it should tell you what version you're running if any

bleak apex
#

If it's still 17 you haven't changed path

icy dragon
#

how does buildtools apply patches, because they are in git format aren't they? is it possible to use buildtools to apply just specific patches (like to for example delete some patch files - would buildtools still be able to work with that?)

glacial sundial
#

I mean you can just delete them?

#

Not sure exactly what the query is

icy dragon
#

I want instead of manually fixing compiler bugs in my remapped vanilla jar use CraftBukkit patches to fix compiler errors.
I am asking that because I am making my test API and I want to simply apply some patches.

glacial sundial
#

Sure. Are you facing a specific issue or have you just not tried it yet?

icy dragon
#

First I must make a program that strips out not compiler fixing patches

glacial sundial
#

...

#

Can I offer you a kick or ban instead?

jagged orbit
#

lmao

glacial sundial
#

Why are you pinging random people?

bleak apex
#

uh

jagged orbit
#

What website

#

Spigot doesn't make the plugins

#

They give a link to the discord on that page

#

Which is for another discord server

#

not this one

#

It is on the page

#

It does

#

theres a second one

#

right underneath that

#

indeed

somber flame
#

is there a workaround for this on the creativ server to prevent such a bug from being exploited?

pliant creek
#

Look into it

#

Either get that or understand the idea from it

somber flame
#

I see, it's not mobfarm but I'll have a look

lavish crest
#

does anyone know if there is a plugin that doesnt reset your health and hunger after death? if there is whats the name??

tawny dust
#

How exactly do you want it to work?

#

Because if you don't reset it after dying the hp will still be 0 causing infinite dying

lavish crest
#

I remembered there was a plugin for that but I dont remember the name

delicate remnant
#

[Service] 2 Developers (Java or Skript)
[Request] Hello! I am mrekki, owner of a new SMP (with plugins/skripts) that already has lots of members who applied. I only need the main plugin to be done. I have the ''event'' plugin done, but please, DM me for more information so we can colaborate (this SMP is a survival world, not like those pay to win stuff). - mrekki. (PS: I can also pay)

thorn gale
#

?services

magic zenithBOT
neat tiger
#

How does donutsmp handle so many players at once?

tawny dust
#

Folia

#

I would assume*

neat tiger
#

It's competing with hypixel atp

thorn gale
#

Folia has high requirements that it probably meets and goes way above on

neat tiger
#

They do sharding aswell right?

#

Only 2 developers is crazy 💀

tawny dust
#

ah yeah they deff do

#

You can see the different server locations ingame

neat tiger
#

Is there any web where I can read about how they do it with mc servers and stuff

amber snow
#

we can only speculate based on existing tech

neat tiger
amber snow
#

they just make use of something like Folia or maybe they got forks like ShreddedPaper to work for them, who knows

neat tiger
lavish crest
#

does anyone know if there is a plugin that doesnt reset your hunger after death? if there is whats the name??

glacial sundial
#

"3. Keep a players hunger level on death​"

#

first result for google: "spigot no hunger death plugin"

full nexus
remote shuttle
#

it only recommends stuff with the actual plugin name

#

like if i google chat protection spigot plugin this is the only spigot one i see

serene apex
#

can someone help me with the XConomy plugin. i need to make it so when i kill someone, win a minigame, win parkour, or win at gambling i get some money can someone help

grand edge
#

i wanna remove the ping next to the players name and replace it with hearts
and keep the ping for under the names for the player to see there own ping

i was told to try playerlist-objective:

remote shuttle
#

bro

#

i just sent u

#

😭 ?

#

all you need to do is click the url 😭

grand edge
#

im looking at it now

#

girl stop being rude

remote shuttle
#

tuff bro

#

life is hard when u act like this

grand edge
#

Im reading it Now

#

hold off

jagged orbit
#

isn't that "Ping: 0" not vanilla minecraft?

remote shuttle
#

yeah it isnt

jagged orbit
#

usually ping is yellow

remote shuttle
#

yeah

#

its oki

#

i sent her the link

#

and she ignored it and asked here

#

😭

grand edge
#

girl you told me to move here'

remote shuttle
#

bro 😭 ??

#

u replied to it 🙏

#

anyways enough just go to what i sent its like one config

grand edge
#

not a bro
idk why your missgendering a girl

remote shuttle
#

u already did the ping at the footer anyways

#

bro did i ask if ur a cis girl

#

i called my mom bro

grand edge
#

and you will under stand this eventualy, not everyone is okay being called bro

grand edge
#

hearts not showing up

remote shuttle
#

no its for u

#

💀

remote shuttle
#

%player_health%

#

install Player

grand edge
#
  title: Java Edition is better
  value: '%player_health%'
  render-type: HEARTS
  enabled: true```
remote shuttle
#

change render type

#

be a bit independent

#

INTEGER

grand edge
remote shuttle
#

skill issue icl

grand edge
#

ima just wait for someone else

remote shuttle
#

u probs set it up wrong did u do tab reload

#

check console after doing tab reload for tab errors

#

Ping: 10 isn't TAB default

#

so it could be another plugin as well

grand edge
#

ping means ping

remote shuttle
#

😲

grand edge
#

im asuming

remote shuttle
#

i must be a moron then

#

u do u

#

TAB by default is yellow ping number

#

There is no custom text

#

thats another plugin intefering

remote shuttle
grand edge
#

- "&2Ping: %ping%"

remote shuttle
#

🤦‍♂️

#

why dont u just ask in TAB?

#

yk they have a whole discord server

#

for their own plugin 😱

grand edge
#

your code dosent work

grand edge
#

okay ima just wait

#

i dont need you insulting me

remote shuttle
#

where did i insult u

#

im saying ull get faster response

#

asking in the plugins actual discord

#

instead of a whole server software

remote shuttle
grand edge
#

maybe i didnt know they had a privet discord 😱

remote shuttle
#

pretty much every plugin does

grand edge
#

my plugins dont

#

maybe because i didnt make one 😱

remote shuttle
#

bro who cares about ur plugins 😭

#

why do u need to make everything an argument

#

just join their discord and ask

grand edge
#

never said you had to

remote shuttle
#

are u tryna fix ur server or argue w me cuz i called u a bro

#

tf my bad for helping 💀

remote shuttle
grand edge
#

if you have an issue, dm me
also tab dosent have a discord

remote shuttle
#

nice ragebait bro

#

@grand edge its bc u left the fancy value

playerlist-objective:
  enabled: false
  value: '%player_health%'
  fancy-value: '%player_health%'
  disable-condition: '%world%=disabledworld'
  title: Java Edition is better
  render-type: INTEGER
#

value + fancy-value

#

ur on 1.20.3+ so its showing u the fancy value

remote shuttle
#

i bet it worked but u wont admit it 🙏

crimson nexus
#

What they had to begin with actually would've worked

grand edge
#

thanks abbev

remote shuttle
crimson nexus
remote shuttle
#

not in the original no

#

the whole issue was

#

she was being shown the fancy value

#

not the value

#

she put hearts originalyl anyways

#

bc she is on 1.20.3+ it was showing the fancy value that she didnt change

#

which is Ping: ping

crimson nexus
#

Lowkey didnt pay attention

#

ahah all good

remote shuttle
#

she blocked me anyways thats why she didnt reply

#

arrogant egoistics fr

amber snow
#

they thanked abb3v so it should be fine now, just move on

crimson nexus
#

There was no need to get pressed to begin with.

#

thanks Javier

#

love the wisdom

amber snow
#

I am unsure whether I am imparting any wisdom but you're welcome lol

remote shuttle
#

nah i love the wisdom too

#

👑

crimson nexus
#

total king

pine stratus
#

is there a combined plugin for all the lifesteal plugins together (such as, lifesteal, 1 mace, craftable hearts/revive

crimson nexus
pine stratus
#

wat else does it include

crimson nexus
#

As for other features, it includes:

  • Craftable Hearts / Revives (Which you can customize yourself)
  • Placeholders
  • Hearts withdrawing
  • Disable Totems
  • Disable Crystal PVP
  • Extensive Admin System
  • Support for WorldGuard
glacial sundial
#

Lives, stealing, and Z

crimson nexus
crimson nexus
# pine stratus thx

if you need support further, or suggestions, there is a Discord server provided on the Modrinth page. Feel free to ping me there.

pine stratus
#

wat are placeholders btw

crimson nexus
#

placeholders are variables or tokens that can be dynamically replaced with real data when the game runs.

#

So, you could have a sidebar, that displays the amount of deaths, kills, and hearts you have

pine stratus
#

ok thx

leaden meadow
#

Hello is there have a plugin like dr donut smp

#

like everything sync to all server using proxy

#

multiple region

crimson nexus
leaden meadow
#

array ?

#

Wdym and do you have any idea