-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,2 @@ | ||
# PocketTR | ||
Pocketmine forked for create not official PocketTR server software | ||
|
||
# Completed | ||
✓ Folder Plugin Loader<br> | ||
✓ Swim problem solved<br> | ||
✓ All block names set Turkish language<br> | ||
✓ All item names set Turkish language<br> | ||
✓ Persona skin support<br> | ||
✓ Add Crossbow<br> | ||
✓ Add FishingRod<br> | ||
✓ Add fireworks (Thanks for thebigsmileXD)<br> | ||
✓ Add left hand control functions<br> | ||
✓ Add Shield (BETA) | ||
|
||
# Left Hand Functions | ||
```php | ||
$player->getLeftInventory() //get left item inventory | ||
$player->getLeftInventory()->setItemInLeftHand() // set item in left hand | ||
$player->getLeftInventory()->getItemInLeftHand() // get item in left hand | ||
``` |