The command framework has be refactored.
 
 
 - All admin (!) commands have been moved to /spawner admin 
- The tab completion has been improved and consistency across all commands is ensured.
- The permissions for /spawner admin <subcmd> subcommands have changed.
   
   - Example: /spawner admin give Permission: uspawners.admin.command.give
- It follows the same format for each sub command of /spawner admin. No further explanation needed.
 
 + Added: Option to limit stacked entity amount
 
 
 
  Code (YAML):
 
 
 
    stacking
  :
     
  # -1: Disable stacking completely.
  
     
  # 0: Unlimited stacked amount of entities.
  
     max-amount
  : 0
  
 + Changed
  : 
  All admin related commands have been moved to /spawner admin <subcmd>