#help-server
1 messages · Page 152 of 1
Ahhh, and /dynmap commands are no longer returning failed autocomplet inputs 🙂
I was worrying that the "Google maps" render was not updating then suddenly this appeared on our TV:
https://imgur.com/a/TGjB3hv
Yep, 1000% working and I have you to thank for it @glacial sundial, you are awesome, thank you for your help, I was tearing my hair out over that version mismatch,
The old lady and I now have a live map via Dynmap on our big screen,
And it's live renders are expanding as we explore as expected 🙂
How can I check a players command history like what commands they’ve executed
And you think economy shop GUI check what people sell with /sellgui
console logs
OK then, how do I make it so I can’t see command block output in console
/gamerule something
/gamerule commandBlockOutput false
I always knew MD was using the paste site to scam us!
All our pastes are shipped to North Korea
Is it able to build spigot-1.21.7.jar?
I successfully built 1.21.5 one, but couldn't with 1.21.7.
Is it really that hard to just say a plugin name instead of acting ignorant?
or maybe my dumbass forgot the name
then went on google to search for it to send it to ur dumbass
but couldnt find it cuz the seo sucks
but sure be a dick
I also searched on Google and only found PlayerPoints, but it doesn't come with a store system, I tried to implement it using deluxe menu but it didn't work well
why would it come w a store system its for points
use coins engine
and then use deluxe menus for the shop
coins engine is the best currency plugin i found
its literally the best pvp plugin idk why spigot seo is so shit
vault supports a single currency
u can hook ur main currency into vault yes
the other currencies wont bc its only one by vault
In this case, I don't want the new currency to end up conflicting with the vault/essentials and only work by killing players.
yeah so then disable the vault hook?
id personslly use coin engine for the vault main currency since its way better
Hello? Sorry for the offtopic. Explain to me how to make a round portal from particles? Or how is it made at all?
mythicmobs could do it
looks more like a lag machine though 🙏
I'm not arguing, I just got curious. It's unlikely that these are mythicmobs. You can't put such round particles there.
this portal was in one game. I only found these lines execute as @e[tag=spiral2,type=minecraft:armor_stand,limit=1] at @s run tp @s ~ ~ ~ ~4 ~
ok ur asking how to do it
i gave u one way to do it
how would i possibly know how they do it
u can either code it ur self or use mythicmobs
idk another solution
using command blocks for that is just stupid
Hey
I'm using betterhud and the itemsadder plugin for the bossbar but I can't see the texture.
I should see this.
just simply go to their discord server and ask the person who created it
Gays plzz i am need plugin dountTools or dountaction & dountorder free plzzzzzzz
u can purchase it on bbb
but thats not free!!! >:(
yo we need a minecraft dev for our server , mic included and youll will get something in return ,dm pls
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
Don’t cross post
Hello, how can I disable player pointing in xp bar ?
or at least change radius to be much smaller
gamerule locatorBar false
The radius can be done with an attribute
You'd need to apply it to every player on login though
waypoint_transmit_range and waypoint_receive_range. Both default to 60 million. Transmit it outgoing, receive is incoming
Yes
looks cool btw
"default to 60 million" sounds so insane out of context
but like obv since thats how big an MC overworld is
okay thanks !
good to know, thanks again
can someone help me set up something that requires you to have specific items in your inventory to obtain an item? like a block when right-clicked takes required items if you have them and gives you something else? a plugin maybe? a mod? a command?
mythicmobs could do it
so could skript
anyone know a free duels plugin, except it supports kit-less duels? e.g. for SMP servers if 2 people want to duel in a controlled environment, or without the risk of losing gear (keep inventory).
start by telling us whats not working
The plugin doesn't work, it tells me: An unexpected error occurred while trying to execute this command.
well then there is an error on startup u need to find
how can we know the eror send laster logs pls
This is brilliant! Tysm! It's only that I really wanted a betting system and this one wouldn't work as my server doesn't have an economy and well, I already started coding my own plugin to do the job.
nw i charge 10$ btw
Idh cash uhh
Hey guys, I'm currently working on a small server for a streamer, and so far I've always used Cloudnet or other cloud systems, but I wanted to ask what you all use to connect easy sub-servers to Bungeecord and also start new ones using a template
I was thinking about a K8S cluster, but I have no idea about kubernetes xd
hi im hosting a crossplay server (so java and bedrock) with geyser and floodgate, these are my configs: https://justpaste.it/glouj
but i cant join on bedrock, help pls
Hi everyone, excuse me, I wanted to see if anyone has a plugin for Squidgames that has the 6 games from the first season that are the same as the series, and that 50 people can participate in. Thanks.
How is it setup
Just a single server, proxy, standalone?
there is so many
Can you pass me one that has the games please?
Season 1 or season 2-3
Or all 12 games
Season 1 please
Can I send you a private message?
Sure
Ready bro
Hello, do you know any lightweight server infrastructure (for a lobby) compatible with bungeecord ?
i reckon Spigot can be fine if ur turn off natural mob spawns and/or tracking ranges
Minestom also exists for light-weight i think
minestom is peak lightweight
Okok thanks!
just use leaf
its for lobbies and stuff lots of people in compact areas
disable most the stuff like mobs spawning
pregen the lobby
okay thanks
Hey! can anyone help me with my resource pack I made myself? Its a pack that overrides wheat_seeds multiple times and uses CMD, then in my server plugin I set the right codes for my custom items. But nothing really happens in minecraft when the pack is loaded :/
You should be using something like crucible, oraxen, or nexo for this
Not sure why you are adding custom items with commands
hmm I'm kinda new to minecraft programming stuff, but I'm not new to programming itself so I kinda didn't rely on other plugins for anything haha
well thats just shit mindset working with custom items and such just takes long
unless u have the budget i recommended using crucible
since ur good at programming crucible would be the best for u as its a part of mythic and infinitely customizable
alright ty for info!
Hi i wana broadcast a fake leave msg accross the server at command, why does this not work??? (and yes i want translatable) the message does not show up i am DOUBLE BROADCASTING IT!
TranslatableComponent msg = new TranslatableComponent("multiplayer.player.left");
msg.setColor(ChatColor.YELLOW);
getServer().spigot().broadcast(msg);
for (Player p : getServer().getOnlinePlayers()) {
p.spigot().sendMessage(msg);
}
Is your code running
I don't see you specifying who left anywhere
we'l worry about that later, for now the problem is: it does not show in chat
translation
if you can show me how to spesify player name we can do that but i cant find anything about this stuff online
new TranslatableComponent("multiplayer.player.left", "player-name")
Looking for a new owner
Hello, I'm looking for an owner for my Minecraft server because I don't have time.
- i give a powerful host
- server peak ( max players ) 70+
- i give instagram profile
- domain access
- You need to make the new season and be the owner (you will manage the server, and the server needs to grow with players)
If anyone wants more information - DM
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
Although you’re still going to be paying for it? Idk sounds strange to me
What’s the catch
meh i do that
sometimes it just gets too much
Guys i cant find papi expansion to mmocore,mmoitems any help?
what?
why do they need expansions
all u need to do is download papi and mmocore
^ the expansion is probably built into the plugin
ecloud is only for plugins u dont wanna download
i need placeholders download for work but dont work download with ecloud
Looks like the plugin isn’t doing proper checks and is sending a null string to papi
ye i know but how to fix?
You tell mmocore devs about the issue
Okey
Hello, I can't attach a image to better show but all commands are red and show as a wrong command and do not show autofill options. But can still run through, like '/pl' still shows plugins but appears as 'wrong'. How can I fix this?
upload an image to imgur please.
If things appear as red in /pl then it means they are disabled but their presence is noted nevertheless, this would happen with startup issues.
oh commands themselves show as red
Yeah, sorry if I confused you
Well you're using Paper... this isnt paper.. but i doubt this is a paper issue.
it could be the "AdvancedChat" plugin?
huh?
It is a paper 1.21.4 server, sorry
This is SpigotMC, this Discord. is what i meant, and you're running Paper. It could be a paper issue.
im not tryna through you around to diff places, it might not be the fact ur using paper. but its more "prroper channels of support"
I understand, it was just a first thought to come here
but definitely makes sense for a chat plugin to be responsible, as this is.. a chat thing
I'll have check through it then, hadn't had the iissue appear before but worth the peak
Strangely it was somehow Nexo...
because minecraft has a different formatting for |
│
︱
┃
〡
ty
Need some help; for some reason, Worldedit isn't letting me use it anymore on my spigot server, despite not updating at all (either my profile, or my server). It keeps saying "editing is disabled on unsupported versions" (despite using a version that CLEARLY says it's 1.21.7 compatible). I don't really wanna have to update to 1.21.8, is there any way around this? Thanks in advance :)
Why don't you want to update to 1.21.8? Protocol versions match and there were no server-sided changes
They're practically the same version
I'm talking about my profile; I don't wanna have to set up my modded profile again
You don't have to
I am not using a snapshot version, at least I don't think so
Like I said, there was no protocol change
???
You can join 1.21.8 servers from 1.21.7
I know, but for some reason, it's not letting me use worldedit while I am using 1.21.7, which is crazy because both the server and my profile are on 1.21.7 and I have no updated anything, and it said this version of worldedit was compatable
It just all of a sudden woke up and said "nope screw you today"
It keeps saying "editing on unsupported versions is disabled"
what do you mean "my profile"?
So what ur reporting, is this a mod issue or a server issue?
I honestly have no idea, the only thing that fixes it is switching my minecraft to 1.21.8 (despite it being a 1.21.7 server and a 1.21.7 version of the plugin), at least that I have found
Whats the issue with switching to 1.21.8
but where r u seeing this message?
It's like it won't let me edit anything because Mojang just updated to 1.21.8 even though nothing else on the server has caught up
there is no protocol difference tho, nothing needs to "catch up"
In chat whenever try to use //set or pretty much any other worldedit command
That's why I'm confused, there's no protocol difference, why is it not letting me edit while I am on 1.21.7
can u try to use 1.21.8 insteadof whining?
I have all my client-side mods on 1.21.7 and I am assuming none of the mods I use have have updated and I would realllyyyy not like to have to update them if I don't have to, there's no workaround?
bro just TEST 1.21.8
Use 1.21.8 server and 1.21.7 client?
I tried switching both the server and my client to 1.21.8
For some reason my friend could use one command, I can't use any
I just keep getting the same error: "Editing on unsupported versions is disabled"
I am on the very latest version of the game now in every sense, it's not working
It's almost like worldedit is asking for a worldedit update that... doesn't exist yet???
Maybe it is
So have you not assumed that perhaps there is no build for 1.21.7?
or 1.21.8 for that matter
Because you earlier stated the build was advertised for 1.21.7
Where can I get support about my Spigotmc account, I think it has been hacked
my 2fa is no longer valid
?support
Hello, which anticheat do you recommend for 1.21.7 ? (free)
vulcan for survival
uncp if u have minigames
updated no cheat plus ?
yeah
there isnt many free options
anticheat is not something simple
vulcan is the best for survival
u can also use grim
yeah but it's not compatible for 1.21.7, sadly
yeah so get a good anticheat like vulcan
anticheat is a crucial part of ur server
ah yes our lovely spartan
do vulcan dependency for packetevents works if packetevents is on the proxy ?
obv not?
packetevents on the proxy is for plugins on the proxy
idk why people are so scared of plugins
u should have whatever plugin u need in the backend and in the proxy
dont try to limit backend plugins by stuffing them into the proxy
well, because synchronizing configs between backend servers is less pratical than having everything unified on the proxy
lol
void future
why
this dern host keeps switching the jar
and screws with my server
its packet events in a lot of cases atm
they only recently add the fix to it
in general, for plugins
well u dont need msot plugins on the proxy anyways
Smh
guys can u test my plugin for multi version ? https://www.spigotmc.org/resources/nomobspawn.127127/
Im sure a plugin lkike that works fine on every version
alr it must be like that
If it’s not relying on an enum or fixed constants which are version dependent then it should be fine
Yeah, exactly. I tried to avoid using anything version-dependent like enums or fixed constants
i tseted it for 1.12.2 and 1.21.4 it should be fine
but dude, dont missuse forum input fields.
"Source Code" is typically for links to git repos, not a secondary link to your Discord.
yeah but i mean if someone want src ask me in discord
is that not allowed?
Sure, but thats just silly lol
it's allowed or not? 😂
idk personally, but i would say its courtesy.
Do u advice me to remove it 😂!?
not really, u do u
Honestly, I thought it was clear to everyone what I meant but it looks no
no i just didnt scroll down
i thought u were using the source code field to promote ur discord for a second time
its just not a norm to host source code on Discord
It's a little weird i think but im lazy man
allg i getchu
In my opinion it looked better without the version numbers being orange, now it's too much orange
So yeah, now you know you can hover over it to get a text, so it's good for the UX, but idk
Any recommendations? The hover kinda important and not sure how else to draw attention to the fact you can hover
what this gotta do with my mesage
I was commenting on him misusing the "Source Code:" field to display his Discord link
Let me try a few things
Yes i know
Phew, I tried something badge-like once and it looked okay. But I don't know if it fits in like that.
I can develop websites, but unfortunately I'm not a good UI designer
Spigot dont really needa change
uhh how can i increase the render distance of my server? i dont even know if this is the right server for this because im using mohist 1.20.1 (its a mix of bukkit and spigot so idk) and i just still want to be able to see my entities from WariumVS or Valkyrien Skies Trackwork etc over like 350-500m+ because they dissappear at like 200m and its not cool in a dogfight
also didnt change anything when i edited the sim and view distance in the server properties so im just asking here
entities do that
yeah but is there no way to change that?
Do you have like paper.yml or spigot.yml files?
this is the entire server basically (another .bat for starting)
in the spigot.yml
Yeah
yes
"entity-tracking-range" should control the extent to which the client can view entities.
Ahh okay and what do i have to change from that? i dont know what entites from create or valkyrien skies are seen as
lol is their banner AI generated
kinda looks like it is xD
yes
Im sure forge has some internal thing similar to the entity tracking range, which is more apt.
thanks for all the server links im gonna ask my way around i guess
ahh okay
@buoyant path also r u using embeddium?
The mod
that itself fucks with the renderer pipeline for entities
Yes
without it the game runs like crap
But imma try it without embeddium now that you've mentioned it
it might not be it
still im just gonna try it
but im definitely gonna remember this i just dont know what values to put there
r u a fucking skibidi rizzler?
no
:c not good
rip rizzler
ok i did it lol
had absolutely nothing to do with the entity tracking range .-.
still thx alot
wat was it
a valkyrien skies config
in the vs_core_server.json the shipLoadDistance and the shipUnloadDistance
easiest shit ever and still wasted half a night on it trying to figure out what it was
im trying to build a boat ice track and i use sticky pistons with slime blocks to launch boats up, but 80% of the time the boat launches only like 3 blocks high and suddenly loses all of it's momentum. I think it has something to do with anticheat, it says "boat moved wrongly" in console
guys i have a problem i have economyshopgui and when i add Better teams the economy dont work no more.
u can change that limit in configs
wats the proper process to upgrade a server
1.21.5 server want to upgrade to 1.21.8
or 7
i think .8 just game out yesterday 😂
or 2 days ago
make a backup, update the plugins, get the new jar, place it in the folder, start the server
atleast thats how I update
hi
anyone want to help me maintain my server for free? I just need help if i run into any small issues
bc we love free
I just made someone a plugin for free lol
My SpigotMC account has been stolen and the associated email address has been changed without my permission. I no longer have access to the account. @glacial sundial
aura
xd
why aura?
rip
im having an issue when my friends try to connect to the server. I have an error that says, connection refused:getsockopt. I tried a website to see if i have correctly opened the router ports, and they are. I dont know what to do, i already asket chat gpt im getting crazy!!!
have you checked if you're behind a CG-NAT
atp bro, copy your public IP, ask chatgpt "is this a CG-NAT IP", if so then your ISP wont allow you to open a port.
Secondily, check the uptime with https://mcsrvstat.us/
Dont think port checker will show if it’s cgnat
what
ur IP tells u if its CGNAT. CGNAT IPs have ranges.
Yes
I didnt say it didnt
I does not not show if your port is not not closed if you arent not on cgnat
Hey guys, I recently moved my dev server to another laptop and keep getting this error when trying to run the server, and the cmd prompt immediately closes
Wrong java version
do I just need to download the latest java?
Java 21 ideally
do wish the class version exception was handled more nicely
Hi, does anyone have any idea why worldguard isn't working? (1.19.4)
java.lang.LinkageError: loader constraint violation in interface itable initialization for class
com.sk89q.worldedit.command.argument.AbstractDirectionConverter...
SEVERE WARNING
'Actor' came from 'LuckPerms'
'EditSession' came from 'LuckPerms'
'World' came from 'LuckPerms'
do u have 2 worldedit?
nope
2122 lines | 1078 errors | 1 problem automatically detected
Install a different version of the plugin 'WorldGuard'.
Remove the plugin 'WorldGuard
I've already done this several times with many versions but it doesn't work
the server is 1.19.4
anyone want to help me maintain my server for free? I just need help if i run into any small issues
Worldguard doesn't work without worldedit
i told. him he already have worldedit
CG NAT is only one range 100.64.0.0/10 . A good indication of CG Nat is if the IP on your router doesn't match the IP that other servers see your IP as. Likely candidates for connection refused:getsockopt could be caused by CG-Nat, firewall(s), regular NAT, whatever your router calls port forwarding, or the client could be connecting to an incorrect IP, or the IP could not be reachable (if it's in RFC 1918 for example) by the client computer. Hope this helps
Hello so on my 1.21.4 paper server I am having an issue where items when made from the same recipe do not stack sometimes,
This happens on as I can recall on some recipes (and the tomes you get from chests) for the plugins Vane and some recipes from ValhallaMMO
Theres probably more where its affected but I am unsure as of this moment
When I checked the /data get entity @p SelectedItem, the nbt would be slightly different
(above is an image of some arrows from valhallammo item forming different stacks despite being made from the exact same recipe)
This is my plugin list if that's needed
paper
?whereami
my bad, saw there was someone getting help on paper and thought it was ok
Thanks for the heads up o/
@pure moss got fame with this one (oh damn didn't mean to ping you)
would've changed my name, pfp, and probably everything after that loss 😭
Hello, I've had this annoying message in the console for a while now and it's still not fixed after the different versions. I don't understand because I don't have the problem with Paper, but Spigot has this problem, and I want to use Spigot for my farms.
[22:42:31 ERROR]: Error sending packet clientbound/minecraft:disconnect
io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/minecraft:disconnect'
why paper corrected this cumbersome message and spigotmc is unable to do it
I didn't put the whole error message because it's so big
iirc is a mojang thing
even Fabric has this annoying ass message.
Paper is probably just hiding it, not fixing it.
You don't know a solution to hide this message on spigot
?
accept my friend req
yes
ConsoleSpamFix could hide it
hello
can somenone help me please with configuring and securing bungeecord ports?
i ve tried everything and it just doesn t work
Sure what have you tried
yeah, it s a vps
all my servers are running on the asme machine
bungeecord port is 25565
spigot is 25566
sudo ufw allow from 127.0.0.1 to any port 25566 proto tcp
instead of 127.0.0.1 I also tried the vps public ip and 0.0.0.0
then sudo ufw deny in to any port 25566 proto tcp
*i have multiple spigot servers but if I can figure it out for one I can apply the rules for the rest of them
Ufw doesnt block loopback by default no reason you should need to explicitly make a rule
ok, so if I do ufw allow 25566 I can connect trough bungeecord to my spigot server
as soon as I run the commands mentioned earlier I can't connect (Can't connect to a fallback server)
The first or second command?
first
how do I check that?
In server.properties
server-ip= ?
Yeah
tried
Of 0.0.0.0
ok so i set 127.0.0.1 in server-ip
and in ufw command?
the same? as sudo ufw allow from 127.0.0.1 to any port 25566 proto tcp
Yep
ok lemme try
and that s it? no other deny command needed?
wait
before the ufw i've tried messing with iptables
how do I know if a rule set in iptables is affecting my ufw?
iptables isnt persistent anyways
so I shouldn t worry about it
Shouldnt need a deny if it’s bound to loopback
my pterodactyl is automatically bounding my lobby to 0.0.0.0
changed it to 127.0.0.1, restarted it, and now it s 0.0.0.0 again
Oh this is ptero
yeah
Ptero uses containers so loopback wont work in this scenario
so what should I do?
As long as your ports Arent publicly exposed you’re not really at risk
and how do I make sure?
I mean you can still ufw deny any ip that isnt in the docker ip range but not really necessary
make sure that my ports are not exposed I mean
Like I said, restrict it to docker ip range
Or depending on your hosting provider only elect 25565 to be exposed which should be enough
Looks good to me
made it!
?whereami
You're running purpur and not spigot
thanks
hello, i came with a question in my mind, how can i proxy 2 location to play on the same server? how can i make people have an x ping depending on the location for example if i have an asia server and a german one there is away for make them both play on the same server but from different "proxy"
there isN't much of a difference for your players if they connect to a proxy in asia which then proxies to a server in germany
or if they connect to the proxy in germany itself
so there isn't a real way for have both connected to a world with a good ping them both
I mean somehow the information needs to travel from germany to china
ye u right
U need german backend and proxy for germans and asian backend and proxy for asians, if you mix it you will always have high ping
I want custom mobs so spawn in specific areas and want custom drop loot for it. Which plugin should i use for it and how?
can i make it so the custom mobs only spawn in specific areas in a world?
yeah w mm u can
I'm new to this and very clueless right now. If possible can you please tell me how and where i can edit the config?
mythic mobs
u download the plugin
and config the files
they have a HUGE wiki
ok thankyou!
if u pay me ill do it for u 
how much?
Does anyone know if there's a plugin similar to this? For 1.21+
https://www.spigotmc.org/resources/owngarden.31709/
itemsadder has custom trees with customblocks
and plants as well
nexo only has plants
Does anyone know how to report mycommand plugin for have a Trojan in it?
What plugin?
and what makes you think theres a trojan?
Bit defender flagged it 3 different times
You're fucked 😭
So you want to report a plugin on the basis that your shitty antivirus claims its a virus?
Bitdefender is the number 1 anti virus rn lol
Chrome used to flag me downloading "forge", as a virus... doesnt make it a virus
Show the report, what does it flag it for?
Trojan.GenericKD.76249127
this?
I don’t casually get flags for plugins… it’s not common
most plugins get flagged
its super common
Yeah that’s a problem lol it’s not normal…. I download hundreds of mods and mod packs and other plugins and programs and they don’t casually have Trojans in them

your chud AV, Bitdefender is reporting this... This is so generic that it literally says "generic" in the title. BitDefender has no idea what it is...
Trojan.GenericKD.2427119 appears to be a ZIP file containing a PDF document, but when extracted, the contained file is an executable program that silently connects to remote servers to download files onto the infected machine. During the analysis, one of the downloaded files attempted to use the machine to send spam email messages.
uhuh yeah mate sure.
BitDefender is probably just having a field day with the fact that its an archive and contains code
I trust a multibillion company over some random plugin developers that beg for donations on spigotmc to continue their projects… but yeah go off… I’m sure u can make a better av
BungeeCord features, Scheduler, Http Requests (GET or POST), Join/Quit/Death events, custom.png images on map and itemframes to run commands ...
- MyCommand Spigot Page.
Is it not plausible that your antivirus, sees some archive, sees a piece of code in it that appears to be remote code execution (its a http request) and flips the fuck out?
@crimson nexus this is help server
The best anti-virus is simply none at all.
not help development
So?
siktir...
😟

my turkish fell off after 3 months
BAIIIIIIIIII
@surreal belfry pls report the plugin to the NSA tho, its a matter of national security.
Bro u guys are weird af
Plus supporting random people and their Trojans like it a dog fight
😮💨😮💨😮💨
we developed the trojan so ofc?
thats what the viruses want u to think
@narrow coyote can u scan this
VirusTotal
id look at it in recaf but i aint on my PC
it has over 60 class files, you sure you want to bother?
60 files for a custom command plugin? yeah thats a virus fr
as i said, its probably the fact that it can run off-site commands.
BitDefender probably thinks its remote code execution
Sus
I've gone through worse, but I'll probably start making non-reports a paid thing lmfaooo
I mean
make MCAMaaS
u upload a jar and mcantimalware scans it for u 🙏🏻
sell tokens like AIs do
Who woulda thought a custom command framework would require abstractions out the ass
pay per token
Yes
it aint a framework.
skill issue
o
only shit devs abstract /sar
its config-oriented custom commands for like skr*pters
Ah
but yea, don't trust virus total w/ jar files. Very few anti-malware actually handle them properly
its not reliable but its not a complete loss to try it on them
Nah, 9/10 times it is
you don't even know what's specifically being triggered so all you have to go off of is the alert
which is 99% of the time completely useless
It's why I'm now stuck going through 60 different classes
wouldntve thought to check if it didnt get flagged 😞
i check everything using my own tooling, which actually logs what's deemed malicious
vro... what if you split the source code into 3 different jars... ran each one through virus total... to find atleast the portion that was the virus
not worth the time and effort to do so
I have tooling for this, so I don't have to rely on a service which false positives almost all of the time
virustorta
TORTA?
It'd help if my text editor responded though
Virus.
kate... on windows? based
Only because I got tired of sublime's buy me popup
same reason i switched from winrar
dont know why i used winrar as a kid when 7z existed for just as long, and wasnt shit.
make it unrespond in dark mode pls
like... why the fuck was i using hypercam or bandicam when OBS existed.
Honestly, I'll probably just make my own program to better parse & handle the many log files I have and just not use kate or sublime lol
jesus i jsut opened it in recaf
even if it isnt malware, the code smells horrendous
should be removed just based on that tbh
Not seeing anything that stands out, so I'd say it's virustotal being shit like usual
I mean Koz4Christ (this guy is practically nonexistent nowadays) has a video on it... so you know its OLDD. This is probably just a codebase that was built for lower jdk versions, or by a novice programming (at the time)
http://dev.bukkit.org/bukkit-plugins/mycommand/
Hey friends! This week we go over a super powerful alias plugin but its so much more than just that. It includes, bungee teleport, custom item abilities, GUI/Chest commands, scripts and can be run from blocks or signs.
Get 1.9:
https://youtu.be/F_cj7MWQdEY
======Credits========================...
AllTheCommandWhoStartWithTheSamePieceLenghtOrder
holy shit
comandodaeseguire
ts aint even english anymore
bro got the polylingual codebase
damn bro still uploads on bukkitdev
quite a few people do actually
hello, how can i allow my server with some spigot plugins the sand dupe and tnt quarrys?
I would assume a known good file hash would also be a good factor to check against?
Feel like that would save some time/ease concerns about it being infected/malicious.
could somebody help me setup a custom ItemModel on my item's metadata
With / In?
I have a blockbench model for a staff and a custom item coded and taged in intelij
i am currently trying to use https://github.com/MagmaGuy/FreeMinecraftModels
to translate my models into packs that can be applied to both items an entities with the end goal of having many custom entity models to mask over projectiles for spells
using display
but I cant figure out how to get the models applied to my items in my plugin
I will link the resource pack it's making when it finishes uploading
and my namespace for the model is currently this: meta.setItemModel(new NamespacedKey("freeminecraftmodels", "firestaff"));
that is the resource pack
that looks like (broken) Italian for "Command to execute"
I’m using GUI+ how can I make it so you can purchase a permission in a GUI
Did you read the documentation? Maybe it allows you to purchase a command and you can buy lp user <player> permission set perm
I'm trying to setup spigot using java -jar BuildTools.jar --rev 1.21.7 But I run into this error
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 1262 source files with javac [debug release 17] to target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Spigot-API 1.21.8-R0.1-SNAPSHOT .................... FAILURE [ 16.298 s]
[INFO] Spigot-Parent dev-SNAPSHOT ......................... SKIPPED
[INFO] Spigot 1.21.8-R0.1-SNAPSHOT ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.366 s
[INFO] Finished at: 2025-07-23T17:05:47-06:00
[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/edwards/Documents/christians_folder/spigot/1.21.7/apache-maven-3.9.6/bin/mvn, -Dbt.name=4525, 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)
You need java 21
Ah thank you I knew it was gonna be something simple
any plugins or ways i can edit biomes in 1.18.2 without worldedit?
i have a datapack that adds custom biomes, but worldedit doesnt detect them. are there any plugins that exist for 1.18.2 or any methods i could use to edit biomes of places?
Specifically you need the Java 21 JDK not the JRE, you seem to already have passed the version check. Assuming Ubuntu; sudo apt install openjdk-21-jdk
Yeah I think I just had JRE. I installed JDK and it worked fine
Can I get unbanned from the Spigot website? I am getting a cloudflare error sayiung I need to contact the website owner :/
@runic rain sorry for the mention, any help is appreciated
or @glacial sundial if you happen to be around? 😬
show what it says
You are being rate limited
What happened?
The owner of this website (www.spigotmc.org) has banned you temporarily from accessing this website.
Please see https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/error-1015/ for more details.```
it tells u excatly the issue are u stupid 😭
u get unbanned after a while
just gotta wait it out
??? Blimey your rude 😂
well u sound like
u got banned for no reason
u was spamming something
so u got banned for it
Yeah, I were browsing resources and then middle mouse clicking to open into a new tab to view them.. then when I next pages it came up with that - I know why it's done it, but temporarily isn't a value of time and therefore, I have posted in here for a member of the Spigot team to support if available. If not I understand what a temporary ban is an can wait.
yeah only md5 has access to the site so noobdy can help u
spigotmc has like the most aggressive cloudflare config for some reason ong
and minecraft related anything are the biggest threats to attacks 🙏
i never got rate limitted
so seems like a skill issiue imo
u get CF banned for sneezing wrong while glancing at the site
@shy falcon aye, experienced it first hand 😛
im actually just anti cloudflare
deep state agent
probably because you have affiliates over at KF
🥝
at where?
Kiwi farms.
the reason why cloudflare was hated for some time.
It's like an hour
You are not joking lol
virustotal is not a good way to tell if plugins are malware, use optics antimalware instead https://www.spigotmc.org/resources/spigot-anti-malware.64982/
What fork will be good for duels server?
1.21.4
uhhhhh
paper alright
just disable everything though
or minestom if u hate urself n have free time
LMAOO
if you have like 1000 players in conjuncture, in individual arenas that count as regions, then maybe?? but it just seems stupid
duels are like inherently the opposite of a player dense server
literally
Pfft
Imma stack all my duels arenas on top of eachother
void world
The duel tower™
should do duels but everyone is on their own island and it's hypixel
sk- skywars?
mfw we have SkyWars Duels
we as in ur still an active hypixel developer
WHAT
i thought he just wasnt w hypixel any longer
I'm not that bad a developer that they fired me :(
you got fired?!?!?
WHEN DID YOU GET FIRED??
what minigame do u even work on choco
SHEEP WARS??????? MY BELOVED
I need help, i have znpc on my second world (i made spawn on it) and i want to make it rtp on main world when u click it
When i click it random teleport me to that world where spawn is
I have it
I run command
But it random teleport me in world where spawn is
I want in different worlds
How?
idk what plugin ur using
BetterRTP
just do
And i want spawnpoint to be in spawn world
What about this
Nah im confused
/setspawn w ur spawn plugin
Alr
oh you got fired? im sorry
😋
Crying
L choco got fired
Choco got fired because he kept eating the booster cookies meant for skyblock :(
how do buy plugins
You click the buy button on the spigot page for the plugin you want to buy
It should show you a message and then have a button that takes you to paypal
my condolences 😔
?ask
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!
The entity in player less dimensions is it on or off by default? And where to find it? (Which config file and where)
Like playerless meaning simulation or render distance from player
Example ianxofour wither skele farm ppl had issues with
Where the wither skele won't appear in the overworld
ah, its either bukkit.yml or spigot.yml i believe
and if youre on paper, check paper-global, or the per-world configurations
the settings are along the lines of "tracking" (visibility?) and "activation" (logic?)
Uhm I need help with entity in playerlews dimensions for mobs travelling through nether portals
Hey! So I used the BuildTools to make a 1.21.8 jar with Geyser as the only plugin and it works fine on Bedrock but says the server is running on 1.21.6 on Java. Did I make a mistake and build the wrong version? Or does Spigot not support 1.21.8 servers yet.
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
I have ViaVersion on my server and a custom resource pack.
The pack isn’t working for some people. Could it be that they’re joining on the wrong version?
Is it possible to make the texture pack work for all versions?
Can I do something like this in PlayerLoginEvent:
check event#getVersion
assign event.sendResourcePack(url) based on that
?
is geyser up to date?
and if you remove geyser does it still say that error?
yes you could but you would need a new resource pack for every version
I think this is a geyser thing. Is it up to date?
Lemme check
Or perhaps ViaVersion? Does geyser require it? I don’t use it myself.
Either way this isn't a spigot issue, it will be one of your plugins
i mean i removed the plugin and its still giving me the error
i checked the jar i used too it was 1.21.8
plugins folder completely empty
which is weird because i used the builder
so idk why it says that
you're not using the right jar then
are you just going by the name of the jar
buildtools doesn't just give a paper jar, its 100% the wrong server jar
here's what im gonna do: im gonna rebuild the jar with the same settings i used last time and remake the server completely
bc i cant imagine i made a mistake
not tryna flame yall sorry if thats aggresive lol
just confused why this error is happening 😭
wasnt taken that way
a long time ago lol
Jan 15, 2024 iirc
more than a year
i feel like anything over a year is a long time
You’re welcome
thats not long 🙏
wow did u make it
Maybeeeee
everyone knows shadowmaster is the goat
u have so much aura for that
we was losing my faceit game
10-1
its currently
13-12 to us
This looks good. Did you copy the spigot jar to the server directory once it finished?
If so did you rename it and update your start script?
im using mcss so i simply just drag and dropped the jar over this (i completely understand if you have no idea how this app works but im 97% sure it wouldnt have been the reason there was an error with the version)
is that a panel
yeah its just an app i use to make managing multiple self hosts more managable
its convenient more than anything
im currently rebuilding the jar right now so once thats done ill give a rundown of what happened next
if its still local just manually put the jar in the folder
sure
just to avoid any issues
so i created the server in mcss using the spigot 1.21.8 jar, and just to be sure i deleted the "server.jar" file it made and replaced it with the base spigot 1.21.8 file i made from the build tool
yup same issue, says its running on paper 1.21.6 :/
Wack
And you’re positive that it’s the right server folder?
I’d find it really weird an mc server hosting software doesn’t support any jar file.
Or tried to replace it it with something else
Can you send some pictures of what you are clicking in mcss to get to the server directory?
you're definitely connecting to the right ip aswell?
🤨
so when you try to connect it shows the disconnected message in console?
because its just not possible for it to be 1.21.8 but kick you for being wrong version
unless its a completely different server
huh thats a good point it doesnt show up on the console but that makes no sense because i used that same IP to join on bedrock
and also the ip thats being used on playit.gg
The IP that is shown here?
its reverse proxy for hosting on ur own pc
like tcpshield mainly for personal hosting
naw different one, that one gives me this
but i know the server hosting works because im hosting another vanilla server with mcss using playit.gg and its been working for months now
well then its most likely an issue with playit.gg
if u dont see a connection req on ur console
then ur connection isnt reaching the server
aka its an issiue with playit.gg
i got an idea hold on
OK yeah this is a playit.gg diff
i guess because it was technically a minecraft bedrock server it was trying to host some random persons 1.21.6 paper server? idrk but i can connect now cuz i just hosted a java and bedrock server
thanks yall
gonna delete some of the images with any IP's even tho all the IP's are different now just so any bad actors dont join servers and troll
im gonna hack you
nooo dont hack my pc i am only 12 years old and my mom will take away my xbox
bro tried to hide his name but still leaked it
(at the bottom)
is his name Eclipse
ight
Yo is there some sort of a plugin that can add a management panel to my server? Like managing files, console and stuff like that
yeah.. a panel? lmao
use this
if ur hosting locally
if not pterodactyl is a good panel
looking for help setting up my plugins in my server, will be compensated for service
I did a bit of research and mcsmanager was the most 🔥 thing i found for my use case
lets kiss
is the compensation free vip on ur server
$$
ok what ever
u knownu can simply replace ur plugins w mods and run a normal modded server
well he left
bro i how do i delete spigot
every time i unistall it, and run my server, it just redownloads itself
does anyone know how to fix?
If you're using a web panel on a host that's probably downloading it
Not sure if this is the right place, but looking for some help with figuring out custom vehicles on our java server, just dont know what options are available these days and such
GUYS I NEED HELP WITH tick rate for hoppers
I need it to be very fast like very
@prisma garnet
ticks-per:
hopper-transfer: 100
hopper-check: 100
hopper-amount: 100 what do i do for this to make it go very fast and collect speed
Ticks low, amount high
wdym
oh ok is 3 okay
Thanks g
Sure
Are there by chance any plugin devs who would wanna partner to make a mmorpg server obv I have a lot more info just dm me I would cover server costs
⬆️ he forgot to add the part where he says it’s free, or rather, “paid in a % of earnings”.
pay me 100% of ur earnings
hello, recently, my server has started to experience constant TPS drops. I am attaching a profiler. The machine should be able to withstand this kind of load. Maybe someone has encountered the same problems. Please tell me what solutions or server optimizations there are
I saw a lot of tps problems with purpur servers in the last few days
Your load looks normal
it could be problem on my host's machine?
A 9950x should definitely be able to process 3k entities
also cracked server 😔
9000 chunks is a bit unusual though
I think pregenerating the world is fine as long as you don't keep every chunk loaded
For 13 players you're averaging like ~700 chunks per player
@untold vigil That's your problem
modify the world slightly
well yeah thats literally what i just said
that doesnt prevent cracking structures or anything else though just ores
Anyone having an updated BungeeCord setup guide?
Trying to setup a local proxy and server, but right now I get kicked for too many packets?
are u running via?
how do i make server run on cracked?
it says failed to verify username
i fount it
for anyone who wants to get cracked server.
go to server.properties
then scroll to online-mode
and change it to false
Nuh uh
thanks bro ill be taking this as legal advice
well technically he taught u
u need to also disable enforce secure profile dumbass
Nope.
Fresh install for proxy and server.
Tho, truth be told, server isn't Spigot (Can't be bothered dealing with the BuildTools)
forbidden word?
what proxy plugins r u running
well why dont u use the forbidden proxy instead?
Like I said, it's a fresh install
why bungee
To test something that needs bungee
do forbidden proxy on forbidden server
hmm
then use bungee w spigot
latest no?