#help-server

1 messages · Page 160 of 1

tawny dust
#

Run BuildTools again in an empty folder

cedar zephyr
#

I did select a empty new folder for this:

tawny dust
pine sphinx
#

Hi im using image on frame and it keeps giving me an invalid erorr when I do the commands

tawny dust
#

What's the error?

pine sphinx
tawny dust
#

And you're sure you're using the command right

pine sphinx
#

I used that

#

I removed some of the image link right now for privacy

teal talon
mossy ore
#

Where is the Minecraft patch?

glacial sundial
#

?

analog sentinel
#

yeah md confess, where is the patxh

#

we all wanna know

stray vector
#

xd

raw vine
#

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?

runic rain
#

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

raw vine
runic rain
#

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

sturdy ravine
raw vine
raw vine
#

nvm, wiki says it got added 1.21.1

runic rain
#

Yeah just shortly afterwards, sorry

raw vine
spiral trench
#

How can I sent a kyori adventure Component to a player on Bungee?

spiral trench
#

thanks

raw vine
#

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.

raw vine
cold sluice
raw vine
cold sluice
#

I would say it is the proxy with the most plugins due to its age and popularity

raw vine
cold sluice
# raw vine Ok, then could you please just explain me how I tell the proxy which player shou...

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.

wide plover
#

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.

raw vine
wide plover
#

I think I discovered

#

Essentials: broadcast

#

I switched everything to Tellraw.

#

Incredibly, Essentials does not accept &

raw vine
#

But ye. I think it's quite stupid that Essentials basically recreated half of the vanilla commands. Why tho?

brittle citrus
#

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.

mellow dock
#

Have you tried reporting it on the support discord with the code r0c0b2?

merry elk
#

microslop windows ahh error code

solid latch
#

2 plugins dont work can someone explain why?

tawny dust
#

We can't read minds

#

so no not really

solid latch
#

This is the log

tawny dust
#

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!

solid latch
tawny dust
#

What OS are you on?

#

or are you using a host?

solid latch
#

yes

#

zap hosting

tawny dust
#

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

tawny dust
#

It needs to be a port that the host has setup for you

#

You can contact them for help

solid latch
#

Okay

#

Ty

merry elk
#

.

brittle citrus
random bridge
steady verge
#

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)?

wintry quest
#

I paid for a plugin a while back, it no longer shows up as a plugin ive paid for.

tawny pawn
#

did the dev manually add you? @wintry quest

wintry quest
#

I forgot I did it with a different account

tawny pawn
#

alright 😄

#

a dev could only remove you if they manually add you

lyric summit
wintry quest
tawny pawn
#

Technically you shouldn't have multiple accounts

#

I'm not sure about having a server account vs personal

tawny dust
#

Yeah I believe that's again the rules

pliant creek
ancient shadow
#

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

ornate sparrow
#

anyone khow which plugin can send this broadcast?? lol

crimson nexus
raw vine
honest drift
#

hi, I would like to change my spigot username. how do I go about doing that?

mellow dock
#

?changename

magic zenithBOT
#

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/.

honest drift
#

okay done. see you all here tomorrow

native quest
#

How does donutsmp put cosmetics on armor?

tawny dust
#

Resource pack

#

Now depending on what type of cosmetic you're talking about it will be done a bit differently

native quest
#

i'll send ss

tawny dust
#

I see

#

I assumed they had custom cosmetics

native quest
#

have some cmd to this?

tawny dust
#

You can use mcstacker to generate give commands

toxic epoch
#

i need help

#

java -jar BuildTools.jar --rev 1.17.1 --remapped

#

I have Maven installed on my PC, but it does not detect it.

tawny dust
#

Set the M2_HOME environmental variable and point it to your maven install

toxic epoch
#

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"

tawny dust
#

if you're running BuildTools from the command line restart cmd

toxic epoch
#

👍

#

thanks

eager cypress
upbeat ferry
#

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.

jagged orbit
#

Hard to tell you whats wrong just from that screen

upbeat ferry
#

[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

jagged orbit
#

Anything on proxy logs?

upbeat ferry
#

Nope, nothing.

#

That's why am confused.

jagged orbit
#

Can you connect to your other connected servers?

#

If so, you might just have to remove plugins to figure out whats causing it

sturdy ravine
mellow dock
#

Check client logs

flint burrow
#

Maybe this is the wrong channel but just curious. How long does it take to get a premium resource approved?

tawny dust
flint burrow
#

Yeah well just starting to think something is wrong, i've waited a week and still nothing

blazing condor
#

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"

tawny dust
#

also you can't join any server? Even other servers not owned by the same people

blazing condor
#

yes

#

theyre owned by other people

tawny dust
#

Sounds like a client issue then

#

Remove all mods from your client

blazing condor
#

ok

#

@tawny dust bro tysm

wind peak
#

hey guys is there somebody that knows bungeecord ???

mellow dock
#

?ask

magic zenithBOT
#

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

wind peak
#

oh i would need a developer

#

sry

#

i am new 😄

tawny dust
#

?services

magic zenithBOT
alpine lantern
#

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

tawny dust
#

Bro just tried to ping 27k people just because they couldn't wait a bit

alpine lantern
#

mb

#

didnt thought abt it

tawny dust
#

Purchases might take some time to show up

alpine lantern
#

do you know how i can reach admins?

alpine lantern
#

ig i wait some more minutes ?

tawny dust
#

Give it up to 24h then contact the plugin author

alpine lantern
#

i purchased 20 minutes ago but who knows

#

ok

#

ty 🙏

#

bur arent the purchases normally nstantly there? Sorry im really nervous

amber snow
#

?support

magic zenithBOT
amber snow
#

oh welp, that was yesterday

hollow fjord
#

[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

mellow dock
#

Is your server in the uk

flint burrow
#

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

tawny pawn
#

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

tawny dust
#

Asking every day also isn't going to make it any faster

merry elk
#

i would say just dont use it

tawny pawn
#

dang

#

caught on github live

merry elk
tawny pawn
#

haha

#

ah it's not so bad

#

just region blocking

tawny dust
#

That region blocking is also mentioned on their Modrinth page

#

so they're not hiding it or anything

merry elk
#

but clearly its broken

#

and very possibly breaking modrinth rules

tawny dust
#

🤷‍♂️ never read modrinth rules

forest grove
tawny dust
#

Well it tells you

#

DMCA request on the old repo

#

?stash

magic zenithBOT
tawny dust
#

^ is the new repo should you want to take a look

tawny dust
#

@narrow coyote

narrow coyote
#

oops missed one

flint burrow
hard musk
#

How can I make a post looking for a developer on the spigot website?

#

Can I make a post here?

mellow dock
#

?services

magic zenithBOT
hard musk
#

Ty for the help though.

tawny dust
fickle flume
#

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?

tawny dust
#

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

fickle flume
#

alright, I'll check it out

#

thanks

stiff dust
#

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

tawny dust
#

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

stiff dust
stiff dust
tawny dust
#

or in the console

#

Probably best to do it ingame as Spigot can have multiple worlds

stiff dust
#

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

tawny dust
#

If you still have Java installed you can just run the bat file. If you want to be safe backup the files first

stiff dust
#

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

tawny dust
#

You should remove that and install the 64bit version

stiff dust
# tawny dust Looks like you have a 32bit version of Java installed

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 . . .

stiff dust
#

Downloaded

#

Where do i put it

tawny dust
#

Get the .msi that's the installer

stiff dust
tawny dust
#

Skip the / when running commands in the console

mellow dock
tawny dust
#

I assumed they still have the world

stiff dust
#

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

tawny dust
#

Spigot doesn't override your world

stiff dust
#

Which I know I'm probably not getting back which is why I'm just looking for the seed

stiff dust
#

I swear it started making a new world when I changed the version

tawny dust
#

It would be in the folder with the server jar

stiff dust
#

You mean the properties file?

#

Not seeing a server.jar

#

Well i see Spigot-1.19

tawny dust
#

Yeah that's it

stiff dust
#

Then the world plugins and logs stuff

tawny dust
stiff dust
#

Ok then what

tawny dust
#

Your world is the world folder?

#

Not sure I understand the question

stiff dust
#

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

tawny dust
#

Geyser does not mess with the world

#

Your world should still be there as it was before the update

stiff dust
#

OK where in the world folder would the seed info be

tawny dust
#

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

stiff dust
#

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

tawny dust
#

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

stiff dust
#

Im trying everything bro 😭

#

I'm desperate

#

I went into this knowing it's most likely all gone but it's worth trying

tawny dust
#

I do wonder what happened to the old world

compact falcon
#

I need help

#

I need a hunger games plugin 1.12.2 for like multiverse ._.

vagrant gulch
#

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

mint rose
vagrant gulch
#

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

tawdry narwhal
#

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

hollow fjord
#

hey are there any good anti dupe auction house plugins?

summer comet
hollow fjord
#

yeah sorry xD

summer comet
#

sorry idk, just wanted to clarify what the question was 😄

pliant creek
#

It’s also possible that your software is out of date, you could update the server

arctic saddle
#

@gray sorrel hlo

#

how can i change my user name in spigot

gray sorrel
#

'tis a donator perk

arctic saddle
tawny dust
#

?changename

magic zenithBOT
#

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/.

sweet zephyr
crimson nexus
#

clientside mod

sweet zephyr
#

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

inland ibex
#

What makes a good server?

night pilot
#

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 .

tawny dust
#

Do what

#

also this isn't the Paper discord. I recommend heading over there since you're not using Spigot

night pilot
#

Ok

fiery gyro
#

Need Help Making a Minecraft server? DM me

tawny dust
#

?services

magic zenithBOT
keen dove
#

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?

summer comet
crimson nexus
#

Thats me!

keen dove
crimson nexus
#

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?

amber snow
#

at that price? Not a chance

edgy granite
#

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!

pliant creek
#

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

summer comet
edgy granite
summer comet
jolly walrus
#

?service

olive oasis
#

omgomgogomgimomgom

gusty moss
#

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

glacial sundial
#

Not really

lyric summit
#

You heard the big 5

north night
#

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

magic zenithBOT
hazy notch
#

anyone know of a plugin for a /shop that can only be stocked by players using /sell

formal jolt
#

Hey can you guys help me!
What are the plugins available on spigot that makes it feel like Donut SMP? Appreciate it!

lyric summit
formal jolt
#

economy (/shop, /sell, /ah etc)

formal jolt
#

@lyric summit

lyric summit
#

I mean

#

The most u can do is

#

Get the common ones and tweak the configuration to feel like it

formal jolt
#

which common ones are good

lyric summit
#

Just search smt like

"Donut smp replica"

formal jolt
#

bc some are trojans

lyric summit
formal jolt
#

ok

lyric summit
keen dove
#

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?

tawny dust
#

Usually works pretty well

#

But there are ofc things that won't

mellow dock
#

Myeah bedrock has decent parity these days

#

I don’t think it has any support for display entities though

median juniper
#

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

mint rose
#

Does that message show when you try to use the commands?

median juniper
#

Thats from /version
Its red under /plugins

mint rose
#

Then what does the error in console say?

median juniper
#

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!

mint rose
#

?paste

magic zenithBOT
mint rose
#

Paste the full console log

median juniper
#

Sick! 1m

#

Its it all of it?

#

maby its not all give me 1m

#

thats what you want

mint rose
#

You are using essentialsx so let's do it another way, so ess dump all then just send that link

median juniper
#

Looks like its not "enablet" so it dont read it

mint rose
#

Ahh i see the issue, you need to update the server.

median juniper
#

oh

mint rose
#

Its expecting 1.21.x but you have 1.20.4

median juniper
#

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

mint rose
#

You just need to update the main jar file for your server.

#

Get 1.21.11 and youll be fine.

median juniper
#

Okay, i will try that. can 1.8 join when?

mint rose
#

Not sure sorry

median juniper
#

Okay, but thx!

rare island
#

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"

rare island
#

i didnt mean to put paper lol, im running spigot haha, was looking at something and auto typed lol

chrome jetty
#

@rare island paste there

devout river
#

can a server have two economy provider plugins? how would I have my server's economy consist of more than one currency?

mellow dock
#

Find a plugin that supports multiple economies

tawny pawn
#

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

spring lichen
#

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.

runic rain
#

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

magic zenithBOT
runic rain
#

The service is never going to reach out to you :p You've gotta put in a little bit of initiative

spring lichen
#

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.

tawdry narwhal
#

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

gentle sierra
#

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?

last mural
#

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?

runic rain
#

You're about 12 years too late

last mural
#

yea

#

hoping either way that someone has a legacy version somewhere

tawny pawn
#

I'd look into old versions of awe

#

Is it on spigot?

last mural
#

have been but been unable to find anything

#

should be

tawny pawn
#

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

last mural
#

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

tawny pawn
#

Not sure tho

#

Look at the release date of 1.7

last mural
#

that feels dumb of me yera

#

ill give it a try

tawny pawn
#

Or release of 1.8.8

last mural
#

thanks and sorry for stupid

tawny pawn
#

Pretty sure async for 1.7.10 was supported on 1.8.8 release

last mural
#

awsome advice, thanks! found somthing gonna test it now

tawny pawn
#

Good

shy falcon
#

atp id look into regular WorldEdit 😭

tawny pawn
#

with modern cpus worldedit is practically instant

solemn jackal
#

helllo

#

the bridge ko setup kese kre

summer comet
solemn jackal
#

@crude dune @gray sorrel @narrow coyote

#

anyone help me

gray sorrel
#

?ask

magic zenithBOT
#

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

glacial sundial
#

wat

summer comet
# solemn jackal can u help me

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?

solemn jackal
#

sorry for that

gray sorrel
#

ello alex how u been

summer comet
gray sorrel
#

graduation is around the corner :)

solemn jackal
#

i instaled the bridge plugin i did alll setup but not working

summer comet
solemn jackal
#

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?

summer comet
solemn jackal
#

yes

summer comet
#

this discord server is for general spigot server questions, not for specific plugins, so I doubt anyone here knows anything about that specific plugin.

solemn jackal
#

😢

summer comet
solemn jackal
#

plugin link??

summer comet
#

yes, the link to the plugin on spigotmc

solemn jackal
#

i send u

summer comet
solemn jackal
#

thanks

summer comet
#

you're welcome

hybrid yew
#

Im looking for plugin developers for my SMP. Hit me up if your keen

honest drift
#

Hi I donated to spigot 2 weeks ago, where can I go to change my username?

tawny dust
#

Should be available in your profile settings

honest drift
#

well its not...

#

found it, thank you

#

request sent 🙂

solemn jackal
#

dev hai koi?

lyric summit
fallen ginkgo
#

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

tawny dust
#

It'll probably work though don't expect good performance

#

it's basically a chromebook spec wise

fallen ginkgo
still terrace
#

pregenerate your chunks though

pliant creek
#

Besides that if you only have a couple plugins and you make sure to configure limits, 10 players could work

fallen ginkgo
pliant creek
#

Try to monitor your hardware statistics. If you do run out of ram or reach max cpu the server could crash and stop saving

fallen ginkgo
pliant creek
#

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

fallen ginkgo
#

Yeah, the question was more regarding the cpu than the ram

pliant creek
#

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

fallen ginkgo
#

Is there a way to have normal mob spawning and redstone behavior on paper

#

I'm quite ignorant on the topic

pliant creek
#

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.

fallen ginkgo
#

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

pliant creek
#

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

fallen ginkgo
#

Ok, then I'll go with that and write some plugins. As I said my main concerns where redstone and mob spawning

fallen ginkgo
pliant creek
#

Which is definitely something to look through if you are tight on specs

pliant creek
marble hinge
#

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?

mellow dock
#

?softban @coarse ember advertising

magic zenithBOT
#

Done. Enough chaos.

ornate sparrow
#

Can i ask here question about server??

tawny dust
#

yeah

ornate sparrow
#

Guys its possible to use 1.8 world in 1.20.4 server??

tawny dust
#

yeah

ornate sparrow
#

How bro

tawny dust
#

The server will update the world for you

ornate sparrow
#

i just uploaded 1.8 generated world into 1.20.4

#

after restart

#

it generates newest chunks when i explore

tawny dust
#

well yeah

#

If you want all chunks to be old chunks then you need to pregenerate or write your own world generator

ornate sparrow
#

is there any datapack generator?

tawny dust
#

🤷‍♂️

#

Why do you want 1.8 world gen on 1.20?

ornate sparrow
tawny dust
#

That doesn't really explain it

runic rain
#

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

ornate sparrow
#

but legacy world needed

crimson nexus
#

yeah that clarified a lot

hard musk
#

can anyone help me? itemsadder randomely just stopped working, I didn't mess with the plugins or any textures

tawny dust
hard musk
tawny dust
#

You can find the link on their site

pliant creek
native quest
#

is this on hetzner?

solid storm
#

Hello

tawny dust
solid storm
tawny dust
#

There's an item in the offhand

#

so it's 1.9+

#

which has more resourcepack stuff

mellow dock
#

?softban @stiff lagoon advertising

magic zenithBOT
#

Done. Enough chaos.

wispy dew
#

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.

amber snow
#

though I don't think your issue is easily fixable

amber snow
idle arrow
#

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

mellow dock
#

Update java

#

You have java 8, you need java 21

idle arrow
native quest
#

Do servers like donutsmp use this option as true or false? enforce-secure-profile

shell jetty
#

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.

shell jetty
#

yes

#

trying to test the server before i put it on a server host

tawny dust
#

What ip are you using to connect?

#

localhost?

shell jetty
#

my local PC ip which is hosting the server for now

#

using the pc ip address 192.1 ect

tawny dust
#

Give localhost a try

#

assuming it's on the same machine*

shell jetty
#

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 ?

shell jetty
#

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

shell jetty
#

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

tawny dust
#

The skyblock plugin failing to load won't stop you from joining

shell jetty
#

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

tawny dust
#

Have you checked the console for why they're not enabling

shell jetty
#

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

shell jetty
#

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 ?

tawny dust
#

Latest version of Spigot requires Java 21 but 25 will work as well

shell jetty
#

ahh so its not the java version at fault then

shell jetty
#

got it to use Java 22 and still no go lol

glacial sundial
#

You're not using latest though

tranquil knot
#

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

prisma garnet
#

@tranquil knot "ExcellentEnchants ⭐ 80+ Vanilla-like Enchantments "?

#

this plugin?

tranquil knot
#

yes

prisma garnet
#

i got u.

tranquil knot
#

its not compatible with interactive chat

prisma garnet
#

ah you might wanna contact the creator of interactive chat instead then

#

could be stripping the TextComponent data

tranquil knot
#

aight thanks

random bridge
#

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.

glacial sundial
#

Include a log

lucid mason
#

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)```
lucid mason
#

can get the server to restart again only after you delete the worlds

random bridge
glacial sundial
lucid mason
#

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

glacial sundial
#

looks like it doesnt affect servers updated from 1.21.11

random bridge
#

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

glacial sundial
#

should be fixed in next version

lucid mason
#

confirmed it is fixed!
however any worlds created with the problematic version are corrupted and need to be recreated

random bridge
#

I can also confirm that I am no longer crashing. :D

#

Thanks md!

spiral trench
#

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?

low lynx
#

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

glacial sundial
#

I'll look later

spiral trench
#

What's all this console spam on latest bungee

glacial sundial
#

Not from bungee that's for sure

jovial vale
#

can some one help my my texurepack is broken ik cant see my sword and axe end more

warm geyser
#

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.

tawny dust
#

They tell you what to write without explaining why

tawny dust
#

Do you have any experience programming before?

warm geyser
#

With medium or starting level

tawny dust
#

That's a good start

#

Now I would take a look at some Java tutorials before jumping straight in to Spigot

warm geyser
warm geyser
tawny dust
#

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

warm geyser
#

Wanna speak on private? I mean not in server

#

Lets dont flood here

tawny dust
#

Sure we can talk in DMs if you want

warm geyser
#

Yes why not.

unique hazel
#

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

tawny dust
#

It's only for 1.21.11 right now

unique hazel
#

is it possible to revert back for the time being?

tawny dust
#

Not without possible data loss

unique hazel
#

and, how can i know when geyser updates?

tawny dust
unique hazel
#

i didnt unfortunately

unique hazel
#

how long does it usually take to update?

tawny dust
#

🤷‍♂️ depends

unique hazel
#

how long does it take on average?

tawny dust
#

?eta

magic zenithBOT
#

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.

unique hazel
#

i see

#

what are the possible data losses for reverting back?

mellow dock
#

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

unique hazel
#

thanks for answering

mellow dock
#

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

tawny dust
#

Don't really need a tool you can force the game to load the newer world

#

iirc

native quest
unique hazel
#

it sucks that some progress will be deleted tho

low lynx
past shore
#

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

tawny dust
#

No that was fixed

#

and I assume unfixing it doesn't count a legit

mellow dock
#

You’d have to remove the hard limit on world size

past shore
#

well from legitimate i mean with a plugin, changing world generation in a way to have them generate once again

tawny dust
#

yeah you can do that if you want

past shore
#

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

red ermine
#

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

tawny pawn
#

if ping is fine then go ahead

red ermine
#

that's why I'm asking :9

undone wigeon
#

Hi, could someone please help me with config file of a plugin?
its the Deluxe Join 2.0

mint rose
undone wigeon
mint rose
#

?paste

magic zenithBOT
undone wigeon
#

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

mint rose
undone wigeon
marble dagger
#

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)

mint rose
#

Show the actual script you're using

marble dagger
#

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

mint rose
#

Firstly, that placeholder gets the players groups. So you're trying to set the players group to the group they have.

rain lava
#

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

tawny dust
#

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

red ermine
#

Any recommendation for a clickable item frames plugin? w images

ember berry
#

Can anyone help me with a bungeecord issue

glacial sundial
#

?ask

magic zenithBOT
#

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

ember berry
# glacial sundial ?ask

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

ember berry
#

yes ofc

tawny dust
#

Is the server running

ember berry
#

yep both running

tawny dust
#

Are you using a host? or hosting on your own system

ember berry
#

I have a proxy server a lobby server and smp server

#

all connected on the same subnet

tawny dust
#

That didn't really answer the question

ember berry
#

They are rented hetzner servers

tawny dust
#

Yeah do check that firewall

ember berry
tawny dust
upbeat cove
#

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?

crimson nexus
#

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

upbeat cove
#

ok

upbeat cove
#

is that directory?

crimson nexus
#

Take a screenshot of the folder?

#

Yeah

#

Run it from the terminal or something.

#

and also send the code within the bat file

upbeat cove
#

idk why i can't send images

#

I might be stupid

crimson nexus
#

Yeah your account is verified.

#

you can use imgur

upbeat cove
#

finally

#

sorry for the wait

#

java -Xmx4G -Xms4G -jar minecraft_server.26.1.jar nogui

crimson nexus
#

Can you not see the very obvious issue here?

upbeat cove
#

just realized

crimson nexus
#
java -Xmx4G -Xms4G -jar minecraft_server.26.1.jar nogui
upbeat cove
#

not spigot

#

kms

crimson nexus
upbeat cove
#

java -Xmx4G -Xms4G -jar spigot.26.1.jar nogui

crimson nexus
#

no, spigot-26.1.jar, not spigot.26.1.jar, read the literal file name.

upbeat cove
#

got it

#

now do I run bat.run?

crimson nexus
#

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

upbeat cove
#

it says invalid initial heap size

#

that mean I need to allocate more memory?

crimson nexus
upbeat cove
crimson nexus
#

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?

upbeat cove
#

64

#

just checked

crimson nexus
#

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.

upbeat cove
#

thanks

#

download and ran

crimson nexus
#

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
upbeat cove
#

also in the directory there isn't a java.exe

crimson nexus
#

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" 
upbeat cove
#

jdk 17 is the only file here

crimson nexus
#

😭 idk where it installed to

crimson nexus
upbeat cove
#

got it

#

still no java.exe

#

there is javac

#

nvm

#

im blind

#

still having same issues

crimson nexus
#

... screenshot mate

#

and show me the bat file now

upbeat cove
crimson nexus
crimson nexus
upbeat cove
#

oh

#

it happend

#

it works

#

Genuinly thank you so much and I'm very sorry for the incompetence

crimson nexus
#

All goods mate

#

have a good one

native quest
#

How can I disable incoming messages?

#

have a config for this or need do a plugin?

crimson nexus
#

what incoing messsages

native quest
amber snow
glacial sundial
#

?ban @clear nacelle

magic zenithBOT
#

Done. That felt good.

honest lintel
#

How do i install this so I can test it on my own world

#

?

shy falcon
#

Spigot?

#

if u download a server jar from anywhere else we're going to break both of your knee caps

tawny dust
#

?bt

magic zenithBOT
honest lintel
keen onyx
#

how do I change my spigot username?

muted dagger
#

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

random bridge
#

?changename

magic zenithBOT
#

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/.

muted dagger
#

i had just done the 26.1 upgrade a few days ago

#

not sure if thats the version youre looking for

random bridge
#

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)

muted dagger
#

do i need to rename them to DIM1 and DIM-1?

tawny dust
#

No

random bridge
#

Not if it's a 26.1 to 26.1 conversion

tawny dust
#

26.1 changed the folder structure

muted dagger
#

maybe thats why its not working ive been renaming them

#

ill give that a try

#

awesome thank you so much!

agile nacelle
#

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?

mellow dock
#

You can’t make the ticks per monster spawn a decimal

agile nacelle
#

I see, are there any other ways to make mobs spawn more often?

tawny dust
#

You're probably hitting the mob cap

#

Look around and see where the mobs are

agile nacelle
#

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

tawny dust
#

Have your friend leave for a bit and see what happens

honest lintel
#

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?

mint rose
agile nacelle
crimson nexus
#

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.

crimson nexus
#

yeahhh but the Apple ones got the translation built in

#

plus hearing aids, and hes going deaf

lament prairie
#

hello, i use bungeecord with simpleproxychat, is possible to show a webhook with avatar, message of minecraft server and the speudo ?

true yoke
#

If so, go for it, solid choice

pseudo aspen
#

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

tawny dust
#

also what happens when people do stuff

pseudo aspen
#

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

tawny dust
#

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

pseudo aspen
#

okay, thx

tardy jolt
#

can anyone help me find a working unstable map

random bridge
sinful gate
#

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

tawny pawn
#

the best you can get is oracle free tier

sinful gate
#

alr thx

mellow dock
#

Technically not free

#

Also my pc doesn’t have 2 or 3 regions

tawny dust
mellow dock
#

Man has his personal pc in the cloud

tawny pawn
#

i just have a friend who lets me use his

sinful gate
mellow dock
#

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…

sinful gate
#

honostly im just thinking going paid hosting

granite lodge
#

Hey, I’ve worked with Aternos and plugins before.
If anyone needs help with TP system or setup, I can help 🙂

crimson nexus
magic zenithBOT
crimson nexus
#

@granite lodge ^

granite lodge
magic zenithBOT
granite lodge
crimson nexus
#

No, im invoking the command to let you know this isnt the place to offer services, use the forums.

granite lodge
#

forums ?

crimson nexus
#

Yes, the Spigot forums

granite lodge
#

where is the spigot forums

crimson nexus
#

do you not see the link provided?

granite lodge
#

ohh okey , now i see

#

uh....so what do i in this forums thingy again ?

crimson nexus
#

If you're looking to offer your services (i.e., provide setup / development work) you can create an ad there.

granite lodge
#

okey thanks

high saffron
#

does anyone know why my wither isnt spawning in my server, its spigot causing it and i have no mods

mellow dock
#

Are you placing the skull last

#

Is anything in the way

#

Are you in spawn protection

high saffron
#

yes, no, no

mellow dock
#

Got a screenshot?

#

?img

magic zenithBOT
#

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

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

vital night
#

ive been lock out my account how do I unlock it ?

#

?support

magic zenithBOT
turbid birch
#

we tested by removing various mods and all that

#

but it was only when we didnt launch spigot it worked

#

spigot config

tawny pawn
#

i don't see anything in the config to be causing this

#

maybe update spigot to latest?

#

using build tools

turbid birch
tawny pawn
#

this

#

it has a gui

#

you just put it in a folder

#

double click it choose version, compile and wait till it generates spigot

turbid birch
#

@tawny pawn

#

sorry it took awhile, but nah it didnt work still

#

bruh

tawny pawn
#

how do you spawn the wither?

turbid birch
#

i can spawn with cmds

tawny pawn
#

alright, let me try

turbid birch
#

cant spawn as op

#

this is the file it generated

#

(idk if u want)

tawny pawn
#

nah, don't send it

turbid birch
#

alr

tawny pawn
#

remove the link

#

good

turbid birch
#

done

tawny pawn
#

oh you're right

#

it doesn't spawn via this

#

report the bug

turbid birch
#

@high saffron

turbid birch
tawny pawn
#

actually here

#

so you don't have to find it

high saffron
#

itsit a bug

#

@turbid birch

turbid birch
#

yes

#

yes

#

it is

tawny pawn
#

wither doesn't spawn via the block placements

turbid birch
#

ye he my friend

#

running server

#

how do i open an issue

tawny pawn
#

click my open issues

#

and create an account

#

you'll see there what you need

turbid birch
#

what do i enter as the environment? @tawny pawn

tawny pawn
#

nothing

turbid parcel
#

same issue with 26.1 on spigot wither don't spawn

#

even with op

random bridge
#

I think I found why it broke

turbid parcel
random bridge
#

Bad internal reference on the item check.
It will require an update to spigot.

#

I've opened a PR for it

tawny pawn
#

good job 😄

undone wigeon
#

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

mellow dock
#

I mean, I don’t think paper is updated yet

tawny pawn
#

paper isn't on 26.1 yet?

random bridge
#

Nope

tawny pawn
#

spigot had the server on day 1

random bridge
#

Spigot isnt really yet either. It's still in it's testing phase before it becomes the default.

tawny pawn
#

yeah i know

#

but i got my plugins updated

#

and just because there's a missmatched identifier here that's fine

undone wigeon
#

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?

glacial sundial
calm pelican
#

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

tawny pawn
#

Use maven to load up dependencies

#

It's much easier to work with after you got the hand of it

crimson nexus
#

"code your server"? Are you trying to modify Spigot itself?

tawny pawn
#

I think he meant to import the server api

native quest
#

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

native quest
#

show_death_messages and show_advancements_messages is per world?