JuicyCore
JuicyCore
Core plugin containing methods required by some of my plugins. However it does have extra functionality that you can use without extra plugins.
Functionality:
- Backups
- Chat / Command logging
- Play music discs
- Play midi files
Notes:
- If you have any suggestions and/or want to report a problem/bug/exploit, then just submit a ticket.
If you can, please donate, it helps me out a lot:
Permissions
| Permission | Command | Description | Default |
|---|---|---|---|
| jcore.playdisc | /playdisc <disc> [all/player] or /playdisc list | Play a music disc to a player or globally | Op |
| jcore.playmidi | /playmidi <all/player> <filename> or /playmidi list | Play a midi file to a player or globally | Op |
| jcore.backup | /backup | Run a backup | Op |
| jcore.debug | /debug [on/off] | Enable/Disable debug info for my plugins | Op |
Config
| Option | Description | Default |
|---|---|---|
| debug | Show debug information on the console | false |
| logging-enabled | Enable logging of player chat and commands | false |
| backup-enabled | Enable backing up of the server | false |
| backup-delay | The time between backups in minutes | 30 |
Metrics
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
If you wish to disable this feature, you can do so by opt-ing out, which you can do in the config file under /plugins/PluginMetrics/
Source
The source code for this plugin can be found on my Github repository.
Comments