Thanks for joining us for "the definitive deep dive into the .git folder". It's an incredible live-demo where we open every file in the .git folder and show what it does.
Here's the links we saw:
| // For more information about available commands, look at the commands/standard.json file in the game's assets. | |
| { | |
| "body": { | |
| "input": {}, // Command inputs go here | |
| "origin": { | |
| "type": "player" // Where the command originates from | |
| }, | |
| "name": "name-of-command", // Command name goes here (i.e. for /say, enter "say") | |
| "version": 1, |
| [root@plex ~]# cat /etc/systemd/system/[email protected] | |
| [Unit] | |
| Description=Minecraft Server %i | |
| [Service] | |
| WorkingDirectory=/opt/minecraft-%i | |
| User=mcserver | |
| ExecStart=/usr/bin/screen -DmS mc-%i /bin/java -Xmx2048M -jar minecraft_server.jar nogui |