Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nichtich/minecraft-pi
Scripts and tools for Minecraft Pi
https://github.com/nichtich/minecraft-pi
Last synced: 5 days ago
JSON representation
Scripts and tools for Minecraft Pi
- Host: GitHub
- URL: https://github.com/nichtich/minecraft-pi
- Owner: nichtich
- License: unlicense
- Created: 2021-01-02T16:42:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T16:44:17.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T16:25:08.237Z (about 2 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minecraft-pi
Scripts and tools for Minecraft Pi.
## Installation
To allow every user shutting down Minecraft Pi with `mcpi-kill`, make it executable with root rights:
sudo chown root:root mcpi-kill
sudo chmod a+s mcpi-killTo limit use of Minecraft Pi to a maximum number of minutes per day, further enable a cronjob (adjust location of `mcpi-limit` and number of minutes):
* * * * * cd /home/pi/proj/minecraft-pi; ./mcpi-limit 30
## License
All parts of this repository can be used without any restrictions.