Skip to content

Commit

Permalink
readme rupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
RacoonDog committed Apr 5, 2023
1 parent c4de572 commit ced9a62
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: latest
automatic_release_tag: snapshot
prerelease: true
title: Dev Build
files: |
Expand Down
51 changes: 39 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,55 @@
<!-- Logo and Title -->
<img src="/src/main/resources/assets/tokyo-client/icon.png" alt="logo" width="30%"/>
<h1>Tokyo Client</h1>
<p>Anarchy tool of the future.</p>
<p>Anarchy tool of the future. Built for performance.</p>

<!-- Fancy badges -->
<img src="https://img.shields.io/badge/Minecraft%20Version-1.19.3-blueviolet" alt="Minecraft Version">
<a href="https://github.com/RacoonDog/Tokyo-Client/commits/main"><img src="https://img.shields.io/github/last-commit/RacoonDog/Tokyo-Client?logo=github&color=blueviolet" alt="Last commit"></a>
</div>

# Modules
- Announcer
- Auto TPA
- Auto Unfriend
- Chat Manager
- Discord SRV (Beta)
- Jukebox
- Prefix
- Spam Plus
- Better Chat
- UwU Chat

- **Announcer**
- Removed Meteor Client module.
- **Auto TPA**
- Automatically accept/deny TPA requests
- Whitelist/blacklist or friends only
- **Auto Unfriend**
- Unfriend on significant damage taken
- **hat Manager**
- Prevent chat spam kick
- Priority system
- **Discord SRV (Beta)**
- Minecraft/Discord chat bridge
- Webhook or Discord bot modes
- **Jukebox**
- Control in-game music
- SoundEvent blacklist
- **Prefix**
- Modify Tokyo/Meteor Client prefix
- Supports rainbow/custom fonts
- **Spam Plus**
- Spam from text file
- Bee movie
- **Better Chat**
- Strip Fancy (Remove weird ascii text)
- **UwU Chat**

# Other Features

- Multi-instance
- **Multi-instance**
- Quickly launch another instance from in-game
- **ImageHud**
- Popular watermarks (Liveleak, HyperCam, Windows, etc)
- Custom image support
- **Launch Args**
- `tokyo?deactivate` (Deactivate Meteor Client features)
- `tokyo?swarmMode`: `String` (Activate Swarm)
- `tokyo?swarmIp`: `String` (Configure Swarm socket IP)
- `tokyo?swarmPort`: `Integer` (Configure Swarm socket port)
- **Screen Overlays**
- Crafting overlay

# Patches
- Export logout spots as .CSV

0 comments on commit ced9a62

Please sign in to comment.