GithubHelp home page GithubHelp logo

journeymap-legacy's People

Contributors

anrdaemon avatar boubou19 avatar brittank88 avatar d00nicus avatar eigenraven avatar mist475 avatar mts2200 avatar mysticdrew avatar tth05 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

journeymap-legacy's Issues

Don't depend on both a server-side world ID and a client-side server name to determine where waypoints are stored

The current situation

Currently, waypoints on a server are stored client-side in:

.minecraft/journeymap/data/mp/<server name>_<world_id>/

where <server_name> is the name that the user has typed in to identify the server in their server list (with spaces replaced by ~s); and <world_id> is the world ID on the server side* (with dashes replaced with ~s)

This has the consequence that if either there is a server update that doesn't carefully preserve the journeymap config; or the client changes the human-readable name in the server list; none of the user's old waypoints will show up anymore. This clearly seems like the worst of both worlds (pun unintended) to me. If waypoints are intended to be associated with a given server-side world id, changes to display names on the client side shouldn't make the waypoints go somewhere totally different. The human-readable part of the filename is helpful in fixing the situation, but it would be just as good to have a "client-side-server-name.txt" inside the folder.

Proposal

Categorize server waypoints based on either the world ID alone, or maybe the server address. Maybe save the client-side human-readable name in a text file.

Footnote (maybe this should be another ticket)

* Confusingly, JM seems to create two files in <server root>/config/JourneyMapServer/:

World.cfg, starting with

{
  "WorldID": "<the actual world_id>",

and <world_id>.cfg, starting with

{
  "WorldID": "<some other random hex string (?!)>",

I have no idea which of these is actually used, and I'm too scared of messing up everyone's waypoints to mess around and find out.

Make fairplay vs. unlimited a server-side config rather than having two separate client-side mods

It's very tedious to have to manually swap out a client-side mod in a modpack (e.g. GTNH) to either get to see other players and mobs on a server, or to comply with a server policy of not getting that. Architecturally, it would make much more sense to me for this to be a server-side setting--have a config file that determines whether players connecting to the server get the "unlimited" or "fairplay" experience.

[Bug]: JM Display Errors 1.7

most biomes o plenty tall grass shows up as grey on the minimap if show plants is enabled
image
image
image

snow is also invisible on the minimap(but not always?) could be because i'm using journeymap, and it may only happen at certain altitudes since if i break the block below and place it 1 block lower it appears on the minimap but if i place the block above again and place the snow at the same altitude it was it doesnt show up again
image
image
image
breaking the snow fixes it
image
image
image

using angelica a34
using journeymap 1.7.10 514p8
BiomesOPlenty-1.7.10-2.1.0.1860-universal.jar
i am aware my bop is slightly out of date but its the last version to include some textures i like that were changed in later 1.7 versions.

MC can't show the Mod builded from my machine

I downloaded the code, compiled and I get the "journeymap-1.7.10-5.9.4-fairplay.jar" and "journeymap-1.7.10-5.9.4-unlimited.jar", I paste this two files in my ".minecraft/mods" but when I load the mod is not recognize:
image
image
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.