https://github.com/plugins-pocketminemp/repair
A PocketMine-MP Plugin | Repair
https://github.com/plugins-pocketminemp/repair
Last synced: 3 months ago
JSON representation
A PocketMine-MP Plugin | Repair
- Host: GitHub
- URL: https://github.com/plugins-pocketminemp/repair
- Owner: Plugins-PocketMineMP
- Created: 2019-08-21T03:07:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T03:28:37.000Z (over 5 years ago)
- Last Synced: 2025-01-02T14:27:20.781Z (5 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repair
A PocketMine-MP Plugin | Repair
사용법: /수리
손에 든 아이템을 수리합니다.
수리 가능한 아이템:
`Durable` 을 상속받은 모든 __아이템__
만약 수리할 아이템의 가격을 `플러그인` 으로 얻어오고 싶으시다면,
```php
use Repair\Util;$price = Util::getTieredToolPrice(\pocketmine\item\Durable);
```
를 이용해서 얻어오시면 됩니다.