Command in Topic: /f map
The factions server I play on does not use coordinates. However, we have noticed that the command gives out the chunk coordinates on the title bar. Using these chunk coordinates, players are able to find each other instead of having to manually map out terrain or memorize terrain. We would like the ability to turn off chunk coordinates, or for them to just show random chunk coordinates, in the command.
In AsciiMap.java , I noticed that if I could make my own version of Factions, I could make my suggestion myself by modifying the getTitle()'s return value or setting the variables to (int)(Math.random() * (max - min + 1)) + min . However, in following tech-compile , I get an error building the factions plugin with the Maven command line. https://pastebin.com/dRjHSzSH
While having my own version of factions for the factions server I play on would be nice, it would be even more nice if coordinates could be disabled in the Factions plugin. Right now, we're having to disable the command entirely, despite how useful it is in showing our chunk claims.
The factions server I play on does not use coordinates. However, we have noticed that the command gives out the chunk coordinates on the title bar. Using these chunk coordinates, players are able to find each other instead of having to manually map out terrain or memorize terrain. We would like the ability to turn off chunk coordinates, or for them to just show random chunk coordinates, in the command.
In AsciiMap.java , I noticed that if I could make my own version of Factions, I could make my suggestion myself by modifying the getTitle()'s return value or setting the variables to (int)(Math.random() * (max - min + 1)) + min . However, in following tech-compile , I get an error building the factions plugin with the Maven command line. https://pastebin.com/dRjHSzSH
While having my own version of factions for the factions server I play on would be nice, it would be even more nice if coordinates could be disabled in the Factions plugin. Right now, we're having to disable the command entirely, despite how useful it is in showing our chunk claims.
Last edited: