Skip to content

skuzow/offline-whitelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ƒ Offline Whitelist

license package python versions

Simple MCDReforged offline whitelist helper plugin.

More plugins in MCDReforgedPluginsCatalogue.

πŸ—Ώ Commands

  • !!offw Display help message
  • !!offw add <username> Add player to whitelist
  • !!offw remove <username> Remove player from whitelist
  • !!offw list Show players inside whitelist
  • !!offw reload Reload plugin itself

πŸ’Ύ Config

Location: config/offline_whitelist.json

{
    "whitelist_path": "./server/whitelist.json",
    "minimum_permission_level": 2 // helper
}

πŸ—‚οΈ Required Python libraries

To install them execute:

  pip install -r requirements.txt