#help-server
1 messages · Page 160 of 1
The output dir?
I did select a empty new folder for this:
No the folder where the BuildTools jar is
Hi im using image on frame and it keeps giving me an invalid erorr when I do the commands
What's the error?
It says invalid usage
And you're sure you're using the command right
Dan issued server command: /imageframe create nezzbl https://cdn.discordapp.com/attachments/143756298829375471809/IMG_3232.jpg?ex=6057c42f802ddd1ea7a12430ed00745e728 <2> <2>
I used that
I removed some of the image link right now for privacy
Sounds like you’d need to check with the plugin author
Where is the Minecraft patch?
?
xd
Idk if this is the correct channel. But does anybody know if there is a plugin similar to KubeJS?
Or even better does anybody know a useful automatic shutdown plugin? Which stops the server if nobody is online for X amount of time.
And at a specific time.
And also sends warnings before shutdown?
I don't think there's anything standard that lets you make JavaScript plugins, but the closest thing in the Bukkit ecosystem would be Skript
And what about auto shutdown plugins? Bc if you know any, I don't need to look for js plugins
Is there a reason you want to shut it down? Modern versions of Minecraft have a setting in the server.properties to freeze the server's ticking while nobody is online after x amount of time, which would still save you resources
pause-when-empty-seconds if you were curious
Modify the startup script so it kills itself after X time and the starts again
I don't want to restart nor shutdown if players are online
Does "Modern versions" Include 1.20.1? I can't find that setting
nvm, wiki says it got added 1.21.1
Yeah just shortly afterwards, sorry
nah. It's alright. I'll just keep looking. Or I'll create ma own one
How can I sent a kyori adventure Component to a player on Bungee?
thanks
Which proxy would you guys recommend to use in combination with spigot? And why?
I'm asking bc my server is hosted on a friend's home server. And another friend of him also wants a mc server.
And how would we do the player handling? Like connecting each player to the server they are supposed to go to using the same address.
BungeeCord?
Ok, and why bungee?
I have never used any mc proxy.
Because is the same developer of Spigot
Ah, makes sense. And how would I do the player handling? Does Bungee support plugins?
You don't need to handle nothing. And yes, bungeecord follows similar bukkit/spigot API
I would say it is the proxy with the most plugins due to its age and popularity
Ok, then could you please just explain me how I tell the proxy which player should connect to which server? Or is it just using whitelist?
You could check out the Bungeecord wiki, which covers everything about its configuration: https://www.spigotmc.org/wiki/bungeecord/
Anyways you must specify the servers to which players will be redirected and which one will be the default connection.
The home of Spigot a high performance, no lag customized Bukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Hi everyone, I'm having a problem with my server, and I don't understand what's happening. Every time I send a command I created with MyCommand, but when I send it through the chat, I get forcibly kicked from the server even though I'm an operator. The message is: "Invalid characters in chat".
desativar_spleef:
command: /desativarspleef
type: RUN_COMMAND
run_as: console
permission: admin.spleef
permission-required: true
runcmd:
- '/spsetup disable Spleef'
- '/essentials:broadcast \n§c❄ Evento Spleef encerrado!'
- '/essentials:broadcast §7Aguarde pelos próximos eventos.'
iniciar_spleef:
command: /iniciarspleef
type: RUN_COMMAND
run_as: console
permission: admin.spleef
permission-required: true
runcmd:
- '/essentials:broadcast \n§b❄ Evento Spleef iniciará em §e1 hora§b!'
# - '$delay$<72000>'
- '/essentials:broadcast \n§b❄ Evento Spleef iniciará em §e30 minutos§b!'
# - '$delay$<36000>'
- '/essentials:broadcast \n§b❄ Evento Spleef iniciará em §e10 minutos§b!'
# - '$delay$<12000>'
- '/essentials:broadcast \n§b❄ Evento Spleef iniciará em §e5 minutos§b!'
#- '$delay$<6000>'
- '/essentials:broadcast \n§b❄ Evento Spleef iniciará em §e1 minuto§b!'
# - '$delay$<1200>'
# Abrir evento
- '/spsetup enable Spleef'
# TITLE
- '/title @a title {"text":"❄ SPLEEF ❄","color":"aqua","bold":true}'
- '/title @a subtitle {"text":"Evento aberto! Entre agora!","color":"yellow"}'
# Mensagens clicáveis
- '/tellraw @a {"text":"\n§b❄ Evento Spleef iniciado!","bold":true}'
- '/tellraw @a {"text":"§aClique aqui para entrar","clickEvent":{"action":"run_command","value":"/spleef join Spleef"}}'
- '/essentials:broadcast §7Ou digite §e/spleef entrar §7para participar.'
# - '$delay$<6000>'
# Início da partida
- '/title @a title {"text":"❄ JOGO INICIADO ❄","color":"red","bold":true}'
- '/tellraw @a {"text":"§cA partida começou!"}'
- '/tellraw @a {"text":"§eClique aqui para assistir","clickEvent":{"action":"run_command","value":"/spleef spectate Spleef"}}'
- '/essentials:broadcast §7Ou digite §e/spleef assistir.'
This is the command that is not working.
command: /minaresetauto
type: RUN_COMMAND
permission-required: false
runcmd:
# ===== 10 MINUTOS =====
- '/essentials:broadcast ⚠ A MINA vai resetar em 10 minutos!'
- '/lp group default permission set essentials.warps.mina false'
- '/title @a title {"text":"⚠ RESET DA MINA","color":"red","bold":true}'
- '/title @a subtitle {"text":"10 minutos restantes","color":"yellow"}'
- '/playsound minecraft:block.note_block.pling master @a ~ ~ ~ 1 1'
- '$delay$<6000>' # 5 minutos = 300 segundos = 6000 ticks
# ===== 5 MINUTOS =====
- '/essentials:broadcast ⚠ A MINA vai resetar em 5 minutos!'
- '/title @a title {"text":"⚠ RESET DA MINA","color":"red","bold":true}'
- '/title @a subtitle {"text":"5 minutos restantes","color":"gold"}'
- '/playsound minecraft:block.note_block.pling master @a ~ ~ ~ 1 1'
- '$delay$<4800>' # 4 minutos = 240 segundos = 4800 ticks
# ===== 1 MINUTO =====
- '/essentials:broadcast ⚠ A MINA vai resetar em 1 minuto!'
- '/title @a title {"text":"⚠ RESET DA MINA","color":"red","bold":true}'
- '/title @a subtitle {"text":"1 minuto restante","color":"red"}'
- '/playsound minecraft:block.note_block.bell master @a ~ ~ ~ 1 1'
- '$delay$<1200>' # 1 minuto = 60 segundos = 1200 ticks
# ===== RESETANDO AGORA =====
- '/essentials:broadcast ⚠ RESETANDO A MINA AGORA!'
- '/title @a title {"text":"⚠ RESET DA MINA","color":"red","bold":true}'
- '/title @a subtitle {"text":"Resetando agora...","color":"dark_red"}'
- '/playsound minecraft:entity.ender_dragon.growl master @a ~ ~ ~ 1 1'
# ===== FAIL-SAFE / UNLOAD =====
- '$delay$<100>'
- '/mv unload mina --remove-players'
- '$delay$<100>'
- '/mv delete mina --remove-players'
- '$delay$<100>'
- '/mv clone Mina_Backup mina'
- '$delay$<200>'
- '/mv load mina'
- '$delay$<100>' # 5 segundos = 100 ticks```
This is one I made that didn't give me any problems.
I don't understand why it's giving a character error; I used emojis in both, colors in both, etc.
If anyone has encountered this error and knows how to resolve it, I would greatly appreciate it.
which of them is the not working one? I'd recommend trying the not working one without the emoji.
Another reason could be the usage of §. Mojang removed that symbol from the Minecraft chat almost entirely. I never had issues if I sent it via plugins but I heard that this might or might not cause crashes.
I think I discovered
Essentials: broadcast
I switched everything to Tellraw.
Incredibly, Essentials does not accept &
'&'? Bruh.
But ye. I think it's quite stupid that Essentials basically recreated half of the vanilla commands. Why tho?
Can someone help me with this PyroFishingPro error: [08:07:08 ERROR]: [PyroFishingPro] Invalid configuration file detected. Please report this on the support Discord for support with the code: r0c0b2? I've tried everything, removing and adding the config file, the jar, the server, and it doesn't fix it.
Have you tried reporting it on the support discord with the code r0c0b2?
microslop windows ahh error code
2 plugins dont work can someone explain why?
Failed to run voice chat at UDP port 24454, make sure no other application is running at that port
Server version "v1_21_R7" is currently not supported!
How can I see which port uses which application?
Set voice chat to use a port that you've been allocated and that isn't set to be used by something else
It cannot be the same port as the server
can it be 1111?
.
Yes, but they didn't find the problem.
If that message comes directly from the plugin, then it’s on the plugin dev to find/fix it.
Unless it’s referring to custom configuration, in which case, you may want to revert any recent changes.
Does anyone have a recommendation for a spigot/paper plugin with an in-built sell command and a good sethome plugin (both preferably with chest gui)?
I paid for a plugin a while back, it no longer shows up as a plugin ive paid for.
did the dev manually add you? @wintry quest
I forgot I did it with a different account
different account? 🤨
yea I made a account specifically for dev purposes.
Technically you shouldn't have multiple accounts
I'm not sure about having a server account vs personal
Yeah I believe that's again the rules
EssentialsX, that setup with Vault is very common
Hi I was wondering i recently purchased the zauction house plugin but spigot didn't allow me to download how can i get help by any chance
anyone khow which plugin can send this broadcast?? lol
Judging from the format, that is literally EssentialsX.
Yep, essentialsX. But you could basically do that with any chat formatting plugin if you don't want to use essentialsX.
-# But I'd say that plugin is essential
hi, I would like to change my spigot username. how do I go about doing that?
?changename
Name changes on the forums are granted to those who have donated to the project. Donations are processed manually and generally take up to 24 hours. The donation widget can be found on the home page of SpigotMC at: https://www.spigotmc.org/.
How does donutsmp put cosmetics on armor?
Resource pack
Now depending on what type of cosmetic you're talking about it will be done a bit differently
they are not using resourcepack
i'll send ss
https://minecraft.wiki/w/Host_Armor_Trim it was this
have some cmd to this?
You can use mcstacker to generate give commands
i need help
java -jar BuildTools.jar --rev 1.17.1 --remapped
Maven does not exist, downloading. Please wait.
Starting download of https://archive.apache.org/dist/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.zip
Exception in thread "main" java.net.ConnectException: Connection timed out: connect
I have Maven installed on my PC, but it does not detect it.
Set the M2_HOME environmental variable and point it to your maven install
same error
C:\Users\Unknown>mvn --v
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: C:\Program Files\apache-maven-3.9.9
Java version: 21.0.10, vendor: Azul Systems, Inc., runtime: C:\Program Files\Zulu\zulu-21
Default locale: en_US, platform encoding: UTF-8
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
if you're running BuildTools from the command line restart cmd
Anyone that used cluescrolls can tell me about their experience? Idk if the plugin is still worked on but I also found https://www.spigotmc.org/resources/easymissions.131189/ and I want to know if cluescrolls is worth the price
Hey could someone help me out? I was trying to connect a gamemode to my network proxy and all and when I was done with it am getting this error when trying to join the gamemode:
I honestly got no idea what the issue is because my other gamemodes have no issues I'd appreciate it if someone could help me.
Could you send the logs
Hard to tell you whats wrong just from that screen
[11:20:41 INFO]: [HorriblePlayerLoginEventHack] You have plugins listening to the PlayerLoginEvent, this will cause re-configuration APIs to be unavailable: [LuckPerms, VoidGen, DeluxeMenus, ProtocolLib, WorldGuard] [11:20:43 INFO]: CookieTheDev_ (58673b61-2db1-49d4-adb9-ac515f78eaa2) lost connection: Disconnected
Nothing of note there
Anything on proxy logs?
Can you connect to your other connected servers?
If so, you might just have to remove plugins to figure out whats causing it
Yea
Isn't this console message from paper servers
Check client logs
Maybe this is the wrong channel but just curious. How long does it take to get a premium resource approved?
Until someone has time to check it
Yeah well just starting to think something is wrong, i've waited a week and still nothing
um so i have a problem i was playing on a paper/spigot server and someone ddosed it and after thet the server was back on but now i cant join any server with spigot couse it says "unknown data in hostname, did you forget to enable bungeecord in spigot.yml"
Is it your server?
also you can't join any server? Even other servers not owned by the same people
no i cant join any server with spigot
yes
theyre owned by other people
hey guys is there somebody that knows bungeecord ???
?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!
?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/
i just paid 19.99 USD for Vulcan AntiCheat and i got NOTHING
WTF SPIGOT
CAN SOMEONE HELP ME???
Please i beg
dm or sth idk but please please please help me
This is a lot of money for me
Bro just tried to ping 27k people just because they couldn't wait a bit
Purchases might take some time to show up
do you know how i can reach admins?
ok
ig i wait some more minutes ?
Give it up to 24h then contact the plugin author
i purchased 20 minutes ago but who knows
ok
ty 🙏
bur arent the purchases normally nstantly there? Sorry im really nervous
?support
oh welp, that was yesterday
no
[11:09:00 ERROR]: [AevorinReports] ====================================================
[11:09:00 ERROR]: [AevorinReports] AevorinReports is restricted in your region.
[11:09:00 ERROR]: [AevorinReports] Plugin will not be enabled.
[11:09:00 ERROR]: [AevorinReports] #FreePalestine
[11:09:00 ERROR]: [AevorinReports] ====================================================
bro what xD
im living in the uk and i got this
Is your server in the uk
How long will it take staff to accept a premium resource? It's been 8 days now and still nothing at all? Should I contact support or something
you just need to wait a while longer
you can infer the time by looking on new premium releases, my guess is once every 2 weeks
it also probly depends on their queue
2 week wait might turn to 4 weeks if the queue was large enough
it's also just my guess
Asking every day also isn't going to make it any faster
i would say just dont use it
That region blocking is also mentioned on their Modrinth page
so they're not hiding it or anything
🤷♂️ never read modrinth rules
why https://github.com/SpigotMC/Spigot-Server is down :(
^ is the new repo should you want to take a look
@narrow coyote
oops missed one
Yeah i'd understand that but it got rejected within 1-2 days and then I fixed it the same day or something like that and now i've waited over a week
tx
How can I make a post looking for a developer on the spigot website?
Can I make a post here?
?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/
Wait so I can’t make a post for a week AND have to make 20 posts? 😭
Ty for the help though.
Or you know contact someone offering their services
Hi. I'm having trouble (probably user-created and java-related) with the spigot download. The issue is that if I just download JDK 25, I'm missing a JRE, but there doesn't seem to be a version of JRE higher than 8. When I install that, the java -jar BuildTools.jar gives me an error saying I need a version of Java between Java 21 and 25, and that I am currently running Java 8. When I uninstall that, then the command doesn't run at all (duh). Is there a newer version of JRE that I am missing, or is this a completely wrong angle to approach it?
The JDK install always includes the JRE as well
Your issue is probably caused by the java installs bin folder not being added to path for some reason
You can rerun the Java 25 installer and make sure that the add to path option is selected
I'm trying to find the seed of an old world I had with friends from 2021 and I'm wondering if Spigot keeps old world info after overriding it because when I started the server up years ago after upgrading the version of the server I think it overode the entire server
I can provide a google drive to the server folder I kept it in
The seed of the world should still be the same
though due to changes in the world generation you'll need to use the seed in the same version as the world was originally generated in
Gooooooooooooooot it lemme try that
The server properties file doesnt show the seed, anywhere else it could be?
Run the seed command ingame
or in the console
Probably best to do it ingame as Spigot can have multiple worlds
Ok so this stuff hasn't been touched in like 4 years should I just be ok to run the .bat file and it'll launch or do I have to do something else
If you still have Java installed you can just run the bat file. If you want to be safe backup the files first
Invalid maximum heap size: -Xmx8G
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Press any key to continue . . .
I should also mention it was a geyser spigot server to do crossplay with bedrock players
Looks like you have a 32bit version of Java installed
You should remove that and install the 64bit version
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/bukkit/craftbukkit/bootstrap/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
Press any key to continue . . .
Now you have Java 8 installed. You need Java 17
Get the .msi that's the installer
ok it booted and im in the console and /seed says "Unknown command"
Skip the / when running commands in the console
If you’ve deleted the level.dat the new one will have a new random seed
I assumed they still have the world
I think it was overidden
Like when i updated to server to a newer version of minecraft suddenly it started making a new world
And I lost the old one
Spigot doesn't override your world
Which I know I'm probably not getting back which is why I'm just looking for the seed
Do you know where it would be?
I swear it started making a new world when I changed the version
It would be in the folder with the server jar
Yeah that's it
Then the world plugins and logs stuff
Spigot-1.19 I mean
Ok then what
Oh my bad lol I meant like is there some sort of backup for the previous world in here or something
I should mention this was with some geyser spigot combo thingamafuck so bedrock people could play as well and my friend brought up that that's probably interfering with world gen
Geyser does not mess with the world
Your world should still be there as it was before the update
OK where in the world folder would the seed info be
Just run the seed command it will tell you the seed
if you really want to check it manually it's in the level.dat file
You'll need NBTExplorer to open it
Yeah I got the seed a while ago and the seed isn't matching with cords I had from previous screenshots
But there are like 3 level.dat_old files in this world folder
So might need to check those
I mean if nothings left on the server it's unlikely that the world will have the seed
as it's an entirely different one?
but you can open the old dat files if you want
Im trying everything bro 😭
I'm desperate
I went into this knowing it's most likely all gone but it's worth trying
I do wonder what happened to the old world
how do i update my server? i keep deleting the 1.21.4 spigot files so it prioritizes the 1.21.11 one, but it keeps going back to 1.21.4
Which "files" are you deleting? You only need to update the main jar file.
yeah I got rid of the old jar but it kept still wanting to go to 1.21.4 instead
I fixed it but I had to get rid of the spigotbuild folder too
not making much sense, are you referring to buildtools?
because the only way the server could technically revert is if you are not copying to the appropriate location
hey are there any good anti dupe auction house plugins?
what do you mean? an auction house plugin that doesn't have dupe bugs? or what lol
yeah sorry xD
sorry idk, just wanted to clarify what the question was 😄
If the auction house lets you dupe, you should contact the developer
It’s also possible that your software is out of date, you could update the server
'tis a donator perk
any way >
?changename
Name changes on the forums are granted to those who have donated to the project. Donations are processed manually and generally take up to 24 hours. The donation widget can be found on the home page of SpigotMC at: https://www.spigotmc.org/.
Anyone familiar with this?
https://medal.tv/nl/games/minecraft/clips/mfLpl5nPFPPmsM4Jd?invite=cr-MSxENFUsMjU2MzM5NTU&v=17
clientside mod
Yeah but, vanilla players has this error aswell
And some of the players are gerring kicked with this message: java.util.zip.dataformatexception: invalid distance to far back
No further error messages in console or on the proxy whatever
Client sees this error the server messages: disconnected
What makes a good server?
How do I do this? I’m on bedrock and I’m on a paper server because of Crossplay. I can’t find the tutorial on the GitHub page .
Do what
also this isn't the Paper discord. I recommend heading over there since you're not using Spigot
Ok
Need Help Making a Minecraft server? DM me
?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/
Hello,
I’m looking for help because I added a plugin called “MyPet” on my Minecraft server. The problem is that when players ride the pets, they become completely invincible—they can’t take any damage at all. Hostile mobs ignore them, and other players can’t hit them either.
As an admin in Creative mode, I can hit them, but only in Creative. In Survival, they take no damage, even though they are still in Survival mode. Using /gamemode survival <player> doesn’t fix it—I have to delete the player data for affected players to take damage again.
I’ve partially managed to fix it: now, when players ride the pet, they usually don’t get this invincibility effect. But sometimes, for no reason, a player regains it.
How can I fix this? Is there a plugin or tool that can help me debug this issue?
Hi, you'll need to talk to the author of that MyPet plugin
Thats me!
I think I’m just going to remove the plugin; it causes more problems than it adds to my server. Thanks.
Probably the best solution D:
GUYS
Say for the same capacity, for example, 32GB RAM, DDR5 is only 150$ more than DDR4, would DDR5 be a good investment?
Is the ECC + clock boost gonna do much for an MC server?
at that price? Not a chance
Hey! I'm looking for a plugin that can handle a queue system for my server network.
I have a lobby server and several game servers (for example: Manhunt, Random Item, etc.). What I want is a system where players or parties can join a queue from the lobby, and then be automatically sent to a game server when one becomes available.
For example, if manhunt-eu1 restarts and currently has no players, it should automatically become available so players or parties waiting in the queue can be sent there.
Ideally, the system should:
- Work with a lobby + multiple game servers setup
- Support party joining
- Detect when a server becomes empty/available
- Automatically send queued players or parties to that server
Does anyone know a plugin that can handle something like this, or a recommended setup for Velocity/Bungee networks?
Thanks!
Did you type the key words of such plugin in google?
You’d type something such as “spigot server queue” and then you have your results. At least the start. You can try more key words
I doubt there's any existing plugin that you could use. You're probably better off hiring someone to code that
I found one. It’s not perfect, but I think I can make it work with a few changes.
here's our queue logic lol https://pastebin.com/ECMmLDqU
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
?service
omgomgogomgimomgom
Is there a way to move the world origin (0, 0) ?
I pregened my map 2048x2048 at -125, -120 and I want to move those coords to the world origin 0,0. Essentially shift the map
Not really
You heard the big 5
Hello, searching for people intrested in helping for a new serious server project
It will be a very detailed and nice server so we are searching for developers of all kinds, have a lot of ideas and no hands to help or work with
Any form of help will be appriciated especially since we are planning on having a complex custom plugin for a specific gamemode
Dm me if intrested, it can be an opportunity for you to test your skills or even get a better experience with server projects
After all you may never know where this can lead you
Any help would be VERY appriciated
Thank you
?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/
anyone know of a plugin for a /shop that can only be stocked by players using /sell
Hey can you guys help me!
What are the plugins available on spigot that makes it feel like Donut SMP? Appreciate it!
Depends on what you mean by feel
economy (/shop, /sell, /ah etc)
@lyric summit
I mean
The most u can do is
Get the common ones and tweak the configuration to feel like it
which common ones are good
Just search smt like
"Donut smp replica"
bc some are trojans
Whichever ones have good reviews and downloads
ok
Report them
Hi,
I’m planning to make my Java server also available for Bedrock players.
I learned that there are two plugins for this: Geyser and Floodgate.
I’d like to get some opinions: is it stable? Will Bedrock players have any problems with the server’s plugins?
Myeah bedrock has decent parity these days
I don’t think it has any support for display entities though
Hey! any one knows why my wordguard dont work?
I use FastAsyncWorldEdit-Bukkit-2.15.1-SNAPSHOT-1283.jar and worldguard-bukkit-7.0.15.jar i also try to use wordedit, and remove FastAsyncWorldEdit
Does that message show when you try to use the commands?
Thats from /version
Its red under /plugins
Then what does the error in console say?
let me check that screen after af reboot, 2m
i have a script runng at a crontab so give me 2m, think i need to cancel that
only error: [Essentials] You are running an unsupported server version!
?paste
Looking to paste something? Try a code block or one of the following websites:
- https://pastes.dev/
- https://sourceb.in/
- https://mclo.gs/ (best for server logs)
Paste the full console log
You are using essentialsx so let's do it another way, so ess dump all then just send that link
Looks like its not "enablet" so it dont read it
Ahh i see the issue, you need to update the server.
oh
Its expecting 1.21.x but you have 1.20.4
how do i update it tho
I want to be using the newest version ofc, but i chuld be nice if like 1.8 chould join
You just need to update the main jar file for your server.
Get 1.21.11 and youll be fine.
Okay, i will try that. can 1.8 join when?
Not sure sorry
Okay, but thx!
hello! Curious if anyone has had any issues using Lands. Im currently running 1.20.1 , and the latest version of lands... Getting this error over and over again in my console "3/12 6:16:48 AM [Error] [Lands] [Tasks] Error: Failed to diplay visualisations for player: 42c25e6e-37af-4c75-b75f-8c69b27f5677"
?whereami
i didnt mean to put paper lol, im running spigot haha, was looking at something and auto typed lol
Easily paste your Minecraft & Hytale logs to share and analyse them.
@rare island paste there
can a server have two economy provider plugins? how would I have my server's economy consist of more than one currency?
Find a plugin that supports multiple economies
Not if they use vault unfortunately
You can at best separate economies via worlds with vault
There's a plugin called gemseconomy
Should still work
But you need plugins that hook into it directly
Hello, I haven't been online for quite a while. Now, for some reason, I can no longer log into my account. My backup codes are not working anymore either.
You can contact me privately to resolve the problem. I have made several purchases on the account, and it would be an unacceptable loss if I no longer had access to it. I can also verify my identity if required. For further details, please send me an email at guenther.begerow@live.de
If you refuse to help me here, I will be forced to request a refund for my payments, which amount to several hundred euros.
Well firstly, Spigot doesn't partake in transactions, so your refund threat is hollow. You're only harming the developers of those plugins.
Secondly, if you are unable to access your account because your backup codes are wrong, you should be contacting Spigot's support, not the other way around
?support
The service is never going to reach out to you :p You've gotta put in a little bit of initiative
I have now contacted the support team directly by email and explained my situation.
However, I would also like to point out that I do see a certain level of responsibility on Spigot’s side. My purchases and licenses for the plugins are tied to my account on your platform. Because of that, this situation cannot simply be treated as “not our problem” if access to the account is lost.
I understand that the payments themselves may go to the developers, but the account system and the licensing are managed through Spigot. Therefore, access to my purchases ultimately depends on access to my Spigot account.
I have invested a significant amount of money in plugins over time, so I am simply asking for reasonable assistance in restoring access to the account. I am fully willing to verify my identity or provide proof of purchases if required.
I hope we can resolve this situation together in a constructive way.
access to your spigot account is ultimately your responsibility not anyone else's.
and accourding to the EULA yes, they can legitimately say its not their problem
don't agree to things you don't really agree to
Hello, I currently playing on a server using Upgradable Spawners. I have asked the owner if he can allow us to downgrade uspawners but I was told its not currently possible, I am just looking to see if this is true, if not and you can downgrade them, How do they enable it?
hello. am currently running a 1.7.10 server and am tryting to get my hands on a version of AsyncWorldEdit that can work. Anyone has a clue in that regard?
You're about 12 years too late
Well how so?
Just download one from version history
Spigot doesn't purge as far as i know
Also the old version might go by another name
the issue is that the previous versions dont sate for which version they function, and all the links are way out fo date, most dont even function anymore
Or release of 1.8.8
thanks and sorry for stupid
Pretty sure async for 1.7.10 was supported on 1.8.8 release
awsome advice, thanks! found somthing gonna test it now
Good
atp id look into regular WorldEdit 😭
with modern cpus worldedit is practically instant
wat
can u help me
@crude dune @gray sorrel @narrow coyote
anyone help me
?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!
wat
1st of all: Nobody understood your question
2nd: If you randomly ping every staff member, chances are high that they're annoyed, rather than willing to help you
So what's your question?
sorry for that
ello alex how u been
hewwo 🙂 I'm fine and you?
graduation is around the corner :)
i instaled the bridge plugin i did alll setup but not working
Awesome! ❤️
can u help me
I finished setting up the arena (spawns, cages, goals), but when I try to start the game it says: "Arena not configured yet, contact your staff."
Does anyone know what I might be missing?
You should probably ask on the plugin's discord server, do you have a link to that plugin?
yes
this discord server is for general spigot server questions, not for specific plugins, so I doubt anyone here knows anything about that specific plugin.
😢
send the link pls
plugin link??
yes, the link to the plugin on spigotmc
https://discord.plugily.xyz/ This is the plugin's discord, you can ask there
We are creating awesome open-source software with long-term support and maintenance. We are well know from our plugins! | 4565 members
thanks
you're welcome
Im looking for plugin developers for my SMP. Hit me up if your keen
Hi I donated to spigot 2 weeks ago, where can I go to change my username?
Should be available in your profile settings
dev hai koi?
Yes
Guys, would a MLLSE G2 Pro Mini PC be able to run a fabric/spigot/paper server? I would like to get one for some playtesting (and as an home lab), but I would like to be sure it can actually run a Minecraft server
It'll probably work though don't expect good performance
it's basically a chromebook spec wise
Would it be good for a ~10 players "vanilla"? (I'll replace the os with a minimal arch install and allocate 4gb of ram)
might be playable! kinda!
pregenerate your chunks though
^ he’s right about pregen chunks. Otherwise flying around your world has a high risk to cause problems with even only 1 player on 4gb.
Besides that if you only have a couple plugins and you make sure to configure limits, 10 players could work
I'll probably go with some optimization mods on the server
Try to monitor your hardware statistics. If you do run out of ram or reach max cpu the server could crash and stop saving
That mini pc has 12Gb of ram, so I think I can go up to 6/8 if necessary
That’s good!
The pc itself having more than 8gb is a good thing
You definitely shouldn’t need to give the server 8. 4-6 is great for 10 players
Yeah, the question was more regarding the cpu than the ram
Rather than optimization mods, you can use PaperMC, and configure your world limits so that it doesn’t have a obsessive amount of entities and certain tile entities
Is there a way to have normal mob spawning and redstone behavior on paper
I'm quite ignorant on the topic
Yes. There’s some great optimization documentation online.
And paper does have a lot of documentation to change redstone to vanilla
Spigot doesn’t have a lot of optimization. It just gives people a good base for making a server work.
I was thinking about mods as I'm a contributor for carpet mod and extensions and I'm familiar with scripts in scarpet, but if redstone can be changed to normal as well as mob spawning, I'm ok with writing them as plugins
You can use spigot api for plugins which run on paper
I personally prefer spigot API, but I use paper server for optimization, it really helps with chunk loading. Which helps with cpu load
I honestly do the same.
Ok, then I'll go with that and write some plugins. As I said my main concerns where redstone and mob spawning
If those can be brought back to normal, I'm ok
It should be the same, if anything is different it probably optimized something about it. But they have very clear straight forward documentation on their website to tell you exactly what to adjust
Which is definitely something to look through if you are tight on specs
I’m confident a lot of people do this. In my experience talking to other owners as well.
Yeah, same.
Hey everyone, I just purchased CMI through the website about 10 minutes ago, but I still haven’t received the download link for the resource. What should I do?
?softban @coarse ember advertising
Done. Enough chaos.
Can i ask here question about server??
yeah
Guys its possible to use 1.8 world in 1.20.4 server??
yeah
How bro
The server will update the world for you
i just uploaded 1.8 generated world into 1.20.4
after restart
it generates newest chunks when i explore
well yeah
If you want all chunks to be old chunks then you need to pregenerate or write your own world generator
is there any datapack generator?
Faction
That doesn't really explain it
You can definitely have factions in 1.20 :p
I'm also extremely confused about the choice of 1.20.4
What a random-ass update that's still not latest lol. If you're jumping past 1.8, go latest
Yes i running it on 1.20.4
but legacy world needed
yeah that clarified a lot
can anyone help me? itemsadder randomely just stopped working, I didn't mess with the plugins or any textures
I recommend you ask in their discord
i tried to find it but couldnt, could you dm me the link?
Did you update your server? ItemsAdder has updated builds in their discord
is this on hetzner?
you're really quite limited in 1.8
The photo I sent is also a server 1.8 or 1.9.4
?softban @stiff lagoon advertising
Done. Enough chaos.
I've installed PlotSquared on my McCitybuild server. The server is version 1.21.10 Paper. If players have the Fly perk, PlotSquared always disables flying when they move from the plot to the street and vice versa. What can I do? It works fine as an operator, though.
PlotSquared is a pay for support plugin, I would recommend asking in their discord if you have bought the plugin
though I don't think your issue is easily fixable
nevermind on that, I think you can just set a road flag to make it work properly
C:\Users\kauan\Downloads\Servidor>java -jar server.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/bukkit/craftbukkit/bootstrap/Main has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
C:\Users\kauan\Downloads\Servidor>PAUSE
Pressione qualquer tecla para continuar. . .
help
thanks
Do servers like donutsmp use this option as true or false? enforce-secure-profile
Hi. I'm getting back into building minecraft servers, i downloaded the buildtools and got the latest spigot. i created a batch file to run the server and it loaded up as it should. I tried to add a skyblock plugin, it said it was active but no config file generated and i was unable to join it. i tried various Skyblock plgins including the latest Bentobox but no seen to generate a congig file.
Are you hosting locally?
my local PC ip which is hosting the server for now
using the pc ip address 192.1 ect
do i add //localhost to the server list or direct connect ?
connected via localhost and did the same , no config file generated. maybe its the skyblock plugins . i added a shopkepper pluging which worked as it should
is there a Skyblock plugin that works with the latest spigot ?
So you could join?
no couldn't join the USkyblock . none of the Skyblock pluging created a config file when starting server. in minecraft when i typed /plugins it saw the plugin but no config or way to join
it has to be the plugins , maybe no skyblock plugin for this version of Spigot, i installed ( shopkeepers , World Edit , World guard and Multiverse ) they all generated config files and i was able to get the help text in game
The skyblock plugin failing to load won't stop you from joining
theres no command or instructions appeare when you type /island its just in red which means no command available
tried about 6 Skyblock plugins now and they all do the same , the only one which created a config was ASkyblock which is not compatible with this version of Spigot
i thought they may have needed Vault plugin as some plugins hook into that ( or thats what i remember from way back . and that made no difference
does anyone use Skybolck plugins anymore ? if so which one are they using and what version of Spigot are they on . or is there another pluging that is needed for them to hook into to work that i might be missing
only plugins i have at the moment is , Shopkeppers , World Edit , World Guard , Multiverse and Vault
Have you checked the console for why they're not enabling
SupiorSkyblock thows this error ..... Failed to load SuperiorSkyblock2.
[15:08:32] [Server thread/ERROR]: Failed on NMS_INITIALIZED no clue what that means
and it shuts down the server
multiverse throws this warning but i think itsa just saying its not a generator plugin...... [15:11:56] [Server thread/WARN]: [Multiverse-Core] Plugin BentoBox threw an exception when testing if it is a generator plugin!
[15:11:56] [Server thread/WARN]: [Multiverse-Core] Error by plugin BentoBox: Cannot invoke "world.bentobox.bentobox.managers.AddonsManager.getDefaultWorldGenerator(String, String)" because "this.addonsManager" is null
no othe mention of an error for Bentobox
i must be missing something somewhere , a dependancy plug but i don't know which one it is. its strange that out of the 6 or 7 SB plugings i tried only the older Askyblock created a config file but wouldn't work. all the others don't enable or create config files
just tried to compile and older version of spigot ( 1.21 ) and Buildtools gave me this error The version you have requested to build requires Java versions between [Java 21, Java 23], but you are using Java 25
It says i'm using Java 25 and not 21 or 23 . is Java 25 the correct version for the latest spigot ?
Latest version of Spigot requires Java 21 but 25 will work as well
ahh so its not the java version at fault then
got it to use Java 22 and still no go lol
You're not using latest though
i want to ask somthing
how do i fix interactive chat not compatible with excellent enchant
the interactive chat plugin wont start if the excellent enchant added
@weak drift @prisma garnet
yes
i got u.
its not compatible with interactive chat
https://www.spigotmc.org/conversations/add?to=NightExpress <- The creator of Excellent Enchant
ah you might wanna contact the creator of interactive chat instead then
could be stripping the TextComponent data
aight thanks
Anyone else having issues with restarting spigot 26.1?
I'm getting a crash everytime and wanted to see if this is happening with anyone else before I send a bug report in.
Include a log
it seems once the world has been created and you restart the server it will crash with this
java.lang.IllegalStateException: Overworld settings missing
at net.minecraft.world.level.levelgen.WorldDimensions.<init>(WorldDimensions.java:56)
at net.minecraft.world.level.levelgen.WorldDimensions.<init>(WorldDimensions.java:61)
at net.minecraft.world.level.storage.LevelStorageSource.lambda$getLevelDataAndDimensions$0(LevelStorageSource.java:157)
at com.mojang.serialization.DataResult$Error.mapOrElse(DataResult.java:309)
at net.minecraft.world.level.storage.LevelStorageSource.getLevelDataAndDimensions(LevelStorageSource.java:155)
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:644)
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:515)
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:373)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1091)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:358)
at java.base/java.lang.Thread.run(Thread.java:1474)```
can get the server to restart again only after you delete the worlds
I went ahead and created the bug report. (https://hub.spigotmc.org/jira/browse/SPIGOT-8120)
My log is included in the report as well.
cannot reproduce, need more specific steps
ditto
it's a brand new server, just built it from built tools, started it, stopped it then started again
only things I changed is change verbose to false and copy in my plugin for testing, which crashed onEnable as expected
looks like it doesnt affect servers updated from 1.21.11
My steps are the same.
Ran buildtools, put the server jar in a clean directory and ran it.
Restarted the server and it just crashed.
Not sure if there is much more I can add to those reproduction steps.
I did not change any default config values if that helps
should be fixed in next version
confirmed it is fixed!
however any worlds created with the problematic version are corrupted and need to be recreated
Anyone know why Im on latest bungeecord but it still says I cant join
Despite it saying it support 1.8 - 26.1
And Im on 26.1?
Anyone else having issues with their maps no longer working? They still work on Vanilla 26.1, but not for Spigot. The maps are just blank. I'm guessing it has to do with how they changed map dat files being stored and named. May also be that I'm using AMP to run the server
I'll look later
should be fixed
What's all this console spam on latest bungee
Not from bungee that's for sure
can some one help my my texurepack is broken ik cant see my sword and axe end more
I want to make an auto collector plugin. But i dont have enough experience for it. I watched videos to learn but it became too boring because creator wasnt explaining why/what he did at all. Can someone help i want to learn. At least can someone tell me which things should i learn to code.
Yeah that's the problem with many Youtube tutorials
They tell you what to write without explaining why
Yeah
Do you have any experience programming before?
Yes i had lua and python
With medium or starting level
That's a good start
Now I would take a look at some Java tutorials before jumping straight in to Spigot
I also learned lua from a game. Most popular game before 2024
Yeah i did
But still dont know whats the public/static/private.. . Heard but didnt understand
Those are access modifiers. They define what can access the method or field.
EDIT: static isn't one for those who are reading this :p
For example a private field can only be accessed by the class that it's defined in
Sure we can talk in DMs if you want
Yes why not.
i updated my server to the latest spigot version 26.1
java players can join perfectly fine but bedrock players always get a "your client is having trouble establishing a connection to multiplayer services" error and are unable to join
You're going to have to wait for Geyser to update
It's only for 1.21.11 right now
is it possible to revert back for the time being?
Not without possible data loss
and, how can i know when geyser updates?
Unless you have a backup of the world ofc
i didnt unfortunately
?
how long does it usually take to update?
🤷♂️ depends
how long does it take on average?
?eta
There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.
Everything
Minecraft worlds don’t support downgrades
There’s probably some weird tools to downgrade a world, but I wouldn’t count on them working properly
thanks for answering
Although I don’t think this version actually added anything to the world… so if you do find a tool for it you can probably get away with it
thanks for the tip
https://github.com/YouHaveTrouble/minecraft-optimization is this a good guide?
i just reverted the version back using aternos's automatic backup system
it sucks that some progress will be deleted tho
Confirmed. It is fixed. Thank you!
are there any known ways to legitimately get the farlands to generate in 1.21+?
i searched far and wide but only found either mods or people who generated a small chunk of it in beta and just ported the world over
You’d have to remove the hard limit on world size
well from legitimate i mean with a plugin, changing world generation in a way to have them generate once again
yeah you can do that if you want
are there any resources you could guide me to? which would help me to try and replicate old world gen in a way so that it looks like farlands but with all the new blocks and such
Is it good idea to get a Hetzer vps and use it as a proxy for my Minecraft server? (I can't forward my ip)
or is there any other better ideas
if ping is fine then go ahead
*nvm done
Hi, could someone please help me with config file of a plugin?
its the Deluxe Join 2.0
You needa provide more details. What about it specifically do you need help with?
Hi could i send you screenshots? what i have configured in config file dosnt match whats happening
?paste
Looking to paste something? Try a code block or one of the following websites:
- https://pastes.dev/
- https://sourceb.in/
- https://mclo.gs/ (best for server logs)
and this one is for first joined: https://pastes.dev/rc0iiI4vNE
what happens in game now:
When someone joins they get the correct message.
but the broadcast for others that a player has joined shows up as: %player_name% Joined
And when someone leaves it says: player_left
And i also get %player_name% joined message about myself joining
You need PlaceholderAPI installed with the player extension.
Thank you! Will test it tomorrow! 😄
can i please get some help?
i cant get thgis to work for some reason
[Skript] Reloading ranksgui.sk...
[04:05:12 INFO]: Line 20: (ranksgui.sk)
[04:05:12 INFO]: The expression ''the placeholder "vault_eco_balance" for the player'' returns the following types that do not have the typed value property: object
[04:05:12 INFO]: Line: set {_bal} to the value of the placeholder "vault_eco_balance" for the player parsed as a number
[04:05:12 INFO]:
[04:05:12 INFO]: Line 21: (ranksgui.sk)
[04:05:12 INFO]: The expression ''the placeholder "luckperms_groups" for the player'' returns the following types that do not have the typed value property: object
[04:05:12 INFO]: Line: set {_rank} to the value of the placeholder "luckperms_groups" for the player
[04:05:12 INFO]:
[04:05:12 INFO]: Encountered 2 errors while reloading ranksgui.sk! (118ms)
Show the actual script you're using
cant send pics
set {_bal} to the value of the placeholder "vault_eco_balance" for the player parsed as a number
set {_rank} to the value of the placeholder "luckperms_groups" for the player
this is giving errors
Firstly, that placeholder gets the players groups. So you're trying to set the players group to the group they have.
bungeecord question: is sending the 1.21.11 player by /send playername servername working? not for me 🙁
only 26.1 client is getting sended to the 26.1 spigot server
Only a 26.1 player can join a 26.1 server
This has always been the case regardless of version
||With some exceptions... but we don't talk about those... :/||
Unless you use a plugin that translates the packets like the ones in the Via series of plugins
Any recommendation for a clickable item frames plugin? w images
Can anyone help me with a bungeecord issue
?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!
21:35:07 [INFO] [ElektroDG] disconnected with: Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? io.netty.channel.ConnectTimeoutException
Did you check what it told you
yes ofc
Is the server running
yep both running
Are you using a host? or hosting on your own system
I have a proxy server a lobby server and smp server
all connected on the same subnet
That didn't really answer the question
They are rented hetzner servers
Yeah do check that firewall
Yeah I triple checked everything now I get this one: Kicked whilst connecting to lobby: Connection failed. Please try again or contact an administrator.
What does the lobby console say
I'm trying to set things up but when I try to run run.bat appears for a few frames then does nothing
any solutions?
show the run.bat
show your file structure.
When you run "run.bat" by double clicking it on windows, it spawns a cmd session, but instantly kills it if the subprocess terminates, meaning you dont get to see an error
Run it from within an existing terminal session so you can see the output
ok
Take a screenshot of the folder?
Yeah
Run it from the terminal or something.
and also send the code within the bat file
finally
sorry for the wait
java -Xmx4G -Xms4G -jar minecraft_server.26.1.jar nogui
Can you not see the very obvious issue here?
just realized
java -Xmx4G -Xms4G -jar [2;45m[2;37mminecraft_server.26.1.jar[0m nogui
this part refers to the literal file path of the jar, in your case it is spigot-26.1, so modify your run.bat to say spigot-26.1.jar rather minecraft_server.26.1.jar
java -Xmx4G -Xms4G -jar spigot.26.1.jar nogui
no, spigot-26.1.jar, not spigot.26.1.jar, read the literal file name.
open terminal, in the folder. Given that you're on Windows 11, this would be via right clicking the empty space in the Explorer window and pressing Open In Terminal
and then, in terminal, literally type:
.\run.bat
This will allow you to see the output or any errors before it closes
Once you're satisified your script works, you can run it in future via double clicking like any other application
Can you run java -version and provide the full verbatim output?
Well I mean there's your issue
you're running 32-bit Java, infact, version 1.8
Is your system 32-bit? or 64-bit?
Not sure why you've got 64bit java then. Either way, your Java needs updating to support the latest Minecraft version.
Download Java25, make sure it is 64bit. 32bit java has a heap limit of like 3GB
This is the one you're looking for.
After installing it, i think windows will still resolve java to Java 1.8, if thats the case make your run.bat this instead:
"C:\Program Files\Eclipse Adoptium\jdk-25.0.2.10-hotspot\java.exe" -Xmx4G -Xms4G -jar spigot-26.1.jar nogui
For a more optimized (better performance apparently idk) script, plus one that autorestarts, use:
@echo off
:start
"C:\Program Files\Eclipse Adoptium\jdk-25.0.2.10-hotspot\java.exe" -Xms4096M -Xmx4096M -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+ParallelRefProcEnabled -XX:+PerfDisableSharedMem -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1HeapRegionSize=8M -XX:G1HeapWastePercent=5 -XX:G1MaxNewSizePercent=40 -XX:G1MixedGCCountTarget=4 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1NewSizePercent=30 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:G1ReservePercent=20 -XX:InitiatingHeapOccupancyPercent=15 -XX:MaxGCPauseMillis=200 -XX:MaxTenuringThreshold=1 -XX:SurvivorRatio=32 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar spigot-26.1.jar --nogui
echo Server restarting...
echo Press CTRL + C to stop.
goto :start
I just copy this entire thing into run.bat?
also in the directory there isn't a java.exe
that is jdk-17
I said jdk 25
also it might be in bin
so:
"C:\Program Files\Eclipse Adoptium\jdk-25.0.2.10-hotspot\bin\java.exe"
jdk 17 is the only file here
😭 idk where it installed to
after u download the .msi installer, and run it, you should get to a screen like this, click browse, and you should be able to see the folder it is installing/installed to
got it
still no java.exe
there is javac
nvm
im blind
still having same issues
did you mean copy this word for word
substitute it to the location of your java installation that you found here
so see the second screenshot? this is your java installation. Copy it, and substitute it there.
oh
it happend
it works
Genuinly thank you so much and I'm very sorry for the incompetence
what incoing messsages
blabla joined on the server
I believe there is a gamerule for that
?ban @clear nacelle
Done. That felt good.
install what
Spigot?
download BuildTools from https://spigotmc.org/ and use it to build the latest version
if u download a server jar from anywhere else we're going to break both of your knee caps
?bt
Do it anyway 😂
Ty I have no words and I forgot to say its name is beast tokens that I'm trying to download sorry i didn't clarify
how do I change my spigot username?
I am having some trouble converting my spigot world back to vanilla. Steps indicate that the world_nether and world_the_end are supposed to contain a DIM-1 and DIM1 folder inside them respectively. however neither of my folders contain them. the folders both contain a Data, Dimension, Level.dat, level.dat_old, session.lock, and uid.dat. I have tried renaming world_nether and World_the_end to DIM-1 and DIM1 but the nether and end are reset when i start and join the server. not sure what to do
?changename
Name changes on the forums are granted to those who have donated to the project. Donations are processed manually and generally take up to 24 hours. The donation widget can be found on the home page of SpigotMC at: https://www.spigotmc.org/.
What version of spigot?
i had just done the 26.1 upgrade a few days ago
not sure if thats the version youre looking for
You have to grab the dimension data from within the world folders.
world/dimensions/minecraft/overworld
world_nether/dimensions/minecraft/the_nether
world_the_end/dimensions/minecraft/the_end
Move all of those into the world folder of your vanilla world/server and it should work.
world/dimensions/minecraft/overworld
world/dimensions/minecraft/the_nether
world/dimensions/minecraft/the_end
(Assuming that this is a spigot 26.1 to vanilla 26.1 conversion)
do i need to rename them to DIM1 and DIM-1?
No
Not if it's a 26.1 to 26.1 conversion
26.1 changed the folder structure
maybe thats why its not working ive been renaming them
ill give that a try
awesome thank you so much!
Hey! I have a 26.1 Spigot server where I made a mob farm, but the mobs are rarely spawning when another player is on the server near it. I've tried increasing the monster spawn limit to 100 and decrease the ticks per monster spawn to 0.05, but now mobs don't spawn at all in it. What can I do to fix it?
You can’t make the ticks per monster spawn a decimal
I see, are there any other ways to make mobs spawn more often?
I'm high up in the sky, mobs can only spawn in the mob farm and my friend is around her house where it's all lit up with torches. Some mobs might spawn underground, but I don't think all 100 of them will
Have your friend leave for a bit and see what happens
I forgot to say its name is beast tokens that I'm trying to download the mod for my world
Anyone know how to download it?
Find the mods page and download it. Google should help
That spawns a bit of mobs
Yall think AirPods are a decent gift for someone 60+?
dad's anniversary is coming up, and I know he always calls his family and stuff while hes taking walks so he's always got his phone on speaker, dont know what to get him other than AirPod Pro 3s, but worried he'll complain about not using them considering he aint a music fella.
get him Nothing 💪🏻
yeahhh but the Apple ones got the translation built in
plus hearing aids, and hes going deaf
HOLY SHIT I JUST REALIZED IM IN #help-server
hello, i use bungeecord with simpleproxychat, is possible to show a webhook with avatar, message of minecraft server and the speudo ?
he an iphone user?
If so, go for it, solid choice
Hi, who can help me with worldguard? my players can't do anything globally when I find a fix method, as an op I can't interact with privates, and people can also build in privates
privates?
also what happens when people do stuff
in what sense? I just communicate through a translator, I don't understand a bit of the point, I want people not to be able to build in private, globally they could, and administrators could interact with everything
I'm talking about the rg
the fu**ing translator
By default people can interact and do stuff globally
and the default settings on a region is to prevent that
Being op will bypass that protection as well
okay, thx
can anyone help me find a working unstable map
I'd check your region priority too if you aren't utilizing it.
guys does anyone have a good free hosting with atleast 4gb of ram one backup 24/7 with like 2 or 3 regions and atleast 7gb of storage
the best you can get is oracle free tier
alr thx
Your own pc
Skill issue
Man has his personal pc in the cloud
i just have a friend who lets me use his
it doesnt have to be like 24/7 i can renew like every 4 h if there is a hosting like that with all the things above
Nope
I mean, there’s oracle free like was said
I have a feeling the ram crisis and the fact that oracle laid off thousands of workers might make it hard to get one though…
honostly im just thinking going paid hosting
Hey, I’ve worked with Aternos and plugins before.
If anyone needs help with TP system or setup, I can help 🙂
aternos
is that REALLY the bar?
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/
@granite lodge ^
i said that i am pretty good with the plugins and creating ur style servers , and can do in ur style for low prices
?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/
yes !
No, im invoking the command to let you know this isnt the place to offer services, use the forums.
forums ?
Yes, the Spigot forums
^
where is the spigot forums
do you not see the link provided?
If you're looking to offer your services (i.e., provide setup / development work) you can create an ad there.
okey thanks
does anyone know why my wither isnt spawning in my server, its spigot causing it and i have no mods
yes, no, no
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 am his friend, running the server I'll send the img for him
we tested by removing various mods and all that
but it was only when we didnt launch spigot it worked
spigot config
i don't see anything in the config to be causing this
maybe update spigot to latest?
using build tools
? whats that
this
it has a gui
you just put it in a folder
double click it choose version, compile and wait till it generates spigot
how do you spawn the wither?
i can send a photo but like a mini t with 3 skeletons ontop
i can spawn with cmds
alright, let me try
nah, don't send it
alr
done
@high saffron
how do i report the bug
wither doesn't spawn via the block placements
nothing
I think I found why it broke
?
Bad internal reference on the item check.
It will require an update to spigot.
I've opened a PR for it
good job 😄
Hi! Should i update to the Tiny takeover? im running a smp server on 1.21.11 paper with plugins:
Coreprotect, DeluxeJoin 2.0, Dimension control, Griefprevention, grim anticheat, luckperms, multivers-core, placholderAPI, Plan, simplevoicechat and Supervanish
I mean, I don’t think paper is updated yet
paper isn't on 26.1 yet?
Nope
spigot had the server on day 1
Spigot isnt really yet either. It's still in it's testing phase before it becomes the default.
yeah i know
but i got my plugins updated
and just because there's a missmatched identifier here that's fine
So should i wait a week? or more? what happens if i take a backup, try Tiny takeovers, if it goes bad, go to the backup?

ook sooooooooooo when trying to code my server in Eclipse IDE and i add the External Jar file to the code it dosent load it either
i even refreshed the project but didnt load can someone help
Use maven to load up dependencies
It's much easier to work with after you got the hand of it
What do you mean?
"code your server"? Are you trying to modify Spigot itself?
I think he meant to import the server api
Does anyone know how to make those nice End portals in the new versions that type a command for you when you enter?
idk how to explain
show_death_messages and show_advancements_messages is per world?