imp-spec icon indicating copy to clipboard operation
imp-spec copied to clipboard

IMP: Interoperable Module Protocol design specification and recommendations for Minecraft datapacks.

Results 5 imp-spec issues
Sort by recently updated
recently updated
newest added

This **IMP-Core** section needs updating: [Namespace scoreboard objectives](https://github.com/Arcensoth/imp-spec/blob/master/docs/imp_core.md#2c-namespace-scoreboard-objectives) In snapshot [21w37a/Changes/General/Scoreboards](https://minecraft.fandom.com/wiki/Java_Edition_21w37a#General_2): > Removed length limits for scoreboards, score holders and team names. Options: 1. Only current release: Delete the things...

The current IMP doc only covers documentation for functions. There are already some extensions to this, for example by [Datapack Helper Plus](https://github.com/SPYGlassMC/SPYGlass/wiki/IMP-Doc). I think it would be good to come...

The context of a function can be more than just the entity `@s`. Currently, IMP only allows defining entity context. I already adapted it in my projects and use `@context`...

From the current specification, it is unclear whether a function with a `@within` visibility is allowed to call itself. However, it happens commonly for me, that I need a loop...

This is a similar idea as the recommendation on how to name storage locations for transient storages, just applied to scoreboard players. I generally like having only one temporary objective,...