FancyPlugins Help

Getting started

Installation

Download

You can download FancyNpcs at the following places:

Plugins folder

Put the downloaded file into the plugins folder of your server.

    Restart server

    Restart your server.

    1. Run "/stop" in the server console.

    2. Start the server again.

    Checking plugin

    To make sure the plugin is loaded correctly, run the following command:

    1. /fancynpcs version

    2. It should output the version of the plugin.

    Create your first NPC

    Create NPC

    Run the following commands to create your first NPC:

    1. /npc create myNpc

    2. A npc with the name "myNpc" should appear.

    Modify NPCs display name

    Run the following command to modify the NPCs display name:

    1. /npc displayName myNpc New display name!

    2. The NPCs display name should now be "New display name".

    Move the NPC to you

    Run the following command to move the NPC to you:

    1. /npc moveHere myNpc

    2. The NPC should now be at your location.

    Move the NPC to a specific location

    Run the following command to move the NPC to specific coordinates:

    1. /npc teleport myNpc 127 61 347

    2. The NPC should now be at the coordinates x=127 y=61 z=347

    Modify NPCs skin

    Run the following command to modify the NPCs skin:

    1. /npc skin myNpc Notch

    2. The NPCs skin should now be Notch's skin.

    Last modified: 30 May 2024