#help-server
1 messages Β· Page 41 of 1
Okay, so I should probably do nice -20 right?
yeah basically instead of doing java -jar ... you could try nice -20 java -jar ...
you can also adjust it at runtime
one sec
oh in that case you'd have to adjust the nice of the container thingy
Yeah that's what I was thinking
I'll go add some Aikar's flags and add the nice thing
pls share the output of ps -eo pid,ppid,ni,comm
that wouldnt change anything
the "niceness" can only be adjusted by root
So even if I adjusted it in the run command of the server, it wouldn't actually do anything?
(unless you wanna "lower it" = higher number, but you want to have a lower number = raising the niceness)
it could, but before we talk about that, we gotta see whether the IO is actually the problem, in the first place
oh damn that's a lot of docer-proxy's running
you don't by any chance know which one is your server, I guess? :X
Well, there's multiple server instances running lol
Bungee, lobby, authme server, factions
could be any of these
One moment I might be able to find out which one
Is there any way I could check with docker?
to me it definitely looks like the usual I/O bottleneck. since whenever an entity gets spawned, MC saves that into the respective world's .dat file, and to me it seems like that's the problem. I am however not sure, and the problem might be something totally different
there's nothing more I can contribute, sorry that I cannot help anymore D:
Ahh that's alright. At least you gave it your best shot :)
Do you know where else I could go?
you could ofc run some disk benchmark
and check whether it returns resonable results, or totally ridiculous ones
So could it possibly be some kind of disk speed limitation?
e.g. yabs
mkdir /opt/yabs/
cd /opt/yabs/
wget https://github.com/anti43/openyabs/releases/download/release-01-18/yabs-1.2.7.3-linux-windows-2.zip
unzip yabs-1.2.7.3-linux-windows-2.zip
cd yabs-1.2.7.3-linux-windows/
java -jar yabs.jar
try to run this
then post the output
it's just a benchmarking tool that tests stuff like internet connection, disk i/o, etc
it might take a while
Hmm okay. Is it safe to run while the servers are online etc?
Hmm, okay
but it shows very useful information
maybe just go joiin your server, and if the TPS go TOOOO low, you can cancel YABS with Ctrl+C anytime
That's what I'll have to do
I really doubt that the server is the problem. it must be the core, i.e. 1.8.8 fucks up, or some plugin doing shitty stuff. However, both should be visible in the spark report :/
Yeah that's what I'm thinking
If it was plugin related then it would surely be visible in the spark report
Don't worry about it. You tried your best :)
any know any domains website?
help, i did /setworldspawn, but when i go to another world and then go back to the world i was orginanly in, it puts me somewhere else
W rizz
do you even know what rizz is
I'm getting ready for 1.20 and was wondering which version of Java I'll need. Any info on this yet?
If you stick with Java 17 you should be fine
Okay thank you
Why is BuildTool installing Spigot, Craftbukkit etc at the same time.
Is there a flag with which I can only install (download) the Spigot.jar?
It's not only downloading, but compiling spigot too
Whats the difference between this and me just downloading the spigot.jar right away?
I mean there is a direct download which I can do with wget
There is, but not officially provided by spigot
Its on their official website
There were some legal stuff which prevents spigot from just publishing jar
Doubt
Just google e.g. "Spigot 1.8.8 download"
It's not on spigot website.
I can't post a link or a screenshot here
You can't because it's forbidden keyword
Yeah but get bukkit is their official website right?
get bukkit is not legit or hosted by spigot and should not be used or trusted
Bukkit as an project is abonded
if there could be a download for spigot or bukkit it would most likely be on spigotmc.org
spigot depends on bukkit, craftbukkit is the implementation of bukkit and is required to work
Why isnt Spigot taking legal actions on them?
spigot code isnt copyrighted
is it bnad to share my timings report?
An unofficial explanation of the DMCA can be found here: https://www.spigotmc.org/wiki/unofficial-explanation-about-the-dmca/
So after I've compiled everything, the other jars need to be in the same directory and I cant just use the spigot.jar?
You can just use spigot
Thanks for the dmca infos!
Will read them
you can just use the spigot jar
As its shaded in same jar
Hm... Ok
I'm asking these questions cuz I wanted to automate the installation of a Spigot Server with a script and the way with using BuildTools seemed to be very long
Cuz I do java -jar BuildTools.jar --rev 1.8.9
1.8.9 does not exist as a server version
Its taking very long to download (or as it seems compile) all of this and I need to delete the other files I dont need
It was just an example version
it is a client version only, use 1.8.8
Of course I would use a working version
it will take about 10/20 min depending on your hardware
then you can move/delete all but the spigot-version.jar
Its taking 5 mins on my server
But there is no other way?π
there is not sadly
That will significantly slow down the speed of my Script....
Why not just compile it once and use same jar
For me: Yes this would work
For the users which may use my installer script not
True
Or to be precise: Of course it would work
But its taking a lot of time (and their ressources to compile the jar(s))
Btw if its forbidden for spigot to provide a direct download of the jar why can get bukkit do it (or at least Mojang isn't preventing that?)
you could probably recommend paper because they distrubute paperclip jars which apply a binary patch, but they do change a lot and patch more stuff that spigot does
its probably a legal loop hole
Thanks for the advice but the goal is to add Support for Spigot.
Adding support for Paper would be a next thing
(The script already has support for Vanilla & Forge)
How?
im not a lawyer so ive got no clue
Hmm ok
Or they just don't care
Sometimes I dont understand why Mojang is making things so complicated. I mean Forge, Spigot etc are a good thing for Minecraft which made the game even more popular
Anyway: Thanks for all the info guys!
I just skip spigot support and go straight for spigot with my server panel
its much easier on me as the script dev
Hm? What do you mean?
paper has an API
for downloading their jars
spigot has BuildTools
Paper's Download API is just better so I cut out even support spigot from my download script
Hm. But I want to add Support for Spigot.
then you'll have to deal with BuildTools, but I'd reccomend just skipping it honestly and going straight to paper
Maybe I will implement both
?paste
I mean the only "bad" thing with BuildTools is that the compiling times are longer compared to just downloading a jar.
is my python script
I wrote a 2300 Character Bash Script xd
*lines
Not characters lol
But thanks for the info that Paper has (other than all the others) a good API for downloading their jars!
I will keep that in mind when adding support for Paper
anyone know why this doesnt work?
command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
icanhasbukkit:
- version $1-
nigellaac: - vulcan $1-
vulcan: []
papermc 1.19.2 trying to make custom command in commands,yml file trying to override vulcan anticheat commands
Sir this is spigot
jesus christ
?whereami
Havenβt slept man
Will in 30 minutes
Anyone know what plugins causing this https://prnt.sc/y_0dXNzgcwat
looks like ur just using invalid characters
or well, unknown? chars
idk
probably some formatting issue
its not being saved utf-8
Ya i know its that, but like, Idk what plugins causing it
If needed i can provide a list of plugins if that helps narrow it
https://prnt.sc/-nrPwt7IIP97 - List of plugins
what plugin puts the stuff above heads
health isnt above heads without onwe
well, technically u could do scoreboard stuff
remove one by one and restart
Who has a link to mod Npc
ask forge/fabric
hello guys
anyone knows how i can put heads from head database to deluxe menu?
only the id?
cuz i tried and it didnt work
.
Can you host and connect to a MC server with just a public IPv6 now?
Is there a gamble plugin
how do yall deal with seed crackers? are there any options built in spigot?
Hi! I have a 1.19.2 server with the newest version of BungeeCord, but the tab isn't showing anyone, nor are the skins working, and the players are invisible for eachother, could that be because I updated BungeeCord, orr?
The skins do show up in DiscordSRV and Dynmap, plus I'm not running in offline mode
Just quickly made one without any plugins, same issue still pursues, sooo seems like its bungeecord causing it
Plugins on bungee are:
Bungeejoinmessages
Bungeetablistplus
FallbackServer
Floodgate
Geyser
Luckperms
OAMC
PlaceholderAPI
Vault
Venturechat
VersionConnector
and a custom one ^^
is it possible to use permissions.yml instead of a permissions plugin?
someone i know wants everyone to have essentials.sethome.multiple but would prefer to not download a plugin
would be possible, but really not ideal
and properly doing permissions
well he's pretty ignorant
and it's only a single permission
Sadly, oui :<
hii
have a question to ask
Are there any chain plugins to recommend? (with PAPI)
Because I want to show the chain plugin on or off on the scoreboard
Currently I use
SuperHarvest but he doesn't seem to have papi
as i said
very ignorant
I don't understand why you would NOT use a permission plugin
that's just a bad server owner
He's just really dumb
he literally went insane because he is incapable of dragging a jar into the plugins folder
Then running a server might not be the best idea
he just does it for his little car server
is there a Mc Plugin what plays audio in your mc if you are near something like if you are near a npc you hear npc talk through a texturepack / resourcepack or google or discord or something
all i know is that you register sounds in a resource pack
shush
https://www.spigotmc.org/resources/mcjukebox.16024/
is this a safe plugin?
it doesnt work as resource pack i think
yeah i know but this is exactly as i want
is this like malware XD
im 99% sure you have a BIG problem
@obsidian iron dm me your LuckPerms jar
papermc server helpers say it is a 'malware'
Is that the unobfuscated version of the malware π
The updater method is named init instead of a
almost!
look pretty clean
i love when they hide urls or parts of them in bytes or base64
huge sekurity
imagine if passwords were stored like that
@obsidian iron is your server on linux
Ahhh the updater malware
no
windows?
ye
No that's why you don't get malware
Why only luckperms lol
It's a reputable plugin we know doesn't have malware so you can see if it's injected probably
because its the same for all jars
Just looks like a network issue
nah
its malware failing to connect to master
C:\Users\YOURNAMEONWINDOWS\AppData\Roaming\Microsoft\Start Menu\Programs\Startup
@obsidian iron go to this path
and tell us whats there
oh and dont turn on your mc server
ok
don't have that way
anyone got hypixel skyblocks stat system like health and strength made on skript?
replace YOURNAMEONWINDOWS with your actual name on windows
I replas3d
do that for all users
Can i just watch my start up profram by task manager?
K wait
Nvm i think i found the fix
What the hell lmao
Is this really a problem?
if the master wasnt down it basically has control over you system
not full tho i think
but enough to make your server a botnet zombie
Yes. People are struggling to remove that malware on their own
I'd assume your system is screwed if anything runs even once, but removing anything is better than doing nothing. If it's not skidware it's gonna be a lot harder to remove than running a Java app that has static detection
system nah i dont think so
at least not fully
unless you are stupid and you run your server as root
If anyone wants to send me a sample I'll be happy to analyze it and see what else it's tied to
its already known what it does
infects all other plugins
creates a service
and listens
And doesn't download more malware?
I've never seen a bot without a dl+exec function
Wait, so do you know, what this malware do? Its an rat, stealer or ddos?
And can i just create a new server?
Ot it will have or virus?
how did you get a malware inside a mc server anyway?
it infects your entire system
so start at the root
so the service
and then reinstall all plugins
its a botnet
so your computer would be a part of ddos
any idea how this was made?
got to know need to use ultimate autorestart or something but the chat message and click on the text thing to send u to a different server
Wait, if it happens with my pc, it must happen with online host also?
A lot it can steal bank details etc etc
??
Will it give error at online host?
I was runninh it on online hostand nothing haven
Server was runing
Noerrors
Anyone know why my MyCommand holograms are stacking over themselves? I have holograms with floating items above in my server hub and after a while they just pile up and cause major lag until I have to do /mycmd-reload holograms each time
i could code something like that
?services or otherwise
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/
hmm
Can anyone know whats the name of plugin, that when the player leave from the server, he turn into Zombie?
Hey! We have a smp that has 25 players at start of a season (private smp) And theres a pebblehost premiun Plan with 6 GB Loaded in... Still the lag is abaolutely awful. Any way around it? I know theres a thing preloading chunks but no idea how to do that
combat log
i would delay start and install chunky to load all of the chunks
Anything else i could do that prevents the lag?
you could find plugins that can do the same thing as some of your plugins to minimize the amount
So ur saying
If i load in like a lets say
10k area
It would dramasticky decrease the lag?
Using chunky
Im guessing
well then players wont be loading the chunks and they will already be loaded which will minimize lag
you could have 1-3 players while that runs because chunky will cause a ton of lag as it loads chunks
This is before the server starts
Once the seever started we had to cancel it for next week
Becuse of the lag
Server*
yeas i would delay start and let chunky run for a bit
you dont have to load all of them just load a decent amount
1 player will be on
And theres like 2 other plugins
Right
Thanks for ur help
Dont mind the username
It forces me to use it i made it in 2018 π
hihi quite a random question but does anyone know of any easy to use custom gui/menu plugins? I've previously used DeluxeMenus and BossShopPro but was wondering if there is anything better than these?
dramasticky?
did u mean dramatically or drastically
drastically im gonna guess
Hi All, I host my own Spigot MC server on my desktop at my home and turn it on when my family want to play it etc. (PC is on 90% as I have my own IT business) last night and today I had issues connecting to it. Even using localhost, I spun up a MC server on a private VM setup I have access to in a Data Centre and I was able to connect to that MC server using the same spigot.jar file and world etc. after running powershell commands to test if ports are open for 25565 and still nothing after trial and error able to connect to my local MC server after installing/updating Java and Java JDK etc resetting my firewall settings and after I hold my tounge the right way able to connect with no issues, disconnect reconnect many times and no issues. Any one else had issues like this? PC is Windows 10 Pro got 16GB ram and server can use 5GB running on a SSD (Sata)
whats the error u get while trying to connect @fickle knoll
Client "no further information" and the console said "handleDisconnection() called twice"
And had the same client error on many computers.
I had port 25565 closed from my powershell commands and goting to https://www.yougetsignal.com/tools/open-ports/ and testing port 25565 with my public IP.
Power cycled my router and still no result. I think after being patient something in my firewall finally fixed it self
brow hat is this π
wheres the benchmark
you installed the wrong thing then
they provided the wrong thing π
the actual working command is curl -sL yabs.sh | bash
Would SSL interfere with connection? We keep getting "authentication servers are down" but it eventually lets players in.
I've never had this happen before, but I did a full OS reinstall and set up SSL so i could have a secure website running
I removed all of my plugins/deleting some allowed connections in ESET NOD32
Only connectipns from system and official programs
I found this thread from 2015 and it appears he's having the same issues after updating his SSL certificate
https://www.spigotmc.org/threads/server-authentication-connection-problems.88162/
damn I sent the wrong YABS lmao
YABS is a benchmark script but I guess I googled the wrong repo lmao sorry
iz fine
Did you check the network connection isnt being classified as public?
If windows classifies it as public ot wont let connections in regardless of the firewall rules. Easy fix is to set the network connection to private
Didnt see this, if the router was at fault then it was most likely your router trying to nat inside connections
Which is a thing called reverse nat
However routers especially cheap ones tend to not implement it right or try adding something fancy to it lol
If you do have a setting for reverse nat recommend disabling it
Set to private for the longest time. and I did check that also.
I was ruling everything out as I thought it was a networking thing.
Yeah sometimes just have to restart router to fix. I could explain the technicals but that would be boring lol
Oh i know all the technicalitys as I have my own IT business that im running from home.
Well meant in why restarting router fixes many problems because the way routers work and all that fun stuff
Even BGP's need rebooting every once in a while if you know what those are
Border Gateway Protocal
I have noticed that if I log into another server like Hypixel, play for a min or 2
then log out and wait another few seconds able to get in.
Can anyone here who is familiar with minecraft server help me, but the server I played for more than 10 minutes was turned off
Self hosted or rented?
How to
Windows?
don't know
Start > Settings > Windows Updates > Activation
ir to get to the settings press Windows Key and I
Oh its a docker environment, may need to reach out to qloxhost to see whats going on.
Is there a menu for errors or logs? Not the console for the MC server
Thanks looking thought now
?
I was having a look through that log you provided
Had a look and found the following just before the server shutdown.
How to fix
Unsure
Plee help me
already
Guessing that its both a Java and Bedrock server?
Yes
With my limited knowledge on the Gyser Plugin , try disabling it one by one to see what one is at fault
....
may need to get a newer version of the plugins or roll back versions
I'm getting the following error on a fresh server. anyone know what might be causing this?
java.lang.NullPointerException: Cannot invoke "java.nio.file.Path.toFile()" because the return value of "java.nio.file.Path.getParent()" is null
full crashlog here: https://null.slipfox.xyz/EO.txt
I can't join the bungee server
it says "kicked whilst connecting to lobby: you are already connected to this proxy"
Have plugins?
Because someone is already connected from your name
Ver 1.19.2?
1.19.3
Hmm
It seems that java trying to get some file that dont exist
Try to save your world and delete all
hm, alright, i'll give that a shot tomorrow, gonna head to bed lol.
Ok
youre probably connecting bungee to itself
Does anyone know a good server type for 1.16.5? (Mods & Plugins ex: Mohist, Arclight)
That's a bad idea
Mods aren't designed for plugins and plugins aren't designed for mods
no
either use mods or plugins
Anyone who can help me out? ;'>
what issue are u having
tab doesn't work, players are invisible and you don't have a skin in f5, reverted back to a previous version of bungeecord fixed it, but now people on 1.19.3 can't join :{
Is that a bug for that bungee version?
Sorry, what does this mean? pretty new to all of this minecraft plugin stuff.
I cant Run bungee with java 17, can anyone help me?
Cannot exec './start.sh': No such file or directory
full logs?
How are you starting it @silver moss
Dont make logs this
#!/bin/sh
while true
do
java -Xmx1G -Xms1G -jar Bungee.jar
echo "If you want to completely stop the server process now, press Ctrl+C before
the time is up!"
echo "Rebooting in:"
for i in 5 4 3 2 1
do
echo "$i..."
sleep 1
done
done
It means your file ./start.sh does not exist
did you make the file start.sh?
Yas
Did you try chmod +x start.sh
did chmod +x start.sh work?
Yes
ok good
Are you sure about that
But the server doesnt run
What do you see when you type ls
LOl
and bugee.jar in red
did you try running ./start.sh after chmod
?img send screen
Not verified? Upload screenshots here: https://prnt.sc/
i need help, i have a bungeecord server with hub server and survival server, when a player goes to the survival server, and leave, after rejoining they are getting connected to tha survival server (the server they left) i want all the players join to the hub server everytime they join to the server network
how often does spigot break redstone
Can anyone help me please:
?paste
1.8 :(
yo I get this error how do i disable it: You are not logged into your Minecraft account. If you are logged into your Minecraft account, try restarting your Minecraft client
we are playing cracked
server.properties -> online-mode=true -> change to online-mode=false -> restart
done
and still same problem
there's nothing we can do beyond that, spigot does not support cracked. the only thing you can do with the spigot software is set offline-mode to false. ability for spigot to do anything ends there
go try a different client
the problem is not the server
Iv been trying to find an answer to this for so long now. How do you put like a wall that prevents u to going to spawn when ur in combat ik its combatlogx but i cant figure out how
Someone plz help?
Maybe increase ram or you just have a slow server ;p
personally i just build my spawn up a few blocks so players cant walk back in
Use the worldguard expansion if you use world guard for spawn
Who can I disable /plugins so people canβt see them on my server
Hello.
Trying to figure out which plugin is doing this.
Items that were created via /give command are becoming "Locked" -- despite not adding anything like that in the command.
The only plugins I have installed are: WorldGuard / WorldEdit, Multiverse, and LuckPerms.
How are they βlockedβ
When hovering over the item, it lists
[Name of the item]
[Locked]
[Lore]
So, if I use /give to give myself a filled_map with a custom name and lore -- it shows up as in my inventory...
Custom Map
[Locked]
This is a custom map.
I'm very confused by what would be causing this -- as it's not like I have any obscure plugins installed.
Ah -- it might be. Is there an op command I can execute to unlock them?
I assume [Locked] in this case, means they can't be dropped / put in a chest / etc?
In Minecraft, you can lock a map using the cartography table so that no additional map detail is filled in. This is a great way to keep your secret base hidden so that it does not appear on a map.
Hmm... that's weird. Wonder how that got on there. It's not on my other custom maps, only this one. But I used the same /give command.
Is there a way I can remove that attribute?
there might be something on the /data command but ive got no idea what that would be
let me check it
any other commands i shouldnt have public viewers see
Ah, very weird. Okay, so it probably doesn't affect what I think it does. Good to know.
Thanks for the help. I appreciate it.
Also, do you have a suggestion for a plugin for giving new players that join the server a custom welcome message + a customized item? Is there a way I can just execute commands when a new player joins via a command block or something?
suggest you use a custom welcome plugin.
Thanks!
How to disable end crystal ?
Hey guys, can someone tell me if it's possible to create a server for at least 50 people with 2/4GB? remembering, he used plugins!
anyone know how to edit item name with hex color code?
use a plugin
With 4gb you should be able to get 50 people. However this all depends what else the host box is running as well as whether or not you tailor the jvm arguments or know how to do such things. Plugins can cause issues too and it all depends what they do and if they are coded decently or dont have major issues like memory leak or running a bunch of stuff on main thread
Also hardware is a consideration too.
Silly question.
I accidentally created a mob using the summon command that is invulnerable.
I tried using the /kill command, but I can't get it to actually remove itself.
Is there another command that I can execute that will remove it from the world entirely?
/summon minecraft:fox ~ ~1 ~ {CustomName:"\"TheFox\"",CustomNameVisible:1,NoAI:1b,PersistenceRequired:1b,Glowing:1,CanPickUpLoot:1b,Invulnerable:1}
delete it w nbt editor 
The kill command should remove it
I tried standing right next to it and executing
/kill @e[distance=2]
But it came back "No entity was found"
Ah, that worked. Thank you. That makes sense. π
If you reference its uuid you can kill it that way too. Dont have to mess with locations if you have that
Is there a command I can do to list mob UUIDs? Like my target?
look at the mob then it would appear on tab complete
which plugin?
Are there any 1.19-friendly plugins that track custom calendar dates?
i have a clans plugin that shows your clan in chat now i downloaded essentials x and now it doesn't show your clan name in the chat anymore
Nope not yet
but do you know how to fix it?
oh
i added essentialsX and than i happend
i have an aternos server and the problem is when i have installed LifeSteal Plugin then it is keeping different hearts for overworld nether and end
is there any way to keep same amount of hearts everywhere?
means if one person dies in over world he has 9 hearts left but in nether it is 10 hearts
Still not enough information.
?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.
Plugin Name: LifeSteal-Smp-Plugin
And you are sure that's the reason?
think so
Not some multiworld inventory/health management plugin?
how do i turn down render distance for orebfuscator
it lags a lot my pc and i dont want it to load 32 chunks away
proximity doesnt change anything
it renders your renderdistance iirc
can i make it not to do that?
check config, if theres no settings probably not
its probably set to your renderdistance so people cant just trick the server and continue to xray
ik
obfuscation:
obfuscation-overworld:
enabled: true
minY: -2032
maxY: 2031
this?
maybe?
that looks like its just y level
Disable it if you're lagging too much
proximity:
proximity-overworld:
enabled: true
minY: -2032
maxY: 2031
worlds:
- world
distance: 5
someones xraying so..
Then your pc will have to lagg
i tried this nothing
There is no point to partially orebfuscate
You can lower the world render distance in the server.properties
use a block logger/vanish to figure out who is xraying then. But like what olivo said, no point in partially obsfucating
You have your options
ig ill deal with the lag
lower your render distance
Lower view-distance and simulation-distance to 10
Stop messing with Orebfuscator's settings.
The proximity settings have nothing to do with the generation of fake ores.
Read this thoroughly:
https://github.com/Imprex-Development/Orebfuscator/wiki/Config
Uhm anyone knows of a gui plugin that lets you modify guis from other plugins (which by default aren't customizable)?
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/
just a heads up, if you want to customize a gui from a closed source random plugin it might be quite tedious for anyone xD
Not what I asked for, I can code myself lmao, but I am using some plugins that are closed source and don't allow for some stuff, a guy named Larkyy was working on a plugin called AquaticGuis which was packet based and allowed this. Sadly he stopped working on the plugin.
Who knows how to disable possibility to Push other players
I can move a player from spawnpoint to warzone . How to disable it
I am not a tech savvy with packets, and this will go into prod. so, I don't really wanna mess around with that
If you're going in to prod you should probably modify the plugin rather than working with packets like that
as said, closed source and obfuscated
nothing I can do sadly.
but didnt you like talk to them?
they refuse to add what I need lol
would apparently require a rework on some systems
which they don't wanna have to deal with rn
You probably need someone to make that plugin for you then
well they could just give you teh source π€·
wait so it private or not
oh nvm
i know what u mean
well in any case, I dont know any existing plugin that can help you with it
might be best to consider if its worth it to go for the pakcets at all or if its easier to just remake the plugin xD
it's quite a big, complex plugin
and funnily enough, the only very important feature I need is support for custom textured items
like deluxemenus has for ex.
well then you just need to replicate that feature
Larkyy? Is he in the learnspigot discord?
why is there a learnspigot discord
no idea
To learn spigot
no way
[15:56:31] [Worker-Main-138/ERROR]: Detected setBlock in a far chunk [1503, 455], pos: BlockPosition{x=24053, y=145, z=7295}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / minecraft:trees_jungle]
how do i fix this?
its spamming the console
[23:02:07 INFO]: [Pufferfish] SIMD operations detected as functional. Will replace some operations with faster versions.
[23:02:07 INFO]: Default game type: SURVIVAL
[23:02:07 INFO]: Generating keypair
[23:02:07 INFO]: Starting Minecraft server on ###.###.###.###:25565
[23:02:07 INFO]: Using epoll channel type
[23:02:07 INFO]: Paper: Using libdeflate (Linux aarch64) compression from Velocity.
[23:02:07 INFO]: Paper: Using OpenSSL (Linux aarch64) cipher from Velocity.
[23:02:07 WARN]: **** FAILED TO BIND TO PORT!
[23:02:07 WARN]: The exception was: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Cannot assign requested address
[23:02:07 WARN]: Perhaps a server is already running on that port?
[23:02:07 ERROR]: Encountered an unexpected exception
java.lang.IllegalStateException: Failed to initialize server
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1118) ~[purpur-1.19.3.jar:git-Purpur-1905]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[purpur-1.19.3.jar:git-Purpur-1905]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[23:02:08 ERROR]: This crash report has been saved to: /home/ubuntu/MCSERVER/./crash-reports/crash-2023-01-27_23.02.07-server.txt
[23:02:08 INFO]: Stopping server
[23:02:08 INFO]: Saving players
[23:02:08 INFO]: Saving worlds
[23:02:08 INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[23:02:08 INFO]: Flushing Chunk IO
> 2023-01-27 23:02:08,135 Log4j2-AsyncAppenderEventDispatcher-1-Async WARN Advanced terminal features are not available in this environment
[23:02:08 INFO]: Closing Thread Pool
[23:02:08 INFO]: Closing Server
Anyone know why it failed to bind port?
I checked if anything is using the port and it seems nothing is..
sir this is spigot
i honestly have no idea where else to ask, i cant find any other servers, and plus the channel description says ask other questions so i thought i could
nevermind, its fine just dont worry about it
.. that actually makes sense
my sincerest apologies π
π
guys how to turn on tnt duping like the piston duping setting or whatever?
what tnt duping are you talking about
That's not prevented by spigot
oh
Ur prob using paper or something lol
Is there any good anti cheats that I can combine with GrimAC?
Working on a smp and need like decent good anti cheat
And Is there a plugin to stop the forge seed cracker mod
Like
I have grim ac
But like other anti cheat
Like anti X-ray
Plugins to block seed crackers
betterdc?
Ok
Anyone know, premium or not. A really good and complete logger plugin. That will literally log everything without messing with performance
Like it keeps a track of: Broken blocks, commands, items, deaths, logs, etc
Oh
Is coreProtect the best out there?
While I was working with servers we always used core protect for like seeing who messed with blocks/rollbacks
But that was some time ago, dk if there is anything better rn
What about a seed cracker mood
CoreProtect?
there's definitely nothing better
coreprotect is awesome, but the code is a mess
however it works just fine
aaaand the performance is good and it can log everything you asked for
Thanks alex
be sure to use mysql / mariadb instead of sqlite though @sharp basin !
sqlite works too but performance is way worse
[15:56:31] [Worker-Main-138/ERROR]: Detected setBlock in a far chunk [1503, 455], pos: BlockPosition{x=24053, y=145, z=7295}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / minecraft:trees_jungle]
how do i fix this?
its spamming the console and the server lags whenever it has to load in jungle trees
never seen that in vanilla
you sure it's not caused by any plugins?
In my opinion, Prism is better.
I have an error that some profram already runs on that port, but it will happen if i will use any ports, that only happen when i get my ip from 2ip.ru, if i use my ip from "ipconfig" it wont give error but no one can join it!
In server.properties, leave server-ip blank, like this: server-ip=
You will also need to port forward port 25565
So, how can other people join it.?
I wanna play with my friends and other people
Leave server-ip blank and port forward 25565
Ok, then what will be ip to join?
I will trry
no, still "**** FAILED TO BIND TO PORT!"
Is something already running on port 25565?
i dont think
wintcp not showing
If you have server ip empty, something is most likely already running on that port
idk, i check it with tcpview
only utorrent
utorrent is need to open port
Are you on Windows?
Yes
Sorry, I don't know how to check which ports are binded there
TCP 0.0.0.0:25565 ASUS:0 LISTENING
i have this at console
So something is using that port
i found pid
'24740'
but i cant find this pid at task manager
how do i fix this?
Hey, guys I have an issue. I just want to see my coordinates, and when I click F3 it shows everything but my coordinates. I have tried to reduce de-bug info on the server and the f3 menu did change but its still not showing my coordinates.
Not verified? Upload screenshots here: https://prnt.sc/
It's only showing me my relative chunk position, and I want XYZ.
I have tried /gamerule reducedDebugInfo false but let me try restarting the server
Show what it looks like
I'm restarting server then I will get you another screenshot.
here is a link to the image
yeah reduced debug info is enabled
like my server gets starts, but then it stops
its getting crashed
i need help
console:
Please help
is this a bed wars server? also I cant help you.
yes
to me that looks like a malware has injected code into all plugins and it isnt working, run this https://www.spigotmc.org/resources/spigot-anti-malware.64982/
hm I don't see any malware. Just oudated plugins?
It will go in the plugins folder right?
eh
well all plugins erroring doesnt seem normal
Are you running 1.8 on your pc?
1.8 what
The server version
Guys
i am using 1.19.2
I need help
on the host
?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!
Use /version
Ok my server is starting up, but after a few minutes itβs crashing
Itβs a 1.17.1 server
And hereβs the errors it gives before crashing
its pain to start it up because my pc is poop but ok
the version is 1.8.8
Thought so
Your plugins are outdated and don't work on 1.19.2
?whereami
????
@tawny dust wait, don't go offline, i will be back
this is spigot support not paper
They banned me from paper support discord πππ
f
Probably didn't read or follow the rules
I got malware on my server
average discord user
Like looking for support with 1.17.1
βIt looks like you have malware on your serverβ
No that was when I got banned
It doesnβt have malware anymore
Doubt that was why you got banned
Yeah if people could read life would be so much easier. 90% of all support tickets can be solved by just reading
(I'm the support member for CombatLogX)
idk how you deal with half of the peopl
My patience is getting worse and worse
ah
We've been talking about making a form submission like the Paper legacy download page has
Maybe that will help
i dont get how people fail to read so much
is the most common response "Remove X expansion" because they installed them all
yes but reading is a hard task
sad bot noises
Any plugins that will auto ban Alts and VPNs?
idk if you can even ban vpns
You can, there are services that track vpn ips
Honestly if you run online mode a bunch of alts aren't a big problem
Alts for me is a issue
Ban evasion
Is your server in offline mode?
Like not on? No itβs on 24/7
I mean cracked
Oh itβs not
I just need to stop people from ban evading so stop Alts and stopping VPNs
@tawny dust the server starts now, but when i try to join, it spams the console and stops the server https://hastebin.com/eposeduhum.nginx
i have the Clan plugin and i want to have the rank of the player in the chat to with the clan does someone know how to do this this is how it looks now Clan Trixy_clapps: test and i want this Clan Rank player message does someone knows how to fix this code is now ChatFormat: '%clan%&8 %player%: &f%message%'
help pls
Could someone check what my email is on Spigotmc? My username is x3meCrazy
can someone help me make a server with a hide or hunt plugin im so fucking confused
Why can't you check?
I don't even think emails are publicly displayed anywhere on the site anyways.
so when using libsdisguise to disguise as a player thats not on the server, is there any way to make it so you can see that players name tag above my head
Hello! I'm looking for two plugin suggestions.
I know they're out there, but there's too many to choose from / some unmaintained.
I'm looking for two plugins:
- One that runs commands when a new user logs into the server.
- One that works with luckyPerms that allows me to create commands from other commands.
p sure encryption doesnt always imply TLS :p lolz
I send an email to you guys
Hey guys, I'm trying to find a spigot plugin to revert sneaking mechanics back to pre-1.14+ mechanics. Specifically to prevent players from being able to fit in a 1.5 block tall area while sneaking
god it was 1.14 that added that??
only in offline mode
ikr, seems like it wasn't that far back
hi im trying to make an aternos spigot server 1.19 is there a way i cn make anti xray measures
There is plenty
Paper has a good anti-xray engine and Iβve heard good things about this one too https://github.com/stonar96/RayTraceAntiXray
i need spigot cause i already have a warps plugin
Paper can run spigot plugins.
99.9% of spigot plugins will run on paper. A majority of them may even run better on paper.
i have the Clan plugin and i want to have the rank of the player in the chat to with the clan does someone know how to do this this is how it looks now Clan Trixy_clapps: test and i want this Clan Rank player message does someone knows how to fix this code is now ChatFormat: '%clan%&8 %player%: &f%message%'
I run a spigot server on my own pc, and i've begun noticing things like tridents and totems having a chance to dupe after using them. My plugins are TabTPS, Geyser, and Floodgate. Help?
Do they actually duplicate or is this just a visual glitch?
Hello can somebody help? I got vehicles [The paid one with no resource pack] i got the chest but when i place it the vehicle despawn like i see armorstand but instantly despawns
maybe another plugin is doing that
they actually dupe, the dupes are fully functional and everything
@west cloak i want lifsteal core plugin
Lol
I want lifesteal core plugin
How do I block direct connection to one of my servers, and make it so that you can only join through the proxy?
no there are port finders, people could easily bypass my verification system because authentication is on one server and after thats done the plugin sends the player to another server
I can't view P-Lifesteal plugin Ka heart Ka recipe kya hai please say me the recipe of heart in P-Lifesteal?
so if the player finds the ip and port to the non-auth server they can bypass it
Offline mode?
i also want
lamo
I think



Is recipe
how do recipe
for heart P-Lifesteal
Anyone can create a custom plugin for skyblock?
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/
Ok thx
does soemone know how to add another prefix in the chat
i want it to be like
[owner] [clan] name
VaultChatFormatter + Vault + Premission plugin (LuckPerms)
huh
and ofc PlaceholderAPI
explain better please
Which chat formatted you using atm?
can you help in call?
Nope. No voice is available at the time.
i have a clan plugin and i want the clan name in the chat to with the rank
Anyway if your chat formatter supports PlaceholderAPI, as well as your clan plugin, you can probably just format your chat like "%clanpluginname_clan% [Owner] %player% Β» %message%"
Which clan plugin do you use?
You need PlaceholderAPI.
Once you have PlaceholderAPI
You can execute /papi parse me %clans_clan_tag%
This will print you the placeholder of your clan tag
and it is the string you need to put into your chatformatting
-depending on if your chat plugin supports PAPI or not -
-if it doesn't, replace it-
but if i do /papi parse me %clans_clan_tag% nothing happends
MVdWPlaceholderAPI
Did you reload or restart?
/papi reload
Good to know. I rarely use Essentials novadays.
that will reload papi
...
oooooo thats cute xd
no its not btw
either your clans plugin is dead or PAPI can't recognize is
https://www.spigotmc.org/resources/vaultchatformatter.49016/ - this might however support PAPI
papi doesnt list placeholders built into plugins for some reason
but don't know properly
ohhh
I use custom chat plugins
alr
This is good to know as wel
Didn't know that
but what I noticed is that some plugins however to get listed
if you use luckperms use LPC
its pretty decent
does someone know the best way to protect spawn just the basic rg flag plugins?
Lemme link it
worldguard it
the default flags are fine
okay alr
Just modify the deny-message π
Hi all, newbie here. I am trying to set up a MC server to start programming with my 7-year old. We have a book available, but I'm afraid this one is outdated. Is there anyway I can find a step by step guide to create our own server? I have installed all the necessary components (Spigot, API, Java 17).
Thanks. Yeah, so I have created a server now, but when I'm changing gamemode to creative and restart the server it doesn't go to creative...
Hmm..
How are you changing the gamemode?
in the properties file
What did you set it to
Ah right I forgot. That setting only applies to new players
Use the gamemode command to switch
gamemode creative <username>
If you're typing in the console. Add a / before the command if you're in game
You can however force a creative gamemode. To see the command of /gamemode by default you need OP or a gamemode switching plugin.
Sounds like you added the / in the console
And yes do not add the / into the console
(there is no point for the console to be able to chat)
:D
So is IDLE a good choice to start working from?
How can I make a server to start training? Can I do smth without a server, like in single player?
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Hi there! I am using DeluxeHub in my server and the Tablist doesn't display Ranks. How do I fix this? I heard I should put %vault_prefix% somewhere but I don't know where.
Where at specifically in the Tablist area? I don't know what line to put it in.
tablist:
Should the tablist feature be enabled?
enabled: true
Should we refresh the tablist (update placeholders)?
refresh:
enabled: true
rate: 400 # In ticks (20 ticks = 1 second)
Modify the header of the tablist
header:
- ""
- "&d&lDark SMP &7(%online%/%online_max%)"
- ""
Modify the footer of the tablist
footer:
- ""
- "&6&lWebsite &fN/A"
- "&e&lStore &fN/A"
- ""
Which line would I put it in ?
it doesn't seem like there is a config option for configuring how each player's name displays on the tablist there
i checked the wiki and can't find such either, so i would contact the author and ask
Could I somehow add this?
That'd be tricky
not without coding, unless you use a different tab plugin
I'm fine w coding it. Could you give me an example?
you could disable deluxe hubs tablist and use a different tab plugin with placeholderapi (papi) support
Could I copy a line of code from another Tablist plugin and use that? Only a line of code mentioning play names etc.
i think you modify the player display name, and that's what shows up in the tab list
but im not 100%
Okay, thanks.
