Help connecting velocity to spigot
Hi I am trying to setup velocity to connect to spigot and have connection problems. The mcserver does not log anything upon connection attempt whereas velocity logs connection refused:
Error message and docker config here: https://pastebin.com/e2Ca8kUd
velocity.toml here https://pastebin.com/4t4p1UgC
...
Enabling commands only in certain regions
I have Extra Contexts with luckperms and am trying to limit some commands to only work within certain regions. The challenge is when these commands are available by default to all. I'm having a hard time figuring out how to not allow them to be used outside that region.
An example is we have a casino, and within that casino have quests, etc. The server is built in a semi-rpg fashion and the intent is for certain commands only to be accessible via npcs in the area.
I've attempted to disallow the command in global and specifically allow it within the casino region, but that doesn't appear to be cutting it....
Essentialsx command cost /repair
How do I add a cost in essentialsx to the essentialsx repair command?
I have done as much searching as I can think of new ways to phrase my search, and everything I have found has been useless.
I have a cost working for /enchant but /repair is still free and I checked the permissions for players with access to the command and they do not have the ignore costs permission....
Where can I adjust "Incompatible Client" Message
I am running Velocity and Purpur version 1.19.4. When players try to connect from the wrong version they get an error message saying "Incompatible client! Please use 1.7.2-1.19.4" even though we only support 1.19.4. Where can I modify this message to reflect that? Spigot.yml seems to be superceded by something else, as I adjusted the messages in there and it didnt change
Minecraft Server running slow while CPU usage is at 32%
Minecraft Server running slow while CPU usage is at 32%. I'm using Serverminer and only have 124 mods. What is going on?
Async tasks causing TPS drops and massive CPU usage
I have a minigame designed to mirror the Minecraft battle minigame from console edition. For each game that I play after it ends the CPU usage increases and never comes back down. Once the usage hits 99% it will start causing TPS drops. I sorta know what's causing this. The method I use to generate random items for the chests around the map uses a lot of logic and random numbers so I run this using Bukkit's runTaskAsynchronously method.
I add the task ID to a list so that when the game is over it can iterate over all the task IDs to cancel them....
schedulerIdList.add(Bukkit.getScheduler().runTaskAsynchronously(plugin, () -> addRandomItems(chest)).getTaskId());
schedulerIdList.add(Bukkit.getScheduler().runTaskAsynchronously(plugin, () -> addRandomItems(chest)).getTaskId());
CombatLogX
Is there anyway when your in combat log to make it so they can't use commands while in combat log?
Axolotls not spawning
Running PaperMC latest version. I'm not sure if I messed up on one of the settings or not, but no axolotls are spawning anywhere.
Two armour pieces have custom model data, one looks correct, one does not
These two items have the same model data, but only one renders the correct texture.
What could cause this?...

Nginx Config
i was attempting to install an application called zulip on the server I host pterodactyl on(I didn't realize zulip was designed to be the only application running on any server its given) and now i can't access my panel due to nginx's configs being messed up. Anyone have the nginx.conf config file that should be used normally for ubuntu 22.04?(I never had to configure it after setup it just worked when I tried it)
trouble with RAM Usage
Hey everyone, I'm having trouble managing my server ram usage. I managed to get it down from 4.4GB/4.5GB on server load to roughly 2.1GB/4.5GB by putting these two -Xms500M -Xmx4500M in the startup cmd. Is there any other way I can decrease ram usage?
How do i get rid of a lag machine
Just for future reference because i know there will be a day when someone decides to build one. What plugins and tools do I need as a self hosting server owner to get my server back up and running?💀
server.properties
Hi, i am trying to bind my serve rip to 127.0.0.1 but it keeps going back to 0.0.0.0 after a restart.
Does paper break chunk loaders?
I built a chunk loader in my paper server using the latest version and it doesnt work. It just sends minecarts back and forth through portals pretty much. Does paper fix this or something? How can I bring this functionality back?
Move away from paper
hi, my server is currently running on paper but paper doesn't allow string duping, is there a way I can switch away from paper but still check my tps?
Help with setting spawn points on different worlds
Hi everyone, I'm currently building my first java server using multiverse and essentials. However, I'm not sure what I'm doing wrong but I'm unable to get the spawns working how I want.
So basically, I want the main lobby/hub spawn, where players can tp to other worlds but once they transport to another world, their spawnpoint changes to that world. I've had some minor success with this as I got players spawning at the world spawns in each world. However, if I used a bed in survival to set the respawn, it doesn't work and just sends me back to the world spawn or sometimes even the lobby. Same with my parkour world, I have spawnpoints set up that you can trigger but they dont work and seem to get overridden and sends the player back to the beginning.
I've tried alsorts for days now and feel like I'm just being dumb and missing something. Can someone please help me with which plugins are best to achieve this, or tell me what I'm doing wrong and how I need to do it....
plugin to always show nametags regardless of the distance
looking for a plugin which works on paper server. need to always see our player names
1.18 forge startup command pterodactyl
Having trouble setting the servers startup commands to the right one.
OOM Kill need help with startup configuring
Just updated server to 1.20.1 and been having problems running out of memory. Thinking it has to do with startup parameters. Not sure the steps to fix it.
Currently: java -Xms4400M -Xmx4400M -jar purpur-1.20.1-2016.jar...