Mac book ctrl plus left click issue
When I click on ctrl and left click to run and hit the player, it does a right click instead of left click. Im on a mac, how do I fix this?
reset world files without deleting player data
Hi, does anyone here know how I could achieve this automatically? Ideally this workflow would run every 90 minutes
- stop the server
- backup the playerdata
- delete the world files
- upload the blank world files (the same world but nobody has played on it yet)...
How do I block players into certain areas?
Basically, do you know of a plugin that allows me to force players with a certain tag/permission to stay inside a certain area similar to a world border.
My use case is for a tutorial where they can only access the building relevant to the tutorial....
Plugin similar to LobbyCompass
I need a plugin for my Hub server where it opens a gui with multiple different velocity servers. Can someone recommend what plugin would be nice?
Itemssader & HUD plugin shader issue
Hey so, we have this issue with we want to sync the resource packs between a velocity network, the problem is with a plugin called "BetterHuds" It is both placed on the game server and the lobby server, the lobby server has the main pack that is sent to the player with assets included of the lobby server & the game server, so basically BetterHuds creates a shader file for displaying the huds, rendertype_text.vsh, and it generates two different files, one for lobby & and other for game server.
Both those files are attached to this message, you might notice that the difference between both is the switch statement located in the main function, so you might think it would be as simple as copying the switch statement of the file with 8 cases but, the case 1 has two possibilities regarding the yGui, if that line is added, the lobby server hud starts to work, and game server hud gets broken, and the alternate if it is removed. We are not sure what we can do about this, I have attached the file with the switch statements combined....
Server Crashing???
My server keeps crashing when starting it, it started after i deleted the world file. Can someone help me? I nerd the fix asap. Please!
Leading entities through blocks
Hello, I am trying to make a plugin where you can make players unconscious and then you can drag them somewhere else(trap them). You have 2 minutes to do it.
I used pigs and leads for dragging players but as I want player to sit on the ground I have to make players a little above. I tried spawning a pig -0.5 y but the problem is that the pig goes a little down. This is a problem since the player then suffocates and the player isn't sitting on the ground. How would I fix this?
Code:
`Location pigLocation = i;
i.setY(pigLocation.getY() - 0.5);...
Residence Plugin Flags
Do any of you guys use the residence plugin? If so do you know how i can remove more of these flags from the /res set command. I don't want my default users having access to +100 flags.
Mace Kills Destroying Player's Items
Am I the only one who has issues with players having their inventory wiped if they get killed by a mace? I feel like this happens on my fabric server all the time and it is really annoying to have to fix inventories after it happens. Does anyone know of a way to remedy this or at least improve the ease of returning items (without creative or give commands)? To clarify, people's items just don't drop, not the items are being launched by wind burst.
Updating server for 1.21
I'm currrently trying to update my server for 1.21 but /pl returns no plugins and I dont know what will work and what to update
Is there a server-side only mod for editing and adding recipes?
I've looked at KubeJS (not supporting Fabric) and CraftTweaker (server and client required). Is there anything similar that allows for simple addition or editing of recipes?
Thanks!...
ram overload?
New to this, this seems wrong and ram is getting used up more than I’d expect for avg 10 ppl online
How to fix this?...

Can people who aren't connected to my network connect to my server if I don't have a Public
I set up a server and port forwarded, let it through my firewall and everything but I don't have a public IP. Computers connected to my WiFi were able to connect to it but people who were not, weren't. Is there an issue with my port forwarding or is it impossible to join a server when with its local IP when your not connected to the network
Cant disable pvp
Essentially as the title sugguests I cant disable PVP
Here are all the plugins Im using https://gyazo.com/55095cd70b4ae1363261465fde3521d1
I have disabled pvp in both the essentials config and the grief prevention config yet people can still pvp....
Help diagnosing lag in modded
ello! I am running a modded skyblock server (forge) on a cheap ass vps.
Specs: AMD EPYC 7401P, 16 gb ram, 3 threads
The server runs perfectly fine at 20 tps in skyblock, but the moment someone enters the nether the tps drops to 5-10
It is probably because of the cpu since it is a cheap vps, I have plenty of ram so that is not an issue
...
How to Find YouTubers/Streamers to Expose your Server?
I would like to find Youtubers/Streamers that would be intersted in collabing with a new and unique server. The gameplay is awesome and my players love it! How should I go about finding people to gain exposure?
Is there a good mod (or vanilla way) to track playtime of players and have it viewable?
I am currently running an All the mods 9 server, with people putting alot of hours in, and I believe it would be interesting to be able to see who is spending the most time etc. preferably able to be shown with a command or tablist
Questions regarding velocity:
Hey, so right now I'm planning on having two different servers (and an extra one as hub) for different gamemodes. The gamemodes will be SkyBlock and Survival. I currently have one VPS and I'll be adquiring another one. In the first one I'll have the hub and the Survival and in the second one, the SkyBlock.
I have zero or close to zero knowledge of Velocity and I'd like to get this questions solved:
- First, my main question is: When I make the separate server for the hub and the survival in the first VPS, where do I install velocity? Do I need velocity on all the servers including the SkyBlock and Survival? Or can I keep puperfish in the gamemode servers?
- Secondly, plugin-wise: I have a couple of custom made plugins as well as a lot of regular ones. Will those get messed up if I install velocity in the gamemode servers (survival and skyblock)? ...