#help-server
1 messages · Page 113 of 1
👍🏻
yo
i am looking for a plugin similar to the hypixel menu item plugin i want a plugin which adds a permenant item to the 9th slot of the inventory when you click it it will run a command to open a gui.
Hi! I'm trying to install a server on a raspberry pi 4 Model B and Im getting some errors related to java versions I think. Is there someone here that can help me?
I have the most recent one, I defined it but somehow it is not using it
make sure it's the jdk
:~/buildtools$ java --version
openjdk 21.0.3 2024-04-16
OpenJDK Runtime Environment (build 21.0.3+9-Ubuntu-1ubuntu1)
OpenJDK 64-Bit Server VM (build 21.0.3+9-Ubuntu-1ubuntu1, mixed mode, sharing)
its this one right?
not sure which package is installed on ubuntu by default
so just grab the jdk using the command above
yes
It worked! Thank you!
nvm i fugured it out
hello all, is it possible to host a Spigot server whilst playing on a forge client?
yes as long as you use clientside only mods
Mods that are required to be present on the server won't work
super, thankyou! <33
i cant hit animals and players with my hand or tools because crit bard dont load but when i have any item the crit bar loads but very slowly pls help
????
Sounds like mining fatigue
What's the crit bar? Did I miss something
Please help me with BuildTools. Throws this error: java.lang.RuntimeException: java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) java.util.concurrent.ForkJoinTask.doExec(Unknown Source) java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
Make sure Java is up to date
I have the latest version of java
can you post the full log?
I can't send a photo, I tried.
?paste
@heavy boughyou can copy the log in there and post here
Anyone knows by any chance which is better?
- HMCCosmetics
- MagicCosmetics
- CosmeticsCore
Hello, in my minecraft server for some reason each of the players get effects out of nowhere even in the different worlds of the multiverse. Does anyone know which plugin could possibly be causing these effects?
We get effects like wither, blindness, slowness and others
could be a skript
i unloaded it and still get effects when i'm on survival
hey anyone got plot plugin like this?
A plugin that makes a UI?
no like plot plugin but this one
Remove half of plugins and check if the problem persists
Then if it doesn't persist add half of the removed plugins
If it persists remove half of actual plugins
And repeat this until you don't find the incriminated plugin
Does anyone know what this error would be coming from? I have been getting it for a while and I am at a loss
does anyone have good plot plugin for boxpvp server?
Send your logs
There is nothing in the log stating an error or anything. Only what pops up once you are kicked. The reason is always "Disconnected"
Send the logs anyway tbf, maybe theres something in there
Hey, I've tried to create an 1.21 Server and followed this like it said but I get an Error. Does someone can help me with this?
https://www.spigotmc.org/threads/spigot-bungeecord-1-21.650824/S
[INFO] Reactor Summary:
[INFO]
[INFO] Spigot-API 1.21-R0.1-SNAPSHOT ...................... FAILURE [ 1.833 s]
[INFO] Spigot-Parent dev-SNAPSHOT ......................... SKIPPED
[INFO] Spigot 1.21-R0.1-SNAPSHOT .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.975 s
[INFO] Finished at: 2024-07-01T20:28:25+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project spigot-api: Fatal error compiling: error: release version 17 not supported -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Error compiling Spigot. Please check the wiki for FAQs.
If this does not resolve your issue then please pastebin the entire BuildTools.log.txt file when seeking support.
java.lang.RuntimeException: Error running command, return status !=0: [sh, /root/Desktop/MinecraftServer/Test/apache-maven-3.9.6/bin/mvn, -Dbt.name=4248, 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)
release version 17 not supported
use up-to-date java
i think minimum requiired is 21
Okay, but I have 21
root@vmd127669:~/Desktop/MinecraftServer/Test# java --version
openjdk 21.0.3 2024-04-16
OpenJDK Runtime Environment (build 21.0.3+9-Ubuntu-1ubuntu120.04.1)
OpenJDK 64-Bit Server VM (build 21.0.3+9-Ubuntu-1ubuntu120.04.1, mixed mode, sharing)
Try to uninstall java 17
didn't work
root@vmd127669:~/Desktop/MinecraftServer/Test# sudo apt remove jdk-17
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package jdk-17
sudo apt install openjdk-21-jdk
thanks. That worked
Hey guys ! I'm stuck, if you have a idea !
INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.250 s [INFO] Finished at: 2024-07-01T18:43:10Z [INFO] ------------------------------------------------------------------------ Applying CraftBukkit Patches Backing up NMS dir Patching net/minecraft/stats/ServerStatisticManager.java Patching net/minecraft/stats/RecipeBookServer.java Patching net/minecraft/stats/StatisticManager.java Patching net/minecraft/advancements/Advancements.java Exception in thread "main" java.lang.RuntimeException: Error patching net/minecraft/advancements/Advancements.java at org.spigotmc.builder.Builder.lambda$startBuilder$2(Builder.java:617) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at org.spigotmc.builder.Builder.startBuilder(Builder.java:568) at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:60) Caused by: java.io.FileNotFoundException: work/decompile-3600f5e0/net/minecraft/advancements/Advancements.java (No such file or directory)
I try to build Spigot (latest version) with java-21-jdk
yep of course !
After decompiling class, i've got this stacktrace... 😦
/minecraft # java --version openjdk 21.0.3 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing) /minecraft #
Rerun BuildTools in an empty folder
I'll do that !
.... Thank you, it works (shame on me ^^)
Success! Everything completed successfully. Copying final .jar files now.
Copying spigot-1.21-R0.1-SNAPSHOT-bootstrap.jar to /home/public/k8s/volumes/minecraft/spigot/spigot-1.21.jar
- Saved as ./spigot-1.21.jar```
i need help
pls
it says when
i check for my minecraft server spigot version
that
its SIX VERSIONS BEHIND
and i beleive thats causing errors
?bt
anyone has good plot plugin for box pvp server?
The what
curl -o BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar && java -jar BuildTools.jar
this one
(I’m assuming you’re on 1.21)
yes
It’ll generate a new jar file
is that a pfp of ur cat?
I wish
If I add --rev 1.20 at the end, is it an 1.20 Server then?
hi, when a player dies inside my server (we use spigot, geyser and floodgate) his stuff disappears immediately, do you know the cause of the problem? investigating in the geyser server I saw that they mentioned that spigot had to be updated, but I don't know how much it is related to this.
What’s the output of /version
where can i see that
Notice anything strange in this pic? Maaaybe the last line?
31 versions behind 
Some people aren’t ready to be a server owner
I didn't even know how to view the version to begin with, do you think I knew how many versions back I was?
I'm just playing with my friends lol
?bt
Build the jar again
ready, I add that version of spigot in the folder of my server? to replace the .ylm?
Don’t need to replace the yml. Only replace the jar.
still 31 versions behind, where do I need to place the jar?
You replace your old spigot.jar with the new one it generates
and that old spigot is the one named server.jar?
@strong swanare you using a game server provider or what?
yes
and where you run buildtools?
in my pc
so just need copy that JAR generated in the PC probably called spigot-1.21.jar not sure (if you use the EXE you can know the output dir) just replace the JAR in the server
In the pic you sent, you have two server jars. You need to delete the one that says server.jar, then rename spigot-21.jar to server.jar
You didn’t actually replace it you only added a second one
good, I already did the tests and now every time someone dies he drops his items, thank you for your support
How do I activate 1.21 experiments in version 1.20.4?
bruh
you need enable the flags for that if exists.. i dont remember the names but remember related to initial-enabled-packs in server-properties
Drunk player, I've already tried /brewery reload and give speed effect and clean and it won't go, does anyone have any idea how to fix it? (Plugin: brewery)
why does my world guard dosent work i set it up with the world edit and create a region i do /rg flag spawn block-break deny and everythings okay it sets and when i deop my self i still break the block
As a test, can other players still break the block?
You might need to set region priorities
Meaning one is overriding the other, so you have to set the weight
how do i do that
and i dont rly get it ;D
i dont have 1 player now ;((
how though?
Google search it. That needs to be a habit.
Hi. I was using spigot 1.21 (I know its not stable, sorry) and today I rebuilt it to the same revision but now my world is messed up. Some chunks are changed. I want to go back to the snapshot I had earlier. Can someone help me?
I have backups of the world, its just that spigot now proccess them differently
no idea what im ment to be doing here lol
it goes too fast
That gif shows you how to post a thread
By clicking the post thread button
I'm so confused
the link does not show the same page as the gif
what link
yeah you forgot the step I told you about after the link. You need to pick a category first
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
a guys]
iam using playerkits 2
and ]
znpcs
so like i have to give players the kit when they click the npc
but
./znpcs action 1 add CMD kit give nokb %player_name%
isnt working
it says the %player_name% isnt online ;-;
i hvae the placeholder and i downloaded /papi download player
Please help me with BuildTools. Throws this error:
java.lang.RuntimeException: java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) java.util.concurrent.ForkJoinTask.doExec(Unknown Source) java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
I don't understand what to do 😦
Send the output from java -version
I don't understand much, but I'm using Gui and the command line doesn't work there
open the command line
guys, i have a problem. im trying to use a bukkit server, but when i start it. on minecraft, it does not connect. the error says getpockopt, can someone help me?
Could you send the entire error message
And write java --version?
"Failed to connect to the server, Connection timed out:getsockopt"
Nothing happens, could we go to private messages and I would show the error in the form of a photo?
?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
?paste
Are you hosting it on your own Windows machine?
hi, im looking for a plugin that can edit the displayname like this hoping you could help me
yes. i was hosting it in my laptop. then i tried to install it on an other computer
yeah you've already sent that
Make sure you allow it through the Windows firewall
hi can someone help me. I am creating a spigot 1.8 server for me and my friends and I heard there are some crash exploits and stuff and I was wondering if someone had some good recommendations for anti exploit plugins for 1.8.8.
i created two rules in in and out
What should I do?
Send the information I asked for
and where did you do that?
on this computer that is hosting the server
java version "22.0.1" 2024-04-16
Java(TM) SE Runtime Environment (build 22.0.1+8-16)
Java HotSpot(TM) 64-Bit Server VM (build 22.0.1+8-16, mixed mode, sharing)
You want to add your java exe there
and allow private or public depending on what the current network is set to
Use Java 21
?java21
I need to download Java 21 right?
yeah I sent you a link above
No, it gives an error again. 😦
Are you using a vpn or anything that would mess with the internet connection
Yes, but only in the browser.
it doesn't work
BuildTools is very heavy, I can't figure it out.
This isn't really a BuildTools problem
It's a failure to verify the connection problem
Which is odd
where is the java.exe?
So what should I do?
If you are talking to me then on the Spigot website.
No that wasn't for you
on C:\
I mean exact folder
I have no idea where it's installed because it varies on java vendor
you can open cmd and use the where command
where java
and it should give you the paths of your java installs
oh okk
Where can I go for help? @tawny dust
tbh that error is hard to troubleshoot
The only thing I can think of is that somethings messing with your internet connection and certificates
Oh no... 😥
The fact is that I used it and once again this error appeared.
Now, as I understand it, I won’t be able to create a server, screw it...
You can give Paper a try instead
though I'd be more worried about what's messing with your certs
it gives the same error
This is all pointless, thanks for helping.
is because i added geyser and floodgate?
Try without
i tried without but it does not work. is it because this computer is connected by lan?
btw, im trying to enter with my laptop
That can be an issue
Some routers won't loopback properly if you use the public ip
If you open cmd on the pc with the server and run ipconfig
You can see your local ipv4 adress there
Usually looks something like: 192.168.1.<number>
Do note that IP only works for people on the same network
can i try to enter in the ethernet ipv4
maybe that will work
IT WORK NOWWW
YESSS
THANKS SO MUCH
If you know how to delete display names do that, and if you already have deluxe perms installed, you can add them there
That's the easiest way I know, could be faster idk what plugin that is
what would cause entities to be deleted when transferring files between one server host and another like villagers and stuff
The files not being fully transferred or not running the same server version
can anyone help me with that issue
so Blized are you getting anything in your logs?
can i send photos
?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
either verify or use one of those links
!verify
Usage: !verify <forums username>
!verify blized
Could not find your SpigotMC.org account!
i already use lightshot
when i create something with world guard and set so pepole can break blocks they somehow still are able to break em
so buobuo can u please help me
It's connecting fine, you just haven't created the database itself
idk how to
but well i think i already did
How is your db being hosted
im using proxy
dm
I dont reply to dms. Just message here
im struglling in sending photos
join general 1
ill share my screen
wait icant share
Just shell in and create a db
i alreaedyd did cant u see
its sending error when i try to starthttps://prnt.sc/DBHbdWJje9OB
how can i fix my world guard anyone know??
View the logs
Do you have a perms plugin
yes the luck perms one
That will probs be overriding it
Op shouldnt really be used
wdym??
Somethings alreayd binded to 3306
cs im tryna make a box pvp server i made ranks and stuff
but the only thing that dosent work is the world guard as u can see
i tried restaert the server again and here what it doeshttps://prnt.sc/3VFbrPLpOp7J
like what
What rank do you have?
Have you tested with another account
well at 1st i tried my own one owner but in that vid its default
if it had one
Wait why do you have mariadb and xampp
im trying to start a db for mysql using them?
i have to delete mariadb then?
so i keep mariadb and unistall the others ?
can u help me with my world guard
BRO U STOLE ALL MY HELPERS
he is dealing with me
when i try to unistall mysql it shows this, so that means mysql is already combiened with my server? https://prnt.sc/tnv5AiVLHzGm , @tawny dust
close both the game and server (i think the game is showing up there because you used the same JRE for both the client and the server)
and click retry
you dont need complete xampp to setup databases for minecraft plugins
you just need EITHER mariadb OR mysql (or any other db the plugin supports)
which is only the M part of XAMPP
oh they left and ive been screaming into the void
fuck me
who could help me with my world guard scroll up to se the video of the isue
Send output from /rg info test
That's not the right command
wdym then?
.
my guess would be that you've given yourself the bypass permission
how would i take it off
cs i deop myself
+++
i invited a new player
and he was able to break it ;(((
ig its fine then do u know any other plugins to protect my spawn
i have to have a plugin that denys pvp :(( as well
WorldGuard is what pretty much every server uses
.
Wipe your permissions
Is the region meant to be only 2 blocks tall?
no that was a demonstration
when i do it in a big region its the same pepole can break even if i set block-break deny
help pls
ask the question in znpc's discord server if you have a problem with znpcs
Please help me with BuildTools. It gives an error even though everything is fine for me. What can be done?
.
Spigot doesn't do such a thing are you using paper?
Are you sure minecraft didn't fix them
Make a bug report
I'm unsure it'll be fixed but worth a shot
If you can't replicate it with 0 plugins the report won't be acknowledged
Geyser breaks a lot so who knows
enable 2fa and edit your plugin page
Click the edit button at the bottom of your plugin page
who can help me pls its imposible to fix for me
Nothing like that, everything worked great before!
@random bridge haven't we seen something similar before
I forgot what the solution was
I will be very happy if there is a solution!
There is a similar solution on the site, but I don't understand what needs to be done.
So looking at other people with that issue
Do you have an antivirus like Kaspersky
You should also be able to open the options tab in the buildtools gui and disable the certificate check
Ideally though you'd get rid of what's messing with cert as I mentioned earlier
make sure you arent in downloads
Options don't open. I can not do anything.
close the popup first
I did this, it still doesn’t help, I’ll send a photo soon.
How powerful is a minecraft server hosted in google cloud
the problem with cloud providers is that the system isn't dedicated and performance can vary quite a lot
So we can't really say
But is it any better than those shitty free servers from the abyss
anyone help me create luckperms, authme databases on phpmyadmin ?
I think the workaround for this is to use the —disable-certificate-check flag.
I know there’s a jira ticket with the same error, but I haven’t had time to look more into it.
is there a plugin that can create custom smithing recipes and compatabile with oraxen
Hello, good question, I bought a plugin and I have not been able to download it, what should I do or what should I do?
Sorry for the bad English, it is with a translator, I speak Spanish
Well firstly keep trying to figure if you can download it. Secondly if you truly cannot figure it out, send a help request to the owner of the plugin, thirdly don’t just chargeback and call it a day, that’s quite a dickhead move and no dev will appreciate you for that.
im about to start another server from scratch, whats the "must have" plugins you guys recommend? for just regular survival with some sparkles of rpg
My rpg core 😛
Is it even done
how'd you guys deal with chunk loading heavy required resources to use.
Im just wondering
Heya! Sorry to be a pain and appear out of the blue but I was recently trying to download versions of Spigot using the "BuildTools" but each time I attempt to run the exe, it fails. It starts as a background task then just does nothing. Any recommendations?
ofc upgrading cpu and ram would be a useful thing but definitely that wouldnt be enough tho
Anybody know anything about this?
?bt
You installed the correct build tools yeah?
Yep yep! Latest version etc.
Mm your issue is quite odd, I'd say just be patient for someone who knows lol I am not the one
I did manage to get it to launch once (the first time) but I didn't have the right version of java installed for the jar. I downloaded the jar from oracle and restarted the program like it asked then it just stopped loading all together
Going to try one of the Zulu builds rq
That didn't work so I'm being a maniac and setting up a VM for testing
Kek sorry man I wish I could help
Nah, it is fine! Thanks for trying to help me!
You can run both from your console and it will print the log
Could also be an antivirus
Fully disabled but I can properly stop them from running so bare with
Try just executing the exe from console
No log, no nothing, already tried it
Dang
Shouldn't log since it is an exe
Can you provide some info about your system? There shouldn’t be a reason for the gui not to load, much less the jar not run in the cli.
Oh, the jar runs fine. What info do you need? I have it running perfectly in a VM rn
Maybe what directory you tried to run it in?
The exe is really just a wrapper for the jar file, so it’s just a little weird that the jar works for you but the exe doesn’t.
It should also just work on your local machine. Usage of a VM for it to work is also concerning
Tried Downloads, Documents then an entire different drive since I have 8-
Tbh, used to this thing messing up on me
Part of working in IT
Hmm, I don’t think it’s too much of an issue to run it on another drive, but I think there is a bug with running it in some home directories.
Have you tried running it in a subdirectory in those folders?
Yep
This sounds like you have a bigger issue with your system. :p
What’d you use for your VM?
Also, you weren’t using WSL or anything were you?
More than likely... My installs love to mess up
WSL?
Windows subsystem for Linux
Just standard VM Virtual Box as I always do
I’ll take it as a no.
Nah. I have my system dual booted, don't use the 2 at the same time
Manjarooooo
And all the people in the Arch server hate me for that choice XD
Well... Booted until I downloaded the one the loader told me to-
I normally get them straight from Oracle
Launch the jar and send the debug info <3
What’s your JAVA_PATH set to use?
oh that could work to I suppose
Well... You don't wanna know that question
The amount of versions downloaded...
Hmm. I think I’m starting to see the problem.
But each time, I make sure it runs the latest
Like, I make sure it changes the path
C:\Program Files\Java\jdk-17\bin\java.exe
Latest one I have
Also... Do you guys get an error when downloading the 1.20.6 version?
?paste
show
https://timings.aikar.co/dev/?id=df582591f5fd4a39a62852c267d9bd2a#
Any solution to increase tps with my server settings?
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
Pasted
you need to send the link
clear caches and try running again
Clear cache for what exactly?
BuildTools makes a bunch of caches
delete all the folders BuildTools generated
work, Bukkit, CraftBukkit, Spigot, apache-maven-3.9.6, BuildData
Alright
You don't actually need to delete the maven folder. :p
Will do in a moment, currently getting 1.20 down. Had the same issue with 1.20.5, same error
Cleared it, testing it again
Worked but an odd issue is it gave me the same versions for different vers
So 20.5 would give 20.6
20 would give .1, etc
20.3 -> 20.4
What in the hell
The command for what sorry?
For cmd when running the jar file. I know otherwise it will just grab the latest. I ain't used the jar version in a while
I know it involves the jar version, ram, etc but I dunno the rest for Spigot installs
Ah, that is fine, I will look it up tomorrow
never had to deal with that
Anyways... Good night! It is... 0230 for me right now
Ive just posted on the forms of commissioning a new plugin
i hope i did everything right 😅
https://www.spigotmc.org/threads/new-plugin-commission-enchantment-clashing.653925/
cant wait to see how many more people get the cape
wdym
the numbers go up every time someone enables that cape
so far its at 6k for the twitch cape, making it an uncommon modern cape
This is intended, we replace versions when Mojang releases a patch with like 2 bug fixes
Ah, so there is no way to get these versions at all? Kinda needed them...
why?
Server hosting
you could be a sweet server host and not allow players to host replaced versions
that'd help us out a lot <3
considering 20 was available for a day and 20.5 was available for like 2 days it'd be nice if peolpe got off of those versions
Can do, just think it will raise a few questions is all... I can probably make it happen!
you could always lie
false advertisement
if they're using such a version they won't even know the difference
Yeah... In all fairness, just chuck the files in with a different name, they won't know. Ain't gonna be any plug-ins for those versions tbh
can i get some help im about to go insane
?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!
ok so basiaclly i downloaded this plugin called elitlemobs and it uses custome modesl that auto upload to another plugin called freeminecraftmodels and the output creats a java resource pack that java players can play how can i convert that java resource pack for bedrock so that i can put it in geyser packs
Would anyone know how to make a conditional tabprefix/tagprefix in the TAB plugin. for example when im in no faction it has nothing but when im in a faction it says the factions name. I want it so there would be no faction placeholder if your not in a faction
Hello, I need to load an older version of my world, because a player destroyed other players' houses and I don't have any copy of the world.
Nothing you can do. You should have CoreProtect plugin that lets you rollback stuff. It would have let you use a command to put just the house back instantly
Bump!!!
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
Hello there, I was wondering if it is possible to have a Bungee server that only works for Premium players since I know that I have to have online mode set to false so just want to make sure if it's possible
Yes set online mode to true in the Bungeecord and block all external access to the individual servers
All players should join through the Bungeecord
Will give that a try. Can I do that for individuals servers too? Like. So Lobby and Server1 are NoPremium and Server2 is Premium 🤔
That's not possible. All servers under the bungeecord network are required to be in offline mode. All authentication is done through the proxy
If you don't set up your firewalls correctly to disallow/deny outside connections to your backend servers (spigot ones) then players can join using any username and cause some real big issues, so make sure you do that
how do i enable string dupers?
Hey, how do I make an executable block (command blocks for example) give the output to the player who used the block? Let's say that we have a random number generator plugin and we want the player to get the output from the command block, how would someone do that? Can you do it via tellraw or something else?
hello guys my custom nametag plugin for 1.8 is not working can someone help me??
any errors in logs?
1.8 is very old
and which plugin
maybe it died of old age
lol
this is it:
private void updateBoard(Player player) {
Team getTeam = player.getScoreboard().getTeam("team");
player.setPlayerListName(ChatColor.RESET + player.getName() + PlaceholderAPI.setPlaceholders(player,"%armor_level%"));
if (getTeam != null) {
getTeam.setSuffix(PlaceholderAPI.setPlaceholders(player,"%armor_level%"));
if (PlaceholderAPI.setPlaceholders(player,"%armor_level%").isEmpty()) {
player.getScoreboard().resetScores("§9§lArmor Level");
player.getScoreboard().resetScores(ChatColor.GOLD.toString());
} else {
player.getScoreboard().getObjective("SIDE").getScore("§9§lArmor Level").setScore(1);
player.getScoreboard().getObjective("SIDE").getScore(ChatColor.GOLD.toString()).setScore(0);
}
}
}
private void createScoreboard(Player player) {
ScoreboardManager scoreboardManager = Bukkit.getScoreboardManager();
Scoreboard scoreboard = scoreboardManager.getNewScoreboard();
Objective objective = scoreboard.getObjective("SIDE");
if (objective == null) {
objective = scoreboard.registerNewObjective("SIDE","PVP");
objective.setDisplayName(ChatColor.translateAlternateColorCodes('&', "&4&lRUST - Temporary"));
objective.setDisplaySlot(DisplaySlot.SIDEBAR);
}
Team team = scoreboard.registerNewTeam("team");
team.addEntry(ChatColor.GOLD.toString());
team.setSuffix(PlaceholderAPI.setPlaceholders(player,"%armor_level%"));
objective.getScore("").setScore(2);
objective.getScore("§9§lArmor Level").setScore(1);
objective.getScore(ChatColor.GOLD.toString()).setScore(0);
player.setScoreboard(scoreboard);
}
}
i need help
my nametag won't show up when i created a new team for player
who can pls help meee 😭
walk into the region
deop, break a block, walk into the region and then try to break a block
then you can walk out of it and the flags will still work
hey guys, i have a problem. i have a minecraft server hosted on a pc with ethernet, i used the ipv4 of the ethernet, and it works only on the devices connected to the wifi. my friend tried to join but they can't. i even tried to use my ip adress but it doesn't work. i was hosting another server on my laptop, but i decided to create a new one on the other pc. i even eliminated the files of the server on the laptop, but nothing. can someone help me?
is there somone?
For people outside of your network to connect you need to portforward
You can do so in your router settings
also they need to use your public ip adress instead of the internal one
you can simply google "what is my ip address" and it will tell you what it is
i alredy portforward, im now trying to delete the rules in in and out of the port, maybe now it works? let me try, then i will tell you
it does not work
it says in minecraft, connection timed out:getsockopt
and yes, i tried with the ip adress
what can i do?
it says connection timed out
Which tool sre you using
Port checker is a utility used to identify your external IP address and detect open ports on your connection. This tool is useful for finding out if your port forwarding is setup correctly or if your server applications are being blocked by a firewall.
it says that is closed
even if i created the rule
let me check on the router nowù
on the rule of the port forwarding, do i need to put my ip adress or my ipv4?
Ipv4 is a protocol. Your ip address is ipv4
In your portforwarding rules you want to use your local ip
in the router rules, there was the ipv4 of the laptop, not the other pc, and now it works
thanks for letting me now of this
help T_T
hi, i am making a custom gui to withdraw cash, and i want to make it so that you could also withdraw a custom amount. i am wondering if there is any way of doing that, (i have seen some servers using a sign gui to write the amount in)
im using CommandPanels plugin btw
probably some anvil input
but like its gonna be hard linking it together if you arent the dev
and if you are, it should be asked in #help-development
which java version should i download for 1.16.5
8
Hi, I'm making a server on Spigot 1.21, but I'm using ubuntu server. I used this tutorial: https://www.youtube.com/watch?v=Sv537gEz3l8&t=864s&ab_channel=DrewHowdenTech but it no longer works unfortunately.. Any ideas?
What did you try? and what happens?
well, I did everything the tutorial said, and things worked until it came to building the server files
for some reason, there is no spigot1.21.jar file
so I cant start my server
My guess would be that BuildTools didn't finish
?bt
or it failed
?paste the log file
My guess would be that you do not have the java 21 jdk installed
Wait I'm going to try again and I'll send the log file
I did that yeah
but
I actually installed jdk 17 before that
how do I get rid of it?
apt remove
You don’t need to though
update-alternatives exists
Assuming it’s defaulting to 17
Video tutorials are almost always outdated :p
thats true
well
Should I try to completely reinstall ubuntu server and then start off with jdk 21 right away? I dont have anything important on the machine anyway
You don’t have to. You can have more than one Java installed.
I made a mc world with spigot UHC plugin. When I load in no scenarios are able to be seen or chosen. Idk if this is the right place to ask (when starting the word the console from start bat sayd "error this build is out dated" but still start and I havent made it into a server server yet)
The log file would give more info on why it failed.
wait I'll see if I can send it
Can you send a download link please?
?paste
yeah as expected you're not using the java 21 jdk
so grab it
dam I thought I was
I did that tho
Im gonna try again
I just tried again and it says java 17
I feel like I may have to reset ubuntu server
I mean you can do that if you want to
Wait I got a feeling its gonna work now
There’s better ways to go about fixing this than hard resetting. ._.
Latest stable
ah ok
Is your u Ubuntu install headless?
Should run fine now with the java issue fixed
its just a cmd panel I dont got any gui
Sadge
I do noigui in my start command
:/
is the 1.21 version glitchy?
or should I stick to 1.20 for now
It’s not considered stable just yet, so you might run into some issues and you’ll have to update spigot a little more often.
You rerun BuildTools
'java' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
i got this error when i try to run bungeecord
You need to have Java installed
I have already
That message would suggest otherwise
Rerun the installer and don't unselect the option to add it to path
why skins restorer doesn't work on my 1.19.4 server
?notworking
"Does not working" is a useless statement. Please describe what exactly is not working, what you expect it to do, and what actually happens. If you get any console errors, also ?paste the entire stacktrace.
bro.
What do you expect someone to say to why does this plugin not work?
i can't send image lolol
?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
?paste
Send console errors and if needed, screen shots
Read above please
That isn't quite descriptive, send us the whole stack trace in your console through a
?paste
If there is one anyway
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
Sounds like it
yes
am i able to get help if i post a log here?
Nope sorry
?paste
I'm kidding btw
o
lol
21118 lines | 712 errors | 1 problem automatically detected
that site wasnt working
712 errors huh
because plugin compatability
will 1.20.0 plugins work with 1.20.1
SpigotMC maintains the Spigot server. If you are using a fork of Spigot (such as Paper, Airplane, Purpur, or other derivative works), you should seek support in the appropriate Discord servers.
im in 2 of them trying to figure this out lol
if i go to 1.20.1 i have to change to java 17?
?tas
It does
but they want to use 21 which is breaking paper
Did spigot support java 21 in 1.20.0?
no idea
i doubt it
eitherway you shouldn't use .0
yeah I believe so
remove the build number
write latest
sure
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
Pulling from pterodactyl/yolks
Digest: sha256:c56e86e1de3cf338899d30bcb087f4f2d7708a88c46a6a43de2a931a875df89b
Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_17
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar
Error: Invalid or corrupt jarfile server.jar
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
Pulling from pterodactyl/yolks
Digest: sha256:c56e86e1de3cf338899d30bcb087f4f2d7708a88c46a6a43de2a931a875df89b
Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_17
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar
Error: Invalid or corrupt jarfile server.jar
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.```
it broke
but its working???
Use a newer java version then
these 3 plugins
are my must haves
im trying to find a version compatable with all 3
Anyone else have issues with the new 1.21 end platform mechanics?
Blocks are supposed to be destroyed and dropped now in that area above the end spawn platform but mine are just deleting, not sure if theres some setting i have to change or something
As far as I know many 1.21 server softwares are in experimental state and could have bugs
if you are using vanilla then idk
yeah doesnt seem to work currently in spigot switched the server back to vanilla for now
Does someone know how to have Static Holograms? I've seen server that have holos that actually don't move at all
uses display entities
fancyholograms is a good plugin for that
Hey guys, I installed the ItemsAdder plugin which is really cool but I need help with the texture pack I installed. It seems like they are there but the font may have imported incorrectly because there’s text at the bottom of the screen that’s white boxes and then before each menu in the itemsadder plugin there are more boxes so can someone maybe DM me or just reply if they know how to help? thanks
Ask in their discord
I looked for a discord but i can’t find one, this is the second closest thing i found
anyone know why i cant ban people?
im op'd
internal error usually means the console is crying
Positivity and friendship!!!
hello guys how do i create a custom nametag above the players head that is visible to others??
1.8 .9 :> if possible
gotta use armor stands and slimes
Or wild nms hacks
??
though since this is help server they're most likely looking for a plugin
private void updateBoard(Player player) {
Team getTeam = player.getScoreboard().getTeam("team");
player.setPlayerListName(ChatColor.RESET + player.getName() + PlaceholderAPI.setPlaceholders(player,"%armor_level%"));
if (getTeam != null) {
getTeam.setSuffix(PlaceholderAPI.setPlaceholders(player,"%armor_level%"));
if (PlaceholderAPI.setPlaceholders(player,"%armor_level%").isEmpty()) {
player.getScoreboard().resetScores("§9§lArmor Level");
player.getScoreboard().resetScores(ChatColor.GOLD.toString());
} else {
player.getScoreboard().getObjective("SIDE").getScore("§9§lArmor Level").setScore(1);
player.getScoreboard().getObjective("SIDE").getScore(ChatColor.GOLD.toString()).setScore(0);
}
}
}
private void createScoreboard(Player player) {
ScoreboardManager scoreboardManager = Bukkit.getScoreboardManager();
Scoreboard scoreboard = scoreboardManager.getNewScoreboard();
Objective objective = scoreboard.getObjective("SIDE");
if (objective == null) {
objective = scoreboard.registerNewObjective("SIDE","PVP");
objective.setDisplayName(ChatColor.translateAlternateColorCodes('&', "&4&lRUST - Temporary"));
objective.setDisplaySlot(DisplaySlot.SIDEBAR);
}
Team team = scoreboard.registerNewTeam("team");
team.addEntry(ChatColor.GOLD.toString());
team.setSuffix(PlaceholderAPI.setPlaceholders(player,"%armor_level%"));
objective.getScore("").setScore(2);
objective.getScore("§9§lArmor Level").setScore(1);
objective.getScore(ChatColor.GOLD.toString()).setScore(0);
player.setScoreboard(scoreboard);
}
}
thats my script
olivo back on blue 😔
Yeah 😭
rip spigot mr pink
*** Error, this build is outdated ***
*** Please download a new build as per instructions from https://www.spigotmc.org/go/outdated-spigot ***
*** Server will start in 20 seconds ***
i did that
and i dont wanna do the link thing
so i updated it from website i got it and still this message
what website?
There is no official download page for the Spigot jar
You downloaded it from an unofficial site
Run BuildTools and get the latest version
?bt
Install build tools then you use the gui to select your version and install path, (I'd suggest an empty folder)
k
Dudes got selective reading
nvm it worked ty
What its itemsadder version for 1.20.4?
Ask itemsadder
No rendering of fog is client side
Could probably use a core shader if you're on a recently modern version
Yeah should be fine then
?notworking
"Does not working" is a useless statement. Please describe what exactly is not working, what you expect it to do, and what actually happens. If you get any console errors, also ?paste the entire stacktrace.
it spams in console whenever i type, run a command
or do anything
and also says this
and i got it from the site
guys pls help
Read the last line of the bot message
yeah might be a bit tricky then
wdym
If you get any console errors, also ?paste the entire stacktrace.
No
1.21
It's not updated
then what is the updated 1.21
It tells you what to do in that message
i tried
Run BuildTools
Why not?
jdk
Not aware of any
Check the minecraft commands discord
or the shaderLABS discord
Did you run the installer?
works
ty
wait
also what start.sh should i be using?
i use screen -S smp java -server -Xmx16G -Xms16G -jar server.jar
how do i attach screen to it
?
i got 16 gb ram
it s not laggy
ah
eh not that bad i think
no
Just add the screen at the start
screen -S smp
oh ty
i got 32 total
console still spamming
.channel.PacketListenerInvoker.send(PacketListenerInvoker.java:201)
[14:14:08] [Server thread/WARN]: at com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.sendClientboundPacket(NettyChannelInjector.java:274)
[14:14:08] [Server thread/WARN]: at com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.lambda$processOutbound$6(NettyChannelInjector.java:521)
[14:14:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftTask.run(CraftTask.java:82)
[14:14:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:415)
[14:14:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:1425)
[14:14:08] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.c(DedicatedServer.java:406)
[14:14:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1321)
[14:14:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1071)
[14:14:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[14:14:08] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
what is this
whenever i type in the chat
?paste
^^ use this to send the entire stacktrace
Looks like a problem with the ChatManager plugin
wait ChatItem
ok restarting rn
WORKS
LMFAO
TYSM
and also TeaksTweaks plugin dosen't work?
but in /pl is green
"Does not working" is a useless statement. Please describe what exactly is not working, what you expect it to do, and what actually happens. If you get any console errors, also ?paste the entire stacktrace.
Looks like that plugin isn't written to work on Spigot
Which is against the spigotmc rules
bruh
⚠️ Completely dropped Spigot Support ⚠️
in their update notes ._.
oh well time to report that plugin so it gets removed
You'll have to find an alternative
well
tysm boi
yo
blocks dissapearing when placed
and reappearing in my inventory
i have to place them twice
to place
maybe it s because of start.sh?
1: how to make explosion that damage others but not the one who cause it
2: a plugin that makes that when you hit someone with an item they get a potion effect
yo?
my server is averaging 15 tps with these startup commands java -Xms10G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar server.jar
at 250 rts
here are my timings report https://timings.aikar.co/dev/?id=ebdd10e006f7400fbdb984dbb028ca28
Don't know how to add an npc command to this image above the head from itemsadder? https://ibb.co/Pz19Jz0
hi I have a question, will there be more ways to buy plugins other than with paypal?
?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
wrong channel rofl
Looking for a developer to create and self-manage a server. I will pay for 100% of the expenses plus dev salary. I don’t have the time to manage, but I have the funds to invest.
Kinda looks like a lag machine and obsessive hoppers
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
Sorcery SMP S1 Plugin 👀
My SMP Recently Ended (Sorcery) And Im Looking To Sell The Plugin If You Have Offers Please DM Me !!
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
Please dont advertise here
mb 🫡
Hey guys wondering if someone has ran into this issue before. I just setup a server with spigot-1.17 today on debian. When I run it everything is fine and to keep it running I'll use screen -S spigot to name it and keep it up and running since I'm ssh'd into the server. Everything is perfect until I stop the server when I do and I wanna start it again I'll list my directory and everything is gone it's very weird. So I reboot the server every time I do everything is back like normal in the directory and it even saved how it was supposed it's just that slight inconvenience
screen -S spigot makes it then screen -r spigot gets you back to it. Now what do you mean by stop the server? type /stop? maybe your start script?
So like in the command line while spigot is running when I type stop to close the server and it saves the world data etc. After I do that and let's say I do ./start.sh again or I try to do ls -l to view the files and directories it's all empty
But yeah I'll just do stop and that happens
And for the start script I put the usual in there I don't have it in front of me right now but just the options where it allocates ram and the nogui at the end whatever that start script is
whatever ssh tool you are using, maybe you have a refresh button to refrrsh the directory. its not common that it would have any live preview of the files being generated
Use MobaXTerm
wtf is that
Ah ok I'll give it a try
Not gonna lie I've been just riding with cmd to ssh
MobaXTerm is a all in one ssh tool with ftp. one of the better panels
winscp
not good
also dropbear ssh/scp client>>>>
fym
Personal preference. I just know moba has all of the above and a great easy layout. love having tabs for each of my servers to view all of their consoles and files at the same time.
Unsupported Java detected (61.0). Only up to Java 16 is supported.