https://github.com/joelalejandro/minecraft-customnpcs-js
JavaScript plugins for Noppes' CustomNPCs Minecraft mod.
https://github.com/joelalejandro/minecraft-customnpcs-js
Last synced: 3 months ago
JSON representation
JavaScript plugins for Noppes' CustomNPCs Minecraft mod.
- Host: GitHub
- URL: https://github.com/joelalejandro/minecraft-customnpcs-js
- Owner: joelalejandro
- Created: 2015-09-27T18:24:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T14:27:37.000Z (over 9 years ago)
- Last Synced: 2024-12-29T14:39:20.355Z (5 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minecraft-customnpcs-js
JavaScript plugins for Noppes' CustomNPCs Minecraft mod.## charming_charmer.js
Allows you to program an NPC that enchants items or enhances previous enchantments for money.
If the supplied item has no enchantment, it'll provide a Level 1 enchantment suitable for
that item for a given amount of money.
If the supplied item is already enchanted, it'll +1 the level of each enchantment
for an amount of money that is the sum of all enchantments' level plus a random 0-2 extra.## elixir_of_teleport.js
Creates a potion that allows you to escape from danger. It teleports
the player to a random position within n-blocks of range.## money_satchel.js
Allows you to collect CustomNPC coins in a satchel.