#help-server
1 messages · Page 102 of 1
What is this related to
SpigotMC?
well then say that xd
you are in help-server
this server is not a support for the spigot mc website
?support
email there
Is there a plugin for /playermode to go into a playermode?
Also to go into a /staff mode?
can you elaborate more please
so when in playermode you cant break blocks like a normal player.
Like I want a command to pretty much unop them and when they do /staff they'll op them back. (with the right permission)
you can use luckperms to give specific players permission to op and deop themselves if that's what you're looking for
See I brought a Setup ages ago with a command that was /playermode (They still had all their permissions but just could act like a normal player So they can't break blocks within a mine or spawn.
Just can't find that plugi
oh so like a plugin that emulates being deop'd when you actually are op'd?
Pretty much, so they can continue like a Staff but they can't break blocks when they are playing like a Normal player ingame.
i wouldn't know a plugin that from the top of my head, sorry.
Found it within the setup I brought ages ago. It was done via DeluxeMenus
Is this a place I can ask about a Plugin?
Like How to do a WorldEdit
where I can set they can't break a block. I done some of it but some of it they can access and break still. I have a werid shape
go to the plugin's support server
Piston can not function properly when using observer and redstone to give signal to the piston. A signal is sent but the piston is not doing anything.
The exact same thing works in a single player world but not on my multiplayer world, so thought there might be a setting of sorts
What does /version say
^^
nvm
?fork
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.
I am using 477
This is spigotsir
yeah i noticed when i looked over there and saw the same question
can someone please help me find out how to get the durability of a held item, its been an hour
F3 and H
...
in sppigot
cos
getDurability() is depricated
and any other way ive seen doesnt work
yeah it doesnt work
java: cannot find symbol
symbol: method getDamage()
location: variable damageable of type org.bukkit.entity.Damageable
tells me damageable si for enitties not item stacks
Give me a moment to boot my pc
all good
i search minecraft developpers, No pay at the moment, md for more info
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
i want a make a ffa pvp server server cant coudn't find a suitable plugin which has much features
Today when I do stream and more more players join and disconnect more players just do join and disconnect and my server performance gone bad that is the issue
Please help me
what is the problem with that though. that shoulnt affect performance that much
are you sure its that?
Problem is nonstop players join and disconnect with same ip and how to stop
I want one player join with one ip
Can u help me
I don't know any plugin name to Stop this problem
Please help
ip ban?
I can't they was i think 500+ it's impossible
Hmm I want a plugin to stop the issue
u could use something like this https://www.spigotmc.org/resources/altdetector.59964/
but i dont think it will block them
Hmmm that's the problem
it will just tell you about it
This plugin can stop
Ok tq so much sir for your support
Love you
Hello, I'm getting this error and I can't connect to my server.
20:15:36 [WARNING] An exception was thrown by net.md_5.bungee.UserConnection$4.operationComplete() java.lang.NullPointerException: Cannot invoke "net.md_5.bungee.protocol.MinecraftEncoder.getProtocol()" because the return value of "io.netty.channel.ChannelPipeline.get(java.lang.Class)" is null
and now i have this :
and after i have the first error
My bungeecord version :
Enabled BungeeCord version git:BungeeCord-Bootstrap:1.20-R0.3-SNAPSHOT:1b88a84:1802
You're like 15 versions of BungeeCord out of date. Likely already fixed
Do we need bungeecord update checking too? lol
hi i dont know how to fix this but creeper explodes immediately even im in creative to try if it still explodes. I dont know how to fix it we keep hearing explosions and thought it was nothing but when we realized creepers never spawn because it explodes automatically when it spawn
yeah we created a new aternos server and move the world but still the same
crossplay server
java - 1.20.4
bedrock - 1.20.73
What does /version command say
where do i find version command
ohh wait ill check it
I was gonna tell choco he smelled, but https://puu.sh/K4Se7/1f68bc7059.png
Sorry we can’t provide help with with hypixel’s server
I'm not even online!
heya
thank you !
Oh so that is why
Isn't the server pirated? or original
What server
prolly this https://puu.sh/K4SoU/4985be2a3a.png
since the uuid be broke
no clue
@summer comet this person has angelchest u better offer server support /s
if only I had a server for support 😢
oh wait
my server is about my open source projects that are minecraft-related. We also help people with general coding questions | 1802 members
What scoreboard plugin do you recommend?
and tab?
package //this is what i need help with whats a package
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerQuitEvent;
import org.bukkit.plugin.java.JavaPlugin;
public class ExitKillPlugin extends JavaPlugin implements Listener {
@Override
public void onEnable() {
// Register the event listener
getServer().getPluginManager().registerEvents(this, this);
}
@Override
public void onDisable() {
// Plugin shutdown logic
}
// Event handler for player quitting the server
@EventHandler
public void onPlayerQuit(PlayerQuitEvent event) {
// Get the player who quit
String playerName = event.getPlayer().getName();
// Kill the player
event.getPlayer().setHealth(0);
// Print a message to the console
getLogger().info(playerName + " has been killed for leaving the server!");
}
}
what is a package
i have only been using java for about 7 hours
this is all i got
i did good coments though
?learnjava
For Beginners:
Codecademy - Learn Java: Interactive Java programming course from basics to more advanced concepts. Perfect for absolute beginners.
https://www.codecademy.com/learn/learn-java
JetBrains Academy - Java Developer Track: Learn by doing with projects and challenges. It covers Java fundamentals to advanced topics.
https://www.jetbrains.com/academy/
Udemy - Java Programming Masterclass for Software Developers: Updated courses that cover Java 8 to Java 17 features. Suitable for those who prefer structured learning.
https://www.udemy.com/course/java-the-complete-java-developer-course/
For Intermediate to Advanced Learners:
Oracle Java Tutorials: The official guides by Oracle for Java programming—great for understanding the depth of Java.
https://docs.oracle.com/javase/tutorial/
Baeldung - Learn Java and Spring: Focus on Spring Framework and modern Java technologies. Best for intermediate learners aiming to expand their knowledge.
https://www.baeldung.com/
Practice and Hands-on Learning:
Exercism - Java Track: Solve exercises and get feedback from mentors. Great for practicing coding skills.
https://exercism.io/tracks/java
LeetCode: Practice your coding skills and prepare for technical interviews with Java.
https://leetcode.com/
Free Resources and Documentation:
Java Programming and Documentation: A comprehensive collection of Java programming guides, tutorials, and API documentation.
https://docs.oracle.com/en/java/
Community and Support:
Stack Overflow: A vast community of developers. Great for getting help with specific problems or understanding concepts.
https://stackoverflow.com/questions/tagged/java
r/learnjava on Reddit: Join the community of Java learners and get advice, share resources, and discuss projects.
https://www.reddit.com/r/learnjava/
Remember: Learning to program takes practice and patience. Don't hesitate to experiment with code and participate in community discussions. Happy coding! 🎉
im dum
how do i passthrough playercounts from backend servers on velocity?
what i need to make premium resource
me have account long time but no active on forums sad face
and me have free resources
You need a certain number of forum posts
8 week old account
80 messages (forum posts) + 20 positive ratings
3 free resources
Two-step verification enabled
Ask paper they maintain velocity
We do not
Anybody knows what this plugin is? Is where it takes top players for example "top miner" "top kills" "top something else" and updates with those small armorstands.
Thanks for help in advance 😄
hello on my survival server when I die myself and other people from time to time we don't lose the stuff it remains in our inventory I don't know why
Gamerule keepinventory
it is false
I never activated the keepinventory gamerule
plugin then
i don't know what bluemap is
hello everyone, who can help me with this error?
[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
Exception in thread "main" java.lang.RuntimeException: Error running command, return status !=0: [C:\WINDOWS\system32\cmd.exe, /D, /C, C:\Server\spigot\apache-maven-3.9.6/bin/mvn.cmd, -Dbt.name=4083, install:install-file, -Dfile=work\bukkit-c13d4d77-members.csrg, -Dpackaging=csrg, -DgroupId=org.spigotmc, -DartifactId=minecraft-server, -Dversion=1.20.4-R0.1-SNAPSHOT, -Dclassifier=maps-spigot-members, -DgeneratePom=false]
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.runMavenInstall(Builder.java:895)
at org.spigotmc.builder.Builder.startBuilder(Builder.java:471)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:60)
i just need to create server on 1 20 4 spigot
Try rerunning BuildTools in an empty folder
ok, 1 min
nah, again error
in new empty folder: [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
Exception in thread "main" java.lang.RuntimeException: Error running command, return status !=0: [C:\WINDOWS\system32\cmd.exe, /D, /C, C:\Server\apache-maven-3.9.6/bin/mvn.cmd, -Dbt.name=4083, install:install-file, -Dfile=work\bukkit-c13d4d77-members.csrg, -Dpackaging=csrg, -DgroupId=org.spigotmc, -DartifactId=minecraft-server, -Dversion=1.20.4-R0.1-SNAPSHOT, -Dclassifier=maps-spigot-members, -DgeneratePom=false]
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.runMavenInstall(Builder.java:895)
at org.spigotmc.builder.Builder.startBuilder(Builder.java:471)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:60)
u know what i need to do?
Ye
.
Share the link
You have to save the page first, then share the link.
xD
when i click on save file: Something went wrong
We need a ?howtopaste command.
mb i past here a txt
You forgot the step of copying the link. 😛
I think you can only do that if you are verified.
ok
If you have a forums account already, just use !verify.
i haven't account
Ah well, try pastebin then.
i create
Send the pastebin link.
Weird
something went wrong. Idk why
Added
Lol, I'm gonna be picky now.
Need to add images to each step except #1. :3
:cries:
maybe another way?
?paste
Well, it says you're verified here. Try just uploading the log file.
@random bridge Check again
I cant add Images manually cus i dont wanna pay 23€ a month..
yea :{
It is better though
The tip is hilarious tho
Sorry to interrupt, but u know how to fix this?
Whats your problem again?
i can't create 1 20 4 spigot file with buildtools
You could try deleting the work directory and try rerunning it.
Alternatively, you could just run it in a new directory.
click on View all file
it just at the very bottom so you have to downlaod the file burhhh
No need to download
I feel like this might relate to autocrlf, but I could be wrong.
Could not parse metadata C:\Users\PAWER\.m2\repository\org\spigotmc\minecraft-server\1.20.4-R0.1-SNAPSHOT\maven-metadata-local.xml: in epilog non whitespace content is not allowed but got x (position: END_TAG seen ...</metadata>\nx... @25:2) -> [Help 1]
autocrlf ;what does it mean?
It's just how the os handles line ending strings.
ok
You may have to delete that directory in your local .m2 repo.
It looks like something happened with your local .m2 repo. Files were written with a different format, so all you have to do is delete the effected files and rerun BuildTools.
You can do that in one of two ways.
The command line or through the file explorer.
I dont think its gna change the rror?
i rerun file in new folder, but it still nothing
Then yea, something is up with your local maven repos.
It's an easy fix though.
just run with command?
Not quite. You'll likely run into the same issue.
You need to delete the maven repository that's listed in the error.
Then you should be able to rerun it without issue.
rm -r -f "C:\Users\YourUserNameHere\.m2"
Does windows have rm?
I thought it was
rd /s /q "path"
del "C:\Users\USERNAME\.m2\repository\org\spigotmc" -r -f
idk if windows used - or / for args
I think it uses /
i delete .m2
At least command prompt does from what I remember
now i running
Although windows is jank and probably supports both
what a playlist u use?
Yea, you gotta refer to the windows command docs for what they use instead. :/
-f shoulkd be force tho
rm -rf "/path/to/directory" seems so much simpler though. :p
-r for all folders inside that foler
Thanks very much. it is done
so good
and they not same?
Maybe I should add that error to the wiki page. :p
Yea
probably usefull
@full nexus why you grunting, you sound like you've found a stupid mistake
There we go. Wiki updated.
Although in all honesty, I feel like that's something BuildTools should just handle itself.
Yea
Vault allows multiple currencies afaik
Vault supports it, but you still need a plugin to take advantage of it.
hey
usually /, kinda depends on the program though
i think all the built in stuff is / at least
but if u use something like SSH, SFTP, or FTP, its -
possibly also the ping command? but i think it accepts both
Im using server signs and luckperms, im trying to make it so people in a certain group can click a sign and be promoted to another specific group. When i do this it either says you dont have permissions to do this or just says the version of luckperms im using. Any suggestions? im using command /svs add /lp user <player> parent add "group name"
Are you running the command as the user or as the console through serversigns?
ive tried both and no cigar
why the +20 positive ratings that seems stupid
IIRC, serversigns has permissions per sign so you just need to assign that specific sign permission to the group. Then have the lp command run as console that way it actually goes through.
okay thanks so ive gotten it to work KIND OF, only issue is once the person clicks it and gets the new rank which unlocks a specific kit/perks, they can then go and click on other signs and take those kits/perks as well when i want it to only be one each player
if that makes sense
Then change the lp command to switchprimarygroup instead of add.
they still get access to both signs :/
Got it, in luckperms i went to the new rank the sign was displaying, added the sign perm and just set to false, thanks for helping me ur a lifesaver
Gamerule keepinventory true sets it
Player data corrupted
anyone know why respawn anchor in my server dont spawn flames after exploded?
windows (dos) uses / for arguments which is the reason why \ is used for file paths
check if you have any protection plugins installed that prevents fire
Hello, I have the plugin QualityArmory and CopperItems on my 1.20.4, both send a resource pack, but both resource pack are not loaded! Only the QualityArmory one is applied, how can I fix that?
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module C:\Users\itzde\SpigotBuildTools\Spigot\Spigot-Server of C:\Users\itzde\SpigotBuildTools\Spigot\pom.xml does not exist @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.spigotmc:spigot-parent:dev-SNAPSHOT (C:\Users\itzde\SpigotBuildTools\Spigot\pom.xml) has 1 error
[ERROR] Child module C:\Users\itzde\SpigotBuildTools\Spigot\Spigot-Server of C:\Users\itzde\SpigotBuildTools\Spigot\pom.xml does not exist
[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/ProjectBuildingException
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: [C:\Windows\system32\cmd.exe, /D, /C, C:\Users\itzde\SpigotBuildTools\apache-maven-3.9.6/bin/mvn.cmd, -Dbt.name=582a, 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)```
I'm getting that error and cant seem to fix it
remove everything in your buildtools folder, download a new version of buildtools, then try again
im using the latest
just downloaded it from the site
do it anyway. looks like it didnt properly git clone everything
okey
Loading BuildTools version: git-BuildTools-a50d932-181 (#181) im on that version rn
doing the install again
Compiling Spigot & Spigot-API
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module C:\Users\itzde\SpigotBuildTools\Spigot\Spigot-Server of C:\Users\itzde\SpigotBuildTools\Spigot\pom.xml does not exist @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.spigotmc:spigot-parent:dev-SNAPSHOT (C:\Users\itzde\SpigotBuildTools\Spigot\pom.xml) has 1 error
[ERROR] Child module C:\Users\itzde\SpigotBuildTools\Spigot\Spigot-Server of C:\Users\itzde\SpigotBuildTools\Spigot\pom.xml does not exist
[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/ProjectBuildingException
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: [C:\Windows\system32\cmd.exe, /D, /C, C:\Users\itzde\SpigotBuildTools\apache-maven-3.9.6/bin/mvn.cmd, -Dbt.name=582a, 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)
@summer comet got this one now
same thing i guess
?paste your whole BuildTools.log.txt
@summer cometany idea ?
no clue then
is there any other way to be able to import compileOnly 'org.spigotmc:spigot:1.8.8-R0.1-SNAPSHOT' without this?
is that gonna let me delete .m2?
Delete all folders that BuildTools has created, build the latest version (1.20.4) then try building 1.8.8
Anyone know why my TAB plugin, is very slow at updating. Regardless of what refresh invertals i put in?
The placeholders refreshing on my scoreboard/leaderboard are really slow.
ohh
It could just be the plugin's efficiency
And not any fault of your own
Are any other plugins slow like that?
TAB is actually very efficent
but
you have to realize
if it would update every second
that would lag your server
if you're using a VPN disable it
https://www.spigotmc.org/resources/⭐bunniecoins⭐-1-20-x-free-simple-premium-currency-highly-configurable.113252/ how can I acces it? Alternativ?
What do you mean?
I can't access this anymore
I liked it really
Can I contact the author or do you know a good alternative
Ima dm u with an alterative
No but it probably means its been taken down.
what
when i type /plugins in the server i get unknown command
you sure you have spigot installed?
and the required permissions to use the command?
i have gportal as a host
idk i am doing this first time
yes
mind giving me the ip of your server? ill check the version myself
and see if its spigot
its java vanilla
thwn ofc plugins wont work xd
plugins only work when you have spigot or similar forks
i have texted u PM
i wont respond in dms
either here or on my server
well either wa
yes
thats spigot
you need spigot to run plugins
or similar forks like paper
although we wont provide support for anything that isnt spigot
All g doing it first time just for my friends to have some plugins , so it will be same as vanilla just wiw plugins?
^yes
any1 here know how to bypass someone with grimac 1.20.1
what do you mean?
like bypass them from the anticheat
a lot of anticheats contain a permission that you can give to bypass checks, check their wiki
Hi can anyone help me to customize the nether loading screen(like on landania.net)
how do u make it so that if a person is on a specific team, the advancements they made do not show up in chat but show in chat for everyone else on that team
Yea. What would most likely have to be done is making a font file. retexturing a unicode character (one that no one will ever use) and then changing the language file so that in the menu it displays that character somewhere
then the image would show up
Oraxen implements something like this on escape menus
the same can be done with portals if you know what you are doing
Just block the achievement message on the event (ChatSend or achievementgain or something) Then just copy the message and send it out to all players in the player who got its team.
but how to copy the exact achievement message
like when u hover over it it says description and stuff
how do i set up restart for my server?
windows or linux?
windows
First step: Install Linux
you create a file e.g. called start.bat with the content that contains the same content that you usually use to start your server, e.g.
java -jar spigot.jar
then you edit spigot.yml (I think?) it should have a line "restart-script" or sth, set that to "start.bat" and that should be it
yeah i have run.bat
how does run.bat look like?
my server has been up for a while, its just that i cba to setup restart
just set this in spigot.yml
restart-script: ./run.bat
ok thanks
that didnt work
'.' is not recognized as an internal or external command, operable program or batch file.
then just use run.bat instead of ./run.bat
k
yay that worked thanks
is there anyway to get the previous console to close without this? Press any key to continue . . .
i removed it, but it didnt close the console window
i want the console window to immediately close when the server stops
does anyone know what the images on the serverlist backround are called
like some servers have them
?paste your run.bat
huh?
serverlist "background"? wdym?
java -Xmx8192M -Xms8192M -jar paper.jar nogui
do you mean the background on the invites?
server icon/image i think
do you mean these things?
Or the background image of invites?
or the server banner some servers have when you join them and it shows you the rules etc?
or are you talking about minecraft servers?
because how can they have "background" images?
I am confused
is that really the FULL run.bat? If so, the window should close when the server stops
thats the full run.bat
and what windows is "left behind" when you stop the server? show a screenshot pls
?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
just the console
mine looks like that too, doesn't close automatically
I still need a screenshot pls. "console" can either be paper not properly quitting (had this issue with paper o nwindows too, not with spigot though), or the actual shell, or whatever ... ?
screenshot pls
hold on
where is the PAUSE coming from?
?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
I dont care about the issue, I'm just showin ya what he's going through
no, i removed the pause
ok
yours is keeping open because you ran java -jar... in your command prompt instead of double clicking your run.bat
ok lol
hmm
yeah
np lol
how do i set server icon/image (in minecraft)
server-icon.png in the server directory
thank you
pretty sure it has to be 64x64
oh
thank you
and where do i set the server description?
in the server-properties.yml file
thanks
no problem
hey can anyone help me with a plugin
don't you mean server.properties? (motd setting)
?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!
yes but i think they got the idea
Usage: !verify <forums username>
!verify Aod472
A private message has been sent to your SpigotMC.org account for verification!
Someone help me with this
just a quick question
?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!
?paste
my bat file has
I cannot paste
Why
java -jar paper-1.20.4-485.jar
I already veify
?fork
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.
verify
Paste thank you
?
I try to remove alot of plugins
?paste
Thank you
=/ idk give up
- you got a broken datapack
- you got a plugin called Movecraft-Warfare but it's missing dependencies Movecraft-Repair, Movecraft-WorldGuard
- same as 2 but Movecraft-Cannons is missing "Cannons"
- Your plugin "DynaTech" needs 1.19 or later but you're reunning 1.18.2
- same as 4 but for ExcellentEnchants
- StructureBoxes plugins requires a newer WorldGuard than you're using
- ....
your whole server is messed up
can someone help me modify a plugin Im brand new to plugin stuff
gg thx
but it still run smoothly
I think reason my server crash is just by the overhead laptop
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!
hello i have an error on my console
java.lang.IllegalStateException: Circular plugin loading from plugins Factions, MythicMobs
how do i fix this?
Ask the devs of those plugins
they haven't rlly said anything helpful, they said just remove the plugins or sum like that
Ask paper, spigot doesnt care about circular loading
okay, thanks!
What the fuck
?
You'd probably need to commission
But like idk if... anyone wants to do that
Idk if I'd even do that for money tbh
My price is higher than you can afford
I’ll do it for less than him!
Youd be the first person to willingly make a breeding plugin without being held at gunpoint. Congrats!
You’d don’t know this
I know it
I host a server with around 50 players a week. I am asking if it's necessary to have something like TCPSHIELD and how would I work without it. If it matters, I use docker. Also contabo (where it's hosted has ddos protection) It's just that I kind of want to hide the ip, just to slow people down from "getting to the server host"
Could I have something with nginx reverse proxy (I havent used it for other than http before)
is there a way to define a custom logging level on jar launch?
Or should I just expose the ip? Is it worth it?
Probably fine
Hello does anyone host server on darknodes?
heya, anyone know a plugin for 1.16.5 that works for plot claiming? or house protection like griefprevention?
I'm sure grief prevention works
in 1.16.5 don't work
Use TcpShield
unless you've got proper bungee protections.
and ur using contabo, I've seen people hit off Contabo servers with free stressing tools
if someone knows the server they wanna griefs host address and u dont have good protections setup someone could bungee spoof as u
and grief ur server
It does
What is vmap_area in linux command slabtop?
How i can decrease it?
5888704 75164890 99% 0.06K 1185761 64 4743044K vmap_area
Appears to be used for swap
vmap is the area o virtual memory used for mappings that don't find into the direct-mapped area. you shouln't worry about it
where I can get the list of available initial packs? (in server prop initial-enabled-packs)
for 1.20.4
it slowing my system
well you oubv need more RAM
you already gave away at 7GB out of your 8GB
remember, the OS needs some left too
you should upgrade to 16 GB RAM or sth
How to put Vault on a server where the version is higher than 1.17?
it'll work
just drop the .jar into your plugins/ folder
Vault 1.7.3 definitely works fine on 1.20.4
[14:35:14 INFO]: Vault was found but not economy plugin, you will have limited economy support
meow
that just means you don't got any economy plugin.
Vault itself is basically just a translator for plugins to talk to economy plugins
TL;DR you just need to install an economy plugins, for example EssentialsX includes one
Holy crap, I never would have thought it would work like that....
there's a lot of economy plugins abailable though - EssentialsX is probably the most basic and easiest to use and setup, but you'll also get all the other Essentials commands when installing it
what is oubv
I have CMI installed, will it work in conjunction with Vault?
I think that CMI has a module for economy, but it has to be enabled manually.
(from the CMI page)
i dont, can i fix this problem alternatively
give less RAM to your existing servers
other than that: only thing that fixes "not enough ram" is getting more ram
It says the servers use 200MB
please show the FULL output of top
and vmap_area use 5G
or better, htop
install rkhunter and let it run
what is it
it checks for malware / rootkits on your system. from the screenshot above, your RAM should be fine and not 99% full
np 🙂
Oh, i will go check it
[14:52:24 INFO]: Vault was found - Enabling capabilities. Economy: CMIEconomy❤️
Thanks
always welcome! :3
WoW Femboy :o
uwu?
You're the first real femboy I've met on Discord, maybe even in my life :P
I hope I made a good first impression to not discredit all the other 3 million fembois kek
In part yes, im gay, and by the way, I have a new question: [14:52:25 WARN]: [FastAsyncWorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.7+216b061 which is not a depend or softdepend of this plugin.
you can safely ignore that. that happens probably because plugins are afraid of using the "softdepend" section in plugin.yml since paper revamped it
it is NOT an error message
You're not the first person to say it's just a warning, but I don't want to see it, it's very cutting to the eyes
You can't "fix" it unfortunately
then you'll have to report it to the FastAsynxWorldEdit author to properly declare dependencies
you "can" try to fix it yourself by opening the FAWE.jar with winrar or whatever, edit plugin.yml, then add WorldGuard to softdepends:
# other stuf...
softdepend:
- WorldGuard
# other stuff
that should either work or not. can't really break anything by trying it
Will it change how the plugins work if they work together?
it shouldn't, as obv FAWE loads the correct classes anyway
Okay, thank you
is it possible to add the potato update on 1.20.4 with datapack?
i fear not
SirYwell commented 1 minute ago
We cannot fix it. This is a flaw in the way plugins can depend on each other and would need changes by Spigot.```
I think the author is wrong and Alex is right
it's a paper issue
spigot's softdepend falls back to "arbitraty load order" if softdepends conflict
paper however does not, they treat softdepends like normal depends (exc for ignoring the existance of the targeted requirement at all)
IIRC paper got some -DsomeOptionWhatever for that but I'm too lazy to look it up
so you got 2 options:
- Ignore the warning
or - Go to Paper's discord and ask them to fix their implementation of "ModernPluginLoadingStrategy"
I'd go for option 1
which imho is the correct way to do it, after all it's a SOFT depend
option 3: Install a plugin like NoConsoleSpamFix that allows you to blacklist certain messages
I highly suggest option 1: Ignore the message and continue with your day
I use PurPur :c
NoConsoleSpamFix is a pretty good solution
[16:46:49 WARN]: [SkinsRestorer] Plugin SkinsRestorer v15.0.8 generated an exception while executing task 8
java.lang.NoClassDefFoundError: net/skinsrestorer/shared/connections/responses/AshconResponse
at net.skinsrestorer.shared.connections.MojangAPIImpl.getDataAshcon(MojangAPIImpl.java:125) ~[SkinsRestorer-15.0.9.jar:?]
at net.skinsrestorer.shared.connections.ServiceCheckerService.checkServices(ServiceCheckerService.java:55) ~[SkinsRestorer-15.0.9.jar:?]
at net.skinsrestorer.shared.plugin.SRPlugin.runServiceCheck(SRPlugin.java:459) ~[SkinsRestorer-15.0.9.jar:?]
at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.18.2.jar:git-Purpur-1632]
at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[purpur-1.18.2.jar:git-Purpur-1632]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[purpur-1.18.2.jar:git-Purpur-1632]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
``` meow
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.
ty :D
PurPur -> Paper -> Spigot
am I able to ask questions about the excellent crates plugin here? if not does someone have their disc link?
I'm making a survival server where there should be items that can be used to change a mob spawner. Like the mob spawn eggs, but I only want it to work on spawners, and nowhere else. Is there a specific plugin for this, or a command to disable the egg to spawn mobs?
what its the plugin for farms like they use in tycoon server when you do /warp farm
Some generic generator plugin
OPINIONS ON MY FRIENDS MASTERPIECE
update your java I guess
I think I read somewhere that 1.18.2 exclusively supports 17 Java
Does anyone know with the "Lands" plugin that you have to purchase, if I purchase it do I have to do that for every future version also?
No
it says that no additional downloads or upgrades are guaranteed tho.
lol right.
if the author wants to stop working on the plugin
they're free to do so
but if they release an update on Spigotmc you'll have access to it
gotcha.
Hello, sorry to bother you but there isn't any ancient debris in my 1.20.4 spigot server...
is this normal ?
Make sure Spigot is up to date
he is..
Could you send the output from /version
My server is host on a pterodactyl panel
so?
what do you mean by this ? I think I haven't undestand... sorry I'm french
Is there anyone here who bought Ultimate Clans and can share the new version with me?
What its the best harvester plugin? Like the harvester hoe from sun realm
Anyone here who can help me make an SMP plugin? (im not paying anyone)
what does this mean
begging
like a unique plugin
no? just asking to see if there is a nice person
willing to help me
i mean, you're gonna have trouble finding someone that's just gonna make it for you, but if you need help making one you can ask specific questions
what kind of plugin are you even looking for? one might already exist
@west cloak
The community here is quite helpful, just learn how to read the documentation, how events work and you can code ton of stuff yourself @west cloak , if you can't find some that can code stuff for you be that someone
:/ okay
i want to make one
like, you want to learn how to make one?
or you just have an idea of one that you want made
yeah
Hello good evening, I'm looking for a real-time chat translation plugin, does anyone here know one they can recommend? if possible call me in dm
Does anyone know local and global messaging plugin?
ultimatechat
Thx!
Is java 1.8 too old for spigot now? I have been away quite a while and was trying to start a little test server. I found in the docs to install 1.8 but I'm guessing it's outdated now as the build tools wouldn't run.
At least java 17 is needed in a week it'll be java 21 with 1.20.5
Can I go ahead and use 21 or will it only start working for that version? I'm on a pretty fresh install.
1.20.4 supports java 21
Thank you.
What does Stats mean
in the bungeecord
what is it used for
i get its a randomly generated string but what is it
Not used in a long time, but was the id for mcstats (like Bstats)
ic
what about listeners
Your server port etc
not sure what you're meaning exactly, but check out AutoComposter :p
Meow
woof woof
what do you nerds think - is this a valid ("fair") contract for a discord supporter, or not?
If yes, why?
If no, why not?
I'll sign it
Don't even think I am in your discord lol
Id sign anything alex makes
you're underage
ok
this is a hide my email thing, so i can dm u my real address though
and? 😭
Does ur parents allow u to sign?
I can still sign certain contracts
Do*
I am sorry, you'wn'dlt'
xd
sent
I am beschränkt geschäftsfähig
Hi
exactly
all you can do is Taschenparagraphf stuff, or contracts are are only 100% in your favor
I can'T deal with that
What is best scoreboard plugin to add survial server
Rank
Money
Xp
Level
Something like that
hewwo :3
TAB
Thanks
(it costs 20€ or sth though)
Not free?
no
I want free plugin
then idk
Ok
Thanks
@teal talon
This is i
hi
@pearl shell
It is deferent?
wdym?
This is a paid version of the same plugin
Its same or paid version have more features
U gives me for free ?
I've already done it xd
np <3
❤️🙂
Isn't it open source?
Open source only in the free version, why would people give away free code for paid code D:
Do you not know anything about the spigot plugin selling ecosystem or whatever you call that
Are you saying I leaked the plugin and it's against the rules?
no
even if, you leaked an unmaintained plugin lol
Idk much about tab but I think it doesn't have a premium version anymore
It's not unmaintained?
The premium verison says that
That's the same github that is linked to the free version
There is no reason to use the "premium" versions, it's outdated, unmaintained and most likely includes less features than the free and maintained tab, also this
Dude The github has the free version, but you're looking at the paid version on the site
The paid version isn't even maintained for like 4 years or something, check the spigot, check the github
bruh :c
Just the fact it has a banner saying it's an inactive resource as well as it saying [1.5.x-1.16.4] should've told you it's outdated
I know its not here to ask that but i want help to buy pc case and i don't understand about parts who understand pls dm
You have found the worst channel to ask that in lol
Ok
funny
wtf
@gray sorrel
ello qt
oh
@plucky dock Tbf, you shouldn't leak premium resources in here
Where does it say I can't share the file? I read the rules, there's no "no sharing plugins" line.
In this discord, the only link is to https://www.spigotmc.org/threads/426794/
Oh, okay, I apologize 👀
Hey guys, right now I'm paying $24.00 a month for bloom hosting. In which has 8GB, Ryzen 9 5950x CPU, 2 Dedicated Logical Cores,
150GB NVMe SSD Storage,
1+ Tbps DDoS Protection, and
3 Server Splits.
My question is, what are server splits and are they really necessary? I don't use them I don't believe, and I already have 7.98/8GB of my storage full.
Should I look into something different? I'd appreciate some feedback, because I'm new to creating a server.
I'm just interested in learning, not interested in any promotional stuff.
Server splits means you can split the resouces to create multiple servers
For example if you have one plan with 8GB you can split that in to two 4GB servers
As for your RAM usage I recommend using tools such as Spark to see if you need more
RAM usage indicators on panels can be a bit miss leading
ima be real with you
all these hosts nowadays are scams
you are paying way more than you should
especially at these sizes
just get a root server at hetzner or what ever
set up pterodactyl and youll be fine
Bloom generally isn’t too bad
havent looked into explicitly it i was just saying in general
I think they might be on Performance+ though
at the end of the day a root will always be the cheapest option
if you dont mind doing some linux commands id always recommend that in long term
who can show me a good starting tutorial in spigot plugin coding? a 2024 version like not to be some random 2020 tutorial
I mean
Not a ton has changed in 4 years
Any tutorial for post 1.13 is going to be mostly the same today
I'm just not familiar with all of that, that's why I chose to go with a host.
E
i have error in tab pl
[TAB] [WARN] Did not enable due to a broken configuration file.
how i fix that
.
ill try
my console is being flooded with "moved too quickly" when teleporting with /home, how can I stop this?
I must be doing something wrong. I see options to install Java 1.7 and Java 1.8 but I don't see a version 22. Do I maybe need to add a new repository?
?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
how are you installing it
Using yum on CentOS 7.
centos7 is very old!
you'll need to add a repo for a third party, like azul zulu
Ah ok. I was thinking that may be the issue. Thank you. When you have the chance could you possibly keep an eye out for a support email from me please. I have been away a long time and lost access to my account.
?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>
!verify MemerBoi
This account is already verified!
This account is already verified!
How can I change the server time on my Bukkit server. By this I mean the time used in the timestamps.
I don´t understand... Can someone give me instructions?
Hello guys, I have got this problem with sand dupers not working with a chunk loader, before i enter the end it works just fine but after i enter the end the sand duper just breaks. Does anyone have a solution?
Does anyone know how to create an NPC when you right click the NPC it will open a gui, with a bunch of multiple quests, like "deliver 30 stone blocks" "deliver 8 diamonds" etc when you're done with all of them you can rankup
with bossshop plugin maybe? if its possible
yes but i don't know how to set it up
to make it like that ^
like make a whole new one from scratch?
ok thanks
are you expert in making spigot plugins?
Are you talking to yourself?
what the
Talking to yourself lol
Hey my server got griefed is ther a way to rollback my server for 3 hours 😦
do you have a backup from 3 hours ago
i didnt make a back up but i think i got auto backup
i just dont know how i can find the file that makes the backup
Professional
Try learning first how to create an NPC. Later move to Events, and so on until you get all the pieces together from your learning experience 🙂
!ip
how to solve this
Hi guys, I want to be the server online mode but this appears at the bungee proxy disconnected with: Exception Connecting: QuietException : Server is online mode!
I must set it to offline mode?
yes
So if the proxy is online mode the spigot servers must be offline mode?
but still be online mode
idk
Spigot servers go in offline mode
how long will it take to pre load a 5k X 5k map or around 100k chunks and does anyone recommand plugin for it? plus a rough estimate of the ram it will use
Probably not too long, maybe a few hours
It’ll use whatever ram it has available
And I would use Chunky
but will it need more than 10gigs u think?
and woulod it take a few hours every server launch (restart) or just 1 time thing
alr thank
anyone support me dm me
just figured it out thanks!
I'm going to change my OS from CentOS. Is RHEL 8 a good alternative? I didn't know they were discontinuing CentOS but I was reading a bit that RHEL was closer to it than Ubuntu and I have a lot more familiarity with CentOS than Ubuntu.
heyo, first time using spigot or any minecraft server, probably a dumb issue; i have a fresh spigot 1.19.2 built using buildtools as recommended, installed and running on one machine and i'm trying to log onto it from a client machine. they are on the same network. yet it's not working; the only error i get is "connection timed out; no further information" from the client. the server is clearly running but it doesn't even seem to know anything's trying to connect based on the console.
details:
- client is 1.19.2 + forge 43 with embeddium and nothing else
- i have triple checked the server IP and query port (192.168.1.99:25565)
- if it matters, server is a linux machine (endeavourOS) and is connected through wifi
- settings are unchanged from the default aside from having accepted eula; i tried setting server_ip and it changed nothing afaik
am i missing some dumb detail about the first usage procedure?
reiterating that this is on the same local network and will remain so
Does connecting to localhost work
you are right to suggest that and being that i was trying to avoid running minecraft on the server machine i neglected it like an idiot
but actually i'm an even bigger idiot 'cause all i had to do was allow the port in the server machine's firewall.
leaving it up as a token of shame lol, and maybe it'll help another
do you think its possible to make like a giant player npc? Like huge
bukkit.command.version
ty
but yk how when u die it all drops next to each other
but i updated my server to 1.20.4 and when u die it drops and spreads out far like vanilla minecraft
i wanna know how to change that
anyone know how to make it drop in a group again?
how does bungeecord work? like.... what does my client connect to? the hub server or the proxy ?
Google what a proxy is
Thanks, my expecatation would be to connect to the proxy but my client doens't recognise it
the client connects to the proxy, then the proxy forwards information
but the client believes that it is connected to a server
because all of the packets are client <-> proxy <-> server without modification if not for a plugin editing the packets
ok, cool. weird question, but is it UDP or TCP?
iirc mc uses both
rigbht, because proxy has TCP ports open but server UDP
but I am unable to connectg to the proxy from the client
nope
no?
the proxy needs both TCP and UDP open so does the server
the mc client and server use both TCP and UDP, if you know about how games work, things like movement are sent over UDP and things like chat are sent over TCP
It makes sense if you think about it
yeah, it does
hosting products and websites on the internet, no problems. Done it for years, anything minecraft is new to me. The kid started playing like 4 weeks ago; I found this 'stuff'; https://github.com/itzg/minecraft-server-charts/tree/master
to host it
I would suggest you use Pterodactyl panel
right now, it is only exposing a TCP port
You need both TCP and UDP to have it function properly
Same port, in your router open both TCP and UDP on the same port
it is not a bungee config
it is a problem on your router
sure, ignore my router
what does the client need to be able to connect to bungee?
UDP/TCP on the same port?
Yes
but that is also any normal server, not just bungee fyi
the server needs to have those open, not the client fyi