Recent content by Hanprogramer

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. Hanprogramer

    Question How to store data globally?

    I need to store some specific custom items. Items created using commands by admins, they contain some items inside. Imagine custom lootbags. How would I go about storing it in commands? Like /lootbag give <Name> /lootbag register <Name> How I created the lootbag is /lootbag create. Store the...