Add:
 - Support for 1.20.X
 - World Playerlist Menu (Add the item f.e. in your PlayerWorldSettings Section in the gui.yml, if you want to add the feature)
 You can Invite or Remove a Member and also open the Admin Menu to kick a member from your world. 
 
 
 
  Code (Text):
 
 
 
  
       PlayerlistItem:
  
         DisplayName: '&f&lPlayerlist'
  
         Type: PLAYER_HEAD
  
         Lore:
  
           - '&6Shows all Players in the current World.'
  
           - ''
  
           - '&7You can send an invite through the Menu'
  
           - '&7or open the World Owner Admin Menu!'
  
         Action: MENU_WORLD_PLAYERLIST
  
         Slot: 4
 
 
 - Multiverse Support, worlds will no longer be autogenerated, if RIW deleted it.
 - HomesAPI Support (Essentials, HuskHomes, CMI) which automatically deletes the homes after deleting the world.
 
 
Changes/Fixes:
 - /riw import now needs to define the WorldType, to keep the generation type.
 - improved method to get the lowest world Id.
 - Update Checker
 - Backup Method wasn't fully async
 - Auto Backup delete now only checks zip files.
 - Bug Fixes