-
Notifications
You must be signed in to change notification settings - Fork 4
FakeAPI
AlphaHelix edited this page Mar 24, 2018
·
6 revisions
The FakeAPI is an API to create per player NPCs (Holograms, Armorstands, Mobs, and Players!). You can interact witht them just like any other NPC on the server. And they even can inflect damage and walk!
To use it, simply run ```java FakeAPI.enable(JavaPlugin)
## How do I spawn a Armorstand?
The concept of the FakeAPI is based on simpleness, so just have to run the `spawnArmorstand()` method inside the _ArmorstandFakeUtil_ class.
```java
ArmorstandFakeUtil.spawnArmorstand(player, location, "Test Armorstand");
Made by AlphaHelix