Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdr3iZzz authored Apr 11, 2024
1 parent b1d4d48 commit b2b9eb2
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Meteor Addon Template
# What is this?
This is a little extension/ add-on for the meteor client wrote for a friend (something quick and dirty)

A template to allow easy usage of the Meteor Addon API.
# Features:
- Walk back and forth in a straight line (one way takes 16 seconds).
- Automatically aligns you every tick.

### How to use:
- Clone this project
- Use this template to create new modules/commands
- Run the mod with Meteor.
# Possible issues:
- On tick desync, one can walk further.
- Moving the mouse at a bad timing could result in problems (possible but extremely unlikely).
- Getting moved externally (hit, newly placed block, fishing rod, etc.) results in losing the original line.
- Looks suspicious.

# Future features:
- Settings to select custom time.
- Use block distance instead of time.
- Track coordinates to detect if edge case happens and player leaves line to act accordingly (leave, go back to starting coordinates, reset, etc.).

# Useful features that should already exist:
- Auto-eat to prevent starvation.
- Auto-disconnect when health is too low.
- Killaura to fight mobs or players that can disturb.

0 comments on commit b2b9eb2

Please sign in to comment.