• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Simple Save Inventory

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.
#1
This is super simple! You can change the games, but I will just use Survival / Factions as my example!

/cmd install restoreinventory
/cmd install storeinventory

1. if %args%[1] = \”join\” then goto 5

2. if %args%[1] = \”leave\” then goto 9

3. message %p% Use /faction join to join factions, use /faction leave to leave factions!

4. exit

5. # Join

6. /warp survival

7. asop /restoreinventory %p%

8. exit

9. # Leave

10. asop /storeinventory %p%

11. /warp spawn

12. exit

Any errors or something you want me to add to it or a command to add tell me! I’m desperate!