Skip to main content

One post tagged with "UUID"

Posts mentioning Minecraft player UUIDs

View All Tags

Treasure Island MC - Data Recovery Guide

· 4 min read

Vault data & homes/claim data is available on Treasure Island MC GitHub.

Table of Contents

Vaults

Your vaults data is located in tools/server/vaults.

  1. Use CTRL+F with your UUID to download the correct file.
  2. To read this file you can either:
    • Run PlayerVaultsX on a Spigot-based server
    • Use Base64 Decoder to view contents
PlayerVaultsX Information

PlayerVaultsX is a paid plugin. Alternatives:

Homes

Fantasy Homes

https://raw.githubusercontent.com/TreasureIslandMC/treasureislandmc.github.io/master/tools/fantasy/worlds/homes.json

Survival Homes

https://raw.githubusercontent.com/TreasureIslandMC/treasureislandmc.github.io/master/tools/survival/worlds/homes.json

Use CTRL+F to find your homes list in either file.

Claims

Fantasy Claims

  1. Go to Fantasy Worlds
  2. Choose the world
  3. Search for your UUID using CTRL+F

Survival Claims

https://github.com/TreasureIslandMC/treasureislandmc.github.io/blob/master/tools/survival/worlds/claims.json

Use CTRL+F to find your claims.

What's my UUID?

You can use:

Before Starting

Make sure you have Java installed. If you want to compile PlayerVaultX, install a JDK as well.

Running a 1.17.1 Server

We ran the latest version of Paper for 1.17.1 (a modified version called Purpur). For loading saves, this doesn't matter.

  1. Download server: Paper 1.17.1 Build 411
  2. Place in an empty folder
  3. Create start.bat file with these contents:
@echo off
java -Xms4G -Xmx4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40^ -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar paper-1.17.1-411.jar -nogui
pause
RAM Allocation

-Xms4G -Xmx4G sets RAM allocation. Adjust to 2G if needed.

  1. Run the server, then edit eula.txt to set eula=true.

Restarting Your Server

  1. Type stop in console
  2. Run start.bat again

Installing Plugins

Multiverse Core

For world switching: Download Multiverse

  1. Place in plugins folder
  2. Restart server

EssentialsX

For teleportation and home management: Download EssentialsX (Core version is sufficient)

  1. Place in plugins folder
  2. Restart server

PlayerVaultsX

For accessing your vaults:

  1. Compile from source (see below)
  2. Place in plugins folder
  3. Restart server

Compiling PlayerVaultsX

Source: PlayerVaults GitHub

  1. Install Maven
  2. Run:
    mvn clean package

World Saves

Survival Worlds

Fantasy Worlds

Lobby Worlds

Skyblock/Skygrid

Vanilla-ish