Advertisement
Guest User

Untitled

a guest
Dec 6th, 2021
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # Set the prefix of the plugin
  2. # Below set the admin permission for admin commands.
  3. prefix: '&8[&aFoodNPC&8] &7'
  4. admin-permission: 'foodnpc.admin'
  5.  
  6. # Customize your food npcs. You can also set an itemstack for the head.
  7. displayname: '&a&lFree Food'
  8. skull-item: 'http://textures.minecraft.net/texture/90e7042694e9bf7eef48a33494d988b64a9ef2d5b85b1e65ea87be1c15cce9a3'
  9.  
  10. # Here you have to set the amount of items the npc should throw
  11. amount: 5
  12.  
  13. #Here you have to specify which items the npc should randomly throw
  14. items:
  15. - 'APPLE'
  16. - 'BREAD'
  17. - 'COOKED_BEEF'
  18. - 'COOKED_CHICKEN'
  19.  
  20. # Create the armor of the npc.
  21. armor:
  22. chest-item:
  23. itemstack: 'LEATHER_CHESTPLATE'
  24. color-r: '255'
  25. color-g: '0'
  26. color-b: '0'
  27. leggings-item:
  28. itemstack: 'LEATHER_LEGGINGS'
  29. color-r: '255'
  30. color-g: '0'
  31. color-b: '0'
  32. boots-item:
  33. itemstack: 'LEATHER_BOOTS'
  34. color-r: '255'
  35. color-g: '255'
  36. color-b: '255'
  37.  
  38.  
  39. # Translations
  40. no-permission: '&cYou dont have enough permission!'
  41. not-player: '&cYou are not a player!'
  42. success: '&aA FoodNPC was created at your location.'
  43. deleted: '&Successfully removed.'
  44. npc-list: '&aFoodNPC §7Locations:'
  45. reload: '&aConfig reloaded.'
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement