Tiny client and server pack for daxe's community modrinth.com/project/daxe

Tweak Pl3xmap web location

+21 -8
+4 -4
config/pl3xmap/config.yml
··· 5 5 language-file: lang-en.yml 6 6 # Set the web address players use to connect to your map. This 7 7 # is only used for the client mod to know where to connect. 8 - web-address: http://daxecraft.modrinth.gg:28626 8 + web-address: https://daxecraft.daxe.art/ 9 9 web-directory: 10 10 # The directory that houses the website and world tiles. 11 11 # This is a relative path from Pl3xMap's plugin directory, 12 12 # unless it starts with / in which case it will be treated 13 13 # as an absolute path. 14 - path: web/ 14 + path: ../../pl3xmap 15 15 # Set to true if you don't want Pl3xMap to overwrite 16 16 # the website files on startup. (Good for servers that 17 17 # customize these files) ··· 80 80 render: 81 81 # Renderers to use. Each renderer will render a different type of map. The value is the icon 82 82 # that the renderer should use in the Web UI. These are any "*.png" files under "web/images/icon/" 83 - # 83 + # 84 84 # The built-in renderers include (key): 85 85 # vintage_story, basic, biomes, flowermap, inhabited, night, nether_roof, and vanilla 86 - # 86 + # 87 87 # The built-in icons include (value): 88 88 # overworld_basic, overworld_biomes, overworld_night, 89 89 # nether_basic, nether_biomes, nether_night, nether_roof,
+15 -2
index.toml
··· 17 17 hash = "cf37def0d133ba176fed647f9d4f80d84f8a9fa1282a8e796af7fbd1504155d1" 18 18 19 19 [[files]] 20 + file = "config/autowhitelist.json5" 21 + hash = "cad9410c87a731c6981634bb5e7009a6e8ba420c56fd1b32ea6cdccb4b3ed981" 22 + 23 + [[files]] 20 24 file = "config/chunky/config.json" 21 25 hash = "6c103db0800e63ba88c2296e42fb8f5e631f70ea17b8c5d77bef0166d0662d96" 26 + 27 + [[files]] 28 + file = "config/custom-nametags/config.json" 29 + hash = "6287c594f508f8d83b606bdc0250c628531f7e31efae2c21036d93c468cabc90" 22 30 23 31 [[files]] 24 32 file = "config/ferritecore.mixin.properties" ··· 38 46 39 47 [[files]] 40 48 file = "config/pl3xmap/config.yml" 41 - hash = "c66168df3f7032234784e74bd5e6a9ef17078fef291d46a5db2aa14623c322ec" 49 + hash = "4f495a0d031cbb291c484ef2505500e9297afcfe15eb4f6c9cb094c657b0de49" 42 50 43 51 [[files]] 44 52 file = "config/polymer/server.json" ··· 69 77 hash = "6585cf34c6ea5c7b0462cc7bdd032eb728bd14f1e644eee87df73fefbc11402c" 70 78 71 79 [[files]] 72 - file = "config/voicechat-server.properties" 80 + file = "config/voicechat/voicechat-server.properties" 73 81 hash = "b7a88ee8cde6ed604eb8e8a03619545472b204f3cee20ab64085349c633fde26" 74 82 75 83 [[files]] ··· 132 140 [[files]] 133 141 file = "mods/custom-player-models.pw.toml" 134 142 hash = "15a93334b9ed28ce4f4704801a48357814ca4aa6d546784c2e891de88d374f58" 143 + metafile = true 144 + 145 + [[files]] 146 + file = "mods/customnametags.pw.toml" 147 + hash = "299d5fc158ca139dfaf9de7e2f608bad9b2cf697539ae2eb7fcd96403f985a97" 135 148 metafile = true 136 149 137 150 [[files]]
+2 -2
pack.toml
··· 1 1 name = "daxecord" 2 2 author = "encode42" 3 - version = "1.0.0" 3 + version = "1.1.0" 4 4 pack-format = "packwiz:1.1.0" 5 5 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "b7fd659f599413344551e3767de6c1c8e94b21f85a1d3615f1b6130de2461de0" 9 + hash = "2a998c57afdc2bf7a3fcb4f8657627882ec6cd73811cb1b588721e523b12cccc" 10 10 11 11 [versions] 12 12 fabric = "0.18.4"