https://github.com/venndev/vdoplayer
- Processing returns to players is useful for plugins that need player rewards or something like that! PocketMine-PMMP5
https://github.com/venndev/vdoplayer
Last synced: 4 months ago
JSON representation
- Processing returns to players is useful for plugins that need player rewards or something like that! PocketMine-PMMP5
- Host: GitHub
- URL: https://github.com/venndev/vdoplayer
- Owner: VennDev
- License: apache-2.0
- Created: 2024-08-11T17:26:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T15:48:41.000Z (over 1 year ago)
- Last Synced: 2025-04-14T10:42:31.893Z (about 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VDoPlayer
- Processing returns to players is useful for plugins that need player rewards or something like that! PocketMine-PMMP5
# Virion Required
- [LibVapmPMMP](https://github.com/VennDev/LibVapmPMMP)
# Example
```php
/**
* Example data:
* "rewards" => {
* "reward" => "give %player% diamond 1",
* "reward" => ".\\quests\\quest1",
* ...
*/
$this->plugin->getDoPlayer()->doPlayer(
player: $player,
path: $pathQuest,
data: $rewards
);
```