Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devgocri/randomfact
Announces random facts to your Pocketmine server!
https://github.com/devgocri/randomfact
pmmp pmmp-plugin pocketmine pocketmine-mp pocketmine-mp-plugin pocketmine-plugins
Last synced: about 9 hours ago
JSON representation
Announces random facts to your Pocketmine server!
- Host: GitHub
- URL: https://github.com/devgocri/randomfact
- Owner: devgocri
- License: mit
- Created: 2021-08-08T02:27:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T08:49:02.000Z (over 3 years ago)
- Last Synced: 2024-12-20T03:32:27.239Z (about 2 months ago)
- Topics: pmmp, pmmp-plugin, pocketmine, pocketmine-mp, pocketmine-mp-plugin, pocketmine-plugins
- Language: PHP
- Homepage: https://poggit.pmmp.io/p/RandomFact
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://poggit.pmmp.io/shield.state/RandomFact)](https://poggit.pmmp.io/p/RandomFact)
[![](https://poggit.pmmp.io/shield.api/RandomFact)](https://poggit.pmmp.io/p/RandomFact)# RandomFact
Announces random facts to your Pocketmine server!The facts will be presented to players in a specific world in a chat message, after a certain delay!
It is fully customisable! (except for the facts themselves, read below)
Note: The facts used are from an external API: https://github.com/sameerkumar18/useless-facts-api. It is not maintained/updated by me and all credit of the random facts goto “@sameerkumar18”.
## Setup
1. Drop the .phar file into your plugin folder.
2. Start and stop your server.
3. Navigate to your “plugin-data” folder, then to “RandomFact”, then open “config.yml”.
4. Edit to your liking.
5. Save file.
6. Start your server.
7. Enjoy!## Help!
Something broken or have a suggestion?
Tell me about it [here!](https://github.com/BestCodrEver/RandomFacts/issues/new)
## Credits and Special Mentions
- Sameerkumar18 (creator of API) - https://github.com/sameerkumar18
- Javier Leon9966 (told me how to use async tasks)