Skip to content

Commit

Permalink
Update Quick-Install with an example (#152)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3556301)
  • Loading branch information
Ethryan authored and Dream-Master committed Dec 15, 2024
1 parent 1935b83 commit 95bc4b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions wiki/Home.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Welcome to the ServerUtilities wiki!

Go to [Here](https://github.com/GTNewHorizons/ServerUtilities/wiki/Quick-Install) to get started.
10 changes: 9 additions & 1 deletion wiki/Quick-Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@ Download the latest JAR from [releases](https://github.com/GTNewHorizons/ServerU

Once loaded, you will find new UI options in your inventory screen:

![ServerUtilities GUI](claimed_chunks.png)
![image](https://github.com/user-attachments/assets/e6bfcf21-4489-4210-bee1-b33c3a054611)

For single player, loading chunks is the most important, and you can click that icon and then shift-click (and drag) to designate chunks to load. Right click to unload and unclaim.

The ServerUtilities configuration files are found in `.minecraft/serverutilities` and it will migrate from FTBU for you. The most likely thing you want to change is found in `.minecraft/serverutilties/server/ranks.txt` where you can control how many chunks can be loaded. `.minecraft/serverutilities/serverutlities.cfg` is where you can disable backups if you have another backup solution.

For server admins, there is much more that ServerUtilities can do, refer to the FTBU documentation for now.

For an example of how the `ranks.txt` could be formatted on a server, with different roles for different permissions look [Here](https://github.com/user-attachments/files/18085428/ranks.txt).

Warning: The example file is made in version 2.7.0 of GTNH and should not be expected to work straight out of the box with different modpacks or versions.

Some editing IS required.

But it should give you some idea on how the permission system works.

0 comments on commit 95bc4b2

Please sign in to comment.