https://github.com/skuzow/offline-whitelist
📃 MCDReforged offline whitelist helper plugin
https://github.com/skuzow/offline-whitelist
command mcdr mcdr-plugin mcdreforged minecraft python python3
Last synced: 5 months ago
JSON representation
📃 MCDReforged offline whitelist helper plugin
- Host: GitHub
- URL: https://github.com/skuzow/offline-whitelist
- Owner: skuzow
- License: gpl-3.0
- Created: 2022-06-26T08:55:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T22:40:57.000Z (over 3 years ago)
- Last Synced: 2023-03-06T22:53:14.737Z (over 3 years ago)
- Topics: command, mcdr, mcdr-plugin, mcdreforged, minecraft, python, python3
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📃 Offline Whitelist
[](https://github.com/skuzow/offline-whitelist/blob/master/LICENSE)
[](https://github.com/skuzow/offline-whitelist/actions/workflows/package.yml)
[](https://www.python.org/downloads)
Simple [MCDReforged](https://github.com/Fallen-Breath/MCDReforged) offline whitelist helper plugin.
More plugins in [MCDReforgedPluginsCatalogue](https://github.com/MCDReforged/PluginCatalogue/blob/catalogue/readme.md).
## 🗿 Commands
- `!!offw` Display help message
- `!!offw add ` Add player to whitelist
- `!!offw remove ` Remove player from whitelist
- `!!offw list` Show players inside whitelist
- `!!offw reload` Reload plugin itself
## 💾 Config
Location: `config/offline_whitelist.json`
```json
{
"whitelist_path": "./server/whitelist.json",
"minimum_permission_level": 2 // helper
}
```
## 🗂️ Required Python libraries
- [mcdreforged](https://github.com/Fallen-Breath/MCDReforged) >= 2.0.0
To install them execute:
```bash
pip install -r requirements.txt
```