Skip to content

Install Uninstall

Katorly edited this page Jun 19, 2023 · 1 revision

Install

Go to our Github release page, download the datapack, and read Minecraft Wiki: Tutorials/Installing a data pack.

Please use /reload if you apply the datapack on world creation, for that the config marker may not spawn in the new-world-creating process.

Update

Version Definition: (Major.Minor.Patch)

For example, if the version of the datapack is 2.13.7, then the major version is 2, the minor version is 13, and the patch version is 7.
If the version of the datapack has a suffix such as -b1, -a2, then b represents beta, while a represents alpha.

For detailed information, please refer to Semantic Versioning.

Major Update

A major update contains destructive changes to the datapack, including refactoring its structures, re-writing its functions and so on. Therefore, there is no auto-updater for major updates. To update to a new major version, you may need to reset all the things related with ParkourPack.

Minor Update

A minor update includes regular feature updates, security updates and so on. It may change the scoreboard objectives and tags of the datapack, but don't worry, we provide a built-in auto-updater for minor updates. You just have to replace the old datapack with a newer one, then use /reload, and let the datapack do the update stuff!

Patch Update

A patch update contains Minecraft version update and minor changes. Though it is suggested that you always keep the datapack up-to-date, you don't have to update if you can still use the datapack normally.

Uninstall

To uninstall the datapack in your world, use /function parkour:uninstall.

This will remove the following content:

  • All scoreboard objectives created by the datapack
  • All tags created by the datapack
  • Your parkour statistics
  • The timer and statistics in your actionbar (If you have started playing a parkour)

However, the marker entity storing ParkourPack's configuration will not be removed. This enables you to keep your settings the next you install ParkourPack in your world.

If you still want to remove the marker entity of ParkourPack, use /kill @e[tag=parkour.marker]. By doing so, you will lose all your settings of ParkourPack in that world.

Clone this wiki locally