PaperMC / docs

Documentation for all projects under the PaperMC umbrella.
https://docs.papermc.io/
BSD 2-Clause "Simplified" License
38 stars 106 forks source link

Plugin dev beginner's guide pages #100

Open kennytv opened 1 year ago

kennytv commented 1 year ago

Aside from Paper specific configuration and API, our documentation should also cover more basic information for both server owners and plugin developers. This issue covers the dev side of things:

- [ ] #101
- [x] #87
- [ ] #102
- [ ] #103
- [ ] #104
- [ ] #105
- [ ] #106
- [x] #107
- [ ] #108
- [ ] #19
- [ ] #146
Andre601 commented 7 months ago

In the Repository Restructure Project was also the mention of item meta, as in how to apply item meta to an item.

I could try and work on such a page if that is wanted. Just would need rough guidelines on what it should cover about the Item Meta. I believe the default stuff (name, lore, ...) and the Skull Meta stuff would be a good start?

olijeffers0n commented 7 months ago

ItemMeta is deprecated going forward with its replacement being the Item Property API. So hold off writing this page for now but feel free to chat in our discord server in #docs-website or look through the other issues for good things to document! Contributions are always welcome!