Difference between revisions of "NPCs"
From SupaHam
(Added API to ToC) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=NPCs= | =NPCs= | ||
NPCs is a lightweight Bukkit Plugin created by SupaHam publicly available as a free resource on [http://www.spigotmc.org/ SpigotMC] that adds the possibility of creating all sorts of NPCs. You can create NPCs that when left clicked executes a command, such as giving the player a diamond, or even ones that socialise with the Player. Are you sad that the Minecraft 1.8 update has removed the always visible nametags? :( Well, lucky you, you can give NPCs persistent nametags that will follow the NPC where ever they go with one line of code: <syntaxhighlight lang="yaml"> name: 'My awesome NPC' </syntaxhighlight>. This project is open source under the [https://www.gnu.org/licenses/gpl.html GPL v3 license] and can be found at [https://github.com/SupaHam/NPCs https://github.com/SupaHam/NPCs]. | NPCs is a lightweight Bukkit Plugin created by SupaHam publicly available as a free resource on [http://www.spigotmc.org/ SpigotMC] that adds the possibility of creating all sorts of NPCs. You can create NPCs that when left clicked executes a command, such as giving the player a diamond, or even ones that socialise with the Player. Are you sad that the Minecraft 1.8 update has removed the always visible nametags? :( Well, lucky you, you can give NPCs persistent nametags that will follow the NPC where ever they go with one line of code: <syntaxhighlight lang="yaml"> name: 'My awesome NPC' </syntaxhighlight>. This project is open source under the [https://www.gnu.org/licenses/gpl.html GPL v3 license] and can be found at [https://github.com/SupaHam/NPCs https://github.com/SupaHam/NPCs]. | ||
+ | |||
+ | {| class="wiki-table" | ||
+ | !ToC | ||
+ | |- | ||
+ | | [[NPCs/Properties|Properties]] | ||
+ | |- | ||
+ | | [[NPCs/API|API]] (Not ready yet) Check the github page for now. | ||
+ | |} | ||
==Commands== | ==Commands== |
Latest revision as of 15:19, 7 March 2015
NPCs
NPCs is a lightweight Bukkit Plugin created by SupaHam publicly available as a free resource on SpigotMC that adds the possibility of creating all sorts of NPCs. You can create NPCs that when left clicked executes a command, such as giving the player a diamond, or even ones that socialise with the Player. Are you sad that the Minecraft 1.8 update has removed the always visible nametags? :( Well, lucky you, you can give NPCs persistent nametags that will follow the NPC where ever they go with one line of code:name: 'My awesome NPC'
ToC |
---|
Properties |
API (Not ready yet) Check the github page for now. |
Commands
Tip: Confused with command syntax or want to make the most out of them? Head over here for help.
Parent | Command | Permission | Aliases | Description |
---|---|---|---|---|
npcs | npcs.cmd.reload | Reloads the NPCs configuration file and refreshes all existing NPC entites. |