5 Commits

Author SHA1 Message Date
uku
bbd2e807a2
Fix Mac/Linux Pack Mode Switcher Erroring (#458)
[INTERNAL]
2023-10-23 18:58:13 +11:00
IntegerLimit
5671bca7fe [FEATURE] Improve pack-mode-switcher.sh 2023-08-28 10:34:41 +10:00
0xC4DE
c50caee9dc
Pack Mode Switcher changes to address #241 (#292)
Difficulty cannot be inforced by the difficulty locker mod. Meaning it's not only not required by the server, but the difficulty needs to be manually set by server.properties.

I added a second server.properties.expert that just sets difficulty to 0 initially. Obviously a user can change this but they should just know that expert is supposed to be peaceful at that point. I then updated the script to switch between the two configs, if and only if they exist, so it should still work on ssp just the same.

This was made to address #241 Since it is impossible for a mod to enforce server difficulty (Source: Trust me and dig through the code yourself I suggest starting with Forge's DedicatedServer object)

/* Commits: */
* Pack Mode Switcher changes to address 241 in the most roundabout way possible

* pack mode switcher updates and changing server.properties

* added the properties files

* made the readme's more friendly

* more readme-bility

* Made README more tutorial

* typofix/capitialization is my passion

* readme updates

* forced

* repalace

* expert mode, again

* script disclaimer

* Script disclaimer

* hopefully fixed jank formatting

* fixed jank formatting

* beautify
2023-04-08 20:08:03 +10:00
0xC4DE
404c96a2f5
Correction in README.md (#203)
* update README.md

* update README.md

* -O isnt the same as -O

Co-authored-by: 0xC4DE <0xc4de@piethon.party>
2023-01-15 14:55:05 +08:00
Danielle
e278c5dfcd
Add *nix pack mode switcher (#128)
* Add *nix pack mode switcher

* Actually implement mode switching properly

* Add instructions for *nix pack mode switcher

* Add flag-based operation

* Quote mode in case
2022-11-09 21:42:09 +08:00