Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galvinpython/minecraft-playerfinder
Player Finder is a Minecraft Mod for Fabric 1.21 that allows users to find the co-ordinates of other players on your server
https://github.com/galvinpython/minecraft-playerfinder
fabric fabric-mod fabricmc fabricmc-mod java minecraft minecraft-fabric minecraft-fabric-mod minecraft-java-mod minecraft-mod
Last synced: 11 days ago
JSON representation
Player Finder is a Minecraft Mod for Fabric 1.21 that allows users to find the co-ordinates of other players on your server
- Host: GitHub
- URL: https://github.com/galvinpython/minecraft-playerfinder
- Owner: GalvinPython
- License: mit
- Created: 2024-09-11T18:28:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:20:43.000Z (about 2 months ago)
- Last Synced: 2024-10-11T09:44:07.834Z (about 1 month ago)
- Topics: fabric, fabric-mod, fabricmc, fabricmc-mod, java, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-java-mod, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/playerfinder
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Player Finder
[Download from Modrinth](https://modrinth.com/mod/playerfinder)Player Finder is a Minecraft Mod for Fabric 1.21 that allows users to find the co-ordinates of other players on your server
![Demonstration](https://raw.githubusercontent.com/GalvinPython/minecraft-playerfinder/main/.github/assets/java_ptTODXNtAi.png)
*Note: The "the" in the dimensions have been removed since this screenshot was taken*
# Usage
Use the `/findplayer` command and enter the player's name. There is also a dropdown of players, so you don't have to type it in full and can use autocomplete!![Usage](https://raw.githubusercontent.com/GalvinPython/minecraft-playerfinder/main/.github/assets/javaw_QXmxvWN79i.png)
# Compatible Versions
| Mod Version | Game Version(s) | Mod Version Title |
|-------------|-----------------|-------------------|
| 1.0.1 | 1.21 - 1.21.1 | 1.0.1+1.21 |
| 1.0.0 | 1.21 - 1.21.1 | 1.0.0+1.21 |# Important Note
This mod is a **server-side** mod! You are **not** required to install this mod on the client-side, unless you are using the "Open to LAN" feature to create a server on your world.Also: This mod requires the **Fabric API** and Fabric Loader **0.16.0 or higher to be installed**.
PS: *You cannot use this mod on servers that don't use this mod. The commands are created server-side*
# Changelog
## 1.0.1
* Added colours to the co-ordinates depending on the dimension
* Updated dimensions to remove "the" in the name
* Added the distance in blocks to the player
* Updated links in the mod metadata