#help-server
1 messages Β· Page 68 of 1
Cool. Do I just run the first line and then the second?
yep
What plugin is crashing the server?
https://paste.md-5.net/dufukecufa.md
club.refrains.ghosty.GhostyListener.onPlayerQuit(GhostyListener.java:34)
wym
hi guys i have a minecraft server on a raspberry, it works with spigot and bukkit, and when i make the /restart command in the console or in the chat it only shut down the server and it won't restart automaticly
Make sure to point the restart-script setting in the spigot.yml to your start script
yh i saw that on the internet but can you be more precise
That would be a path to the script
oh a path
Neither am I
i just placed my start shell into the restart shell, in spigot.yml
and it did nothing
but i can try to do it again
thanks
and i have another problem, this time it's with ftp, i can't put any folders in my server and i don't know how to arrange that, even with search on internet
Im trying to make a voucher that gives blocks using simple vouchers but theres no were that I can get support or a wat to do it
do they have a discord?
nope
last time the devs were online spigot was 3 years ago :/
no discord/support link
thats what we call an abandoned project, ur not gna get support for it anymore
oh... well I guess I will have to restart all my vocuhers π
Hello! π my server had been running for about 4-5 months without any plugins being updated BungeeCord(online mode), Spigot(Offline). The reason for this combination is simply due to using GeyserMC plugin for Bedrock compatibility. Any how, by checking logs, for about 10 day some kids were trying to spoof my UUID which they did manage to do so finally and making everyone OP. How can I prevent something like this in the future? my server has only port 25565 open which seems like a nice exploit I havent heard about (unless it was patched months ago).
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.storage.SaveData.B()" because "this.m" is null
how do i fix this
send the full error
java.lang.IllegalStateException: Failed to initialize server
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:969) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
at java.lang.Thread.run(Thread.java:833) [?:?]
[02:34:11] [Server thread/WARN]: Failed to get system info for World Generation
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.storage.SaveData.B()" because "this.m" is null
at net.minecraft.server.MinecraftServer.lambda$20(MinecraftServer.java:1439) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
at net.minecraft.SystemReport.a(SourceFile:66) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1438) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1033) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
at java.lang.Thread.run(Thread.java:833) [?:?]
[02:34:11] [Server thread/ERROR]: This crash report has been saved to: D:\bps\MyPMCServer\.\crash-reports\crash-2023-07-02_02.34.11-server.txt
Your server shouldn't have any ports open to the world, only bungeecord
that is the case π
25565 is the only port
Are you running in a container or something funky? Try 1.20.1, unlikely to be fixed in 1.19
I ran this server with 1.19.2 4 months ago. I don't think it will support plugins 1.20.1.
What port is spigot on?
[17:01:10] [Server thread/INFO]: /24.53.x.x:53364 lost connection: If you wish to use IP forwarding, please enable it in your BungeeCord config as well!
[17:12:49] [User Authenticator #695/INFO]: UUID of player _44999 is 4a533212-0f8e-4cb3-827f-665f18975397
[17:12:49] [Server thread/INFO]: _44999[/127.0.0.1:53684] logged in with entity id 1180 at ([spawn]127.0, 90.0, -86.0)
[17:15:03] [User Authenticator #696/WARN]: [LuckPerms] LuckPerms already has data for player '_44999' - but this data is stored under a different UUID.
[17:15:03] [User Authenticator #696/WARN]: [LuckPerms] '_44999' has previously used the unique ids [4a533212-0f8e-4cb3-827f-665f18975397] but is now connecting with '05ac44cc-4b42-4000-a4f3-9fcf7869646f'
[17:15:03] [User Authenticator #696/WARN]: [LuckPerms] The UUID the player is connecting with now is Mojang-assigned (type 4). This implies that one of the other servers in your network is not authenticating correctly.
[17:15:03] [User Authenticator #696/WARN]: [LuckPerms] If you're using BungeeCord/Velocity, please ensure that IP-Forwarding is setup correctly on all of your backend servers!
[17:15:03] [User Authenticator #696/WARN]: [LuckPerms] See here for more info: https://luckperms.net/wiki/Network-Installation#pre-setup
[17:15:03] [User Authenticator #696/INFO]: UUID of player _44999 is 05ac44cc-4b42-4000-a4f3-9fcf7869646f
[17:15:03] [Server thread/INFO]: _44999[/127.0.0.1:53749] logged in with entity id 1181 at ([spawn]-714.5552249288917, 200.0, 4.406523607511824)
[17:15:15] [Server thread/INFO]: _44999 issued server command: /seen _44999
[17:15:24] [Server thread/INFO]: _44999 issued server command: /lp editor```
lemme check
1.19.3 definitely, but trying to find the build
What port is bungee on?
You need to set it up so that spigot can only be reached via bungee
If they are on the same machine, server-ip=127.0.0.1 in server.properties is the easiest way
bungee is on 25565 spigot 25577
Thank you for your help. I fixed the bug, it's too funny. I wrote an address that is not my own IP address on properties 
Are you sure port 25577 is firewalled/blocked off correctly. I bet it's not
and my iptables are resitrcted to only allow for 25565
Interesting, will look if that is it and the error can be better
checked it using https://www.shodan.io/ to be 100% sure
but yeah, there was no way for me connecting with 25577 to the server
i knew the risk of having the server in offline mode, hence the iptables
This is probably the most popular way to ForceOP on a server. The vast majority of OP exploits performed are using this method. This method exploits the structure of the Bungeecord server. Bungeecord servers serve as a link between several Spigot servers, which allows for thousands of players to be on a single network at a time. For example, if example.com:25565 is the main server, the Spigot servers may be hosted at example.com:25566 or some other port. Because of technical restrictions, Spigot subservers must be in offline mode, meaning that anyone can directly join from any username, regardless of whether the main Bungeecord is premium or cracked. To carry out this exploit, tools like NMap are used to scan the ports of that IP, potentially revealing subservers to connect to. Port scanning hosting providers like BisectHosting is also possible, as the subservers do not have to be hosted in the same domain.
Some server owners have tried to block this method by disabling IP forwarding, and anyone trying to connect to the subservers will get a message starting with "If you wish to enable IP forwarding". This is not enough to stop this exploit. There is a workaround to this by changing the IP of the CHandshake packet that would bypass this message (SkillClient did this). A plugin like Only Proxy Join is needed to stop people from connecting directly to your subservers.``` something i found online
I can't speak for gesyer, but if it really is blocked then there is no way to uuid spoof
the last 5 lines

damn never knew that was a thing
what
the server would had been griefed a year if the port was open
but it was running without any issues until now
the logs I've sent kinda prove this exploit
Maybe your firewall reset?
It is, it's a huge issue 
Secure your ports people
You don't need a plugin though
Like seriously just secure your ports 
anyone who doesn't have DROP as default in their input chain is to blame themselves. I never understood how people can even run a VPS or dedicated server without knowing how to use iptables or at least ufw
Idk how to use ip tables it seems like a pain in the asss
I've always just used ufw
?kick @daring ledge services and recruitment
Done. That felt good.
Anyone know how to make NPCs into top leaderboard player
not cool. because issue is random
Any ideas on this crash dump?
hi guys i need help, i don't know what to put in my startup scrpit, so when i /restart, it only stop
The restart script should point to the shell or bat file used to restart the server
If you're on a web panel host you won't have one so I'm not sure how you would set that up
i see but the startup script made it start on a screen session, and it's wierd cause i point to the start shell but it doesn't restart
Better to just stop and let it autorestart
Is there a way I can change the achevment message?
it's never auto restarting
hello
is 2G of ram enough for a survival server with 10 players?
and some basic plugins
depends on version
1.19,4
it will be a bit laggy for 10 i think
probably not then
how much will be enough?
Yah, I want to change the colors and words
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!
your question is terribly indescriptive
I can't move while my friend moves normally and I can only spam space while walking
this is also not due to plugins
And how do you know that
remove all plugins
Did you set the walk speed with a plugin
No
i have generated a 1.12.2 world on my minecraft with 1.8.8 and im trying to put this world on my 1.8.8 spigot server
and it doesn`t work
Downgrading worlds is not supported
can i get help regarding bungee?
?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!
I mean yeah... there were so many new blocks and world generation changes between 1.8 and 1.12. Did you expect the 1.8 server to just know what 1.9+ blocks were? They weren't added yet
i am getting a error regarding bungee:
Could not connect to a default or fallback server. Incorrectly configured address/port/firewall?
I tried everything but it is not solving can anybody help?
i can send the information if anybody is ready to help..
hi , i have really really weird problem ..
so i made 1 database for my plugin [it works .] and the server is connected
but when i run another srever with the same plugin and same database it does not get the data ..?
it connect but all data is 0 ..
not like the first server which holds all the data.
I'm using the bungee code.
However, I would like to use the Bungee code to access different servers when the server address is different. How can it be achieved?
forced_hosts:
server1.kr: lobby
server2.kr: wild```
I did it like this, but I can't Please help me
Ok I finally have the proper question I've been trying to ask, does anyone have a template of how I can setup a leaderboard using cmi holograms
Basically, you'd need to rewrite the terrain generator
need some help with bungee. force_default_server is set to false, yet players still always connect to the hub server, not to the last server they were on.
Well, maybe messing with terrain gen on a critical part that crackers use a bit may be enough
isn't it enough to just use different seeds for villages, world generation, and to prevent sending the seed to the client?
I don't know how seed crackers work
wdym with "you can't"?
I guess they use BiomeMaps or something to find it
Alright! I read an article about seed cracking. If you split structure generation and biome generation, you should be able to trick those crackers
what is mean "wdym"
what do you mean
Even setting "forced_hosts" connects to the lobby server.
After 3 hours of searching for the reason, it seems to be because of srv. You can use the A record. Do you know how to do it with srv?
If I use A records, I can connect to "forced_hosts", but if I use SRV, it doesn't work as I want.
Why is my server when loading it just shutdown after it loads https://hastebin.com/share/ivofatutes.makefile
update
update what
probably
just tried with 1.19.4 and same thing still
That's not very smart
why
if i have a spawner in a chunk, and i /forceload it, will the spawner spawn mobs
No
player entity has to be within certain range for spawner to spawn. Even if chunk is loaded
I have never seen someone having that many console errors
holy shit yeah
was there a single plugin that even started correctly?!
luckperms seems to loaded fine lol
Resilient bastard
F
personally im a big GroupManager fan
they even managed to break some YAML configs too
seen worse.
by seen, I mean my own server, by worse, I mean me updating a single mod in my modpack and whatever dependencies it has just for the separate jimbob spawner mod from whatever other random developer to break
it looks they used a normal 1.19 or 1.20 server and then just downgraded spigot to a dead version
I buy setup from bbb for 1.20 but it no work when I switch to 1.8.8???!!!
How can i fix that when i set %bungee_servername% for players count to a server it doesn't count anything
I have everything good
Iike placeholder
I installed the bungee in placeholder too
But still not working
Does anyone know how I can put the balance a player has in the scoreboard? I'm using DeluxeHub for the scoreboard and Essentials for economy
miss click
bro
Can I change my server name here to BukkitNoob? lol
Your nickname matches your spigot name
Whats wrong
Is this where to ask about certain plug-ins or?
this is where u can ask about issues regarding ur server (and its plugins) @west cloak
9 times out of 10 we might say "try the plugins Discord first" if it has an official support channel tho so
net.minecraft.util.ReportedException: Ticking entity how can i fix this error?
actually yes
is there any free tokens plugin for pickaxe upgrades
I think bungee expansion not working for other servers
does bungeecords uses your server resources?
Depends on how many users, plugins, and what it's actually doing
Generally though it doesn't use much resources
if i would change my server to paper instead of spigot, will it work with all my plugins, and config files?
We don't know what plugins you're running
but generally yes
mine, i made them for spigot based
?whereami
why
Because xf1 plugins cost a good bit and the paypal integration is all spigot has
i want buy deluxecombat is there then anyway to get get for free?
No. Maybe you can talk to the plugin owner see if there is another way they'll accept payments
how
how
...
I tried
Almost guarentee they have a discord 9900% of premium plugins do afaik
any plugin by which it can block bots someone has added bots with players's name
because of which I can't ban them
and they can't join game
any way?
Hi I have a problem my default rank on luckperms is above my owner rang but the weight is 1 for default and 999 for ower so I don't know the issue I use ItemsAdder for the ranks configs
where is it above the owner rank
add the order to config.yml;
tab config
Yea but how
Its the same
is it enabled
I was looking through both the craftbukkit and spigot code because I wanted to see what kind of performance improvements have been implemented. I'm surprised but apart from implementing well the Bukkit API, making stuff configurable and fixing some game breaking exploits, I couldn't find any.
Does spigot even do any actual game optimization besides changing various parameters such as entity tracking range and if so, where should I look if not in the "CraftBukkit-Patches" folder in the repo?
anyone knows a plugin or an easy way to add written books to existing loot tables, i really dont know an easy way to add that many books without dying in the process (like 40 books)
Hello i have a problem with tps
my server full lag
with clear lag
I even reach 5 tps and the server is unplayable
hey guys, does anyone know how to edit the /help command?
Not really
AFAIK
I don't really think spigot is a super performance improving focused branch
I mean there is a reason paper Is so damn popular
i see
Spigot is as raw as you get
Unless you still count CraftBukkit
Which is dead asffffff
could be me
Can you install spigot and bukkit in your saved server?
spigiot is a fork of bukkit, all bukkt plugins run on spigot
there isnt a need to ever run plain bukkit
Hi everyone !
Is it possible to disable native 1.20 feature of rightclick-editing signs ? Its suuuuuuuuuper annoying
(Without coding java, im not dev haha)
Yo is there any plugin that pushes players away when they enter a portal or they enter a region
Hey i have a problem with goats with wildnature
it's possible to disable the spawn of goats ?
Is there a resource that explains how worlds and dimensions are saved in a server?
Alternatively: are the folders for dimensions always called "world[_dimension]" or could "world" be something else?
"world" can be changed in the server.properties file
sir this is spigot
Hello, I would like to know how to remove all collisions between players and animals
Pffffff my bad
Bungeecord is just a proxy for connecting multiple servers together
did u restart the (spigot) server
Enable it in the proxy. Have you restarted the proxy too?
Bungee
well connecting them without some sort of proxy does not work lol
But they can run standalone, of course
just point both dns' to the ip
If you just want 2 IPs(domains), why do you have multiple servers
Bungee is not a lobby
And what is the problem?
Thats not very descriptive lol
If you want to use Bungeecord + multiple servers, you need a Bungee-Proxy, should have a Lobby and the 2 servers you want
Now you are using velocity?
com.velocitypowered.proxy
is velocity
oh you're using paper
im still super confused what minehut has to do with this at all?
dns?
Also, others may help too
use imgur or smth
oh so you want it to work through minehut proxy but also can connect standalone
Then you want a bungee proxy
yeah pretty sure you cant connect directly if proxy mode is enabled
yeah setup a proxy on your vps aswell
is this with oyur proxy?
or trying to connect directly
Wtf is minehut proxy lol
they want to use minehut's proxy as well as being able to connect directly themselves
wait does minehut have a direct connect ip you can use
like yourserver.minehut.com?
modified bungee
Ok
if there is a direct subdomain you can connect to, for your second domain just redirect to the minehut domain
easy
no need for a second proxy
yup
if you're gonna leech their players, might aswell also leech their proxry resources
yourdomain.com -> yourserver.minehut.com -> external vps
yes
idk about the queue
its either that or use two proxies
oh possibly
your one could work aswell
wait no connecting through your domain wouldnt work
needs to be through proxy
then use two proxies
.
just use any of the bungeecord setup guides
theres heaps
idk i dont use minehut
Ok, but coupled with an earlier reply (#help-server message), how does it store multiple world? Are there multiple server.properties (with prefixes or something)?
I have a problem with my Spigot server when I used my sand duper and my chunk loader it didn't work. I had to change the software to Vanilla for it to work. Does anyone know why my sand duper and my chunk loader didn't work?
are you actually using spigot, or paper?
I'm using Spigot
then I don't know, spigot usually doesn't fix any duplication bugs etc
Ok :(
Hello i have a probleme with a goats of Wildnature
The goats do lags on my server
Do you know how to disable this ?
The all animales of Wildnature or just goats
For much information
https://timings.aikar.co/dev/?id=bd8fe0a308aa480d99d0cec1f5fb1940
I talk to dev and it's the AIs that produce bugs
Mohist πππ
?
U ain't getting support for that anywhere else except on their Discord server
Mohist
You have her Discord ?
No
Does anyone know if I set the structure seed in spigot.yml to a different number? Will structures such as igloo be generated at random places that are potentially not a snow biome?
They should still generate in the correct conditions
Just at different locations
alright thanks, that help me alot since those seed crarker cant find structure easily now :D
have you guys seen hypixel skyblock spawning zombies without any visible mob spawner? does any of you know how is that done, what plugin is similar to that?(invisible spawners, custom mobs, no limit on light level)
I mean you can spawn mobs anywhere at any time, even in vanilla with the /spawn command. With custom plugins (as is the case with Hypixel) they likely have their own custom solution for spawn nodes which act like virtual spawners. Unsure if there's anything public
yes i know how thats done but coding it is gonna be hard. and im sure that hypixel doesnt have their plugins public. i was just asking what are some similar plugins
Thatβs more what I meant by my last sentence. Iβm not sure if there are any public plugins that replicate that behaviour. It seems like a very niche requirement
what's the best way to update the server
booting up says my build is outdated
but if i build again ill just have double the files
?
Did you run the server directly in the BuildTools folder
ok
how do i decrease interval of player ping placeholder update?
(the one that is in tab)
i must say
that's so good
i'm finally getting back into development at work
love that it just replaces the old shiz
Hello, I would like to know how to remove all collisions between players and animals
You might be able to use LivingEntity.setCollidable()
Without having to create a plugin
a java developper can help me pls ?
?ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Make sure you use the right channel regarding the topic of your question. Create a thread in case the channel is already in use!
I have a problem with goats in Wildnature, I try to disable them but nothing works, I'm looking to find a java developer who could decompile the code to either delete all goats from the mods, or all mobs or be just goat AI
I searched with plugins but impossible to found a solution
Yes
because the entity lag the server
Hey ! i want to connect a website and my minecraft money, i explain. I want to make a webstie where player connect and put there username so they can see how much moneyu they have, and do transaction to other players. I saw that rcon can do it. ps: i am heberging at home, and i am not very good on this type of stuff, so please help me.
yes
it's a mod, I don't know anything about dev and I don't have anything to decompile or anything else
anyone that knows how to dev dms fast
Already do
If i send you a mod you cannot disable IA ?
Am I right in assuming the Bungeecord reverse proxy itself can run in online_mode=true? Somehow that setting is producing an 'unexpected packet received during server login process'-eror.
bungeecord should be onlinemode true, the backend spigot servers should be offline mode
Don't forget to firewall the backend servers or install Bungeeguard
So people don't bypass the Bungeecord
Will do, I'm setting up ufw rules as I go - installing several games on my server atm. Minecraft seemed like a good starting place.
Don't make the mistake I made and forget to open port 22
I think I should be warned if I even try? I'm using ssh to setup the firewall.
Luckily server is in the next room for me ha.
had to reinstall everything and lost 3 years of data
well most of it. The important stuff was backuped - my database xD
There has to be a better way than reinstalling it π
Well if you have physical access to the server there is
Otherwise you are out of luck
Visit datacenter with a laptop and patchcable.
Time machine
I'm sure they'll let me in because I rented a server for 10β¬/month
I asked my server hoster but they said "nah we can't help you"
so I reinstalled
atleast I used that opportunity to update my debian
And it only cost me about 3 hours + the minecraft server I configured for about 5 hours
Do they not have ipmi?
@coral tiger I did that too. But man, I just got into IPXE, downloaded a live-arch, ran it, mounted it and ran ufw allow 22
Also, you can update debian with 3 commands in a running system lol
Hey it's possible to add modded block for jobs Reborn ?
no sadly only a web console that's also connecting via ssh
what about editing /etc/apt/sources.list though? I was new to this so I had no clue how hard it is and what could break
yeah that's what I did
backup block storages like in oracle you can terminate instance itself and the attach that storage to the other instance
I am always allowing ssh and 22 port in ufw cuz for safety
Hello, i have a question, probably it s a easy fix but, i get this when i startup my server and i don't know how to make it dissapear, i tried using ChatGPT to help me but didn't work, and i came here since it s related, the messages are:
"[15:51:52] [ServerMain/WARN]: Invalid registry value type detected for PerfOS counters. Should be REG_DWORD. Ignoring: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfOS\Performance\Disable Performance Counters.
[15:51:52] [ServerMain/WARN]: Failed to add PDH Counter: \Paging File(_Total)% Usage, Error code: 0xC0000BB8
[15:51:52] [ServerMain/WARN]: Failed to add counter for PDH counter: \Paging File(_Total)% Usage
[15:51:52] [ServerMain/WARN]: Disabling further attempts to query Paging File."
After this message appears it tooks around 1 minute for server to start
Sorry for my bad english
It doesn't bother me, but the startup it s slow at the begining, instead starting directly it gives me this message
Press Windows key + R and type in regedit, and open it. Go to this directory: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfOS\Performance Delete "Disable Performance Counters" by right clicking it and clicking delete. Right click the empty space under the "files" so to say, and click new > DWORD (32-bit) Value Type in a name as following "Disable Performance Counters" and press enter If the value on the "Data" part on the right is 1, change it to 0 by double clicking the name of the file and typing in 0 instead of 1. If it is 0 just leave as it is. Now you can close up Registry Editor and start your minecraft server.
Credits to u/matounen on Reddit
hello, do somebody know how to make that players can create own worlds, but limited amouth (1) and only if they have permission for it
im not sure if MV have this logic
Now I get only this:
"[16:45:01] [ServerMain/WARN]: Failed to add PDH Counter: \Paging File(_Total)% Usage, Error code: 0xC0000BB8
[16:45:01] [ServerMain/WARN]: Failed to add counter for PDH counter: \Paging File(_Total)% Usage
[16:45:01] [ServerMain/WARN]: Disabling further attempts to query Paging File."
What version?
1.20.1
Hm that should have been fixed in 1.17.1
Should i download a new build and replace the spigot.jar with that?
the latest version of the build
Run BuildTools
Ok i tried that, i runned the BuildTool for 1.20.1 again and same thing:
"[17:22:08] [ServerMain/WARN]: Failed to add PDH Counter: \Paging File(_Total)% Usage, Error code: 0xC0000BB8
[17:22:08] [ServerMain/WARN]: Failed to add counter for PDH counter: \Paging File(_Total)% Usage
[17:22:08] [ServerMain/WARN]: Disabling further attempts to query Paging File.
[17:22:56] [ServerMain/WARN]: COM exception: Invalid Query: SELECT PERCENTUSAGE FROM Win32_PerfRawData_PerfOS_PagingFile"
Can I change the structure seed for Nether?
Are you running it in a ondrive directory or Dropbox
external SSD
Though it looks like a virus tbh I've never seen buildtools using sql
@tawny dust Thoughts?
i didn t download things from suspicious websites
nope
not even close
do you know what is Pagefile?
me? no
Nota clue
its basically swap but windows
like
when u have 4gb of physical memory
u ran out of them
and the OS will ask to move your data to a PAgefile
That's why I don't use windows I just know it as swap
TLDR: put ur ram in disk
16 in total
Not reqllt even need 2G
just for redudancy
i runned build tools with( a second)
and troubleshooting
java -Xmx2G buildtools.jar
wait
use
java -version
and send it here
send what here?
Does anyone know how to fix could not connect to default or firewall. on bungeecord
i runned BuildTools with this:
java -jar BuildTools.jar --rev 1.20.1
ok so
from the official site
java -Xmx2G -jar BuildTools.jar --rev 1.20.1
SpigotMC
and replace spigot.jar with the new one?
you think it s gonna fix this βissue?β
what exactly are you having problem with?
That message when i start
the server
The server works but as i said in the message it start up slow at the begining
hm
want a console log?
im not really an expert when coming to newer version server
so
i might not be helpful
Any help will help me
i asked on microsoft discord server too
and they didn't know how to help me
(the server members)
it doesn't bother me but at the begining when i start the server is runs slow
like, it gives me that message and aprox after 30s-1m or even 1:30m starts running the server
please help me make a block for the itemsadder plugin, I need at least an example of how to make several blocks in 1 pack. (ping me)
Can I change the structure seed for Nether? D:
what plugin would cause leaves placed by the player to decay
sir this is spigot
43 isn't a lot
what about 80
hush
I need max 10 plugins
Good for you
1 of those would probably be my own plugin that has all randon stuff I need
im gonna open my plugin folder, make it a multi module gradle project and build it to 1 plugin
Does anyone know where I can find those average Minecraft Server artists?
Well, that not does sound good
If you manage to build that monstrosity
You could add compatibility between plugins
Obviously lol
what does the thunder-chance option do? the config documentation on the spigot website seems to be heavily outdated
It's a 1/x chance each tick that lightning will be summoned during a thunder storm
By default it's a 1/100000 chance every tick
Lower number = more lightning
ahh ty
i thought it defines how often the weather changes to thunder instead of rain
I should clarify. 1/x chance per tick per chunk
oh yeah is that vanilla default?
100k is, yeah
alr ty
Edit: Not strictly a server question, i'ma gonna move that to #general
Hi, does anyone know a plugin for 1.20.1 that makes it that loottables of chest respawn?
Hello i made a hitcounter system used to count boss's hit it does work on my AncientSkeleton boss but doesnt work on my Skilra boss
who is skilra 
or who is AncientSkeleton lol
sounds like some custom bosses xd
How can I configure a fallback server?
Also send the players to the Hub instead of the latest server they we're connected to when they join
Has this happened to someone else, only this was written on my console
TEAM LEADER NAME
oraxen compiled for me
use purpur 1.20.1
and use software mc server soft
What worries me is that it is not a normal behavior, the first time that it happens to me to see that things like this are written on my console, the first and only time that it happens to me
If anyone has an idea of ββwhat can happen and how to solve it, I would appreciate it. I would like to know if I am at risk
means your house is going to burn down
Do you know of any plugin that has battle roles? For example, the ones on horseback do more damage to the ones on foot.
Where can I hire plug-in developers?
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
yes
that's not a log into the console
to confirm that it's not a plugin the issue, just download the respective version for each one and compare checksums
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.
How to fix this issue?
a) sir this is spigot b) whats PlayerEventHandler.java ln940
and why the hell is it almost a thousandliens
Probably first plugin. My first plugin which was function was around 3k lines
cuz I didn't know how to use classes at the time
no guards, just a BUNCH of if statements
oh wait this is help server
i just had a look on grief preentions github, that class alone is 2.6k lines and the code base is horrid

copy paste them
wdym
I dont know which ones are the correct ones online
test it out and find them?
ok thanks
we arent going to find them for you
I found one but there is the box thing on the right lemme show u
do you know how to remove
what did you paste?
should just be one character
you can just paste it in chat and see how it renderes
π‘
dont have to chagne the scoreboard to test each one
thats very strange
ur scoreboard plugin isnt loading the config as utf8
also do you happen to know the format fore making gradient?
what scoreboard plugin
but generally make it on here https://www.simplymc.art/Gradients/
Hex color gradient creator
tab
Not really
curious, how to make a packet listener ?
besides protocollib
is ther a native way in NMS ?
You'd inject your own thing it to netty
how do you mean ?
Not worth the time or effort
i use netty and then what ?
Use ProtocolLib or PacketEvents
what is PacketEvents
can you give me a quick example with for example ClientboundContainerSetSlotPacket
or whichever type of packets
An alternative to Protocollib, but you can shade it
Why do you need to listen to that packet?
||sorry if it's a noob question, but what does shading mean? Is it when gradle copies the whole plugin inside your plugin instead of requiring another plugin running in your plugin list||
Yeah. It means including the lib in your jar
also you might want to move to #help-development
Hey so I've found a really cool plugin that I'm looking to use on my server, only issue is there is some weird problem where it resets the config every time the server reloads. The plugin is free but the source isn't public anywhere that I've found so I've tried using Recaf to edit the jar file so I can change the default config (maybe not the best solution) but I'm not having a whole lot of luck, does anyone have any suggestions?
Contact the author or hire someone to fix it
Hiring someone to fix it can be illegal without having a specificed license
Yeah who tf cares though if they press charges they'll lose
Bukkit is GPLv3
Oh yeah in that case you're free to alter it, GPL requires for it to be OSS if that specific part is using it
in spigot usually the plugin data folder is fetched via the library so it's okay to alter that part of the code under the GPL
well
they're doing some weird things by putting the config in the actual code
it's in like 5 different places though so it's taking me a bit to get all of it
was just wondering if anyone had any better suggestions
How do I get auction house to work on my server
I have it installed in plugins folder but it doesnt appea
How to hide port without using windows firewall
i have a minehut server that should go to a shockbyte server but when i join the minehut server it says IP forwarding is not enable on the bungeecord server even tho it is
minehut has a guide for this type of setup
Does anyone know how to make /mvtp [world] tp you to your last location in that world? I have a survival world on my server and when they use the menu to go to survival it just takes them to spawn
this is with the multiverse plugin
I got my server up and running but dynmap needed me to put the server ip in server.propeties to open the website so I did and then the server wouldnt start
I got a failed to bind to port error and then a failed to initialize server
if its blank the server launches fine just without a functional dynmap but if I put in the ip the server doesnt start
localhost works fine if the server is running but not the website with the server ip
Use loopback address in server properties
Or 0.0.0.0
Im guessing you put public ip or smth
figured it out
had to open a second port for the dynmap
wouldnt let me use the same one for the server and the map
Is there any software that lets me generate minecraft worlds out to a specific border locally so I can upload them to my (paper) spigot server
I've run into a bad exploit with my server. whenever someone rejoins my server essentials fly is automatically enabled even if they don't have perms for it
Probably should inspect your plugins for malicious ones as well as check the logs
Also ensure you are not in offline mode for the network
I am having difficulty setting user permissions for multiverse core2, I set an npc using fancy npcs in my lobby and set it to teleport me to my survival world, yet I cannot get it to teleport me once deopped to test to see if it will work for regular users, I it keeps giving me the error that I lack the permissions even though I set it up in luckpermissions, I need some help here. I wound up changing it to groupmanager, and still have the same results of it saying I don't got permission to do that
If I generated my world to 10k blocks, can I only generate the nether to 1250?
You can have a seperate worldborder in each world if that helps
I believe if they make a portal far out in the nether itβll just go right by the worldborder in the overworld but youβd have to test
hey
how do i make night vision so that when i move sky's color changes
one server has it
and i think its unique feature
painfully, @mellow dock knows im pretty sure
good
It would be possible with a resource pack or a mod, more i dont know π
i did it
So I'm in spigot.yml editing the message that they display.
I want my whitelist message to be red and bold and displays Access denied
I have tried adding the &c but it doesnt work
Show exactly what you put
I put "&cAccess denied."
Note: If only showed the "denied."
if?
???
well you could just make a local server, set a world border, generate it using a preloader and then just upload it to your remote server after the fact
@tawny dust Also, when I do back the &cAccess disappers
hi there i was wondering if anyone can help me im trying to update my spigot server but buildtools keeps playing up and is saying dubious owership in repository also when i try to get the spigot download it says server 1.20.1.jar not spigot 1.20.1.jar can someone help
Send the entire BuildTools log in a paste. Also there is no official download of the spigot jar, you need BuildTools
?paste
Try using cmd in an empty folder
I am trying to make a oneblock server, and I have downloaded this plugin: https://www.spigotmc.org/resources/oneblock.83215/. I dont know if it is the plugin but the world border is very small (one corner is -999, -999 and the other is 999, 999). I have also noticed that whenever oneblock border is turned on in the config, instead of players having a border around their island, their island generates inside the world border, which kills them instantly.
Can someone help me get the world border to generate far away/get the plugin's border to generate properly?
Thank you.
So, I'm trying to find a scoreboard plugin that can display vanilla scoreboard variables to each individual player, and can't find any, so I'm asking here if it exists, and if so can someone put a link to it for me
Starting server
Unsupported Java detected (17-internal). You are running an outdated, pre-release version. Only general availability versions of Java are supported. Please update your Java version.
How can I fix? I'm using Termux aarch64 openjdk-17
Java --version
openjdk 17-internal 2021-09-14
OpenJDK Runtime Environment (build 17-internal+0-adhoc..src)
OpenJDK 64-Bit Server VM (build 17-internal+0-adhoc..src, mixed mode)
Try the JDK from oracle and a different version?
maybe uninstall the current jdk and install version 18?
pkg install openjdk-17?
I guess it would be
pkg update
pkg uninstall openjdk-17
pkg install openjdk-18```
I tried to use pkg install openjdk-18 it nothing
ow
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package openjdk-18
No mirror or mirror group selected. You might want to select one by running 'termux-change-repo'
Checking availability of current mirror:
[*] https://plug-mirror.rcac.purdue.edu/termux/termux-main: ok
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package openjdk-18-jd
I don't know
Same..
I've used linux before but I don't know why it's not locating the openjdk 18
Same top.
I'm using termux Linux on android
Original server minecraft java it works perfectly
Spigot.. it needs to update java version
On the phone?
Yes
Yess
hmm
With spigot
You try it termux your phone
https://github.com/termux/termux-app/releases
And too I use zarchiver I download it server.jar
~ $ pkg install oracle-jdk20
No mirror or mirror group selected. You might want to select one by running 'termux-change-repo'
Checking availability of current mirror:
[*] https://plug-mirror.rcac.purdue.edu/termux/termux-main: ok
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package oracle-jdk20
Yeah I wouldn't know sorry
I am trying to make a oneblock server, and I have downloaded this plugin: https://www.spigotmc.org/resources/oneblock.83215/. I dont know if it is the plugin but the world border is very small (one corner is -999, -999 and the other is 999, 999). I have also noticed that whenever oneblock border is turned on in the config, instead of players having a border around their island, their island generates inside the world border, which kills them instantly.
Can someone help me get the world border to generate far away/get the plugin's border to generate properly?
Thank you.
Yes.. I donβt know how can I update Java version my Linux termux.
My worldborder generates at 1000, 1000 in every multiverse world. Does someone know how to fix this (/worldborder command can shrink but not expand the border idk why)Γ§
can I get some help with my problem? I can't seem to get my npc to teleport regular users to the assigned world, it keeps telling me I don't have permission.
would intave or matrix be a more resource friendly anticheat? (i'm asking for about 30 players)
I have a question regarding premium resources, is this the right channel to send it?
#general would be the better place for that kind of question.
Kind of a weird question but does anyone know how to have it where your inventory is different per world? I'm using Multiverse on MC 1.20.
You'd have to use Multiverse Inventories. (That is if it's even updated)
Works! Thank you!
I really need help my server is crashing after a while due not enough ram even I have 4 gigs what could I do?
Hello me and my friend are trying to use the vivecraft spigot plugin on our server. It works in terms that we can see each others arms and head movements but there is one massive bug we have ran into, whenever we try to use or mine a block it doesn't work. When we try to use a block like a crafting table the UI doesn't come up and we cant use it or when we try to open a door it will open but wont let us go threw. Same thing with mining a block it will break but when we try to walk where it once was it will act like a ghost block and wont actually be broken. The server is running of of 1.20.1 paper and the plugin and vivecraft are both up to date being 1.20.1
Maybe there's a memory leak
Send timings report from spark or aikar
That or your system can't provide enough memory well see to see the error
?paste
Or this doesn't have to do with memory at all
Yep :D
Wouldn't be the first time
We may never know
Where do I find?
Ale I'll do that later and them we will see ty tho
looking for a 1.20.1 chat plugin that lets you add prefixes and such and can't find any (not wanting essentialsX as i'm looking for a chat plugin exclusively) any suggestions?
real
https://www.9minecraft.net/easy-prefix-plugin/ that maybe?
luckperms and lpc
Does someone know how I can make Vulcan don't eat so much ram?
Is there a plugin or setting that allows Wardens to spawn from any Shrieker?
We have some custom world generation, but the shriekers don't spawn any wardens because of this
Does someone know why when I add spawner to shop it doesn't have NBT data and says that I can choose spawner type only with spawner egg? I'm using dynamicshop 3
Oh and when I pick changed spawner with egg(shift right click) with creative it's again default pig spawner
I want to make it so that my VIP rank can get VIP crate key every 6 hours but I dont know how to make them get a different key than their rank
so a VIP would get a VIP key and a Donator would get a Donator key
Can someone please help me
Hello, I have a question, who can help me?
?ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Make sure you use the right channel regarding the topic of your question. Create a thread in case the channel is already in use!
Ok, sorry, the premium plugin can only be sold with a PayPal account or with a credit card
PayPal only
But you add a credit card to a PayPal account easily
what about using kits /kit vip, /kit donator, etc. I'm fairly certain most kit plugins will let you put a timer on redeems too, at least the good ones
There is no way to pay by credit card? (without paypal)
hello, i had my server open to public
I have the online mode set to false so i can test multiple players without needing to buy different accounts
My server is portforwarded but i never published it anywhere
how then did this player called 0skar2 join my server?!?
how did he find me, and can he have done something dangerous because my online mode was disabled
Go in the config and make the command sent by right clicking the NPC to this: β[CONSOLE] mvtp %player% worldβ
There is, it's a paypal feature
You can pay for it without an account
And it'll send the payment with the name on the card
Does that mean I can start my premium plugin without PayPal?
ty
does anyone know if this is something to be scared about, because i am a tiny bit, and have no idea what to do about it
these are called bots who scan random IPs for open ports, this time it was minecraft port. you have nothing to worry about, they can't actually join, they just.. collect the data / statistics of some kind? It happened to me before and they were trying to "join" every 4 minutes, so I just restarted my router and the problem was solved since I got a new IP
You can always enable whitelist on your server if you're concerned
haha, yea i did
but at least now i know they cant hurt right?
No it's no biggie
:D
I don't know who does that though, you never know, but 90% of them are bots for sure, because how is someone supposed to know your IP out of 4,294,967,296 other IPs π€£
oh god, yea thats a lot O_O
hello, I just updated my minecraft server from vanilla to paper to decrease lag. It seems in the enderman XP farm the XP acts a bit differently. Im not sure how to explain it, it might be grouping the xp orbs together to improve performance. My question is, when you install paper/spigiot server, does the main settings remain vanilla?
By saying vanilla, i mean in my example, i get the same amount of xp just in a different way
paper/spigot do merge xp orbs together to imrpove lag, spigot doesnt patch and dupes/exploits the vanilla jar has, paper on the other hand do
but the amount remains the same?
should do
perfect, thanks
No
How to fix 09:33:16 [SEVERE] [/66.165.249.34:51682] <-> InitialHandler - encountered exception: net.md_5.bungee.util.QuietException: Unexpected packet received during login process! 0a0d0a000d0a515549540a2111
/lp group vip permission set essentials true 15mins
Is there any way to make this command permanent so it doesnt deactivate every time I update something on luckperms?
dont add a time frame?
the time frame makes it expire after that long, so it expires 15mins after you add it
ohh
then how do I make it so that members with the vip rank can use /fly for 15 minutes daily
find a plugin that supports it or comission someone to make it
does anyone know of a plugin that can control how much time people can use /fly?
thanks, though I am more wanting to figure out how to get the permissions bug fixed, because installing essentialx messes with the default game mode, forcing every world to share the same game mode when it is supposed to respect the world.yml files configuration, which states each world is to have it's own default game mode, I wound up temporarily disabling my lobby world and removing it for the time being, AFTER archiving the removed worlds
that way I don't lose them so that when a solution for the problems at hand is found, I can extract the world files and fix the problems
Yeah Iβve never used the NPC plugin before but thatβs the string deluxehub uses to tp players to other worlds
I still canβt figure out how to fix the /fly bug when you rejoin my serverβ¦
yeah, I usued fancynpc since it's the only one I can find that works with 1.20.1
and I was using hub as my hub plugin
Ok
does anyone know of a plugin that can control how much time people can use /fly?
hey does somebody know the name of the plugin? Or maybe a spigot thread on how i can do it myself?
custom resource pack
Hello! I'm having this issue when my friend is connecting to the server. I'm premium and I can connect without problems, but he's cracked and the server is in offline mode, and still can't join. https://paste.md-5.net/ozejinanin.pl
we hate pirates
Tell them to restart the game and launcher
Hey, has anybody got any idea how you can make it so that only one player can be in a multiverse world at one given time? Thanks π
im suffering with using custom message when my server is shutdown/stopped it displays some random smiling emojies https://paste.md-5.net/bolizefuqe.coffeescript any help ?
Does anyone know how to use Nametagedit? I swear I set it up right but it only shows the first group I created in tablist for everyone.
I'm running the server on my own thorugh command prompt
is that the issue
if I do /nte player noahplayz07 [prefix] it shows up in tab but the groups don't
Hello
how to add nametagedit prefix on deluxehubscoreboard
i try %nte_prefix%player%
but doesn't work
if you have placeholder api it should be %nte_prefix% %player%
But don't quote me on that
I'm having problems with nte also
with space at %nte_prefix% %player
if you don't want them to connect
or is %nte_prefix%%player%
The 2 options doesn't work
i have a datapack inside our events world folder, it is definitely in the right location world -> datapacks -> (datapack). but it is not loading. it is also not loading the bukkit datapacks, so no datapacks are being loaded. I have no idea what is going on there, does anyone have any ideas?
are there any console messages
no console messages
so it doesnt say "loaded datapacks"
to be honest i dont have direct access to the console, what i have been told is there is nothing related to datapacks in the console logs
im pretty sure that is a paper thing? dont quote me on that tho
im using spigot
not paper
oh ok idk then
Spigot doesn't disable it
are you sure that the datapack is in world/datapacks
ooo kk tysm
thats what i thought too ;-;
yeah the path is events -> datapacks -> woolwars
the strange thing is even the bukkit pack isnt being loaded
... sorry lol
events is the world name
im pretty sure that datapacks need to be in world/datapacks and are server wide not world based
so all your datapacks should be in world/datapacks
and they will apply to the whole server
to use per world datapacks use bungeecord to have multiple servers under one server
and then you can have datapacks for each of the smaller servers
@kindred aspen Hello
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.
a) dont ping random people b) update blueslimecore
I did not ping a random person, but the developer - Protocolib
- I have the latest version of blueslimecore
the plugin you send an error about has nothing to do with protocollib
I just don't know, because I have the latest version, and I have the ~purpur 1.19.4 engine
yeah, sir blobman made that, not dmulloy
It works on the test server but not on the main server
the versions dont match?
I don't know
because that's how it should really work
???
I don't know what I can do
try updating blueslimecore
but the problem is that i already have the latest version
they went in sir blobmans discord so i just left olivo to it
oh k
I wrote a while there, but I really don't know what I can do, I've tried many times
Before I wrote
get the latest blue slime core and latest disco armor of blobmans ci
eh
-.-
Why is @faint plinth Considered a spammer by Discord xD
i know
where did you spam? xd
Hey, i got problem, when player sleeps in bed and dies he get teleported to spawn, why? And no i dont have essentials :)
Hello, with custom npc how to execute a command to the player who clicks on it?
what is this plugin which supports actionbar and custom colors??
Any ideas?
Where can I get help with my spigot account?
?support
email support
Hi is there a free pkugin with add pet's to server, i just wanna have like a spider who running around me and acts like sort of ghost with others can see. I rember seeing something like this
on #help-development we say "go to help server"
citizens 2 i think
or znpcs
but u can make a npc that runs around u any pet
just follows u
if u toggle soo
thank's a lot i will check that
yeah znpcs, https://www.spigotmc.org/resources/znpcs.80940/
just check the wiki
Hi,
im trying to make enemys with sentinel and citizen 2, but they wont attack players... I have no idea where the problem is... it attacks it owner, does some damage. And it wont take knockback, it feels like it has no hitbox, im punching right threw it... what can I do? doyou guys have ideas?
So basicly I have an 1.20.1 Minecraft Server. I have installed ItemsAdder and an BetterRanks Addon. My host for the Texturepack also works fine!
But when I try to add it next to my name and in the Tablist it just show a white white square in Tab and next to my name. Some ranks just displays rankname_not_found
I used this Wiki https://itemsadder.devs.beer/plugin-usage/adding-content/ranks-textures-prefix and follwed all of the steps but it will not work. I know that there already is a post about it, but this did not solve my issue.
Any experts around which can give me some tips to fix?
Do someone know how i can fix this error?
You have to target or stand on a block of the configured 'game-block'
is there any way to make teams and play coop using the oneblock plugin
How to get response from PluginMessageListener immediately?
you don't
stuff takes time to travel
that would defy the entirety of the basis of the internet, but if you find a way let us know please <3 you will have likely just revolutionized the way the internet works and you'll become famous
lol, the passive aggressiveness aside, he's right. The internet is unfortunately not instantaneous. You'll need to setup some sort of CompletableFuture code to respond to the things you send
Also, #help-development in the future for code-related issues
Hey, so some villagers seem to be getting frozen,
my server gets a lag spike every time a chunk loads for some reason
I really don't know what to do at this point I am quite frustrated
It started after I removed word edit and world guard
Run a spark or timings report
have u figured this out? tryna figure it out here now
Some of my villagers were glitched...
so I had to ki... uh, replace them
did that fix? doesnt fix for me
I can confirm there is something wrong with the garbage collecting because I saw it in the server logs
fairly sure it's a memory leak
Well hum... Have you tried kill all the other iron golems around ? Also, try to check in the caves
And you know you have to wait a whole night before golems spawns ?
yeah its just like none of them are getting frightened
tmux is a lot better than screen
just much more customisable, can have multiple windows open at once, plugins etc
but really depends on your setup and what you need to achieve
are there any plugins for spigot/bukkit that opens a ui and you click an item to run a command?
deluxe menus
ty
is there any way i can get deluxe menus for 1.20.1