https://github.com/beastwalnut/cc-playertracker
https://github.com/beastwalnut/cc-playertracker
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/beastwalnut/cc-playertracker
- Owner: BeastWalnut
- Created: 2024-01-28T19:57:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T19:08:18.000Z (over 2 years ago)
- Last Synced: 2025-02-07T22:49:41.506Z (over 1 year ago)
- Language: Lua
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CC:Tweaked Player Tracker
This is a small project i made for ComputerCraft, it uses the mod Advanced Peripherals to find the location and direction of players.
# Installation
To install just run this command on your CC device.
```
wget run https://raw.githubusercontent.com/BeastWalnut/CC-PlayerTracker/master/install.lua
```
I recomment adding this line at the start of your startup.lua file.
```lua
shell.setAlias("tracker", ".tracker/app.lua")
```
If you want it to run on start then you can add this to startup.lua.
```lua
shell.run(".tracker/app.lua")
```
# Updating
The installer automatically updates itself into `.tracker/install.lua` and you can use that as an update script