Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivan-khar/teamping
Mod that allows you to ping other stuff to people in game
https://github.com/ivan-khar/teamping
Last synced: 18 days ago
JSON representation
Mod that allows you to ping other stuff to people in game
- Host: GitHub
- URL: https://github.com/ivan-khar/teamping
- Owner: Ivan-Khar
- License: other
- Created: 2022-06-04T18:41:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T07:59:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:58:47.134Z (about 1 month ago)
- Language: Java
- Size: 312 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TeamPing (Beta)
### 1.8.9 and license is requiredMod that allows you to ping blocks to your team.
![text](https://i.imgur.com/tMp5lBr.png)## Keybindings:
* F - ping blocks
* U - clear the pings
* ; - open Party Menu## Commands:
* /teamping - shows all commands
* /teamping join \ - join the party with an id whose length is in [3, 32] range
* /teamping leave - leave the party
* /teamping list - shows all players in the party
* /teamping kick \ - kicks a player from the party
* /teamping ban \ - bans a player from the party
* /teamping promote \ - promotes a player in a party
* /teamping reconnect - reconnects to a TeamPing server
* /teamping status - shows status of connection to the TeamPing server
* /teamping genInvText - puts invitation link to the chatbox## For me
Need to put this thing into CLI arguments of Minecraft Client configuration
```
--tweakClass org.spongepowered.asm.launch.MixinTweaker --mixin mixins.teamping.json --username Aqua_tic
```