Questions tagged [minecraft]
61 questions
8
votes
3 answers
How to avoid mouse cursor jumping while using xinput Coordinate Transformation Matrix when application releases mouse
I've got some high sensitivity mice that I need to lower the sensitivity on. The general solution to this seems to be to set the Coordinate Transformation Matrix to something acceptable. So I use the following values:
xinput --set-prop 19…
milesvp
- 81
- 3
8
votes
4 answers
Minecraft server startup/shutdown with systemd
I've been running a Minecraft server with a sysV init script. It is a very good script; it runs Minecraft in a "screen"; it can ensure Minecraft is never started twice; and it waits for Minecraft to shut down when stopped. It can even pass a command…
darkpenguin
- 311
- 1
- 2
- 8
5
votes
1 answer
How should I set up a systemd service to auto-start a server and let me pass commands to it?
Goal:
I'm trying to get a Minecraft server to run on computer boot with systemd on Fedora. I have a few self-imposed criteria that I need to meet to be able to properly manage my server(s):
It has to run as the minecraft system user I made with the…
Riley
- 55
- 4
4
votes
1 answer
Execute a command when upon receipt of a TCP connection
I would like to run a bash command when a remote connection is successfully established to a specified local open port. I have looked into netcat and socat, but I'm not sure if either have the functionality that I want. I do not care about the…
sgbrown
- 303
- 1
- 3
- 11
4
votes
0 answers
How do I make a service stop all at once?
I used the script here to create a service to start and stop a Minecraft server on boot and shutdown. The script basically starts the server jar file in a GNU screen (it also does backups and updates but they are working fine).
This starts the…
Tugzrida
- 231
- 1
- 2
- 8
3
votes
0 answers
Ubuntu 22.04 LTS Double tap with two fingers not eating in Minecraft
In my laptop's touchpad double tap with two fingers only work single time in Minecraft as well as on desktop/Home i.e single right-click , but in Minecraft it do not hold with two finger double tap or even holding with two fingers, i can't eat my…
starK xD YT Youtube
- 31
- 1
3
votes
4 answers
Linux Minecraft Server Closes When I Exit Putty?
I started running a Minecraft server recently.
I couldn't find out how to not kill the process after exiting the console or putty.
The command is:
Java -jar minecraft_server.1.10.2.jar
but sometimes:
Java -Xmx1024M -Xms1024M -jar…
Ben
- 31
- 1
- 1
- 2
2
votes
1 answer
How can I run socat so it terminate after child exits
I want to run the minecraft server.jar with an attached tcp socket, so I use:
socat EXEC:"java -jar server.jar nogui" TCP-LISTEN:25567,fork
I can connect (and disconnect) to the server without any problems via telnet. But when I stop the server…
Hoffmann
- 185
- 7
2
votes
0 answers
Program to hold down click until button is pressed?
I am trying to set up a Minecraft fish farm, but it requires you to hold the right mouse button. Is there a program or some code that can start holding when a button is pressed and stop when it is pressed again?
Zachary Berkowitz
- 21
- 2
1
vote
1 answer
Running Minecraft Education Edition on Linux
I'm attempting to get some form of Minecraft Education Edition running on a Linux PC that I have, (Zorin OS 16.1 64-bit). After moving the install files from an existing Windows installation of Minecraft Edu to my Linux PC, I was able to get…
Mohammed Baig
- 11
- 2
1
vote
0 answers
Why is playing Minecraft on MX linux so smooth
Lately I've been trying to experiment with some linux distributions, then try to play games there such as minecraft.
I tried:
Manjaro - Lag
Drauger OS (It said for game) - Still lag
MX Linux - Really-really smooth
I could use MX Linux as the main…
SannUlya
- 61
- 5
1
vote
1 answer
"Too small maximum heap" Java error in Manjaro Linux running through terminal
Really don't know what to do about this one. I'm trying to start a minecraft server with more RAM but the commands in the terminal give me this error.
The server works only if I go to the file manager and click on the server.jar file, it then boots…
linuxlife
- 41
- 1
- 10
1
vote
0 answers
Minecraft Input Bug(It's not glfw #1112)
I have a keyboard input bug in Minecraft 1.12 and below. When I open a world I can use only number keys, arrows and special keys(functional keys, escape etc).
I wrote a mod that writes the name and code of the button when it is pressed and it does…
Дмитрий Сафронов
- 11
- 2
1
vote
1 answer
cURL - Download a file with no extension in URL
I am trying to download a file from this site https://dev.bukkit.org/projects/economyshopgui. There is a button named "Download Latest File", so I copied the link to that button and pasted into the terminal with the following cURL command:
curl -o…
1
vote
0 answers
How to play a Game with Commands Environment?
So now i have a very old laptops. Only having 2 GB ram. And i really wanted to play Minecraft (Java). But whenever i play it, its always dropping to 20-30 fps somehow (In Bodhi, and Q4OS Trinity. And i think the DE can affect this. So i have an idea…
Egalito
- 11
- 2