Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/synopsie/crashreporter
Ce plugin permet de signaler quand un crash survient sur votre serveur.
https://github.com/synopsie/crashreporter
plugin pmmp pocketmine-mp synopsie
Last synced: about 2 months ago
JSON representation
Ce plugin permet de signaler quand un crash survient sur votre serveur.
- Host: GitHub
- URL: https://github.com/synopsie/crashreporter
- Owner: Synopsie
- License: mit
- Archived: true
- Created: 2024-08-07T20:32:57.000Z (3 months ago)
- Default Branch: stable
- Last Pushed: 2024-08-16T19:38:52.000Z (3 months ago)
- Last Synced: 2024-09-26T10:00:14.405Z (about 2 months ago)
- Topics: plugin, pmmp, pocketmine-mp, synopsie
- Language: PHP
- Homepage: https://arkaniastudios.com/
- Size: 555 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [CrashReporter](https://github.com/Synopsie/CrashReporter) Plugin ⚠
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Synopsie/CrashReporter)
## Features 🛠️
- **Command**: Use `/crash` to crash the server.
- **Configurable**: Various customization options.
- **Permissions**: Control command access.
- **Messages**: Inform players of actions.
- **Webhook**: Send crash reports to a Discord webhook.## Configuration 📝
```yaml
# Config for CrashReporter plugin.# Cette commande permet de faire crash le serveur de manière volontaire.
enable.command.crash: true
command:
name: crash
description: "Crash the server"
usage: "/crash"
permission:
name: "crashreporter.crash"
default: "console"webhook:
url: 'https://discord.com/api/webhooks/1267504492086038650/qr_Qg1nTdDqb3NZcH9e5LrDmF8R5EVq9kfoFz6AH0rSMS5lh4b3WmdO52Rw94bxM11fJ'
title: '**NOUVEAU CRASH DETECTÉ**'
color: 0xff1b00 #Obligatoire de mettre 0x avant la couleur
```![CrashReporter](crash-reporter.png)