Advertisement
DuneSciFye

Untitled

Nov 15th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 KB | None | 0 0
  1. #############################################
  2. # #
  3. # JetsMinions #
  4. # Created by Jet315 #
  5. # #
  6. #############################################
  7.  
  8. #The prefix that is shown before the plugin
  9. PluginsPrefix: "&eMinions &7ยป "
  10.  
  11. #Just whether you want Minions to only be picked up if they are on full health
  12. OnlyAllowMinionPickupIfFullHealth: false
  13.  
  14. #The maximum allowed minion name length in characters(Can be anything really)
  15. MaxAllowedNameLength: 16
  16.  
  17. #Would NOT suggest setting this to false
  18. #Setting this to false will mean data is stored using PlayerNames rather than UUIDs
  19. UseUUIDs: true
  20.  
  21. #How many minions are allowed in a single chunk? -1 to disable (I.E unlimited minions in a chunk)
  22. MaxMinionsInAChunk: -1
  23.  
  24. #Action required to pickup a minion, possible actions:
  25. # LEFT
  26. # SHIFT AND LEFT
  27. # RIGHT
  28. # SHIFT AND RIGHT
  29. PickupMinionAction: "LEFT"
  30.  
  31. #If food is enabled for a minion, right-clicking a minion with food specified from this list will heal it by the set amount
  32. #Format: Material:amount
  33. FoodList:
  34. - BREAD:2 #Will heal two hearts of a minion
  35. - APPLE:2 #Will heal two hearts of a minion
  36. - COOKED_BEEF:4
  37. - SALMON:4
  38. - COOKED_MUTTON:5
  39. - COOKED_PORKCHOP:5
  40. - COOKED_CHICKEN:5
  41. - GOLDEN_APPLE:10 #Gapple - 10 hearts
  42. - ENCHANTED_GOLDEN_APPLE:20 #Super gapple - 20 hearts
  43. - BAKED_POTATO:3
  44. - POTATO:1
  45. - CARROT:1
  46. - COOKED_SALMON:2
  47. - SALMON:1
  48. - COOKED_COD:2
  49. - COD:1
  50. #Would you like minions to be able to take food out of their attached chest?
  51. FeedMinionFromChest: false
  52.  
  53.  
  54. #Any disabled worlds?
  55. #DisabledWorlds: []
  56. DisabledWorlds:
  57. - world_the_end
  58. - Skyblock
  59.  
  60. #Any blocks you wish the minion not to destroy?
  61. #This list may not work for custom minions (developed by other developers)
  62. DisabledBlocks:
  63. - BEDROCK
  64. - CHEST
  65. - DRAGON_EGG
  66. - SPAWNER
  67. - WATER
  68. - LAVA
  69. #Same as above, any entities you wish the minions not to kill?
  70. #Again may not work for custom made minions
  71. DisabledEntities:
  72. - ENDER_DRAGON
  73. - WITHER
  74. - PLAYER
  75. - ARMOR_STAND
  76.  
  77. #Same as above, any materials you wish the item not to pickup
  78. DisabledItems: []
  79.  
  80. #The maximum distance the player can place a minions chest from the minion itself
  81. #Set to -1 to disable (Allow minions to link to chests cross world, and whatever distance)
  82. MaximumChestDistanceFromMinion: 30
  83.  
  84. MaxMinionsAllowed:
  85. - minions.place.default:10 #Specifiy the permission : number of minions allowed, then give players/groups the permission part ingame. The permission minions.admin.bypasslimit can also be used for no limit
  86. - minions.place.vip:15
  87. - minions.place.booster:15
  88. - minions.place.vip+:20
  89. - minions.place.vip++:30
  90. - minions.place.netherite:1000
  91. #OR you can also do permissions per minion type
  92. # - minions.place.<miniontype>:amount
  93.  
  94. Minions:
  95. Miner: #identifier (To customise control panel find Miner in controlpanel.yml)
  96. Settings:
  97. TicksPerAnimation: 40 #How often do you want the animation to update in ticks (20 = 1 second, -1 to disable animations)
  98. TicksPerAction: 80 #How often do you want the minion to mine the rock infront in ticks (20 = 1 second)
  99. DefaultSkin: Miner #Want to change the default skin? Check the skins.yml file (You can modify the Miner skin, or create your own one!)
  100. Health:
  101. EnableHealth: true #Health goes down over time & is recovered by feeding a minion. When health gets to 0 the minion will stop
  102. MaxHealth: 20 #The max health for a minion
  103. ActionPerHealth: 10 #The amount of actions (in this case block mines) the minion can do before dropping 1 health
  104. RightClickWithFoodToFeed: true #Whether the people can right-click the minion with food to heal it
  105. FeedWithMoney: true #Players will click a GUI option to feed with money
  106. FeedWithMoneyCost: 10000 #If the above is true & the GUI has a 'feedwithmoney' option, how much should it cost them to fully feed the minion?
  107. DisplayItem: #
  108. Item: NETHER_STAR
  109. Damage: 0 #For items that require additional data, put this here
  110. Glow: true #Do you want the item to have the enchanted glow?
  111. DisplayName: "&3Miner &eMinion" #Can use %STATS% for the blocks mined, and %LEVEL% for the level of the minion
  112. Lore:
  113. - "&7Right-Click this Minion" #Can use %STATS% for the blocks mined, and %LEVEL% for the level of the minion
  114. - "&7to place it! Once placed"
  115. - "&7it will mine the block infront."
  116. - "&7Remember to feed it!" #If you don't want minions to be fed, maybe delete this :)
  117. - " "
  118. - "&eBlocks Mined: &b%STATS%"
  119. - "&eLevel: &b%LEVEL%"
  120. Slayer:
  121. Settings:
  122. TicksPerAnimation: 20
  123. TicksPerAction: 140
  124. DefaultSkin: Slayer
  125. Health:
  126. EnableHealth: true
  127. MaxHealth: 20
  128. ActionPerHealth: 20
  129. RightClickWithFoodToFeed: true
  130. FeedWithMoney: true
  131. FeedWithMoneyCost: 10000
  132. DisplayItem:
  133. Item: NETHER_STAR
  134. Damage: 0
  135. Glow: true
  136. DisplayName: "&cSlayer &eMinion" #Can use %STATS% for the kills the minion has done, and %LEVEL% for the level of the minion
  137. Lore:
  138. - "&7Right-Click this Minion" #Can use %STATS% for the kills the minion has done, and %LEVEL% for the level of the minion
  139. - "&7to place it! Once placed"
  140. - "&7it will kill mobs within its"
  141. - "&7range! "
  142. - "&7Remember to feed it!" #If you don't want minions to be fed, maybe delete this :)
  143. - " "
  144. - "&eMobs Killed: &b%STATS%"
  145. - "&eLevel: &b%LEVEL%"
  146. Collector:
  147. Settings:
  148. TicksPerAnimation: 20
  149. TicksPerAction: 100
  150. DefaultSkin: Collector
  151. Health:
  152. EnableHealth: true
  153. MaxHealth: 20
  154. ActionPerHealth: 15
  155. RightClickWithFoodToFeed: true
  156. FeedWithMoney: true
  157. FeedWithMoneyCost: 10000
  158. DisplayItem:
  159. Item: NETHER_STAR
  160. Damage: 0
  161. Glow: true
  162. DisplayName: "&eCollector Minion" #Can use %STATS% for the kills the minion has done, and %LEVEL% for the level of the minion
  163. Lore:
  164. - "&7Right-Click this Minion" #Can use %STATS% for the kills the minion has done, and %LEVEL% for the level of the minion
  165. - "&7to place it! Once placed"
  166. - "&7it will collect all items"
  167. - "&7within its range!"
  168. - "&7Remember to feed it!" #If you don't want minions to be fed, maybe delete this :)
  169. - " "
  170. - "&eItems Collected: &b%STATS%"
  171. - "&eLevel: &b%LEVEL%"
  172. Feeder:
  173. Settings:
  174. TicksPerAnimation: 20
  175. TicksPerAction: 300
  176. DefaultSkin: Feeder
  177. Health:
  178. EnableHealth: true
  179. MaxHealth: 20
  180. ActionPerHealth: 40
  181. RightClickWithFoodToFeed: true
  182. FeedWithMoney: true
  183. FeedWithMoneyCost: 10000
  184. DisplayItem:
  185. Item: NETHER_STAR
  186. Damage: 0
  187. Glow: true
  188. DisplayName: "&eFeeder Minion"
  189. Lore:
  190. - "&7Right-Click this Minion"
  191. - "&7to place it! Once placed"
  192. - "&7it will feed all minions"
  193. - "&7within its range!"
  194. - "&7Remember to feed it!"
  195. - " "
  196. - "&eHunger Healed: &b%STATS%"
  197. - "&eLevel: &b%LEVEL%"
  198. Lumberjack:
  199. Settings:
  200. TicksPerAnimation: 20
  201. TicksPerAction: 200
  202. DefaultSkin: Lumberjack
  203. Health:
  204. EnableHealth: true
  205. MaxHealth: 20
  206. ActionPerHealth: 10
  207. RightClickWithFoodToFeed: true
  208. FeedWithMoney: true
  209. FeedWithMoneyCost: 10000
  210. DisplayItem:
  211. Item: NETHER_STAR
  212. Damage: 0
  213. Glow: true
  214. DisplayName: "&eLumberjack Minion"
  215. Lore:
  216. - "&7Right-Click this Minion"
  217. - "&7to place it! Once placed"
  218. - "&7it start chopping logs & leaves"
  219. - "&7within its range!"
  220. - "&7Remember to feed it!"
  221. - " "
  222. - "&eLogs chopped: &b%STATS%"
  223. - "&eLevel: &b%LEVEL%"
  224. Farmer:
  225. Settings:
  226. TicksPerAnimation: 20
  227. TicksPerAction: 60 #one complete harvest = 1 action
  228. DefaultSkin: Farmer
  229. Health:
  230. EnableHealth: true
  231. MaxHealth: 20
  232. ActionPerHealth: 15
  233. RightClickWithFoodToFeed: true
  234. FeedWithMoney: true
  235. FeedWithMoneyCost: 10000
  236. DisplayItem:
  237. Item: NETHER_STAR
  238. Damage: 0
  239. Glow: true
  240. DisplayName: "&eFarmer Minion"
  241. Lore:
  242. - "&7Right-Click this Minion"
  243. - "&7to place it! Once placed"
  244. - "&7it start farming crops"
  245. - "&7within its range!"
  246. - "&7Remember to feed it!"
  247. - " "
  248. - "&eTotal Harvests: &b%STATS%"
  249. - "&eLevel: &b%LEVEL%"
  250. Fisher:
  251. Settings:
  252. TicksPerAnimation: 20
  253. TicksPerAction: 60 #one attempt to catch a fish
  254. DefaultSkin: Fisher
  255. Health:
  256. EnableHealth: true
  257. MaxHealth: 20
  258. ActionPerHealth: 20
  259. RightClickWithFoodToFeed: true
  260. FeedWithMoney: true
  261. FeedWithMoneyCost: 10000
  262. DisplayItem:
  263. Item: NETHER_STAR
  264. Damage: 0
  265. Glow: true
  266. DisplayName: "&eFisher Minion"
  267. Lore:
  268. - "&7Right-Click this Minion"
  269. - "&7to place it! Once placed"
  270. - "&7it will start fishing"
  271. - "&7in water pools 4 blocks"
  272. - "&7within range"
  273. - "&7Remember to feed it!"
  274. - " "
  275. - "&eTotal fish caught: &b%STATS%"
  276. - "&eLevel: &b%LEVEL%"
  277. Seller:
  278. Settings:
  279. TicksPerAnimation: 20
  280. TicksPerAction: 300 #The time it takes for the minion to sell items in the chest
  281. DefaultSkin: Seller
  282. Health:
  283. EnableHealth: true
  284. MaxHealth: 20
  285. ActionPerHealth: 15
  286. RightClickWithFoodToFeed: true
  287. FeedWithMoney: true
  288. FeedWithMoneyCost: 10000
  289. DisplayItem:
  290. Item: NETHER_STAR
  291. Damage: 0
  292. Glow: true
  293. DisplayName: "&eSeller Minion"
  294. Lore:
  295. - "&7Right-Click this Minion"
  296. - "&7to place it! Once placed"
  297. - "&7it will start selling"
  298. - "&7the items in its attached"
  299. - "&7chest!"
  300. - " "
  301. - "&eItems Sold: &b%STATS%"
  302. - "&eLevel: &b%LEVEL%"
  303.  
  304.  
  305. # -- SQLDatabase properties --
  306.  
  307. #Either you may use YAML, MYSQL, or SQLITE
  308. #If you do not understand these settings, it's probably best not to change
  309. #There is currently no way to transfer data from one properties solution to another (I.E changing properties types after setting up the plugin will cause player data to start over)
  310. database:
  311. save_period: 3
  312. yaml:
  313. use: true
  314. sqlite:
  315. use: false
  316. mysql:
  317. use: false
  318. host: "localhost"
  319. user: "root"
  320. password: "pa55sw0rd"
  321. port: "3306"
  322. db: "jetsminions"
  323. ssl: false
  324. #This option should not be changed, unless Entity IDs are changing over server restarts (I.E you run a SkyBlock server where the island is generated each time, and therefor UUIDs of entities are changing)
  325. #Should UUIDs of Minions be stored?
  326. store_minion_uuids: true
  327. delay_minion_loading: true
  328. MinionFunctionOffline: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement