Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Change & Add small tweaks #2

Open
barraIhsan opened this issue Mar 20, 2021 · 3 comments
Open

[Suggestion] Change & Add small tweaks #2

barraIhsan opened this issue Mar 20, 2021 · 3 comments

Comments

@barraIhsan
Copy link

Maybe instead of having each file to each coordinate saved, it stored as a world name / server IP address. For example the world name is Test then, the text file would be Test.txt, Then, inside of it is

---------------
<the name>
X : <x> Y : <y> Z : <z>
---------------

And go on, so each time we saved coordinate in the same world, the file get bigger for example

---------------
House
X : 100 Y : 70 Z : 100
---------------
Spawn
X : 0Y : 60 Z : 0
---------------

Then maybe there is a setting (which accessible by using modmenu / hotkey)
We can set two different option
1.

---------------
<the name>
X : <x> Y : <y> Z : <z>
---------------
---------------
<the name>
X : <x>
Y : <y>
Z : <z>
---------------

And then, maybe add like the - length? (ik its kinda stupid but its okay)
so there is a slider to adjust the - length
Also the last thing is there is an option to instead of storing them as server IP, it stored as the name
image
Ok, that is all of my suggestion

@Bvngee
Copy link
Owner

Bvngee commented Mar 20, 2021

These are good ideas, I will look into them when I get the chance. I like the idea of per-world/server coordinates. I have never done any config style screens with mod menu but that does seem like a good idea.

@barraIhsan
Copy link
Author

Oh also, i forgot something. Dimension! so
1.

---------------
<the name>
Dimension : <dimension>
X : <x> Y : <y> Z : <z>
---------------
---------------
<the name>
Dimension : <dimension>
X : <x>
Y : <y>
Z : <z>
---------------

For example

---------------
Nether Portal
Dimension : minecraf:the_nether
X : 100 Y : 50 Z : 100
---------------

(the dimension also use the namespace, so it can support modded dimension?)

@barraIhsan barraIhsan changed the title [Suggestion] Cleaner Text File [Suggestion] Change & Add small tweaks Mar 21, 2021
@barraIhsan
Copy link
Author

Also, maybe add copy coordinate button? for example to send the coordinate to friend, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants