-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
**Not Enough Servers** (NES) is a fabric mod which aims to improve managing the server list by providing power tools to the user. | ||
|
||
Latest version supports 1.21. Versions (1.16-1.19) are available but are no longer being worked on. | ||
|
||
## Commands | ||
### `/addserver [ip] [name]` | ||
Adds a server IP to the server list while in-game. | ||
|
||
### `/addserver this [name]` | ||
Adds the server you are currently in to the server list while in-game. This command only works in multiplayer. | ||
|
||
### `/joinserver [name]` | ||
**(1.19+)** Joins a server that is called [name] in your server list! | ||
|
||
**WARNING:** Currently this does **not** check if the server is online. You may end up on the title screen if it's offline. This will be fixed in a later update. | ||
|
||
## Quality of Life Features | ||
**Home and End keys:** | ||
Implementation of HOME and END keys allows you to go to the start and end of your server list. Super useful for when you have a ton of servers. | ||
|
||
**Delete key functionality:** | ||
Lets you delete a server. Shift+Delete will delete a server without confirmation. | ||
|
||
Quick edit a server using **R**, and **(1.19+)** quick add a server using **A**. | ||
|
||
**Shows the server address & server IP in the bottom left corner of the pause menu:** | ||
So you know what server you are on. | ||
|
||
## Config (1.21+) | ||
Supports configuration through [Mod Menu](https://modrinth.com/mod/modmenu). All shortcuts can be changed via the "key binds" menu. | ||
|
||
## Compatibility | ||
- Fully compatible with [Nameless Servers](https://modrinth.com/mod/nameless-servers) | ||
|
||
## Planned features | ||
- Quick server list filtering (+ Regex?) | ||
- "Watching" a server, to notify you when it's online in-game |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters