This repository provides comprehensive user guides and examples for OpenBullet configuration files, supporting multiple formats including .opk, .loli, .anom, and .svb.
- .opk - OpenBullet configuration files (JSON-based)
- .loli - LoliScript configuration files (scripting language)
- .anom - Anomaly configuration files
- .svb - SilverBullet configuration files
/
├── docs/ # Documentation and guides
│ ├── formats/ # Format-specific guides
│ │ ├── opk-guide.md
│ │ ├── loli-guide.md
│ │ ├── anom-guide.md
│ │ └── svb-guide.md
│ └── structure.md # Directory structure guide
├── examples/ # Example configuration files
│ ├── opk/
│ ├── loli/
│ ├── anom/
│ └── svb/
└── README.md # This main guide
- Choose your preferred config format from the supported options
- Read the format-specific guide in
docs/formats/ - Check out examples in the
examples/directory - Refer to
docs/structure.mdfor file organization best practices
- OpenBullet (.opk) Guide
- LoliScript (.loli) Guide
- Anomaly (.anom) Guide
- SilverBullet (.svb) Guide
- Directory Structure Guide
Browse the examples/ directory for ready-to-use configuration files for each format.