Minecraft PE Resource Pack for hiding your seed on dedicated servers
- It is always in your best interest to backup your world(s) before any updates!
- Once you have created a backup,
stop
your server.
- Go to Actions
- Find the most recent run called
Package MCPACK HideMySeed
- Find the most recent run called
- Download the Artifact
HideMySeed
- Click on
HideMySeed
under the artifact section to download. - Unzip
- You will see 2 files.
- This ReadME
- HideMySeed.mcpack
- You will see 2 files.
- Click on
- Install the HideMySeed.mcpack resource.
- Double click
HideMySeed.mcpack
to install. - Once Minecraft Launcher has signified the install is successful proceed.
- Double click
- On your local machine
-
Create a temp world, it will make it easier to give it a unique name for a later step. Make sure to activate HideMySeed with this temp world.
-
Open the temp world momentarily then save and exit. This is to generate some files to transfer later.
-
Migrate to your minecraft world saves, generally in
Modify USERNAME with your path or possibly different install location.
C:\Users\USERNAME\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds
- Select the world you just created, if you're unsure which one you can open the
levelname.txt
file to see if it's the one you uniquely named earlier. - Keep this folder path handy, you will need it for transfering some files/folders.
- Select the world you just created, if you're unsure which one you can open the
-
-
From your local copy folder
C:\Users\USERNAME\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds\WORLD_HASH\resource_packs\HideMySeed
into
/home/minecraft-pe/server/worlds/WORLD_NAME/resource_packs/HideMySeed
Modify USERNAME and WORLD_HASH and WORLD_NAME with your path or possibly different install location.
Your file structure should now look like this inside your /home/minecraft-pe/server/worlds/WORLD_NAME/resource_packs
directory:
resource_packs
└── hide-my-seed
| manifest.json
| pack_icon.png
└── ui
└── settings_sections
world_section.json
└── Other Resource Packs...
- If you do not have
world_resource_packs.json
orworld_resource_pack_history.json
file in your/home/minecraft-pe/server/worlds/WORLD_NAME
directory then:- Move those 2 files from Local:
C:\Users\USERNAME\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds\WORLD_HASH
to Dedicated:/home/minecraft-pe/server/worlds/WORLD_NAME
- Move those 2 files from Local:
- If you already have
world_resource_packs.json
orworld_resource_pack_history.json
file in your/home/minecraft-pe/server/worlds/WORLD_NAME
directory then:- copy the contents in each file and add it to their respective files.
Your file structure should now look like this inside your /home/minecraft-pe/server/worlds/WORLD_NAME
directory:
WORLD_NAME
| world_resource_pack_history.json
| world_resource_packs.json
└───resource_packs
└── hide-my-seed
| LICENSE
| manifest.json
| pack_icon.png
| README.md
└── ui
└── settings_sections
world_section.json
- Start your server back up
- Play your minecraft server
- Go to
settings
in game and underGame
settings you should no longer see your world seed. - Congrats you did it!