#help-server
1 messages · Page 185 of 1
Not necessarily doesn't support it, just uses deprecated methods.
i know they are not important but i just want to dont see them 😄
It should only happen in the console once.
yea
yeah it's not anything bad it's just a notice to let you know
ok
What’s the default spigot.yml comfigs? Cuz I messed mine up
uh... just regenerate it?
It should automatically regenerate if you delete it and start the server
Btw how do I make explosions to default damage to players. Dream told me that spigot reduces explosion damage delt to players
is there a plugin to increase someones ping/make them lag?
yes
any really crappy messaging plugin
can someone help me find a plugin that anti's flight hack
just disallow flying in serber cpnfig
My server is loading all of it's memory at startup (without plugins/datapacks) and is crashing. I've got the memory dump but not sure how to check what's going on here: https://i.imgur.com/iApoGI1.jpeg
This is Eclipse's default report: https://i.imgur.com/5UQxvd3.jpeg
Any tips/ideas what to do?
PS.: using Eclipse Memory Analyzer
how much ram yiu assigning '
8GB
So it’s a standard spigot server with no plugins?
Yes!
I mean, it had plugins and datapacks. But I've removed them to debug this issue.
OK, gimme a sec!
@stable flax players still can fly even when i disable flight in configs
Ahh
You’ll need some form of anti cheat to block it more effectively
I always recommend proper staff over any anti cheat or anti X-ray
Those are resource eaters
Plus competent staff will always be more effective, as there’s always a way around anti cheats
can u help me find a anti cheat for a anarchy server
Doesnt an anarchy server allow cheating
except for flight cuz flight is gay
help find pls
My suggestion for anti cheat is staff
btw is this legit? https://www.spigotmc.org/wiki/optimize-spigot-server-tps/ or is it some bs backdoor plugin
wait nvm im blind
Pastebin the console
@hallow rover Sorry it took me a while (4 logs combined): https://pastebin.pl/view/49b00dd1
Also sorry for the gigantic log, but the beginning of the log is when the server started going unplayable and restarts weren't fixing it. At the end is the crashes that started happening and chunk corruption. Any clues?
If this is a base file are you against just starting from scratch? Or does this happen with attempts?
That’s a lot of problems for a barebones server
You mean starting from scratch as wiping the server?
Anyone know how to remove the unkown or incomplete command part above the chat?
Wait
I mean, I have some backups that don't, apparently present this issue and we could roll-back. The issue is that I'm wondering what caused it so that it won't happen again...
That does not look like a server with no plugins
At all lol
Wait
Again I’m an idiot sorry
Yes, that's from the live server when the issue happened. After that I removed all the plugins/data packs and the server wouldn't become playable again.
The server from the day before is apparently running and those plugins have been there for a while, so I'm unsure of what happened.
Sounds like map corruption to me
Have you tried a different world to see if it will load?
Sounds like map corruption to me
@hallow rover Yeah, there's NBT corruption everywhere on the chunks on the current map.
Anyone know how to remove the unknown or incomplete command part above the chat?
Have you tried a different world to see if it will load?
@hallow rover You mean the other Dimensions like Nether and The End?
Well if you know there’s corruption everywhere that’s almost certainly the source of your problem. In terms of what caused that corruption I unfortunately couldn’t tell you
Well if you know there’s corruption everywhere that’s almost certainly the source of your problem. In terms of what caused that corruption I unfortunately couldn’t tell you
@hallow rover I see, well, one last question: 3GB of RAM occupied from a server that just started up and no one has logged on indicates any issue or could that be normal? And a single player bumping the RAM to minimum of 4.6GB +-?
Memory leaks don’t happen instantly, they take a while to build up. That sounds like poorly optimized plugins to me
I mean, this is the same map on a server with only Spark (to memory dump).
No other datapacks or plugins.
Xmx and Xms = 8GB also, but not sure if the RAM is normal.
Wym ram is normal
Well, I meant that I don't exactly know how Xms and Xmx work, so I don't know if 3GB of RAM from startup and 0 online is normal. Neither if 1 player logging on bumping it by 1.6 minimum is normal.
how to start the spigot server?
Java -jar spigot.jar
Yes, however it opens 2 consoles, one in BAT and another time-consuming interface
Xmx is reserved memory in the system for the server to use, java creates a virtual machine and assigns it resources accordingly
Add -nogui to the end
What’s it say
"nogui" only I think, no?
it closes
yes 😦
ive 16gb ram and want to reserve 4GB for the server
Spigot is -nogui
java -Xmx4G -Xms4G -jar spigot-1.16.3.jar nogui
Put "pause" on the next line and check the error.
When I click to open, the console opens and closes quickly
C:\Users\dhmhc\Desktop\MEGAMINE>java -Xmx4G -Xms4G -jar spigot-1.16.3.jar nogui
Invalid maximum heap size: -Xmx4G
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.```
You are using 32 bit java
Oracle is stuck in 1998 and gives 32bit as default installer executable, you have to manually install 64bit
I believe the reason they do it by default is because of the write once run anywhere attraction that java offers, and something created in a 64 bit jdk cannot be ran effectively by 32 bit jre
Awesome 😄 gl on your endeavors
😅
I've changed something in BungeeCord source code, how to build it and get the BungeeCord.jar I can use?
This is spigot @simple gorge
Who do you think made bungee :p
Fair enough, just thought that since bungee was a completely different thing and that he was modifying it himself he might not find the support he’s looking for
Similar to if he was asking for support for paper
If anything, it’s better suited for the development channel
I would hope you’d know how to compile jars if you’re modifying the Bungee jar 🤔
That too
I was wondering if you could code spigot in JavaScript
Anyone know how to remove the unkown or incomplete command part above the chat?
Heyho, is there way to cancel all player events with some generic class? I looked at AuthMeReloaded plugin, and they are canceling every possible event. Basically I want to cancel all events till player log in/register.
@worn valley #help-development
Ahh sorry!
Is there an plugin that disable the mc slowness when you are on fire ?
Its annoying xd
I use version 1.12.2
hello i want a minecraft server with auto restart script but there is always an error message
-bash: ./start.sh: / bin / sh ^ M: bad interpreter: No such file or directory
(Linux)
#!/bin/sh
while true
do
screen -S lobby java -Xmx1024M -Xms1024M -jar spigot.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
echo "Rebooting now!"
done
optionally can look through my gist repo as I have many other scripts in there
the most popular one I have is the service script 😉
service script does require an additional file though, that was done on purpose so that you didn't have to re-install the script if you wanted to change variables for the JVM
and that additional file is in the gist repo too 😄
see, repo would help :P
I use a program to parse yaml for my script
I'm masochistic though.
well I didn't want to create a bunch of repos for scripts. And yes technically they can be programs, I found gist to be better
replace #!/bin/sh with #!/bin/bash
@stable flax -bash: ./start.sh: /bin/bash^M: bad interpreter: No such file or directory
the line at the top is generally not necessary. Reason it is there is if you invoke the script with ./ where the CLI will invoke the appropriate interpreter.
or should say invokes the appropriate shell
whats the command to see the active used shell?
ps -p $$
ok so what do i have to enter so that it works and how do i start it?
echo "$SHELL" displays the current shell for the user, but not necessarily the one being used right now
recommend using the first one as it will tell you the shell you are currently using reliably
you have a few different ways to invoke a bash script
if the permissions are setup to be executable
you can simply do ./start.sh
-bash: ./start.sh: /bin/bash^M: bad interpreter: No such file or directory
is my output
if you didn't set the script to be executable you need to do bash start.sh or sh start.sh
Anyways, what kind of restart script are you looking for though?
are you wanting to be able to use /restart in the mc server?
or do you want to just invoke a command from the script?
I just want it to start up again when my mc server crashes
then what you are wanting is a service script then
only services can detect crashes with processes and then restart them automatically without user intervention
or the other option is you setup up a cron job to invoke your start.sh script and in your script have a method to detect if a process is already running
and do nothing if it is
which one of the scripts I sent you does do that
@stable flax forgot to mention the service script I have in my gist, can launch multiple servers without needing a service script for each server 😉
there is only so much we can do for you, if you don't understand how scripts work in linux. I highly recommend you learning what cron jobs are
and how you can use them to your advantage
second, service scripts are generally more ideal. Reason being is they are invoked at boot time
and can do a whole lot more then just a simple bash script in a directory
the service script I have in my gist repo, protects your directories as well
why does this work for others on yt but
so lets say for whatever reason you end up with a malicious plugin. The worst that plugin can do is hurt the directory the mc server is running from but not any others, because the service script locks that process to that directory
probably because to a degree it requires some level of understanding of scripts @lone star
it is a bad habit to try to do things from YT without any understanding of what is going on
uff
Linux configuration how to / guides.
should help you understand bash scripts a bit more
fortunately bash scripting isn't that hard to understand though 🙂
i die
arent ChatColor.translateColor() is just String.replace()?
for the most part
frost, that's cool. mine too. it reads the server directory, and creates a screen session for each server, then goes in and launches each server via it's own start.sh
it's clunky, but it gives me the granularity of control I need
@stable flax Interesting, I use services functionality to do it. Setting the various options
this way I don't have to actually handle that stuff, the Services programming will 🙂
yeah, but legacy lol
I will think about making a repo for the scripts though
might create more first before I do
so I at least feel it is worth having a repo for that stuff XD
do you know any good plugin to report other player for cheating?
only one I found needed lots of work to work past 1.11 and... I don't think it's even working in 1.16 now
hmm i need 1.16 one
@tawdry narwhal
sudo apt install dos2unix
sudo dos2unix start.sh
sudo apt remove dos2unix -y
it workes
you could just keep that utility package if you want lol
I use it myself sometimes
there is dos2unix and unix2dos 😉
i have no plan what you think but ist WORKES
args[i-1]
why this for some reason
Index -1 out of bounds for length 1
get this
it should be a thing
nvm
fixed
Hi i have an issue, i slabbed a lot of chunks in my server for a wither skeleton farm, but the spawn is so poor, there is 10 wither per HOUR and they dont spawn
Idk what is wrong iwth mobcap or something but nothing spawns in the wither skeleton farm
I need some essentials help
on my server when people die or relog they end up at spawn, I'm pretty sure this is with essentials spawn
You should ask in the moss server, that’s their discord
Link is here, auto-bad warned me for the discord link. They need to fix that, they want people to go on the proper discord but they warn anyone who tries to direct you to the proper place lmao
can u dm me it then
It’s on that page
Okme im on pc
Oke listen, Imagine having a PlayerInfo plugin that stores a vary of info about a user
and that data is stored inside a sqlite file
Well, what you can do is write an small api in your plugin that can access the data from the db
In that way plugins only have to call your api methods
Best kitpvp plugin paid and free
So your plugin only has to provide the API and save & load the database
Ok so I found a solution to my minecraft server crashing somebody said it is because my save queue is full how do I clear it?
ok so I have a bungee server and I am going to move my proxy to a other vps
only I can't connect to my server how do I need to set this up?
VPS 1 :
Proxy
databases for server
VPS 2 :
Lobby
Survival
Skyblock
How do I need to set this up?
You just install it all then put all the IPs and port in. You then have the task of firewalling.
Make sure the servers on VPS 2 can't be connected from outside of VPS 1 (so that bungee). This is done with something like IPTables or firewalld
Are you able to ping the specific port of one of the sub servers from the VPS running the proxy?
Can't remember the exact CMD to do it but I use telnet to do it
And there's nothing on the receiving server right?
no proxy only the server
And you're bungee config defo is correct.
survival:
address: IP:PORT
motd: '&bDecenniumMC SURVIVAL'
restricted: false
and yes I have filed in my ip and port only I am not sharing it
@wind swan
Hello, I'm running a spigot server. This is an ongoing project I've been doing off and on for over a year now. I just booted up the server after not touching it for 4 months and I just remembered this bug I just could not figure out. I've searched just about everywhere on the internet, even went to spigot for help 4 months ago when I was working on the server but no results. For some reason my enchanted items (keys, vouchers, etc) all have random enchants added to them after I receive them. My vouchers and keys have Luck of the Sea I, and my bank notes have Unbreaking I. The strange thing is that this problem came out of nowhere last time I was working on the server, and the issue is across multiple plugins making me even more confused. I've looked through the config files and nothing seems out of place. If anyone has any ideas please let me know. Thanks.
@mint girder what plugins do you have?
I can send an image for ya
that may be the issue
@wind swan I see now that he is listening only on the vps how can I change this?
@mint girder if you can send mee a screen of al plugins I can look in to it
0.0.0.0 should be fine IIRC.
It'd only be an issue if it was a system IP, e.g starting with 127
I forgot my spigot account pword so I can't verify, I'll upload the screenshot to imgur
Aight
From the VPS running the bungeecord, install telnet then run telnet <IP> <port> of the other VPS
Just to make sure it can theoretically reach the other server.
ok lol can't connnect
Yh it's your server firewall then
You need to allow the IP of your bungee server to reach the IP and relevant port range on the other server.
hey i wanna make a big server with 4 world or something like that do you guys think ryzen 3 2200g and 17gb ram is enough?
I am making a tag game but i want to remove the speed effect from the tagged player when they tag someone else does anyone know what i can use? This is a section of the tagevent
Please send a paste and not screenshots. You can use https://pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Oke thanks do you think the ryzen 3 5000 wil be enough when it is released?
Hey all, is there a way to migrate inventories, xp etc. from multiverse inventories to non-multiverse worlds (I want to move my multiverse setup to a bungeecord setup)?
@lyric pilot
You don't seem to know much about Bungeecord do you
Bungeecord doesn't work like a server
It simply connects different servers into one, thats it
I know
You cannot move some inventories onto bungeecord
so instead of one server with multiple worlds I want to have multiple servers
Then:
- Grab the world
- Create another server
- Connect the server to bungeecord
- Drag the world into the new server
- stonks
problem is that with multiverse inventories the invertory conent is not saved in the world files anymore
java.lang.NoClassDefFoundError: me/prisonranksx/api/PRXAPI
at me.massprestigegenerator.MassPrestigeGenerator.lambda$10(MassPrestigeGenerator.java:609) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[Prison.jar:git-Spigot-dcd1643-e60fc34]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [Prison.jar:git-Spigot-dcd1643-e60fc34]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_262]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_262]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]```
anyone know what this means
I am in need of hosting a 100 player survival server
What you guys recommend
Single world 1.16.3
Probably a dedi
Hey, i am looking for some good PvE mobs, do you guys have some to recommend? I only have MobArena as of yet, but i would like some more mods to add. I have had a plugin before where you were able to set a location which you will have to defend with waves coming into but i forgot the name
is there a plugin to make a player lag?
please dont question why its for the trolls
that isnt really possible unless you take a look at some methods in 2b2t xD
place a billion enchantment tables down
the animations will lag the client so hard if its a normal client
You can probably just spawn a bunch of entities with a packet
But we don't encourage such methods
yep
can anyone hep me with port forwarding?
is there tuinity for 1.12.2?
why ask in the Spigot Discord 🤔
is there a tuinity?
They have their own Discord, yes.
https://www.spigotmc.org/wiki/port-forwarding/
@old heron there is a utility program on that page called beacon, give that a try first
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
if it doesn't work, follow the guide 😉
should i have a prisons server on 1.12.2 or 1.16.3/latest version? basically whats more stable and less laggy?
1.12.2 would probably be better performance, but for the love of god use 1.16
really depends on what's going on inside your prison
mostly people mining and maybe some special bomb things
yeah i mean a prison server is a pretty controlled environment so 1.16 should be fine
gives you access to cool features
k
not sure if people thought of this, but just because you use 1.16 doesn't mean you have to use everything that comes with 1.16
you can optionally just disable some things
would factions on 1.16 be horrible
Factions in general is horrible. Though any server, if you do it right, can be just fine
https://www.spigotmc.org/threads/disable-plugin-query.469668/ please help me out. thanks in advance
you posted your thread ten minutes ago.. be patient man a lot of people are asleep
@bluely#6758 sorry im used to 4chan-like fast replies lol
Guys i have issue im using Spigot 1.8.8 and when the player dies in "World1" he respawns in "World"
is there way to fix it?
you need a plugin that handles respawns propely
k
@slate owl maybe if yoi were yo ask a question or state a problem. Of course, you shoukd be asking the dev/author.
But idk author
Anyone know why im getting this error?
Error: https://paste.nucker.me/uwigadawom.apache
Code (main.java): https://paste.nucker.me/opivejavef.java
ping me when you've got an answer/question
@slate owl if you don't know where you got this...plugin from, i'd do some investigating as you really didn't ask for any help or specified any issues
but problem i can say
We need to know what plugin it is to, to help you or we can only go off of the error/stacktrace but I doubt that will do anything
items from the world how i set thaat is save {if leave items on survival save} Then go pvp and u got pvp items
What?
items from the world how i set thaat is save {if leave items on survival save} Then go pvp and u got pvp items
@slate owl save items
on worlds
No sorry.
No.
I'm not joining your server, id rather not put a VPN on at the moment.
Why was the PermissionsEx plugin removed from the athernos?
xd
PEX is outdated, thats prob the reason
Incognito staff help pls
Listen I'm not going to say this again, I'm not joining your server, as I said I'm not putting on a vpn to join your server and I don't understand your question, you need to add more detail to it with what you actually want instead of 1 line that doesnt make sense.
ok ill say
PEX is outdated, thats prob the reason
@ashen fox Can it be restored?
Ask aternos
PEX works fine, just a lot of people don't use it anymore but yeah ^ (it works fine to my knowledge)
I need help because i dont know how to save items from survival then u go hub then u go pvp and again survival and u have items and skywars problem you need look bcz idk what is it
per world inventory plugin?
PEX works fine, just a lot of people don't use it anymore but yeah ^ (it works fine to my knowledge)
@ashen fox And you can send it to be reinstated on the server, I do not understand LuckPerms yet
Well if you want an inventory per world, which sounds like what you want, that works. If you are on bungee it shoulden't matter as each server is seperate
im on spigot/bukkit Software
incognito just come and help I dont need ur ip and other bcz i need do server and i dont know how to set all of that
wait you're using athernos?
Hoscik I've given you what you need to do, as for how you said that sounds like what you need. You should be able to install a plugin, I've arleady said I'm not joining your server.
wait you're using athernos?
@floral bone Yes
only the staff from ath can help as they limit everyone to their system
@floral bone
that case
@floral bone Clear. I'll go and pop them
hi in the plugin goldencrates it says it is a normal crates plugin but when i download it it needs me to have the crate in my hand and key to open
hi in the plugin goldencrates it says it is a normal crates plugin but when i download it it needs me to have the crate in my hand and key to open
@west cloak Hmm ... You are not familiar with the plogin, look for it on the SpiGot website
Okay, right now, I'll find a plugin and tell you how to set it up and etc.
On which version did you install the plugin?
okay
i am using aternos as a host
but mine
-
Crate Effects:
▸ Play different effects and sounds for block crates!
▸ Play different effects and sounds when player opens crate!
▸ Play different effects and sounds when player receives rewards from crate! -
Crate Animation Templates:
▸ 7 templates included by default: CSGO, Mystery, Roll, Wander and others!
▸ Create your own animated rewards GUI!
▸ Define the roll speed, sounds and effects.
▸ Define reward positions and final win slot.
Then set it up that way
to open
i want it to have a chets in my crate room and players gotta need to have keys
I prefer CrazyCrates
Both can do that
But both should have what you're looking for
I prefer CrazyCrates
@tawny dust in aternos theres no that
Don't use a free host :/
@tawny dust in aternos theres no that
@west cloak Do you use athernos?
yes
@west cloak Do you use athernos?
@jagged wedge it is better for you to use hosts that cost money and not free with free ones it is not possible.
i am still in school
@west cloak Well, when all the athernos can only be used for survival shooting.
Well, when all the athernos can only be used for survival filming.*
@west cloak • PlaceholderAPI Support:
▸% goldencrates_keys_ <key>% - Displays amount of specified key.
▸% goldencrates_cooldown_ <crate>% - Displays amount of time before specified crate can be opened again.
Here use it.
whats that
Type in yandex: golden crates plugin
and find the spigot point org there will be a page there to read and etc.
ok
wait
Files
plugins
GoldenCrates
9
config.yml
1.09 kB
crates
data.db
12.00 kB
editor
keys
keys.tmp
0.00 B
lang
menu
templates
theres no yandex
oh wait its a browser
Understood nothing.
i found it
okay
its a browser
Sorry, but I have to go to register on the spigot site.
my friends having a problem with a server where sometimes gapples stop regen or you cant eat them pls help
talk to the server operator.
I'm trying to add a Bungee server but I'm just getting a ConnectTimeoutException whenever I try to connect. The server I'm connecting to doesn't even register anything in console.
All other servers work, just not the newly added one.
And they're all hosted on the same machine
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
I know how to configure Bungee, we have 3 other Bungee servers. Just this new one is not working.
then it sounds more like you have an issue on the server you are trying to connect
I am able to connect to the server when not through a Bungee proxy, even though BungeeCord is enable in spigot.yml as well and I have BungeeGuard installed.
are you certain the connection details are correct in the bungee config?
Yes, I've checked several times.
do you have any firewalls?
No
plugins?
does the server you are trying to connect to bungee, match the mc version for the bungee you are using?
Ok I think it was something with BungeeGuard. I can connect fine without it despite using the correct token.
I'll check their support, thanks though.
You make a good point, I'll switch to that.
i would only recommend using a plugin
if that is literally the only thing you are allowed to do
whats the difference between getPlayer and getPlayerExact
https://www.spigotmc.org/wiki/bungeecord-configuration-guide/
@tawdry narwhal BungeeCord server?
what about it?
Does anyone know of a plugin for protecting chests that doesn't require signs to be placed on them?
Use a claim plugin
LWC?
anyone know bungecoord where you type /hub and /lobby and it sending you to hub?
try to check how many there are tile entities are in your world
do ./timings
to see what causes lag
maybe you have some kind of lag machine created by player inside the chunk
Heads, endercrystals, spawners, furnaces, chests, are the biggest causes of the tps drops
Wait please, my server are closed
do ./timings
@lethal igloo i typed what i do ?
When i load chunk on maps
and they lag so manyy
also i can fix
or plugin download
do ./timings start, be idle for couple minutes then do ./timings stop and it will give you the link of the graph created online
in that graph you could see an information about the server performance
1.12.2-1.16
4.40% 1.89 s 2.20 ms 953 817.2k tickEntity
5% of the server ticks are being used only by tile entities
look for chunks with massive farms
spawners
just google tile entities
that's the cause of the lag
public BossBar timee = Bukkit.createBossBar("TIME of " + Bukkit.getWorlds().get(0).getName() + ": ", BarColor.BLUE, BarStyle.SOLID, new BarFlag[] { BarFlag.PLAY_BOSS_MUSIC });
is showing an error
ayo i just bought a plugin it wont show up in purchased resources
its been like half an hour is that normal
@pallid swift the resource owner probably has to verify the payment first so you gotta wait for them to see it
Is there an plugin that disable the mc slowness when you are on fire ? I use 1.12.2
Its kinda annoying xd
proly isint uploaded yet cuz i dont have god internet but
https://youtu.be/wKshlJmhZtc
if i use a boat to much i get kicked for to many packets
im not on a client
switched to paper 1.12.2 and didnt fix it
il re-install mv
re installed mv and same issue i deleted all of mv
Plugins (25): AdvancedEnchantments, AuctionHouse, Bedwars, CrazyCrates, DeluxeHub, DeluxeMenus, Essentials, GCoreLegacy, GriefPrevention, HolographicDisplays, KitPvP, Multiverse-Core, PlaceholderAPI, PyroMining, SilkSpawners, StayPut, SuperMobCoins, UltraPermissions, UltraPunishments, Vault, ViaBackwards, ViaRewind, ViaVersion, Vulcan, WorldEdit
@deep forge pretty sure that's done on-client, so not really possible for it to be a plugin
hi i was just wondering if there is anyway to disable the tab list or hide players on it without them being invisible in game
@vague pike probably Vulcan 🙂
also check ViaBackwards and ViaRewind it might have some issues since you're using 1.12
kk
hey guys so i got the LOSTbedwars plugin
but its being blocked by another plugin
could it be DeluxeHUB?
Use the worldborder plugin, determine how large you want your map to be, and load all the chunks in. This way when players are running around, the chunks are only be rendered, but not loaded.
Also how this work worldborder?
What is the ip Dm me so i can play
Wait please
server are starting
ok
also server is lagging
😦
Why you need to join?
i want to play in the server
ah play, no i can't
So Ineed some help with commandSync
I have everything setup only when using the comman /sync console all bc test1234!
it doesn't bc any message
Use the worldborder plugin, determine how large you want your map to be, and load all the chunks in. This way when players are running around, the chunks are only be rendered, but not loaded.
@compact silo Also this didn't helped, i have so laggy
5gb server (corei9 9900k 4.6ghz) is staying at
[05:33:41] [Server thread/INFO]: Saving worlds
[05:33:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
```For over 2 minutes and then providing a thread dump. https://pastebin.com/qvpBG2yU
Simple startup bat `java -Xms5G -Xmx5G -XX:+UseG1GC -jar spigot-1.16.3.jar nogui`
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Need help lostbedwars isnt working
Wt sll something is blocking it bc thecommands do t work st sll
We need help on our bedwars server. The lostbedwars plugin is being blocked by another plugin
what plugins do you have @west cloak
Bungeecord is working but it isn't working, io.netty.channel.ConnectTimeoutException
doesn't let me connect, and yes portforwarding is on
check your firewall
Plugin or vanilla
There's three settings you need to change in config files...
offline mode in server.properties
ip_forward in bungee's config.yml
and
bungeecord: true in spigot.yml
if your spigot and bungee are ont the same box, spigot's ip should be set to 127.0.0.1 or 0.0.0.0
“wb set <radiusX> [radiusZ] - set world border of specified radius (in blocks), centered on you. Can only be run by an in-game player. If radiusZ isn't specified, the radiusX value will be used for both.”
bungee needs to point to spigot with 127.0.0.1
Tnx
@inland moon read up what I said.
and above that.
0.0.0.0??
yooooooooooooooooooo
127.0.0.1 or 0.0.0.0 if bungee and spigot are on the same box.
Enable ip forwarding in the bungeecord config
it is
what plugins do you have @west cloak
@brittle plume dm
@blissful quail your paste is expired, but did you use /save-all flush?
your paste is expired, but did you use /save-all flush?
Nope juststopin console. I deleted the world and it works fine. No idea why as it only had the spawn chunks loaded literally only moved within in 10 blocks of the spawn location lol
someone may of built something massivei n spawn chunks with lots of data, or memory ran too low. any logs indicating what memory was before hand?
though 5gb is decent specially if just spawn chunks
Only 9 blocks were placed in the world lol
but maybe leaky plugin?
Everything else was generated by the vanilla world creation
but maybe leaky plugin?
7 plugins and none showed in the thread dump
wait i feel like everything post that log doesnt log anything in spigot
could be unrelated to world saving
I have to find the log (If its not already deleted)
is it an SSD?
no
i think it waits until all data is flushed to disk so it does wait on IO time
but 2 mins just for spawn chunks is questionable
and if deleting world fixed it, i guess it is world related
thats why I was questioning it lol
how did you issue the stop?
stop in console
well the logs did indicate the save did occur on main thread so i guess its not that one bug
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
looks like it was stuck waiting on a save yeah
I can't replicate it either so that "threaddump" is all that I have of it occurring
hmm you have a lock on a region file monitor but i dont see anything holding that monitor, thats weird
dont have any experience in mojangs IO, Paper kind of uh completely replaced all that
Hi! I am looking for some advise. I woul like to add a message that shows to a player every time they join the server. Something like showing the server info or the daily news. Is there any plugin that already does that?
so could be a vanilla bug
Lock on a region file?
yeah, your save operation is trying to access a region file that something else has locked
so could be a vanilla bug
Any world generation passed 1.13 is a bug lol
i know leaf also did some other concurrency improvements in there too
yeah, your save operation is trying to access a region file that something else has locked
Hmmm odd. Well thats probs why deleting the world fixed it lol
i didnt mean 'external', a thread had it locked, but doesnt make much sense why it wasnt exposed in the dumps
No clue
[05:35:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[05:35:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[05:35:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
did you delete them while server was open
nope
it seemed to eventually unblock
eventually lol. But since I start and stop my server every 10-20 seconds I don't want to wait 2 minutes for it to "eventually" stop properly lol
someone help me to fix this error. my server was working fine until this happened:
https://hastebin.com/oqacokaqos.yaml
in the chat it says this
https://gyazo.com/0802d4e84687d9d896253c0559625e6f?token=be02b67c094125c45ad9a751271865d9
I hope this has a solution :(
Whoever answers me please put my name since I don't speak much English
is there any way to make it so that spectators dont have italics in their tab list name? or just disabling tab list in general?
no
water and lava constantly create new particles.
if it's a client issue, then turn them off in the lcient.
Video settings then set particles to minimal
Is it still worth setting up a server in 2020 or is minecraft to dead to start now
(tag with reply so i see pls)
Is it still worth setting up a server in 2020 or is minecraft to dead to start now
@west cloak no it’s not lol
if your plan is to make money, and you don't have a huge amount of money to invest don't
@woeful quail true
Not to make money, but i dont have alot to invest
i rarely come here
does anyone know a pay with ingame money to get ranks witch works with luckperms(the one i use rn has some bugs)
I do that with commandhelper scripts, but you need CHVault addon for commandhelper. And they're not pretty (but are quick enough)
Alternatively, you can set up a tebex store and allow payment with in-game money... but if you're not letting them pay with real money, kind of a waste
@runic rain
https://www.spigotmc.org/go/timings?url=siquditexu guys what is the problem ? İ have lag spikes
Yes
is it possible for optifine to mess something up with the server? i have been playing on a localhost one and have been using optifine, but it keeps crashing. could optifine cause an issue like this?
ok
@jaunty forum is dm advertising https://gyazo.com/28c50c605268a4171238300db3730229
@west cloak Minecraft not dead. You just need a lot to invest
Specially in advertisement.
how much
normally
Idk like contact YouTubers and Streamers for a shootout
I bet it would cost around 50+$ or something
Best thing would be partnering with a streamer
yh
but to setup
?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.
ı cannot load the config.yml
http://www.yamllint.com/ @barren merlin
Validate and Verify your YAML documents, optimized for Ruby on Rails
🇶 Should this error be a cause for concern? https://paste.md-5.net/utafutimed.apache
This happened after I crossed from the end to the overworld
(More specifically I shot an ender pearl into the end-side end portal, but I don't think that matters)
I will do it again to see if it happens again
This was the first time the overworld was loaded since the server started up, for I started the server while my player was in the end
Okay, this time it didn't happen
Now I will try to stop the server while I am in the end and start it again
(unload the overworld)
Okay, it didn't happen this time either. Now I am going to try with an ender pearl
It happened!
I think I found a bug 😄
Alrighty, so if you
- Are in fly mode with an elytra
- Shoot an ender pearl into the end portal on the end island
An exception stacktrace similar to the following will appear in your console: https://paste.md-5.net/utafutimed.apache
anyone know of a plugin that brings back 1.14.2 god armor?
I opened an issue: https://hub.spigotmc.org/jira/browse/SPIGOT-6208
Bruh did you get one of those porn bots too
#general message
wot
Canary isn't a third party client
It's the Alpha testing client
Would normally get stuff first but Stickers still no work
yep spam bots happened to a ton of people not just this server
How do I make it not send you back to spawn when you die?
beds
someone help me to fix this error. my server was working fine until this happened:
https://hastebin.com/oqacokaqos.yaml
in the chat it says this
https://gyazo.com/0802d4e84687d9d896253c0559625e6f?token=be02b67c094125c45ad9a751271865d9
I hope this has a solution :(
Whoever answers me please put my name since I don't speak much English
hey im getting a very bad problem, so from spigotmc forums i just got a email on my gmail showing a picture of a girl saying bad stuff saying that would u like to meetup and stuff, and it was from the official Forums, the gmail said the links of SpigotMc and stuff too 😦 this is bad pls help
LOL
dude it just means you're a player
?
Lel
in all seriousness i don't think we can do anything about it
see if there's a way to block those emails
lmao
yea just report it and see if you can block dms from it on spig
Ok
#general message
If I run a public minecraft server on my home pc, should I run it in a VM?
Hey I'm having difficulties getting datapacks to load on my spigot server. The server loads and returns "Couldn't get pack info for: net.minecraft.server.v1_16_R2.ResourceNotFoundException: 'pack.mcmeta' in ResourcePack '.\world\datapacks*nameofdatapack*"
I've tried multiple datapacks and they are on the correct version
@late fulcrum Unless there is a reason you need to run it in a VM, you probably shouldn't
vmware?
@vast mica You're sending a datapack like a resourcepack. That won't work. Datapacks should be placed in the datapacks folder of the world
Hi!
I have set up a local server. But, I can't find the console location. How can I open it?
Or how can I stop and restart it?
How did you start the server?
I don't know. I just installed the BuildTools and I launched spigot.jar. Then I connected to localhost
When you say launched spigot.jar, you double clicked on it?
Yes
It open nothing
And you're still able to connect to the server?
Yes
Ok IDK then coz I don't rly use the GUI.
Yes but here I'm not currently operator and I want to add plugins. So I must restart the local server
OK so I will stup again and launch with minecraft server
A window has poped but it closed just after
The GUI doesn't always work. And I've seen Agentgdiamonds issue before... it's running in the background kill it via task manager or restarting the pc. Then start via a bat file. (I assume youre running windows)
@tawny dust I don’t see any other data pack folders. Could you send me the path for where it’s supposed to be?
@vast mica yeah, I dont think so either, bit since it is my home pc I am just a little wary, because it also runs pufferpanel, and that is open source, so who knows if someone find a backdoor
How high should my tps be? Mine is between 19.5 and 20
20
Always 20?
20 is the best, you're fine unless its like under 17 (even then its not bad)
Anyone know any plugins that restore 1.8 knockback on 1.16 (sprint hitting/w tapping)?
ping me if yes
I think no
is there a way that the command spam kick can be removed for certain groups? sorry if thats a really vague question lol, ive been told this functionality was a part of spigot itself and im not sure how to word it
look up spigot permission nodes
You just want to disable the normal spigot /kick?
so tl;dr of my issue is i fly through coreprotect logs and it boots me cause im sending too many commands
ahh ill search for that permission
I don't think it's a permission, I'm looking through it now though
that's in spigot.yml
I know theres the spam-exclusions in the spigot yml but I don't know if there is a way to disable it fully
if theres exclusions for specific players thatll work perfectly, ill take a peek. thank you guys!
I believe using spectator mode bypasses the kick
You can add the core protect commands into that oldgrama, but that applies to all players to my knowledge.
There is some plugins that fix the kick if if you google like ex 'spigot disable disconnect.spam kick"
why isn't my server sending the ping motd back to me? it shows that i have pinged in the console, and it lets me connect
(ping me)
i thinked i asked here but is someone knowing a greate bungeecord plugin for resourcepack
Anyone know any plugins that restore 1.8 knockback on 1.16 (sprint hitting/w tapping)?
@hallow kelp patch the server yourself
im too small brain for that
I'm not sure if there is any other way.
if you're ever interested there is a patch that exists already https://github.com/LuminuNET/LumiPaper/blob/master/patches/server/0007-Old-combat-mechanics.patch
Is there a free pvp plugin. that i can use for my mc server?
I have 3 pvp maps but not a plugin to make a pvp mode.
Hi, i have a problem when i stop my server on ubuntu computer: https://pastebin.com/EWqK5rdr
Please help me
Hey guys
Can anyone help me? I have bad TPS and its a survival server with like 2 plugins en 10 players, my view distance is already 4. Here aer my timings: https://timings.spigotmc.org/?url=zawixirolu
I've been trying to solve this problem for 4 days, but nothing can be done 😢
Please help me
page expired :p
Ok i restore
and also no context whatsoever
context ?
ye
like what did you do which caused the issue
plugins you have
when it happened
I only installed my minecraft server on ubuntu
and it
'ubuntu server'
crashed?
yes when i stopped this
no, this error appears when I stop my server
hello, i need help
how i can protect my minecraft server?
from DDoS and more..
uh, you can't really
DDoS is going to always be there
0plugin on my server
What java verison do you have?
lasted
i need a version
have hypixel ddos protection? 😄
do you know what a ddos is?
the version from jdk?
ok man
You can't simply prevent a ddos
thats like not possible. However, you can do something like a login
system
openjdk-11-jre
do you know what a ddos is?
@grizzled nimbus attack
but do you know how hackers do it?
idk
Hackers do it by compromising many computers, thousands at max and try to connect to your server constantly
and send a bunch of packets
its not only very rare and hard to do, but you can't really prevent it
you can have a plugin which has a login system
or a plugin which prevents players from spam joininfg
but other than that its not possible
openjdk-11-jre
@west cloak also that seems fine
where did you get this spigot jar?
:(
here => ht t ps://ge t bu k k i t . o rg / get/gE0q5n55ASwgaQDavi0Bd3eA1u6gcJ4A
No
Do not
use those websites
they are illegal
and they don't always provide good working jars
sorry
Do you know BuildTools?
Yes you should use that
Ok i try
ok
Telling someone you can’t prevent a ddos is foolish. You can’t prevent all attacks, especially at a large scale, but there are plenty of ways you can minimize the chances of it happening to your server
Prevent != Minimize
Especially when most ddos attacks are done by relatively small botnets
This is assuming this is a full on ddos attack
I never said you couldnt
I mentioned plugins
and those do in fact reduce the chances
but you cannot never prevent all of them
You did, my bad
That’s on me
But things can be done to drop the packets from being processed altogether
The easiest way to do that is to prevent them from connecting the first place
so ideally maybe have a plugin which limits how many players
or connections
are to your server
At an even more in depth level you can filter by many things
ll
Hello, I'm having trouble setting up my MOTD. So I used minecrafttools to generate it, but color codes like \u00a7d don't render, they look like that:
Is it normal? (Don't hesitate to ping me)
Hi, looks like there is a problem with this raid farm, hero of the village effect isn't given, is there any solution? https://www.youtube.com/watch?v=2gcWlWTuTj8
Like and Share with other Minecrafters!
►ALL 1.16 NEW Farms: https://youtu.be/ANbnSu917qo
Easy Automatic Hero of the villager Raid farm. With 77 special items the Raid-O-Matic is a must have for any survival world! Producing 3500 emeralds and 350 totems of undying per hour. Wi...
@prisma aspen I think it's case sensitive, try to make the a upper case \u00A7
I'm gonna try that 👍
time for me to update? :/
What about it
I've had that sheet since 1.11
@clever willow You could simply disable the raid gamerule to solve that one
@sharp matrix Which gamerule?
Welp, that's all I got for you man haha, don't think that can be patched sadly
My question was if there is a configuration that could make it work?
ohhh, not sure on that one, sorry
Spigot tells you and periodically reminds you to save backup codes for a reason
i have 900$ in plugins and yes thats why i am here
well that sucks its what ever i get it don't worry
ok
its all good thats why i asked
can u send me the link so i can look over it
yes
thx
ok
thank u
so the email is what u sent me
thx man
i have 900$ in plugins and yes thats why i am here
wut
I probs have like $300 of plugins.
That's fine
small stupid question command to instant crash minecraft (user don't server) 1.12.2
user don't server?
I think they want to crash someone's minecraft
He’s right, that is a stupid question
xD
I'm trying to update my server to 1.16.3 from 1.15.2, and when I run "/plugins" on the server, I get kicked with the error of The server you were previously on went down, you have been connected to a fallback server
The server doesn't actually go down, I just get kicked to my Lobby. I checked the BungeeCord Logs and get this error overflow in packet detected! Cannot receive string longer than Short.MAX_VALUE (got 39688 characters)
I'm able to do /plugins within the console and get valid results displayed
Update, you're not using the latest version of 1.16.3
Your tps is over 20
Your server has basically no load
/tps isn’t perfect
And 19.17 is fine
I guess
Point is you’re server isn’t lagging
If anything it’s running too fast
You have over 20 tps
Like I said, /tps isn’t perfect, timings is more reliable
With <2% server load you shouldn’t have any issues
What about it
That’s basically perfect
.01% isn’t noticeable
It’s well within margin of error
How can i restore a map that is corrupted?
theres a map that doesnt work
when i do /mv tp name
it says its unloaded
but when i try to load it
it doesnt work
hey guys, when I put my server on offline mode, I lose all my items
is there a way to fix this?
Hey, how to disable 1.13+ tab complete for players without a permission?
um, am I just dumb, or why I'm not getting any messages from !verify ? O.o
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
help
If he didn’t have it at all he wouldn’t get that error. What’s the command you are trying to run
just to open the minecraft sever
Yeah
no command that is what i see when i press the start button it the server files
the server file?
The start file
@echo off
java -Xms1G -Xmx1G -XX:+UseConcMarkSweepGC -jar spigot-1.16.1.jar nogui
pause
nogui needs to be on the same line as the java command, and don't think pause is needed at all?
Pause is so the CLi doesn’t close on server stop
If you start through a file instead of hand typing the command
So for something like this it’s good, as we would like to see the command line output to figure out why it’s closing
so what do i need to do?
Try running the server with just java -jar spigot-1.16.1.jar to see if it starts at all
Unsupported Java detected (59.0). Only up to Java 14 is supported.
also, you should probably build a new spigot for 1.16.3
yea i know
Where are the permissions located? like if i have perms like MOd ADmin where will be there property stored
ping me if u can help
No you don't edit the config for luckperms
they have a very good gui
which can do it already
unless you are talking about something different
?paste
https://paste.md-5.net/icagoxitad.pl
this error came, when i went out of the nether. then it created this portal:
on the plus side, that's an internal server error. No plugins seem to be involved, it's something we should be able to fix
?jira
Reproduction steps if you can, be sure you're on latest, etc.
If need be, upload the world, but so long as you can reliably reproduce it in a fresh world it's fine
@keen crest help me or die
