Minecraft 1.13 - Datapacks
Implementing the WIP datapacks API https://github.com/SpongePowered/SpongeAPI/pull/1706
Different kind of paths:
path/to/file.txt The namespace is unknown and will default to minecraft:path/to/file.txt
path/to/directory The namespace is unknown and will default to minecraft:path/to/directory
:path/to/file.txt (*:path/to/file.txt) The namespace is a wildcard, alternatively use * as namespace. Matches the first/all the files with the given path for every available namespace.
:path/to/directory (*:path/to/directory) The namespace is a wildcard, alternatively use * as namespace. Matches the all the files within the given directory for every available namespace.
namespace:path/to/file.txt A regular namespaced file path.
namespace:path/to/directory A regular namespaced directory path.