[BDS-1290] Cannot find out seed of Bedrock server map Created: 13/Aug/19 Updated: 26/Feb/20 Resolved: 26/Feb/20 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.8.1.2 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Stewart Moss | Assignee: | Unassigned |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux ubuntu 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux Bedrock server Version 1.12.0.28 |
||
| Description |
|
Hi, I tried running the commands "/seed" or "/world seed" as OPERATOR on my server. The commands dont work.
What command can I use to view the seed? |
| Comments |
| Comment by IonicEcko [ 26/Feb/20 ] |
|
Thank you for your report! This is a technical support issue; this site is for bug reports only. We do not have the resources to provide you with technical support. Quick Links: |
| Comment by Michael Petter [ 17/Aug/19 ] |
|
Go into the data dir on the server and find level.dat. Then run: hexdump -C level.dat
The 8 bytes following "RandomSeed" is it. |