Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wiki #313

Merged
merged 4 commits into from
Dec 28, 2024
Merged

Update wiki #313

merged 4 commits into from
Dec 28, 2024

Conversation

SoSeDiK
Copy link
Contributor

@SoSeDiK SoSeDiK commented Dec 28, 2024

  • Specify that persistent data storage for (block-)entities is 1.14+.
  • Fixup arguments being swapped around in modifyMeta example.
    • Thanks to AlonsoAliaga for noticing this.
  • Update gradle shadow plugin data.
  • Add example for using paper-plugin.yml.

Copy link

what-the-diff bot commented Dec 28, 2024

PR Summary

  • Update of FAQs
    The instruction manual (FAQ.md) has been updated to replace outdated methods with a resource link for managing custom data associated with game characters in Minecraft.

  • Enhancement to Gradle Usage Instructions
    The instructions for using Gradle (a tool for automating building and testing of projects) have been improved. This involves detailing on how to declare dependency on 'NBTAPI' (a tool needed for accessing the custom data in Minecraft) using a specific file paper-plugin.yml. Furthermore, the instructions about a project utility tool called shadow plugin now mention a new name.

  • Maven Usage Instructions Update
    Similarly, the guideline for using Maven (a project management tool), also carries an update on how to declare dependency on 'NBTAPI'. This uses the same paper-plugin.yml file as done in the Gradle instructions.

  • Refinement in NBT API Usage
    A slight error in the order of parameters in a sample code for modifying item's metadata has been corrected in the NBT-API use guide. Additionally, a cautious update has been added to alert users about the accessibility of persistent data storage in varied Minecraft versions.

@tr7zw tr7zw merged commit da6be72 into tr7zw:master Dec 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants