Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolo101 committed Jun 15, 2024
1 parent 7749689 commit 91e1324
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions README.md
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mod_id = notenoughservers
mod_name = Not Enough Servers
mod_description = Server-list power tools for Minecraft
mod_version=1.1.1
mod_version=2.0.0

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
Expand Down

0 comments on commit 91e1324

Please sign in to comment.