-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo
More file actions
29 lines (20 loc) · 1010 Bytes
/
todo
File metadata and controls
29 lines (20 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Todo List
## Planned Updates
### 1.55
- Also minor feature, allow the user to launch a shell from java or bedrock server management (bash on Linux, cmd on windows)
### 1.56
- Disk space analyser
- basic mode - just see plugins %, world%, all customized. Delete option works on all
- Advanced mode - shows each folder without customization. Delete option for specific files or specific subdirectories
- For each, it will be a bar chart using a unique character for each subfolder.
- Possibly summary view as well which is more visual
### 1.57
- Versioning reform
- Customized settings screen for each version of Minecraft
- Sort releases/snapshots/experiments when doing version listings
### Far future / Unversioned
These features I intend to implement but have not yet planned when I will do that.
- Add bungeecord and Velocity support
- Add fabric and/or forge support
- Add inventory viewer or player data editor
- Improve update system (remove dependency on github, allow portable updates, etc)