diff --git a/.forgejo/workflows/pages.yml b/.forgejo/workflows/pages.yml new file mode 100644 index 0000000..ae73025 --- /dev/null +++ b/.forgejo/workflows/pages.yml @@ -0,0 +1,28 @@ +name: Deploy + +on: + push: + branches: + - main + +jobs: + deploy: + runs-on: ubuntu-latest + name: Deploy + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: 'stable' # The Go version to download (if necessary) and use. + - run: | + go install github.com/packwiz/packwiz@latest + cd TrotCraft/client + /home/runner/go/bin/packwiz refresh --build + cd ../server + /home/runner/go/bin/packwiz refresh --build + - name: Deploy + uses: cloudflare/wrangler-action@v3 + with: + apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} + accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} + command: pages deploy TrotCraft --project-name=trotcraft diff --git a/client/config/yosbr/config/NoChatReports/NCR-Client.json b/TrotCraft/client/config/yosbr/config/NoChatReports/NCR-Client.json similarity index 100% rename from client/config/yosbr/config/NoChatReports/NCR-Client.json rename to TrotCraft/client/config/yosbr/config/NoChatReports/NCR-Client.json diff --git a/client/config/yosbr/config/NoChatReports/NCR-Common.json b/TrotCraft/client/config/yosbr/config/NoChatReports/NCR-Common.json similarity index 100% rename from client/config/yosbr/config/NoChatReports/NCR-Common.json rename to TrotCraft/client/config/yosbr/config/NoChatReports/NCR-Common.json diff --git a/client/config/yosbr/config/NoChatReports/NCR-Encryption.json b/TrotCraft/client/config/yosbr/config/NoChatReports/NCR-Encryption.json similarity index 100% rename from client/config/yosbr/config/NoChatReports/NCR-Encryption.json rename to TrotCraft/client/config/yosbr/config/NoChatReports/NCR-Encryption.json diff --git a/client/config/yosbr/config/PaginatedAdvancements.json5 b/TrotCraft/client/config/yosbr/config/PaginatedAdvancements.json5 similarity index 100% rename from client/config/yosbr/config/PaginatedAdvancements.json5 rename to TrotCraft/client/config/yosbr/config/PaginatedAdvancements.json5 diff --git a/client/config/yosbr/config/capes.json5 b/TrotCraft/client/config/yosbr/config/capes.json5 similarity index 100% rename from client/config/yosbr/config/capes.json5 rename to TrotCraft/client/config/yosbr/config/capes.json5 diff --git a/client/config/yosbr/config/cem.conf b/TrotCraft/client/config/yosbr/config/cem.conf similarity index 100% rename from client/config/yosbr/config/cem.conf rename to TrotCraft/client/config/yosbr/config/cem.conf diff --git a/client/config/yosbr/config/citresewn.json b/TrotCraft/client/config/yosbr/config/citresewn.json similarity index 100% rename from client/config/yosbr/config/citresewn.json rename to TrotCraft/client/config/yosbr/config/citresewn.json diff --git a/client/config/yosbr/config/controlify.json b/TrotCraft/client/config/yosbr/config/controlify.json similarity index 100% rename from client/config/yosbr/config/controlify.json rename to TrotCraft/client/config/yosbr/config/controlify.json diff --git a/client/config/yosbr/config/debugify.json b/TrotCraft/client/config/yosbr/config/debugify.json similarity index 100% rename from client/config/yosbr/config/debugify.json rename to TrotCraft/client/config/yosbr/config/debugify.json diff --git a/client/config/yosbr/config/dynamic_fps.json b/TrotCraft/client/config/yosbr/config/dynamic_fps.json similarity index 100% rename from client/config/yosbr/config/dynamic_fps.json rename to TrotCraft/client/config/yosbr/config/dynamic_fps.json diff --git a/client/config/yosbr/config/entity_texture_features.json b/TrotCraft/client/config/yosbr/config/entity_texture_features.json similarity index 100% rename from client/config/yosbr/config/entity_texture_features.json rename to TrotCraft/client/config/yosbr/config/entity_texture_features.json diff --git a/client/config/yosbr/config/fabrishot.properties b/TrotCraft/client/config/yosbr/config/fabrishot.properties similarity index 100% rename from client/config/yosbr/config/fabrishot.properties rename to TrotCraft/client/config/yosbr/config/fabrishot.properties diff --git a/client/config/yosbr/config/fastquit.toml b/TrotCraft/client/config/yosbr/config/fastquit.toml similarity index 100% rename from client/config/yosbr/config/fastquit.toml rename to TrotCraft/client/config/yosbr/config/fastquit.toml diff --git a/client/config/yosbr/config/immediatelyfast.json b/TrotCraft/client/config/yosbr/config/immediatelyfast.json similarity index 100% rename from client/config/yosbr/config/immediatelyfast.json rename to TrotCraft/client/config/yosbr/config/immediatelyfast.json diff --git a/client/config/yosbr/config/iris.properties b/TrotCraft/client/config/yosbr/config/iris.properties similarity index 100% rename from client/config/yosbr/config/iris.properties rename to TrotCraft/client/config/yosbr/config/iris.properties diff --git a/client/config/yosbr/config/isxander-main-menu-credits.json b/TrotCraft/client/config/yosbr/config/isxander-main-menu-credits.json similarity index 100% rename from client/config/yosbr/config/isxander-main-menu-credits.json rename to TrotCraft/client/config/yosbr/config/isxander-main-menu-credits.json diff --git a/client/config/yosbr/config/lambdynlights.toml b/TrotCraft/client/config/yosbr/config/lambdynlights.toml similarity index 100% rename from client/config/yosbr/config/lambdynlights.toml rename to TrotCraft/client/config/yosbr/config/lambdynlights.toml diff --git a/client/config/yosbr/config/midnightcontrols.json b/TrotCraft/client/config/yosbr/config/midnightcontrols.json similarity index 100% rename from client/config/yosbr/config/midnightcontrols.json rename to TrotCraft/client/config/yosbr/config/midnightcontrols.json diff --git a/client/config/yosbr/config/midnightlib.json b/TrotCraft/client/config/yosbr/config/midnightlib.json similarity index 100% rename from client/config/yosbr/config/midnightlib.json rename to TrotCraft/client/config/yosbr/config/midnightlib.json diff --git a/client/config/yosbr/config/modernfix-mixins.properties b/TrotCraft/client/config/yosbr/config/modernfix-mixins.properties similarity index 100% rename from client/config/yosbr/config/modernfix-mixins.properties rename to TrotCraft/client/config/yosbr/config/modernfix-mixins.properties diff --git a/client/config/yosbr/config/modmenu.json b/TrotCraft/client/config/yosbr/config/modmenu.json similarity index 100% rename from client/config/yosbr/config/modmenu.json rename to TrotCraft/client/config/yosbr/config/modmenu.json diff --git a/client/config/yosbr/config/moreculling.toml b/TrotCraft/client/config/yosbr/config/moreculling.toml similarity index 100% rename from client/config/yosbr/config/moreculling.toml rename to TrotCraft/client/config/yosbr/config/moreculling.toml diff --git a/client/config/yosbr/config/puzzle.json b/TrotCraft/client/config/yosbr/config/puzzle.json similarity index 100% rename from client/config/yosbr/config/puzzle.json rename to TrotCraft/client/config/yosbr/config/puzzle.json diff --git a/client/config/yosbr/config/rrls.toml b/TrotCraft/client/config/yosbr/config/rrls.toml similarity index 100% rename from client/config/yosbr/config/rrls.toml rename to TrotCraft/client/config/yosbr/config/rrls.toml diff --git a/client/config/yosbr/config/sodium-options.json b/TrotCraft/client/config/yosbr/config/sodium-options.json similarity index 100% rename from client/config/yosbr/config/sodium-options.json rename to TrotCraft/client/config/yosbr/config/sodium-options.json diff --git a/client/config/yosbr/options.txt b/TrotCraft/client/config/yosbr/options.txt similarity index 100% rename from client/config/yosbr/options.txt rename to TrotCraft/client/config/yosbr/options.txt diff --git a/client/index.toml b/TrotCraft/client/index.toml similarity index 100% rename from client/index.toml rename to TrotCraft/client/index.toml diff --git a/client/mods/appleskin.pw.toml b/TrotCraft/client/mods/appleskin.pw.toml similarity index 100% rename from client/mods/appleskin.pw.toml rename to TrotCraft/client/mods/appleskin.pw.toml diff --git a/client/mods/better-mount-hud.pw.toml b/TrotCraft/client/mods/better-mount-hud.pw.toml similarity index 100% rename from client/mods/better-mount-hud.pw.toml rename to TrotCraft/client/mods/better-mount-hud.pw.toml diff --git a/client/mods/better-third-person.pw.toml b/TrotCraft/client/mods/better-third-person.pw.toml similarity index 100% rename from client/mods/better-third-person.pw.toml rename to TrotCraft/client/mods/better-third-person.pw.toml diff --git a/client/mods/big-pony.pw.toml b/TrotCraft/client/mods/big-pony.pw.toml similarity index 100% rename from client/mods/big-pony.pw.toml rename to TrotCraft/client/mods/big-pony.pw.toml diff --git a/client/mods/bobby.pw.toml b/TrotCraft/client/mods/bobby.pw.toml similarity index 100% rename from client/mods/bobby.pw.toml rename to TrotCraft/client/mods/bobby.pw.toml diff --git a/client/mods/bookshelf-lib.pw.toml b/TrotCraft/client/mods/bookshelf-lib.pw.toml similarity index 100% rename from client/mods/bookshelf-lib.pw.toml rename to TrotCraft/client/mods/bookshelf-lib.pw.toml diff --git a/client/mods/capes.pw.toml b/TrotCraft/client/mods/capes.pw.toml similarity index 100% rename from client/mods/capes.pw.toml rename to TrotCraft/client/mods/capes.pw.toml diff --git a/client/mods/chat-heads.pw.toml b/TrotCraft/client/mods/chat-heads.pw.toml similarity index 100% rename from client/mods/chat-heads.pw.toml rename to TrotCraft/client/mods/chat-heads.pw.toml diff --git a/client/mods/cit-resewn.pw.toml b/TrotCraft/client/mods/cit-resewn.pw.toml similarity index 100% rename from client/mods/cit-resewn.pw.toml rename to TrotCraft/client/mods/cit-resewn.pw.toml diff --git a/client/mods/cloth-config.pw.toml b/TrotCraft/client/mods/cloth-config.pw.toml similarity index 100% rename from client/mods/cloth-config.pw.toml rename to TrotCraft/client/mods/cloth-config.pw.toml diff --git a/client/mods/continuity.pw.toml b/TrotCraft/client/mods/continuity.pw.toml similarity index 100% rename from client/mods/continuity.pw.toml rename to TrotCraft/client/mods/continuity.pw.toml diff --git a/client/mods/controlify.pw.toml b/TrotCraft/client/mods/controlify.pw.toml similarity index 100% rename from client/mods/controlify.pw.toml rename to TrotCraft/client/mods/controlify.pw.toml diff --git a/client/mods/cubes-without-borders.pw.toml b/TrotCraft/client/mods/cubes-without-borders.pw.toml similarity index 100% rename from client/mods/cubes-without-borders.pw.toml rename to TrotCraft/client/mods/cubes-without-borders.pw.toml diff --git a/client/mods/debugify.pw.toml b/TrotCraft/client/mods/debugify.pw.toml similarity index 100% rename from client/mods/debugify.pw.toml rename to TrotCraft/client/mods/debugify.pw.toml diff --git a/client/mods/dynamic-fps.pw.toml b/TrotCraft/client/mods/dynamic-fps.pw.toml similarity index 100% rename from client/mods/dynamic-fps.pw.toml rename to TrotCraft/client/mods/dynamic-fps.pw.toml diff --git a/client/mods/ebe.pw.toml b/TrotCraft/client/mods/ebe.pw.toml similarity index 100% rename from client/mods/ebe.pw.toml rename to TrotCraft/client/mods/ebe.pw.toml diff --git a/client/mods/enchantment-descriptions.pw.toml b/TrotCraft/client/mods/enchantment-descriptions.pw.toml similarity index 100% rename from client/mods/enchantment-descriptions.pw.toml rename to TrotCraft/client/mods/enchantment-descriptions.pw.toml diff --git a/client/mods/entity-model-features.pw.toml b/TrotCraft/client/mods/entity-model-features.pw.toml similarity index 100% rename from client/mods/entity-model-features.pw.toml rename to TrotCraft/client/mods/entity-model-features.pw.toml diff --git a/client/mods/entityculling.pw.toml b/TrotCraft/client/mods/entityculling.pw.toml similarity index 100% rename from client/mods/entityculling.pw.toml rename to TrotCraft/client/mods/entityculling.pw.toml diff --git a/client/mods/entitytexturefeatures.pw.toml b/TrotCraft/client/mods/entitytexturefeatures.pw.toml similarity index 100% rename from client/mods/entitytexturefeatures.pw.toml rename to TrotCraft/client/mods/entitytexturefeatures.pw.toml diff --git a/client/mods/fabric-api.pw.toml b/TrotCraft/client/mods/fabric-api.pw.toml similarity index 100% rename from client/mods/fabric-api.pw.toml rename to TrotCraft/client/mods/fabric-api.pw.toml diff --git a/client/mods/fabric-language-kotlin.pw.toml b/TrotCraft/client/mods/fabric-language-kotlin.pw.toml similarity index 100% rename from client/mods/fabric-language-kotlin.pw.toml rename to TrotCraft/client/mods/fabric-language-kotlin.pw.toml diff --git a/client/mods/fabricskyboxes-interop.pw.toml b/TrotCraft/client/mods/fabricskyboxes-interop.pw.toml similarity index 100% rename from client/mods/fabricskyboxes-interop.pw.toml rename to TrotCraft/client/mods/fabricskyboxes-interop.pw.toml diff --git a/client/mods/fabricskyboxes.pw.toml b/TrotCraft/client/mods/fabricskyboxes.pw.toml similarity index 100% rename from client/mods/fabricskyboxes.pw.toml rename to TrotCraft/client/mods/fabricskyboxes.pw.toml diff --git a/client/mods/fabrishot.pw.toml b/TrotCraft/client/mods/fabrishot.pw.toml similarity index 100% rename from client/mods/fabrishot.pw.toml rename to TrotCraft/client/mods/fabrishot.pw.toml diff --git a/client/mods/fallingleaves.pw.toml b/TrotCraft/client/mods/fallingleaves.pw.toml similarity index 100% rename from client/mods/fallingleaves.pw.toml rename to TrotCraft/client/mods/fallingleaves.pw.toml diff --git a/client/mods/fastquit.pw.toml b/TrotCraft/client/mods/fastquit.pw.toml similarity index 100% rename from client/mods/fastquit.pw.toml rename to TrotCraft/client/mods/fastquit.pw.toml diff --git a/client/mods/ferrite-core.pw.toml b/TrotCraft/client/mods/ferrite-core.pw.toml similarity index 100% rename from client/mods/ferrite-core.pw.toml rename to TrotCraft/client/mods/ferrite-core.pw.toml diff --git a/client/mods/hd-skins.pw.toml b/TrotCraft/client/mods/hd-skins.pw.toml similarity index 100% rename from client/mods/hd-skins.pw.toml rename to TrotCraft/client/mods/hd-skins.pw.toml diff --git a/client/mods/immediatelyfast.pw.toml b/TrotCraft/client/mods/immediatelyfast.pw.toml similarity index 100% rename from client/mods/immediatelyfast.pw.toml rename to TrotCraft/client/mods/immediatelyfast.pw.toml diff --git a/client/mods/indium.pw.toml b/TrotCraft/client/mods/indium.pw.toml similarity index 100% rename from client/mods/indium.pw.toml rename to TrotCraft/client/mods/indium.pw.toml diff --git a/client/mods/iris.pw.toml b/TrotCraft/client/mods/iris.pw.toml similarity index 100% rename from client/mods/iris.pw.toml rename to TrotCraft/client/mods/iris.pw.toml diff --git a/client/mods/kirin.pw.toml b/TrotCraft/client/mods/kirin.pw.toml similarity index 100% rename from client/mods/kirin.pw.toml rename to TrotCraft/client/mods/kirin.pw.toml diff --git a/client/mods/lambdynamiclights.pw.toml b/TrotCraft/client/mods/lambdynamiclights.pw.toml similarity index 100% rename from client/mods/lambdynamiclights.pw.toml rename to TrotCraft/client/mods/lambdynamiclights.pw.toml diff --git a/client/mods/language-reload.pw.toml b/TrotCraft/client/mods/language-reload.pw.toml similarity index 100% rename from client/mods/language-reload.pw.toml rename to TrotCraft/client/mods/language-reload.pw.toml diff --git a/client/mods/lithium.pw.toml b/TrotCraft/client/mods/lithium.pw.toml similarity index 100% rename from client/mods/lithium.pw.toml rename to TrotCraft/client/mods/lithium.pw.toml diff --git a/client/mods/mambience.pw.toml b/TrotCraft/client/mods/mambience.pw.toml similarity index 100% rename from client/mods/mambience.pw.toml rename to TrotCraft/client/mods/mambience.pw.toml diff --git a/client/mods/mine-little-pony.pw.toml b/TrotCraft/client/mods/mine-little-pony.pw.toml similarity index 100% rename from client/mods/mine-little-pony.pw.toml rename to TrotCraft/client/mods/mine-little-pony.pw.toml diff --git a/client/mods/mixintrace.pw.toml b/TrotCraft/client/mods/mixintrace.pw.toml similarity index 100% rename from client/mods/mixintrace.pw.toml rename to TrotCraft/client/mods/mixintrace.pw.toml diff --git a/client/mods/moddetectionpreventer.pw.toml b/TrotCraft/client/mods/moddetectionpreventer.pw.toml similarity index 100% rename from client/mods/moddetectionpreventer.pw.toml rename to TrotCraft/client/mods/moddetectionpreventer.pw.toml diff --git a/client/mods/modelfix.pw.toml b/TrotCraft/client/mods/modelfix.pw.toml similarity index 100% rename from client/mods/modelfix.pw.toml rename to TrotCraft/client/mods/modelfix.pw.toml diff --git a/client/mods/modernfix.pw.toml b/TrotCraft/client/mods/modernfix.pw.toml similarity index 100% rename from client/mods/modernfix.pw.toml rename to TrotCraft/client/mods/modernfix.pw.toml diff --git a/client/mods/modmenu.pw.toml b/TrotCraft/client/mods/modmenu.pw.toml similarity index 100% rename from client/mods/modmenu.pw.toml rename to TrotCraft/client/mods/modmenu.pw.toml diff --git a/client/mods/morechathistory.pw.toml b/TrotCraft/client/mods/morechathistory.pw.toml similarity index 100% rename from client/mods/morechathistory.pw.toml rename to TrotCraft/client/mods/morechathistory.pw.toml diff --git a/client/mods/moreculling.pw.toml b/TrotCraft/client/mods/moreculling.pw.toml similarity index 100% rename from client/mods/moreculling.pw.toml rename to TrotCraft/client/mods/moreculling.pw.toml diff --git a/client/mods/no-chat-reports.pw.toml b/TrotCraft/client/mods/no-chat-reports.pw.toml similarity index 100% rename from client/mods/no-chat-reports.pw.toml rename to TrotCraft/client/mods/no-chat-reports.pw.toml diff --git a/client/mods/optigui.pw.toml b/TrotCraft/client/mods/optigui.pw.toml similarity index 100% rename from client/mods/optigui.pw.toml rename to TrotCraft/client/mods/optigui.pw.toml diff --git a/client/mods/paginatedadvancements.pw.toml b/TrotCraft/client/mods/paginatedadvancements.pw.toml similarity index 100% rename from client/mods/paginatedadvancements.pw.toml rename to TrotCraft/client/mods/paginatedadvancements.pw.toml diff --git a/client/mods/polytone.pw.toml b/TrotCraft/client/mods/polytone.pw.toml similarity index 100% rename from client/mods/polytone.pw.toml rename to TrotCraft/client/mods/polytone.pw.toml diff --git a/client/mods/presence-footsteps.pw.toml b/TrotCraft/client/mods/presence-footsteps.pw.toml similarity index 100% rename from client/mods/presence-footsteps.pw.toml rename to TrotCraft/client/mods/presence-footsteps.pw.toml diff --git a/client/mods/puzzle.pw.toml b/TrotCraft/client/mods/puzzle.pw.toml similarity index 100% rename from client/mods/puzzle.pw.toml rename to TrotCraft/client/mods/puzzle.pw.toml diff --git a/client/mods/reeses-sodium-options.pw.toml b/TrotCraft/client/mods/reeses-sodium-options.pw.toml similarity index 100% rename from client/mods/reeses-sodium-options.pw.toml rename to TrotCraft/client/mods/reeses-sodium-options.pw.toml diff --git a/client/mods/shulkerboxtooltip.pw.toml b/TrotCraft/client/mods/shulkerboxtooltip.pw.toml similarity index 100% rename from client/mods/shulkerboxtooltip.pw.toml rename to TrotCraft/client/mods/shulkerboxtooltip.pw.toml diff --git a/client/mods/simple-voice-chat.pw.toml b/TrotCraft/client/mods/simple-voice-chat.pw.toml similarity index 100% rename from client/mods/simple-voice-chat.pw.toml rename to TrotCraft/client/mods/simple-voice-chat.pw.toml diff --git a/client/mods/sodium-extra.pw.toml b/TrotCraft/client/mods/sodium-extra.pw.toml similarity index 100% rename from client/mods/sodium-extra.pw.toml rename to TrotCraft/client/mods/sodium-extra.pw.toml diff --git a/client/mods/sodium.pw.toml b/TrotCraft/client/mods/sodium.pw.toml similarity index 100% rename from client/mods/sodium.pw.toml rename to TrotCraft/client/mods/sodium.pw.toml diff --git a/client/mods/sound-physics-remastered.pw.toml b/TrotCraft/client/mods/sound-physics-remastered.pw.toml similarity index 100% rename from client/mods/sound-physics-remastered.pw.toml rename to TrotCraft/client/mods/sound-physics-remastered.pw.toml diff --git a/client/mods/yacl.pw.toml b/TrotCraft/client/mods/yacl.pw.toml similarity index 100% rename from client/mods/yacl.pw.toml rename to TrotCraft/client/mods/yacl.pw.toml diff --git a/client/mods/yosbr.pw.toml b/TrotCraft/client/mods/yosbr.pw.toml similarity index 100% rename from client/mods/yosbr.pw.toml rename to TrotCraft/client/mods/yosbr.pw.toml diff --git a/client/mods/zoomify.pw.toml b/TrotCraft/client/mods/zoomify.pw.toml similarity index 100% rename from client/mods/zoomify.pw.toml rename to TrotCraft/client/mods/zoomify.pw.toml diff --git a/client/pack.toml b/TrotCraft/client/pack.toml similarity index 100% rename from client/pack.toml rename to TrotCraft/client/pack.toml diff --git a/client/resourcepacks/chat-reporting-helper.pw.toml b/TrotCraft/client/resourcepacks/chat-reporting-helper.pw.toml similarity index 100% rename from client/resourcepacks/chat-reporting-helper.pw.toml rename to TrotCraft/client/resourcepacks/chat-reporting-helper.pw.toml diff --git a/client/resourcepacks/fast-better-grass.pw.toml b/TrotCraft/client/resourcepacks/fast-better-grass.pw.toml similarity index 100% rename from client/resourcepacks/fast-better-grass.pw.toml rename to TrotCraft/client/resourcepacks/fast-better-grass.pw.toml diff --git a/client/resourcepacks/sparkles.pw.toml b/TrotCraft/client/resourcepacks/sparkles.pw.toml similarity index 100% rename from client/resourcepacks/sparkles.pw.toml rename to TrotCraft/client/resourcepacks/sparkles.pw.toml diff --git a/client/resourcepacks/translations-for-sodium.pw.toml b/TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml similarity index 100% rename from client/resourcepacks/translations-for-sodium.pw.toml rename to TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml diff --git a/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png b/TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png similarity index 100% rename from server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png rename to TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png diff --git a/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png b/TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png similarity index 100% rename from server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png rename to TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png diff --git a/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png b/TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png similarity index 100% rename from server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png rename to TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png diff --git a/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png b/TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png similarity index 100% rename from server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png rename to TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png diff --git a/server/config/yosbr/config/MiniMOTD/main.conf b/TrotCraft/server/config/yosbr/config/MiniMOTD/main.conf similarity index 86% rename from server/config/yosbr/config/MiniMOTD/main.conf rename to TrotCraft/server/config/yosbr/config/MiniMOTD/main.conf index d5d4bec..53481c7 100644 --- a/server/config/yosbr/config/MiniMOTD/main.conf +++ b/TrotCraft/server/config/yosbr/config/MiniMOTD/main.conf @@ -117,6 +117,33 @@ motds=[ line1="how many years is that" line2="" }, + { + # Set the icon to use with this MOTD + # Either use 'random' to randomly choose an icon, or use the name + # of a file in the icons folder (excluding the '.png' extension) + # ex: icon="myIconFile" + icon=random + line1="<#e6ac65>don't eat the streamer" + line2="" + }, + { + # Set the icon to use with this MOTD + # Either use 'random' to randomly choose an icon, or use the name + # of a file in the icons folder (excluding the '.png' extension) + # ex: icon="myIconFile" + icon=random + line1="<#e6ac65>Twilight are you okay?" + line2="" + }, + { + # Set the icon to use with this MOTD + # Either use 'random' to randomly choose an icon, or use the name + # of a file in the icons folder (excluding the '.png' extension) + # ex: icon="myIconFile" + icon=random + line1="<#e6ac65>don't eat the streamer" + line2="" + }, { # Set the icon to use with this MOTD # Either use 'random' to randomly choose an icon, or use the name diff --git a/server/config/yosbr/config/bigpony.json b/TrotCraft/server/config/yosbr/config/bigpony.json similarity index 100% rename from server/config/yosbr/config/bigpony.json rename to TrotCraft/server/config/yosbr/config/bigpony.json diff --git a/server/config/yosbr/config/modmenu.json b/TrotCraft/server/config/yosbr/config/modmenu.json similarity index 100% rename from server/config/yosbr/config/modmenu.json rename to TrotCraft/server/config/yosbr/config/modmenu.json diff --git a/server/config/yosbr/config/styled-nicknames.json b/TrotCraft/server/config/yosbr/config/styled-nicknames.json similarity index 100% rename from server/config/yosbr/config/styled-nicknames.json rename to TrotCraft/server/config/yosbr/config/styled-nicknames.json diff --git a/server/config/yosbr/config/universal-graves/config.json b/TrotCraft/server/config/yosbr/config/universal-graves/config.json similarity index 100% rename from server/config/yosbr/config/universal-graves/config.json rename to TrotCraft/server/config/yosbr/config/universal-graves/config.json diff --git a/server/config/yosbr/options.txt b/TrotCraft/server/config/yosbr/options.txt similarity index 100% rename from server/config/yosbr/options.txt rename to TrotCraft/server/config/yosbr/options.txt diff --git a/server/datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip diff --git a/server/datapacks/custom nether portals v2.3.9 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/custom nether portals v2.3.9 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/custom nether portals v2.3.9 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/custom nether portals v2.3.9 (MC 1.20-1.20.4).zip diff --git a/server/datapacks/double shulker shells v1.3.6 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/double shulker shells v1.3.6 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/double shulker shells v1.3.6 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/double shulker shells v1.3.6 (MC 1.20-1.20.4).zip diff --git a/server/datapacks/fast leaf decay v2.0.9 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/fast leaf decay v2.0.9 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/fast leaf decay v2.0.9 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/fast leaf decay v2.0.9 (MC 1.20-1.20.4).zip diff --git a/server/datapacks/larger phantoms v1.2.7 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/larger phantoms v1.2.7 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/larger phantoms v1.2.7 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/larger phantoms v1.2.7 (MC 1.20-1.20.4).zip diff --git a/server/datapacks/more mob heads v2.12.4 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/more mob heads v2.12.4 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/more mob heads v2.12.4 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/more mob heads v2.12.4 (MC 1.20-1.20.4).zip diff --git a/server/datapacks/player head drops v1.1.6 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/player head drops v1.1.6 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/player head drops v1.1.6 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/player head drops v1.1.6 (MC 1.20-1.20.4).zip diff --git a/server/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml similarity index 100% rename from server/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml rename to TrotCraft/server/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml diff --git a/server/datapacks/repurposed-structures-better-dungeons-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-dungeons-compat.pw.toml similarity index 100% rename from server/datapacks/repurposed-structures-better-dungeons-compat.pw.toml rename to TrotCraft/server/datapacks/repurposed-structures-better-dungeons-compat.pw.toml diff --git a/server/datapacks/repurposed-structures-better-jungle-temples.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-jungle-temples.pw.toml similarity index 100% rename from server/datapacks/repurposed-structures-better-jungle-temples.pw.toml rename to TrotCraft/server/datapacks/repurposed-structures-better-jungle-temples.pw.toml diff --git a/server/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml similarity index 100% rename from server/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml rename to TrotCraft/server/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml diff --git a/server/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml similarity index 100% rename from server/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml rename to TrotCraft/server/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml diff --git a/server/datapacks/repurposed-structures-better-strongholds-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-strongholds-compat.pw.toml similarity index 100% rename from server/datapacks/repurposed-structures-better-strongholds-compat.pw.toml rename to TrotCraft/server/datapacks/repurposed-structures-better-strongholds-compat.pw.toml diff --git a/server/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml similarity index 100% rename from server/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml rename to TrotCraft/server/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml diff --git a/server/datapacks/track raw statistics v1.7.2 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/track raw statistics v1.7.2 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/track raw statistics v1.7.2 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/track raw statistics v1.7.2 (MC 1.20-1.20.4).zip diff --git a/server/datapacks/track statistics v1.1.8 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/track statistics v1.1.8 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/track statistics v1.1.8 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/track statistics v1.1.8 (MC 1.20-1.20.4).zip diff --git a/server/datapacks/unlock all recipes v2.0.7 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/unlock all recipes v2.0.7 (MC 1.20-1.20.4).zip similarity index 100% rename from server/datapacks/unlock all recipes v2.0.7 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/unlock all recipes v2.0.7 (MC 1.20-1.20.4).zip diff --git a/server/index.toml b/TrotCraft/server/index.toml similarity index 100% rename from server/index.toml rename to TrotCraft/server/index.toml diff --git a/server/mods/audioplayer.pw.toml b/TrotCraft/server/mods/audioplayer.pw.toml similarity index 100% rename from server/mods/audioplayer.pw.toml rename to TrotCraft/server/mods/audioplayer.pw.toml diff --git a/server/mods/big-pony.pw.toml b/TrotCraft/server/mods/big-pony.pw.toml similarity index 100% rename from server/mods/big-pony.pw.toml rename to TrotCraft/server/mods/big-pony.pw.toml diff --git a/server/mods/c2me-fabric.pw.toml b/TrotCraft/server/mods/c2me-fabric.pw.toml similarity index 100% rename from server/mods/c2me-fabric.pw.toml rename to TrotCraft/server/mods/c2me-fabric.pw.toml diff --git a/server/mods/carpet-tis-addition.pw.toml b/TrotCraft/server/mods/carpet-tis-addition.pw.toml similarity index 100% rename from server/mods/carpet-tis-addition.pw.toml rename to TrotCraft/server/mods/carpet-tis-addition.pw.toml diff --git a/server/mods/carpet.pw.toml b/TrotCraft/server/mods/carpet.pw.toml similarity index 100% rename from server/mods/carpet.pw.toml rename to TrotCraft/server/mods/carpet.pw.toml diff --git a/server/mods/chunky.pw.toml b/TrotCraft/server/mods/chunky.pw.toml similarity index 100% rename from server/mods/chunky.pw.toml rename to TrotCraft/server/mods/chunky.pw.toml diff --git a/server/mods/cloth-config.pw.toml b/TrotCraft/server/mods/cloth-config.pw.toml similarity index 100% rename from server/mods/cloth-config.pw.toml rename to TrotCraft/server/mods/cloth-config.pw.toml diff --git a/server/mods/dataloader.pw.toml b/TrotCraft/server/mods/dataloader.pw.toml similarity index 100% rename from server/mods/dataloader.pw.toml rename to TrotCraft/server/mods/dataloader.pw.toml diff --git a/server/mods/dungeons-and-taverns.pw.toml b/TrotCraft/server/mods/dungeons-and-taverns.pw.toml similarity index 100% rename from server/mods/dungeons-and-taverns.pw.toml rename to TrotCraft/server/mods/dungeons-and-taverns.pw.toml diff --git a/server/mods/enhanced-groups.pw.toml b/TrotCraft/server/mods/enhanced-groups.pw.toml similarity index 100% rename from server/mods/enhanced-groups.pw.toml rename to TrotCraft/server/mods/enhanced-groups.pw.toml diff --git a/server/mods/essential-commands.pw.toml b/TrotCraft/server/mods/essential-commands.pw.toml similarity index 100% rename from server/mods/essential-commands.pw.toml rename to TrotCraft/server/mods/essential-commands.pw.toml diff --git a/server/mods/explorify.pw.toml b/TrotCraft/server/mods/explorify.pw.toml similarity index 100% rename from server/mods/explorify.pw.toml rename to TrotCraft/server/mods/explorify.pw.toml diff --git a/server/mods/fabric-api.pw.toml b/TrotCraft/server/mods/fabric-api.pw.toml similarity index 100% rename from server/mods/fabric-api.pw.toml rename to TrotCraft/server/mods/fabric-api.pw.toml diff --git a/server/mods/fabric-language-kotlin.pw.toml b/TrotCraft/server/mods/fabric-language-kotlin.pw.toml similarity index 100% rename from server/mods/fabric-language-kotlin.pw.toml rename to TrotCraft/server/mods/fabric-language-kotlin.pw.toml diff --git a/server/mods/ferrite-core.pw.toml b/TrotCraft/server/mods/ferrite-core.pw.toml similarity index 100% rename from server/mods/ferrite-core.pw.toml rename to TrotCraft/server/mods/ferrite-core.pw.toml diff --git a/server/mods/floodgate.pw.toml b/TrotCraft/server/mods/floodgate.pw.toml similarity index 100% rename from server/mods/floodgate.pw.toml rename to TrotCraft/server/mods/floodgate.pw.toml diff --git a/server/mods/htm.pw.toml b/TrotCraft/server/mods/htm.pw.toml similarity index 100% rename from server/mods/htm.pw.toml rename to TrotCraft/server/mods/htm.pw.toml diff --git a/server/mods/incendium.pw.toml b/TrotCraft/server/mods/incendium.pw.toml similarity index 100% rename from server/mods/incendium.pw.toml rename to TrotCraft/server/mods/incendium.pw.toml diff --git a/server/mods/krypton.pw.toml b/TrotCraft/server/mods/krypton.pw.toml similarity index 100% rename from server/mods/krypton.pw.toml rename to TrotCraft/server/mods/krypton.pw.toml diff --git a/server/mods/lazydfu.pw.toml b/TrotCraft/server/mods/lazydfu.pw.toml similarity index 100% rename from server/mods/lazydfu.pw.toml rename to TrotCraft/server/mods/lazydfu.pw.toml diff --git a/server/mods/ledger.pw.toml b/TrotCraft/server/mods/ledger.pw.toml similarity index 100% rename from server/mods/ledger.pw.toml rename to TrotCraft/server/mods/ledger.pw.toml diff --git a/server/mods/leukocyte.pw.toml b/TrotCraft/server/mods/leukocyte.pw.toml similarity index 100% rename from server/mods/leukocyte.pw.toml rename to TrotCraft/server/mods/leukocyte.pw.toml diff --git a/server/mods/lithium.pw.toml b/TrotCraft/server/mods/lithium.pw.toml similarity index 100% rename from server/mods/lithium.pw.toml rename to TrotCraft/server/mods/lithium.pw.toml diff --git a/server/mods/mambience.pw.toml b/TrotCraft/server/mods/mambience.pw.toml similarity index 100% rename from server/mods/mambience.pw.toml rename to TrotCraft/server/mods/mambience.pw.toml diff --git a/server/mods/midnightlib.pw.toml b/TrotCraft/server/mods/midnightlib.pw.toml similarity index 100% rename from server/mods/midnightlib.pw.toml rename to TrotCraft/server/mods/midnightlib.pw.toml diff --git a/server/mods/minimotd.pw.toml b/TrotCraft/server/mods/minimotd.pw.toml similarity index 100% rename from server/mods/minimotd.pw.toml rename to TrotCraft/server/mods/minimotd.pw.toml diff --git a/server/mods/mixintrace.pw.toml b/TrotCraft/server/mods/mixintrace.pw.toml similarity index 100% rename from server/mods/mixintrace.pw.toml rename to TrotCraft/server/mods/mixintrace.pw.toml diff --git a/server/mods/no-chat-reports.pw.toml b/TrotCraft/server/mods/no-chat-reports.pw.toml similarity index 100% rename from server/mods/no-chat-reports.pw.toml rename to TrotCraft/server/mods/no-chat-reports.pw.toml diff --git a/server/mods/noisium.pw.toml b/TrotCraft/server/mods/noisium.pw.toml similarity index 100% rename from server/mods/noisium.pw.toml rename to TrotCraft/server/mods/noisium.pw.toml diff --git a/server/mods/nullscape.pw.toml b/TrotCraft/server/mods/nullscape.pw.toml similarity index 100% rename from server/mods/nullscape.pw.toml rename to TrotCraft/server/mods/nullscape.pw.toml diff --git a/server/mods/player-roles.pw.toml b/TrotCraft/server/mods/player-roles.pw.toml similarity index 100% rename from server/mods/player-roles.pw.toml rename to TrotCraft/server/mods/player-roles.pw.toml diff --git a/server/mods/remove-terralith-intro-message.pw.toml b/TrotCraft/server/mods/remove-terralith-intro-message.pw.toml similarity index 100% rename from server/mods/remove-terralith-intro-message.pw.toml rename to TrotCraft/server/mods/remove-terralith-intro-message.pw.toml diff --git a/server/mods/repurposed-structures-fabric.pw.toml b/TrotCraft/server/mods/repurposed-structures-fabric.pw.toml similarity index 100% rename from server/mods/repurposed-structures-fabric.pw.toml rename to TrotCraft/server/mods/repurposed-structures-fabric.pw.toml diff --git a/server/mods/servercore.pw.toml b/TrotCraft/server/mods/servercore.pw.toml similarity index 100% rename from server/mods/servercore.pw.toml rename to TrotCraft/server/mods/servercore.pw.toml diff --git a/server/mods/simple-voice-chat.pw.toml b/TrotCraft/server/mods/simple-voice-chat.pw.toml similarity index 100% rename from server/mods/simple-voice-chat.pw.toml rename to TrotCraft/server/mods/simple-voice-chat.pw.toml diff --git a/server/mods/stackdeobf.pw.toml b/TrotCraft/server/mods/stackdeobf.pw.toml similarity index 100% rename from server/mods/stackdeobf.pw.toml rename to TrotCraft/server/mods/stackdeobf.pw.toml diff --git a/server/mods/styled-chat.pw.toml b/TrotCraft/server/mods/styled-chat.pw.toml similarity index 100% rename from server/mods/styled-chat.pw.toml rename to TrotCraft/server/mods/styled-chat.pw.toml diff --git a/server/mods/styled-nicknames.pw.toml b/TrotCraft/server/mods/styled-nicknames.pw.toml similarity index 100% rename from server/mods/styled-nicknames.pw.toml rename to TrotCraft/server/mods/styled-nicknames.pw.toml diff --git a/server/mods/styledplayerlist.pw.toml b/TrotCraft/server/mods/styledplayerlist.pw.toml similarity index 100% rename from server/mods/styledplayerlist.pw.toml rename to TrotCraft/server/mods/styledplayerlist.pw.toml diff --git a/server/mods/syncmatica.pw.toml b/TrotCraft/server/mods/syncmatica.pw.toml similarity index 100% rename from server/mods/syncmatica.pw.toml rename to TrotCraft/server/mods/syncmatica.pw.toml diff --git a/server/mods/tectonic.pw.toml b/TrotCraft/server/mods/tectonic.pw.toml similarity index 100% rename from server/mods/tectonic.pw.toml rename to TrotCraft/server/mods/tectonic.pw.toml diff --git a/server/mods/terralith.pw.toml b/TrotCraft/server/mods/terralith.pw.toml similarity index 100% rename from server/mods/terralith.pw.toml rename to TrotCraft/server/mods/terralith.pw.toml diff --git a/server/mods/timeoutout.pw.toml b/TrotCraft/server/mods/timeoutout.pw.toml similarity index 100% rename from server/mods/timeoutout.pw.toml rename to TrotCraft/server/mods/timeoutout.pw.toml diff --git a/server/mods/universal-graves.pw.toml b/TrotCraft/server/mods/universal-graves.pw.toml similarity index 100% rename from server/mods/universal-graves.pw.toml rename to TrotCraft/server/mods/universal-graves.pw.toml diff --git a/server/mods/viabackwards.pw.toml b/TrotCraft/server/mods/viabackwards.pw.toml similarity index 100% rename from server/mods/viabackwards.pw.toml rename to TrotCraft/server/mods/viabackwards.pw.toml diff --git a/server/mods/viafabric.pw.toml b/TrotCraft/server/mods/viafabric.pw.toml similarity index 100% rename from server/mods/viafabric.pw.toml rename to TrotCraft/server/mods/viafabric.pw.toml diff --git a/server/mods/viarewind.pw.toml b/TrotCraft/server/mods/viarewind.pw.toml similarity index 100% rename from server/mods/viarewind.pw.toml rename to TrotCraft/server/mods/viarewind.pw.toml diff --git a/server/mods/viaversion.pw.toml b/TrotCraft/server/mods/viaversion.pw.toml similarity index 100% rename from server/mods/viaversion.pw.toml rename to TrotCraft/server/mods/viaversion.pw.toml diff --git a/server/mods/vmp-fabric.pw.toml b/TrotCraft/server/mods/vmp-fabric.pw.toml similarity index 100% rename from server/mods/vmp-fabric.pw.toml rename to TrotCraft/server/mods/vmp-fabric.pw.toml diff --git a/server/mods/voice-chat-interaction.pw.toml b/TrotCraft/server/mods/voice-chat-interaction.pw.toml similarity index 100% rename from server/mods/voice-chat-interaction.pw.toml rename to TrotCraft/server/mods/voice-chat-interaction.pw.toml diff --git a/server/mods/wits.pw.toml b/TrotCraft/server/mods/wits.pw.toml similarity index 100% rename from server/mods/wits.pw.toml rename to TrotCraft/server/mods/wits.pw.toml diff --git a/server/mods/yosbr.pw.toml b/TrotCraft/server/mods/yosbr.pw.toml similarity index 100% rename from server/mods/yosbr.pw.toml rename to TrotCraft/server/mods/yosbr.pw.toml diff --git a/server/mods/yungs-api.pw.toml b/TrotCraft/server/mods/yungs-api.pw.toml similarity index 100% rename from server/mods/yungs-api.pw.toml rename to TrotCraft/server/mods/yungs-api.pw.toml diff --git a/server/mods/yungs-better-desert-temples.pw.toml b/TrotCraft/server/mods/yungs-better-desert-temples.pw.toml similarity index 100% rename from server/mods/yungs-better-desert-temples.pw.toml rename to TrotCraft/server/mods/yungs-better-desert-temples.pw.toml diff --git a/server/mods/yungs-better-dungeons.pw.toml b/TrotCraft/server/mods/yungs-better-dungeons.pw.toml similarity index 100% rename from server/mods/yungs-better-dungeons.pw.toml rename to TrotCraft/server/mods/yungs-better-dungeons.pw.toml diff --git a/server/mods/yungs-better-end-island.pw.toml b/TrotCraft/server/mods/yungs-better-end-island.pw.toml similarity index 100% rename from server/mods/yungs-better-end-island.pw.toml rename to TrotCraft/server/mods/yungs-better-end-island.pw.toml diff --git a/server/mods/yungs-better-jungle-temples.pw.toml b/TrotCraft/server/mods/yungs-better-jungle-temples.pw.toml similarity index 100% rename from server/mods/yungs-better-jungle-temples.pw.toml rename to TrotCraft/server/mods/yungs-better-jungle-temples.pw.toml diff --git a/server/mods/yungs-better-mineshafts.pw.toml b/TrotCraft/server/mods/yungs-better-mineshafts.pw.toml similarity index 100% rename from server/mods/yungs-better-mineshafts.pw.toml rename to TrotCraft/server/mods/yungs-better-mineshafts.pw.toml diff --git a/server/mods/yungs-better-nether-fortresses.pw.toml b/TrotCraft/server/mods/yungs-better-nether-fortresses.pw.toml similarity index 100% rename from server/mods/yungs-better-nether-fortresses.pw.toml rename to TrotCraft/server/mods/yungs-better-nether-fortresses.pw.toml diff --git a/server/mods/yungs-better-ocean-monuments.pw.toml b/TrotCraft/server/mods/yungs-better-ocean-monuments.pw.toml similarity index 100% rename from server/mods/yungs-better-ocean-monuments.pw.toml rename to TrotCraft/server/mods/yungs-better-ocean-monuments.pw.toml diff --git a/server/mods/yungs-better-strongholds.pw.toml b/TrotCraft/server/mods/yungs-better-strongholds.pw.toml similarity index 100% rename from server/mods/yungs-better-strongholds.pw.toml rename to TrotCraft/server/mods/yungs-better-strongholds.pw.toml diff --git a/server/mods/yungs-better-witch-huts.pw.toml b/TrotCraft/server/mods/yungs-better-witch-huts.pw.toml similarity index 100% rename from server/mods/yungs-better-witch-huts.pw.toml rename to TrotCraft/server/mods/yungs-better-witch-huts.pw.toml diff --git a/server/mods/yungs-extras.pw.toml b/TrotCraft/server/mods/yungs-extras.pw.toml similarity index 100% rename from server/mods/yungs-extras.pw.toml rename to TrotCraft/server/mods/yungs-extras.pw.toml diff --git a/server/pack.toml b/TrotCraft/server/pack.toml similarity index 100% rename from server/pack.toml rename to TrotCraft/server/pack.toml