Position Logger

Position Logger

148 Downloads

Hey! I'm a little French Minecraft Youtuber named Slimour and I'm passionate about programming, I have also a Fiverr account where I can develop YOUR custom mod 😄

In any case I hope you will like this mod and if you are French: n'hésite pas à t'abonner à ma chaîne YouTube mon reuf

This mod which has been coded with IntelliJ IDEA Community Edition 2021.3 and Java 8 will print the username, dimension, and coordinates of every player connected to a server to a file every few seconds. The location of the file and the time between writes can be configured in a config file. With this mod, you will be able to open the file at any time and see where everyone is.


The contents of the file is looking like this:
Username1: overworld / 0 | 80 | 0
Username2: the_nether / 6000 | 200 | 300
Username3: end / 200 | 20 | 40

This mod is only ServerSide and works with a file named position-logger.txt to put in the config folder of your server. You will have to put in the first line the number of seconds and in the second the whole path to the file and its name with the file extension, as in this example:

3
C:\Users\slimour\.minecraft\config\positions.txt