#help-server
1 messages · Page 125 of 1
The plugin is for 1.18
why?
how can I be able to load all the blocks of a chunk that my world loaded, that is, already generated by the player, in a certain, ''async'' way, which i believe would not be possible, but my idea is to be able to save all data from a block of a chunk, and an array so I can save it in a map that has the chunk and an object that represents the blocks and all their data,
to do calculations in the future without having to load a specific chunk and save this data
Depending on what you want to do with the chunk you can use a ChunkSnapshot
You create the snapshot sync and then you can read blocks and such async
Is the chunksnapshot like a photo from when the chunk was first loaded? because in my case it could be useful, but I need to get it from all chunks of the world
All chunks of the world??
What are you trying to do
and sort of it's a snapshot so like a photo, but not of when the chunk was first loaded. Instead it's a snapshot of whatever state the chunk is in when the snapshot is created.
Also this convo should move to #help-development
its a snapshot. its basically a wrapper for the data a chunk holds
can anyone help me, my server keeps crashing every few minutes and I think it's a plugin but I'm not sure
it's leading players to duplicate items and stuff because the inventories are rolled back
What doesn't load? BuildTools or the server
Nothing shows in the log when it crashes
it crashes and then after its crashed it says something about code 137 which i know is memory
hold on
Sounds like you allocated more ram than the system has available
How much ram does the container have
Are you using a VPS?
Sounds like you should ask them for help
If the system is running out of memory that's a them problem
they will just tell me to pay more ram
lmao
i think that isn't particularly the issue since it runs fine when it's on
That's not the normal out of memory error you're supposed to get
The OOM kill is usually disabled inside the container
Basically it shouldn't die like that
alrr
You should ask your host for help
I remember when I had some issues with a docker container where it would randomly just silently die. No OOM, no logs, no crash report, doesn't save world, nothing. Then I moved it to ptero and everything worked lmao
Because previously I was just using a compose
And it was mostly random too, every like, ~50min?
Worst thing is that that was an SMP so progress got lost a lot lmao
thats what happens to me pretty much
Yea that's your hosts issue then
^^
This also wasn't even a mod issue, was able to reproduce without any mods lol
tbh it really sounds like an oom
I mean the host os killing it
Host had enough free mem
🤷♂️ no idea why it would happen then
You can try another host
I think they might just straight up be right
I have 4 gigs for like 9 players at a time with 50 plugins
I have bedwars thebridge plots and TerraformGenerator
For survival
So that spark report is not from when it crashed?
It's a profile
I started recording before it crashed and after it crashed and booted I stopped the profile and that's the one
So I guess so
Why
It does not show a lot of memory usage
I know
Either way I'd switch host
Not a fan of how their system is setup if it just dies like that with no stacktrace
The oom should not kill the server process in that way
How much does it cost?
Like 8 bucks for 5gb and an i9 13900f
3 cores or so
Don't remember exactly
Euros
spark shows a AMD 9900X
Oh right
lmao
Switching server CPUs like that shouldn't be happening like that imo
Lol it worked out
I mean if the CPUs are dying then why not?
Idk what to tell the host lol
I mean are they actually dying?
13th and 14th gen Intel CPUs had problems causing them to permanently damage themselves
Oh yeah right
The patch should be out assuming the BIOS is updated
but the damage is permanent and already done
I guess I'll try getting more ram if that will fix it
I don't get why hosts aren't using AMD in the first place tho
I don't see how this is sustainable for them
That host must be overselling for that price to make any sense
💀
I don't doubt it I was confused about the price since the beginning
It's very amateur
nah that's what G2A is for
G2A?
Guessing they're not using ptero then
The key selling website
They have 2 things
They have their own and pterodactyl
I've been using the pterodactyl lately because it was only available a few weeks ago
I mean ptero should fix that stuff considering my previous experiences
What stuff
The deaths
If they have their own and ptero it sounds like they're doing something wrong with ptero
yeah
Because wings handles all that
They should've never written their own in the first place
So now idk what to do really
Get more ram if that's what they tell you ig
Ig
Personally I would just switch to a different host
Is there any host with similar price for performance
Not really
as I said that price doesn't make any sense unless they're overselling
If they truly are giving you 3 cores
they're loosing money
Well it's definitely shared cores
yeah
Which, with mc hosts, can be really bad lmao
Can you send a link to the host?
i think they changed a lot since when i got it which was only like 2 months ago
in terms of price too
@past saddle
"graphic design is my passion" ahh website
right?
I've seen worse
lmao
We recommend:
• Vanilla: 2+ GB
• Plugins: 4+ GB
• Mods: 6+ GB
wat
Why do you pay extra for RAM/CPU lmao
thats weird it was cheaper when i got it
Just feels like you're configuring a VPS
why tf would you pay 63€ for 32gb ram and 6 threads
So the guys from the host told me to add this java parameter: -Xmx3584M
I think it's to give more headroom for the container since I paid for 5 and it was using 4
Yeah I'll test it tomorrow
Erm im having trouble getting my spigot to work on the verygames server panel. im pretty sure ive done everything right, i think its a file confliction if i could live stream to someone
What happens when you try to start the server?
it just boots like vanilla and doesnt load spigot or the plugins
i just did the steps to make the spigot files then overwrote the server files with it
and saved all the important stuff from original file
not even an error
ill upload the trash fire
That seems somewhat reasonable depending on the CPU tbh
I mean, "13.50 per month for 3 threads and 4 GB of memory" could be a great deal or the biggest scam; you can't really tell with that information alone.
If they don't even tell you what you'll get I'd usually expect the worst (and most of the time that proves to be pretty accurate lmfao) 🫤
?paste
Also #help-development
Oh yeah sorry
So i should move over there now?
i want to make it send the broadcast message to ops
Yea, just post your question in there.
Along with your code.
ok
So, hey it worked!
Since last night when I did that it hasn't crashed once
How can i change bungeecord messsages?
Copy messages.properties from jar into server folder and edit it
Also how can i block /bungee and /perms messages?
What is currently the best minecraft version for a server?
Go with the latest version
Does the last version have good plugin support? Or
I still maintain my 1.8 teamchat plugin olivo
For modded minecraft, 1.12.2
💀
help me bungeecord
No space left on device
He's been told lol
#general message Look at this funny guy

you can disable /bungee and /perms in the disabled commands section
in the config.yml
Does anyone know how to fix this error when trying to connect to a server?
Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? io.netty.channel.ConnectTimeoutException
you probably miss configured the config or firewall
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project spi got-api: Fatal error compiling: error: release version 17 not supported
I keep getting this when running the start up, " java -jar BuildTools.jar" on a vps
pls ping i can add the log and anything here needed to help
update your java version
its on 22?
guess i do
remove one from the path
what version should i use i thought i saw somewhere to use it
21
i use 21 and it works fine
bro is NOT gonna make the next "nornia" 😭 (tbf the server sucks)
if you can actually make something better, god be with you bro 🙏
💀 nah bro
My server getting high ping after exceeding 60 players in server. Is there anyway to fix?
run a profiler and see the bottleneck, but usually ping is a network bandwidth thing
which profiler should I use?
spark
yeah should be more than enough
shared is a big asterisk on it, depends on the provider
your neighbours could be fully saturating that connection
How about the spark profiler? I'm not really sure how to use it properly. but I guess Protocollib is causing lag(tps drop) right?
i forget the command but just turn it on for a few hours then you can paste the outcome here and we cna help identify the lag
protocol lib shouldn't really be causing lag
is it /spark profiler --only-ticks-over 150?
While the others mentioned that you might have the wrong Java version installed that's not always the case. That would throw a different error. The error you're getting is caused by you having a JRE installed instead of the JDK.
I assume you're using Ubuntu:
apt install openjdk-21-jdk
^^ should get it to work
Someone told me that "if you're using too much core of cpu it could cause the latency to internet connection(high ping).", Is that true?
well ultimately yes, the same cpu that runs the server needs to send packets to the clients
thats like asking if a slow computer makes your internet slower
and the answer is that the speed will be limited by how much power the pc can use for that part
but im using i9 13900k, 64gb ram
allocated 20gb for minecraft server.
why is it still lagging(high ping)?
https://spark.lucko.me/fNJ5iaaYMN?hl
That link does not work
oops sorry this one should work
https://spark.lucko.me/leJbluN5Qg
Use Aikars flags
Also set network-compression-threshold to -1 on your backend servers
Velocity takes care of that already
Thank you very much I’ll try this shortly
already tried but i stopped using because it's causing my console to freeze
im using velocity thats mean i dont have to change anything right?
hm? What do you mean freeze
No that means you should set it to -1
If not using velocity or bungeecord leave it as is
i cannot write any command in the server's console
like this right?
server/server.properties
network-compression-threshold=-1
yes
Basically why you want to do that is because Velocity needs to uncompress the packet to read it
So as it now the packet gets compressed sent to Velocity uncompressed and then compressed again
By setting it to -1 you disable the first compressing (and uncompressing) step saving on CPU time and packet processing
alright thanks alot
how about bukkit.yml
settings.connection-throttle what should i set to?
Leaving it at the default setting is usually fine
I believe velocity also should have that so you can set it to 0 if you want
but shouldn't affect performance much
i have a server with this processor
Intel® Xeon® Processor X5450
12M Cache, 3.00 GHz, 1333 MHz FSB
2007 CPU
is it capable to run the latest Minecraft versions servers?
maybe for few player
barely if at all
hmm alr
i wanted to create a minecraft server with the newest challenge plugin, but i dosen´t, Initialized the plugin, can anybody help me???
Ask the plugin's author
where can i find him?
on the resource where you got the plugin from
hi
is there maybe someone who can helps me with this
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!
i cant get my text in color with this bar does someone have a better bar
the bar
Is it worth increasing the compression-threshold if I have a 1 Gbit bandswidth?
Default is fine
In the Velocity settings, are there any significant changes if I change the compression-threshold value between -1 and 256?
@rich fossil help, it doesnt work
Is using datapack really bad? I have over 19 datapacks and I don’t want to reset the world file
Yes because if one doesn’t update to the next minecaft version, you have to reset the whole world. At least for most packs, a couple will just break random stuff that had to do with it.
Also, data packs are more laggy than plugins.
Datapacks lack per world support, so changing one thing in the main world affects all worlds.
It’s fine to use, just make sure you are confident it’ll update
What no work?
it dont work
Have you tried it.kill()?
@rapid basin
U can’t escape
talk in #general
L imagine
u aint no staff
dont tell me what to do 🗣️
Freedom 🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🦅🦅🦅🦅🦅
MURICAAAA
i have not invited melon yet
Yes leave it at 256
hello ppl! I need some help diagnosing why the latest BuildTools is giving me a spigot jar that isn't booting. It was just working, it said it was outdated, I update and now it won't boot
junit-platform-commons-1.10.2.jar not found
like it unpacks it, then can't find it
same error if it has existing server data, or even fresh folder
Sounds like you might have used an incomplete jar
Make sure to use the Spigot jar placed in the root directory where the BuildTools jar is
There is no need to open any subfolders
yeah that's what I used
hello can you help me pls ?
?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!
CommandException: Cannot execute command 'plot' in plugin PlotSquared v7.3.11-Premium - plugin is disabled.
this is my problem
plugin is disabled
Check for errors during startup
Is these plugin good for velocity?
antiworlddownloader, epicguardvelocity, floodgate, geyser, luckperms, minimotd, packetevents, papiproxiesbridge, plhidepro, serverutils, skinrestorer, viaversion
Velocity is not spigot, but you’ll probably be fine
[15:29:07 ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'worldedit-bukkit-7.3.6.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/sk89q/worldedit/bukkit/WorldEditPlugin 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 61.0
at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:127) ~[paper-1.20.4.jar:git-Paper-398]
at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35) ~[paper-1.20.4.jar:git-Paper-398]
at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116) ~[paper-1.20.4.jar:git-Paper-398]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[paper-1.20.4.jar:git-Paper-398]
at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.4.jar:git-Paper-398]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.loadPlugins(CraftServer.java:505) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1129) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.4.jar:git-Paper-398]
at java.lang.Thread.run(Thread.java:842) ~[?:?]
Caused by: java.lang.UnsupportedClassVersionError: com/sk89q/worldedit/bukkit/WorldEditPlugin has been compiled by a more recent version of
You need j21
Downgrade WorldEdit to a version that supports 1.20.4
i ?
The java version
Why the random friend request
Not random wanted to send a screenshot
?img
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
!verify
Usage: !verify <forums username>
Thx people
same here, anyone found a fix?
yea u fixed it?
ohh which version isit working
I haven't tried anything other than getting revision latest
whats the name of your working jar
ohh where u get that from
I had it already. I can send you it if you want
will take me a bit to grab it from my server host tho
I don't think so
spigot only give out the buildtools.jar which then build the revisions from it
I think the version of buildtools being distributed has a bug maybe
yea, u remember which build was it, the latest is #186
no I don't
not sure I can find it afterwards
my old buildtools was downloaded back in june
I think it was built earlier this month
like 9th
ahh i guess ill have to trial and error the versions, but thanks!
Hey, I want to make sure I've understood a section of a specific plugin correctly, but I couldn't find a page to ask in a forum specific to them... I hope it's ok I put it here.
So in this section of the TownyAdvanced config, I want to modify it to allow players to use shears and dye sheep, but I couldn't find an example of the "itemUseIds" field... Would I be correct in assuming I just enter the IDs for dye and shear respectively and it'll work?
For this case specifically, would I just add to the ItemUseIds line like I've demonstrated below? (Using numerical Ids)
https://github.com/TownyAdvanced/Towny/wiki/Default-Config.yml
cost: 0.0
tax: 0.0
mapKey: F
colour: ''
itemUseIds: '351, 359'
switchIds: ''
allowedBlocks: BROWN_MUSHROOM,MELON_SEEDS,MANGROVE_LEAVES```
Alternatively
itemUseIds: SHEARS,RED_DYE,CYAN_DYE,GRAY_DYE,PINK_DYE,LIME_DYE,BLUE_DYE,GREEN_DYE,BROWN_DYE,BLACK_DYE,WHITE_DYE,PURPLE_DYE,ORANGE_DYE,YELLOW_DYE,MAGENTA_DYE,LIGHT_GRAY_DYE,LIGHT_BLUE_DYE
Based on other configurable values in that file, it's probably material names, yes
Verified in the code as well, yes, it gets a Material list
Thank you. I'm unable to test as I'm suggesting these changes for someone else. Would you say the last itemuseIds line I sent would allow for shearing and dying sheep?
Most likely, yes
I'm having an issue where beacon beams don't render if the beacon is vertically more than 100 blocks away unless I look directly down at it; the effects and everything function fine, it's just the beam that isn't rendering
For example, if the beacon is placed at y=0, I need to either go directly above it and look down so that the beacon block renders in order for the beam to render, or I need to be at y=100 within 3 chunks of it and look down for the beam to render
Is it a setting in the .yml that's restricting render distance maybe? I've tried changing a lot of them but can't rly nail down which value would actually dictate how the beacon renders, since idk if it needs to be simulated to be rendered properly since it's an entity, and idk what type of entity it counts as
i recently downloaded a new spigot server with buildtools and its showing this error
why is it looking for a file that wasnt installed
i tried reinstalling twice and the file still isnt there
and i cant figure out how to manual install it
junit-platforms-common-1.10.2
We did recently start using platforms (like literally as of yesterday), so it seems the bundler doesn't know what to do
I'll poke internally
thanks! is there any manual fix i can do right now? or should i just wait?
You can revert to the previous version with BuildTools if you'd like. One sec
java -jar BuildTools.jar --rev 4324 should work
I opened a pull request to fix it so, probably by tomorrow morning it should be good to go
@hasty oar @atomic arch for you two as well ^^
thank you so much!
It should be good now!
You have to ping after this long choco
thank you choco!
Yes sir
hi does the plugin script work for java 21?
Before I used it fine but now it shows a lot of red messages when starting up or trying to reload a custom command
@mellow dock
@mellow dock
hi does the plugin script work for java 21?
Before I used it fine but now it shows a lot of red messages when starting up or trying to reload a custom command
Who are the developers?
Whoever published the spigot resource presumably
What is a developing
Anyone have a fix for beacons that are deep underground not rendering the beam until u look down at them?
Rendering sounds like a client issue
So does that mean beacons just can't render if ur high up and they're really low?
Can you force the client to load a block that's in the chunk but not rendering?
Like with a plugin maybe? 🤷♂️
Client side = not changeable by server usually
A bedwars plugin used by 50% of the server Bedwars1058 it's party plugin isn't working try to fix 😭🤧
english please
the player client is aware of the beacon, but decides not the draw it on purpose for some reason. This can not be changed by the server or plugins (which are only on the server)
its probably not drawing the beam because of performance reasons
Is there a plugin that supports giving players items with command blocks through different plugins for example essentialsx but still being able to use "@s" "@p" etc or any other placeholders such as %player%
heey hello
in spigot.yml my config version = 11
can you guess which native is that ??
Could be a lot of versions
hey guys I am trying to run build tools on ubuntu server, I keep getting this error, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project spigot-api: Fatal error compiling: error: release version 17 not supported -> [Help 1], I ensured my Java was using version 21 and is fully up to date, how should I proceed from here?
Error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project spigot-api: Fatal error compiling: error: release version 17 not supported -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Error compiling Spigot. Please check the wiki for FAQs.
If this does not resolve your issue then please pastebin the entire BuildTools.log.txt file when seeking support.
java.lang.RuntimeException: Error running command, return status !=0: [sh, /home/greg/minecraft-server/apache-maven-3.9.6/bin/mvn, -Dbt.name=4332, clean, install]
at org.spigotmc.builder.Builder.runProcess0(Builder.java:1042)
at org.spigotmc.builder.Builder.runProcess(Builder.java:967)
at org.spigotmc.builder.Builder.runMaven0(Builder.java:936)
at org.spigotmc.builder.Builder.runMavenServer(Builder.java:905)
at org.spigotmc.builder.Builder.startBuilder(Builder.java:683)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:60)
^^ same issue
could it be because in some of the pom.xml files, maven.compiler.release is set to 17 instead of 21?
such as in Bukkit
I just tried changing all of the values to 21, it still didnt work and all of the values in the pom.xml files went back to 17
@restive pond @slim hazel
I assume you're both on Ubuntu: The issue is caused by you not having the full jdk installed, you can get it with:
apt install openjdk-21-jdk
that did it, thank you so much
Heey ,is there any plugin which will notify me about the latest update of every rest plugins in my server
thanks!
No
anyone know some good plugins where players can bet their in-game life savings on a coin flip?
(THIS IS A JOKE BTW!!)
where download
f u lost 5€
yes
Aren't you 17
"allegedly"
Works for me
you want me to gamble your money?
Check dms
hello, I need help, I have a server and it crashes if I do any action with banners, here are the errors, I am not an expert I would like someone to tell me how to solve the problem thank you;
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.bukkit.DyeColor
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalArgumentException: Multiple entries with same key: Color:[argb0xFF474F52]=GRAY and Color:[argb0xFF474F52]=GRAY [in thread "Server thread"]
Full log please
You're not shading spigot are you? this is help server oopsy
Also above
I cannot upload the file, and the text is too long, shall I send it to you in dm?
Is dm advertising reportable?
I’m bad
someone is dm advertising me
thanks
for a trashy api?
if so the same did that for me
thats a modded server no?
modded with plugin
what software are you using
Arclight
?whereami
I went to their server but nobody answers :C
I need someone to help me
Yuh mine something
I only need bukkit api and external plugins APIs
Lol
dm a ss to @hardy grail
Did you ever figure this out? Villagers wont breed for me either...
i figured it out. you dont want to use gamerule mobGriefing false... or so i heard
I need help
ASAP
I talked to Trevor and Zack about updating the MD point locator. I did not know if I needed to talk to somebody here.
What
Okay? What about it
I talked to them but I don't know if I needed to talk to you guys about updating it to 1.21.
It probably still works on 1.21. The code looks simple enough and just uses API. Have you tried it?
I did in our Minecraft server this morning but it would not work.
Exhibit a
This is on vision 1.21
I mean the message says quite clearly you're using too many arguments, which does seem to be the case
I wants just a name, x, z, and optional scale
You're giving it like 8 arguments, it wants 4
Are you wanting the name of it to be "Tokyo DisneySea Plaza"?
Yeah that's not how those commands work unfortunately. A space between arguments is a completely separate argument unless the command parses it as such. In this case, it doesn't (and never has)
So you'll have to either put underscores or dashes between the name
Tokyo_DisneySea_Plaza or Tokyo-DisneySea-Plaza
That way it's just one word
Sorry, I haven’t used point locator in a minute
Sorry, guys
Well, I used it. I just haven’t created in a minute.
I mean that just goes for most commands to be fair. Something to keep in mind for the future. But otherwise that plugin should work fine
Now, I feel bad because I basically just bothered Trevor and Zach for no reason
I'm sure they'll be okay
Can you guys just put the 1.21 version as a tested version because it only goes up to 1.20
?
It goes to 1.21, but that author just hasn't updated the page
OK
I thought that you guys needed to update it in the code
Nah it's up to the author of the resource to mark it as supported. They just haven't done it is all
Oh
I’m sorry
You're fine! 
So I see that you are forum staff. What does that mean?
Can you access the code?
Everyone can access Spigot's code on the Stash, but if you mean the code of MD Point Locator, it too is open source on GitHub
What about the code of the website?
That’s what I mean
Huh? Who is MD_5?
Platform owner
Hi

Yeah
Thank you for walking me through it. Sorry to bother you.
No bother!
Hi
I have a question
A install spigot softwear to my aternos server and i add a spigot plugin
Custom command plugin
And my question how can i use it
I am and admin on my server
And I want my friends to have an admin too, only able to do small things, for example not being able to change game mode, but being able to teleport!Or create a completely new command, eg /home and drop it at a given coordinate! My server is on 1.21.1
Pls help me in this
read the instructions for the plugin
Hey, i’ve made a 3d model in block bench for a block everything works fine expect the items adder. Texture and the mosel not showing. Everything is configured but still not working. anyone has any idea?
And where can i reed it?
on the Spigot page probably
why do I get this error that spams my console all the time
do you have a solution
please
Safe it ignore pretty much
Something is pinging your server and not correctly closing the connection iirc
why didn't I have this before?
It can happen when players switch servers too fast
So it's not something that happens all the time
as Lynx said it's safe to ignore and you can keep track of the bug over on the Mojang bug tracker: https://bugs.mojang.com/browse/MC-271325
Hey, i want to make an API for interacting with the server through http requests and im wondering... how can i embed a spring boot application into a minecraft plugin
Wrong channel and just make on enable trigger it or you can use something like javalin
^
Hi can anyone tell me how do i add this plugin to my server ?https://github.com/phonon/minecraft-xc
There is 2 plugins there
Its in kotlin
And what about the logs? Will they be automatically put into the latest.log or do i have to do some other stuff
yes
it should work fine out of the box
Now move to #help-development
Cool
Time to wait 8 months till schools are over and then spend 3 months of summer on a minecraft server web panel
Kinda
There is a plugin that is simply a way for any internal apps to interact with the server
Then theres a second layer which will be exposed to the public which is an express app that modifies the responses from the mc server api to be safe for the browser
Then a react app that can be hosted anywhere which connects to the server with a key and displays the data and has cool buttons that do magik when you click them
Theres also another reason for the second layer.... you cant turn on a server from the server when its off, no shit (thats the entire reason)
Handling it like Pterodactyl is probably a better idea
How do they do it?
No need to write two backends
and you're not bound to a specific server
err ig they do have two backends one for the panel and one for wings
Why not just use ptero and make rest api wrapper for their api
though wings is not dependent on the server at all
since all it does is manage docker containers
Cuz docker is banned in my country and pterodactyl is dependent on docker
I mean, its not banned its just blocked by the USA cuz of sanctions
Hey, is it possible to make player fore sleep using command in console?
Hello
I wanted to ask, what plugins do i need to make a server like the one of the youtuber called Sword4000? He hosts Hunger Games events, if you dont know all the plugins that he use its ok, but at least i would like to know the plugin which allow him to start a game with this command /game start (HG Map) (Number of players) and then the players are teleported to the map selected (each one on his proper spot, surrounding the center) It looks very easy to use but I dont know where to find it 😦
@tawny dustcan u dm pls ?
?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!
he told me
alright
i wanted to dm cuz i cant post pics here
!verify then
A private message has been sent to your SpigotMC.org account for verification!
!verify
Rate limited. Please try again later.
lmao
lol
poor then
!verify
Usage: !verify <forums username>
i need to make an acc ?
in the forums yes
If I were to make a guide on how and where to ask questions, would "helpushelp.cyou" make sense?
or is it too obscure?
if you would share this link with me i would block you for trying to phish me
fair enough
I've always thought that "cyou" sounds like "you", so it sounded like a good pun
But domain hacks on weird domains are definitely sketchy, so I guess I'll just use something normal
doesn't support whois proxies
and probably expensive as hell
I can probably use .support or something
help.me if you want to pay 450k or help.tips, not that much with 3k
help.ai for 4m lol
I mostly want to do stuff like "post stack traces at one of these pastebins", "here is how timings and spark work", "don't ask to ask", "xy problem", etc
or "if you have problems with (x, y) the best support discords are (a, b)
possibly some faqs
you could get the domain starter-set.whatever and specifically create subdomain like help.starter-set
by that you also have the option to add more
possible
within the same domain
Hello, I wanted to ask, what plugins do i need to make a server like the one of the youtuber called Sword4000? He hosts Hunger Games events, if you dont know all the plugins that he use its ok, but at least i would like to know the plugin which allow him to start a game with this command /game start (HG Map) (Number of players) and then the players are teleported to the map selected (each one on his proper spot, surrounding the center) It looks very easy to use but I dont know where to find it 😦
but having a bunch of random domains for that is a pain
easier to just have a generic help thingy
random domains? its just a few subdomains which you can easily keep track of
and the main page could be a glossary
I'm sure some generic survival games plugins exist.
I am out of the loop on what specific plugins people use these days, but I am sure some free ones definitely exist
just search "survival games" on one of the plugin portals and sort by recently updated
i would say search on the forums for "hunger games" and test them, to see which fits you the best
I have done It and none of them are what im searching for
If you are looking for an exact plugin, it's possible that it is paid or custom
there is no omnipresent solution. either search more, or if nothing meets your requirements there is always the service section
but you can probably recreate a similar solution by experimenting with out of the box replacements
server configuration is generally just hours of tinkering around
Wdym?
let's pretend I want to be able to have a command.
When a player types that command, they teleport to a specific location and a firework goes off
I could look for a plugin that does exactly this
it is unlikely that someone would have made exactly what I am looking for since it is very specific
The alternative (better) approach is to look for a plugin that teleports users when they type a command, and look for a plugin that fires fireworks whenever a user goes to a certain location. Or perhaps allows you to fire fireworks at certain locations on certain events.
You can create a similar solution to your goal by adding multiple plugins together
the same principle applies here
get a generic out of the box survival games plugin
then find other plugins that allow you to do certain things you are looking for in addition to the base functionality added by your core plugin
Ok
!verify ItsxWayL
A private message has been sent to your SpigotMC.org account for verification!
Thank you so much bro
can anyone help ?
does anyone know if its possible to run an EXE file inside a minecraft server
like i wanna use my minecraft server to host other stuff other than a minecraft server
why? cuz i already have many points in the minecraft server host im using and i dont wanna spend money on a normal server host
I mean if you're purchasing it from a Minecraft server host specifically, no probably not. But if you were to get a dedicated server, you could use either screen or tmux to open a screen for your server and a screen for your app
You should have at least some simple understanding of Linux and how to use either screen or tmux though
I have a question is there any plugin that can disable exact enchantment like thorns,sharpness even when its already on the weapon?
technically there are plugins that allow arbitrary code execution up to and including full out executable files.
Having said that, it is definitely against most host TOS agreements and is pointless if you have box access anyways.
for exe specifically you would also probably need wine or something
Hi, if i have a world on 1.19 and i want to update to 1.21.1, should I first update to 1.20.6 as mentioned under World Upgrading here https://www.spigotmc.org/threads/spigot-bungeecord-1-21-1-21-1.650824/
or should I update to an older version first? Just looking for how to get my server to 1.21.1 without issues. thanks
Usually best but either should work for those versions
i need custom donate for server who can help me with this?
Use tebex
I need help anyone a plug in dev?
i have been away from the minecraft scene for a few years now and i am trying to build a server on 1.20.1 however am very confused on what anti cheat system to use. any recomendatins?
grim is actually pretty good
hello i have a problem i make a bungeecord with mohist but i got a FML/Forge error what can i do ?
Running a Hybrid is not supported
and running a modded server behind a proxy is not recommended
it doesn't work well for 1.13+
Hybrid server software is awful
Thanks a ton! that list is just what i needed. i will take a closer look into grim 🙂
we are 1.12.2
Nice running hybrids aren't supported 👍
Hi, I bought the plugin: (Xprison) but I have the impression that enchantments like nuke explosive don't work.
I also have a problem with automining.
Someone could help me I am ready to pay for these resolutions
Sounds like it's actually a question for their discord if they have one
Send us some logs however, perhaps we can help
?paste
Je n'ai auncun lien de leur discord :x
Looks like the enchant shit is buggy from the last update
A lot of their reviews say so
Oh shit 😦
I guess you could ask about it here? https://www.spigotmc.org/threads/50-release-sale-⭐ultra⭐-prison-core-1-8-8-1-16-x-ultimate-solution-for-your-prison.478216/
If you were looking to chargeback or anything of the sort, try reaching out to the dev directly first and see if you can find a resolution with them
All the reviews are pretty much saying the core systems work other than the enchant stuff so
@lusty heath Thanks you're the goat! If not, I'll have to find a similar plugin.
My issue shouldn't be too hard to solve. I've been using bungee for a while, and it just now broke, when it starts up everything is normal but when someone tries to connect (not from localhost) they can no longer see the server. Please help, i will paste the config in a second.
forge_support: false
enforce_secure_profile: false
remote_ping_cache: -1
fserver_connect_timeout: 5000
player_limit: 50
permissions:
default:
- bungeecord.command.server
- bungeecord.command.list
- pixellogin.player.register
- pixellogin.player.login
- pixellogin.player.pin
admin: - bungeecord.command.alert
- bungeecord.command.end
- bungeecord.command.ip
- bungeecord.command.reload
- bungeecord.command.kick
- pixellogin.player.login
- bungeecord.command.alert
timeout: 30000
log_commands: false
network_compression_threshold: 256
server_connect_timeout: 5000
online_mode: false
servers:
lobby:
motd: ########################
address: localhost:25567
restricted: false
survival:
motd: #########################
address: localhost:25566
restricted: false
creative:
motd: ########################
address: localhost:25568
restricted: false
auth:
motd: ########################
address: localhost:25569
restricted: true
listeners: - query_port: 25565
motd: ########################
tab_list: GLOBAL_PING
query_enabled: false
proxy_protocol: false
forced_hosts:
pvp.md-5.net: pvp
ping_passthrough: false
priorities:- auth
- lobby
- survival
- creative
bind_local_address: true
host: 0.0.0.0:25565
max_players: 50
tab_size: 60
force_default_server: true
prevent_proxy_connections: false
ip_forward: true
remote_ping_timeout: 5000
reject_transfers: false
disabled_commands:
- disabledcommandhere
connection_throttle: 4000
stats: ae0840cb-28e5-4c92-bc68-b02f0e40c73e
connection_throttle_limit: 3
groups:
##########:- admin
log_pings: true
- admin
I tagged anything I didn't want people snoop'n around in.
fixed, my router screwed itself
I want to use bungeecord with spigot, fabric, forge.
Can I do it? If i can, How to do it? (I know spigot with bungeecord but I don't know the others.)
neither of the two are supported by bungee, there are some forks which do support forge mods but most arent maintained and are super buggy
Running modded servers (especially 1.13+) is a bit broken
And not much can be done about it. The client and server sends important information to eachother when you join
That information will be missing/incomplete when switching servers or attempting to join a server without the mods
Would you like to teach me optimize tile entity plugin in 1.21
Spawner makes lag in my server.(we can get a lot of spawner in my server)
I'm sorry for my poor English.
What you want is less spawners
You can use spawner stacking plugins to help with performance
commission someone to make an expansion for you then
hello, is it ok to make two normal worlds that players can play in like normal minecraft world
is it going to affect the server performance like rams and cpu or its ok ?
🙂
alguien español?
english only
no hablo nachos
what can I use to profile lag spikes on my 1.8.8 server
Too old! (Click the link to get the exact time)
It could say 20 years but it’s still the goat
Hello, I am a developer for a pretty small mc server. I got tasked to install some plugins, however the owner does not wanna give me any type of access to the plugin folder as he deems it; "unsafe"
Is there any way for me to install the plugins for example, via the chat or any other methods? I'm aware of Plugman but owner does not wanna install it from fear of somebody getting access and backdooring said server.
Any help would be appreciated!
no
If you had the ability to install a jar file via anything but write access to the plugin folder, you'd be able to backdoor just as easily
The owner can either install it themselves or accept the fact that, if they want someone else to do it, they need to accept the risk that that someone else could be malicious.
Hope that I can convince him on this as he is very stubborn. Anyway, thank you for the help brother
Well even a stubborn person should realise that there is not much difference between write access to a folder via e.g. ssh vs write access to a folder via some other mean
I upload my plugins by typing the bytecode into chat
change the server team
Anyone familiar with XMaterial?
?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!
Does any1 knows a good plugin like BentoBox's cave plugin?
dude!!
why is my ip banned from spigot??
someone please help, i havnt done anything wrong
are you using a vpn
Use a better vpn
I go on spigot with a vpn every day never had this issue
Not always the VPN providers fault
People get banned while using vpn ips all the time
It's very common I somehow see people in here with banned VPNs often times I feel like they use some of the lower quality VPNs such as Nord or express vpn.
It's usually Opera
^ or free vpns which inevitably are banned
ugh is there any plugin keep my inv when i death on any dimension guys
/gamerule keepInventory?
its not work in nether...
Run it in the nether
cool
is there any way that i work with server file?
nevermind
i found it in nbt expl
?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!
help me
https://www.spigotmc.org/threads/get-custom-data-of-an-item-using-itemstack.665043/ can someone help me with this issue, thanks
any good reason why you're not using pdc and bukkit item serializer?
I tried to make the plugin read items from a file, but ConfigurationSection cannot be used for item deserialization
declaration: package: org.bukkit.configuration, interface: ConfigurationSection
it absolutely can
thanks! i didn't notice getItemStack before. i have now used it in my codes.
I have a question is there any plugin or method that can disable exact enchantment like thorns,sharpness even when its already on the weapon, armor?
I am having an issue with my server crashing. I won't include the full console but just the lines that are applicable to spigot.
*** Error, this build is outdated *** *** Please download a new build as per instructions from https://www.spigotmc.org/go/outdated-spigot ***
I think this is why my server is crashing. But it only crashes after I start to install plugins. Can anybody help? I've redownloaded from the website already before.
There is no official download site of the Spigot jar
You need to use BuildTools
I write my plugins by placing blocks and manipulating the memory for them
obv
The blocks are your memory
How are the miencraft computer people doing when can we run spigot on spigot
Maybe I'm skipping the running the linux kernel step but eh who cares
@mighty ibex
huh
oh running spigot inside spigot
yh we did that already
we also ran spigot inside fabric and then forge inside that
i mean
you can run a docker container inside of spigot
theoretically
if you have socket access
mhm
or run a docker host inside of spigot
yh we just made a jar loader
pretty good one
with web ui i think atp
but still jsut a jar loader
Hello everyone , can someone help me. server is use java 21.
That is not an error
None of your plugins have slf4j impl
Nothing u can do about it
Lol
and thank you
Clear your caches
And run BT again
Make sure everything is gone
I am completely new to this and do not understand a word of what you are saying
except the bt part
Clear all of the folders build tools made
oh ok
All.of them maven git spigot bukkit craftbukkit work
gotchas
Make sure you're not in one drive either iirc the issues with it were fixed but still best you avoid one drive folders
id also make sure ur JAVA_HOME environment variable is set the the Java 21 install location
the one error i saw complained abt 17, but have the wrong home set if maven is trying to grab from that
okay thanks very much bro.
This error is caused by you using the JRE instead of the JDK
Assuming you're on Ubuntu:
apt install openjdk-21-jdk
Should fix it
Same command
We should flag JREs
@random bridge what do you think about flagging JREs not just in the gui but also in the CLI
I feel like it's a pretty preventable error
Maybe scream hey we notice you're running a JRE you should use a JDK
heey anyother alternative of this plugin
https://www.spigotmc.org/resources/provotes-1-7-1-21-increase-player-voting.23672/
What's wrong with that plugin?
paid
if there is any alternative free plugins
then i should use that
someone help me pls
when ı open start.bat ıt opens the server and then ımmadıetly shuts down
ı cant fıx ıt
I’m all for it so long as there is a reliable way to do it.
its already reliably possible with the Java Version tool
that we have
Add pause to a new line at the end of the bat file
Ofc i did
Then send what it says in the terminal window
Then you didn't add pause
Bro
@echo off
:start
java -Xms6G -Xmx10G -Dfile.encoding=UTF-8 -jar paper.jar
Pause
?
İm saying its stopping server
How its related with pause
Pause will stop the window from closing
Bruh
So you can tell us why it closed by sending the error message
"It closed" gives us literally 0 information to work with
Dont you look at your dm?
Didn't get a notification for it
Will check
In the image you sent the server looks to be shutting down normally
Like you manually stopped it
Anyways since you're using Paper you should ask Paper for help
Do you even know about it
pls let me hit u
None of it worked
New logs: https://pastebin.com/gUa9BasA
dude. listen to people. dont get pissed off. you are the one asking for help where no one is obligated to help you. If they don't know anything then do it yourself.
I am on ubuntu
Looks like you still have a cached failure
Normally you'd run maven with the update flag to force it. Not sure how to get BuildTools to do that for you
Instead you'll have to remove the cached file in your .m2 folder
~/.m2/repository/org/spigotmc/minecraft-server/1.21.1-R0.1-SNAPSHOT should be the folder you need to get rid of
if you know better
why you asking help
🤷
i switched to jdk 21
oh ok
thank you!
Hi!
Im having a problem with WorldGuard, and i asked the developers for help, they told me that i have a very outdated version of my server , i suposse that spigot, but i have 1.21 spigot, and i do not find any new version, is there a new version of spigot released before 13th june? i have that version
Appreciate help 😄
that's the minecraft version, what version of spigot are you running
theres been many spigot releases since 13th june
just run buildtools again and get latest
This one i think...? ~[spigot-1.21-R0.1-SNAPSHOT.jar:4226-Spigot-146439e-2889b3a]
Im new to this world, sorry for any inconvenient
I just downloaded spigot, not buildtools, but if u tell me that i can do it running buildtools i will download it and get the latest version then
downloaded it from where?
i bet i can guess
get bukkit isnt offical and shouldnt be used
yeah that website is not a supported site
they often have outdated builds, and could be potentially malicious
the offical way to get spigot is by running buildtools
Oh
?bt
I understand, lol, thanks for that info, i will get latest spigot with buildtools
you are very helpful guys, thanks you so much
in the lifestolen plugin why cant i right click the craftable reviver
in order to revive someone
thats probably a question for the lifesteal plugin devs
if its the one by Ike he has a discord iirc
I deleted the .m2 folder and now it looks like this
oh wait
crap
I think i deleted the entire .m2 folder
was that important?
||i sure hope not,,,||
Make sure you run BT in a new directory every time. (Or clear out the directories it created during the last run)
i want help
?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!
Thank you this worked perfectly!
question i used Spigot BuildTools but forgot to adjust ram size. Im stuck at 512MB where is the run.bat file so i can make it more???
The run.bat file is where ever you put it
if you even have one to begin with
i didnt put it anywhere i dont even use it i use the .jar file to start teh server sicne thats how it works
so i am trying to see where to adjust the ram
do i need to make a bat file? if the .jar file is working fine starting the server why use that?
You use a BAT file to change the startup settings for your jar, like how much ram you're allocating, etc.
That's how you adjust the ram.
just make it, put it in the same folder as your jar, and run the BAT instead of the jar
pls help me in setup of essential chat
i have installed it on server but its not working
Don't ping staff for that
o sorry
can u help?
pls
EssentialsX-2.21.0-dev+24-0af4436 can any1 please send same version essential chat
The essential plugin for Spigot servers.
heey is there any Auction House Plugin exists which hooks with discord too ??
I have heard about Zauction House but their Discord addon too outdated and not maintained
Any Auction House Plugin which hooks with Discord and Send embed Notifications
Please ping me when you reply
Hello is there any plugin where it doesn't allow you to wear any armour?
BedWars1058 plugin help:
There's a really long wait after finishing a game and then redirecting you to the set lobby
Any way to shorten this to like 5 seconds or something?
they have their own discord server, better off asking there
its dead 💀
i tried
but its so freaking dead
💀
Wait or figure it out yourself then unfortunately if their server is dead you won't be better off here
i cant figure it out thats why im here ;-;
if nobody ends up answering im just gonna have to deal with it ;-;
this is why people buy plugins like that, since these at least will provide you with support if anything at all
Hey so im using the xcalibur8 lastlife plugin and it shows your life count next to your name does anyone know how i can get rip of it i will try to provide a picture
Hi, I need help on running Spigot with plugins.
I've been running Spigot 1.19 sometime before, and today I've updated to 1.21, but none of plugins are loading.
So I just started from the scratch, running Spigot-1.21.jar and start installing plugins (including Geyser-Spigot) but the logs says nothing about it.
IIRC, there should be some log messages when spigot is loaded any of plugins, but nothing but this
Starting net.minecraft.server.Main
[15:02:52] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[15:02:54] [ServerMain/INFO]: Loaded 1290 recipes
[15:02:55] [ServerMain/INFO]: Loaded 1399 advancements
[15:02:55] [Server thread/INFO]: Starting minecraft server version 1.21
[15:02:55] [Server thread/INFO]: Loading properties
[15:02:55] [Server thread/INFO]: Default game type: SURVIVAL
[15:02:55] [Server thread/INFO]: Generating keypair
[15:02:56] [Server thread/INFO]: Starting Minecraft server on *:25565
[15:02:56] [Server thread/INFO]: Using epoll channel type
[15:02:56] [Server thread/INFO]: Preparing level "world"
[15:02:58] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[15:02:59] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[15:02:59] [Worker-Main-7/INFO]: Preparing spawn area: 18%
[15:02:59] [Server thread/INFO]: Time elapsed: 634 ms
[15:02:59] [Server thread/INFO]: Done (3.040s)! For help, type "help"
root@orangepi5:/var/minecraft/server2# ls -al
total 50480
drwxrwxr-x 8 minecraft minecraft 4096 Oct 6 15:02 .
drwxr-xr-x 14 minecraft minecraft 4096 Oct 6 14:48 ..
-rw-r--r-- 1 root root 2 Oct 6 15:02 banned-ips.json
-rw-r--r-- 1 root root 2 Oct 6 15:02 banned-players.json
drwxr-xr-x 2 root root 4096 Oct 6 15:01 crash-reports
-rw-r--r-- 1 root root 157 Oct 6 15:00 eula.txt
drwxr-xr-x 8 root root 4096 Oct 6 15:01 libraries
drwxr-xr-x 2 root root 4096 Oct 6 15:02 logs
-rw-r--r-- 1 root root 2 Oct 6 15:02 ops.json
drwxr-xr-x 2 root root 4096 Oct 6 15:02 plugins
-rw-r--r-- 1 root root 1376 Oct 6 15:02 server.properties
-rw-r--r-- 1 root root 51623779 Oct 6 15:00 spigot-1.21.jar
lrwxrwxrwx 1 root root 15 Oct 6 15:00 spigot.jar -> spigot-1.21.jar
-rw-r--r-- 1 root root 54 Oct 6 15:00 startx.sh
-rw-r--r-- 1 root root 2 Oct 6 15:02 usercache.json
drwxr-xr-x 3 root root 4096 Oct 6 15:01 versions
-rw-r--r-- 1 root root 2 Oct 6 15:01 whitelist.json
drwxr-xr-x 10 root root 4096 Oct 6 15:03 world
root@orangepi5:/var/minecraft/server2# ls plugins/
Geyser-Spigot.jar
Looks like you updated to vanilla
What do you mean updated to vanilla? I wasn’t using paper or purpur but using spigot, in case you meant those variant is non-vanilla.
your log is from a vanilla not spigot jar
I mean that you're running a Vanilla server ^^
