Overview
The SimpleCloud NPC plugin adds SimpleCloud actions, holograms, and feedback options to NPCs created by supported NPC plugins. You create the NPC in your NPC system, then use/scnpc apply <id> to let SimpleCloud manage interactions for that NPC.
Supported Software
Supported NPC Plugins
Quick Setup
- Download the SimpleCloud NPC plugin from GitHub.
- Install one supported NPC plugin.
- Make sure the
simplecloud-apiplugin is installed on the server. - Place the plugins in your server template’s
plugins/folder. - Start the server.
- Create an NPC with your NPC plugin.
- Run
/scnpc apply <id>to create a SimpleCloud NPC config for it.
Commands
The command is available as/simplecloudnpc, /scnpc, and /cloudnpc.
Permissions
Interactions
The default interaction names are:RIGHT_CLICKLEFT_CLICK
A namespace can expose fewer interactions. MythicMobs currently supports
RIGHT_CLICK only.Actions
RUN_COMMAND and RUN_CONSOLE_COMMAND support <playername> and <playeruuid> replacements in command.name.
Quick Join Options
Feedback Options
Feedback options can be set globally on the NPC or on a specific interaction. They run in addition to the interaction action.NPC Configuration
The generated NPC config stores holograms, interactions, and global options.Hologram Placeholders
placeholderGroupName references the group used for hologram placeholders.
Examples:
- Group placeholder:
<group_name> - Group player count placeholder:
<group_player_count:available>
