Advertisement
yozora_1202

Untitled

Jun 22nd, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.19 KB | None | 0 0
  1. options:
  2.   Adminmes : <red><bold>[%player%](Admin) %message%
  3.   Goldmes : <gold><italic>[%player%](Gold) %message%
  4.   Citizenmes : [%player%](Citizen) %message%
  5.  
  6. on chat:
  7.   cancel event
  8.   if player has permission "Skript.Admin":
  9.     broadcast "{@Adminmes}"
  10.     stop
  11.   if player has permission "Skript.GoldMember":
  12.     broadcast "{@Goldmes}"
  13.     stop
  14.   if player has permission "Skript.Citizen":
  15.     broadcast "{@Citizenmes}"
  16.     stop
  17.  
  18. on damage:
  19.   chance of 10%:
  20.     execute attacker command "/playsound random.successful_hit @p ~0 ~0 ~0 1 0"
  21.     set damage to damage*2
  22.  
  23. on rightclick with nether star:
  24.   open chest with 1 row named "<blue>Teleport Hub" to player
  25.   wait 1 tick
  26.   format slot 0 of player with iron sword named "<light red>PvP" with lore "<red>Go to PvP Area" to close then run "telepvp %player%"
  27.   format slot 1 of player with oak sapling named "<light green>Resource" with lore "<green>Go to resource world" to close then run "teleres %player%"
  28.   format slot 8 of player with compass named "<light blue>Lobby" with lore "<blue>Go to Lobby" to close then run "telelob %player%"
  29.  
  30. command /telepvp <player>:
  31.   trigger:
  32.     teleport arg 1 to {tp.pvp}
  33.  
  34. command /teleres <player>:
  35.   trigger:
  36.     teleport arg 1 to {tp.resource}
  37.  
  38. command /telelob <player>:
  39.   trigger:
  40.     teleport arg 1 to {tp.lobby}
  41.  
  42. command /setpvp:
  43.   trigger:
  44.     set {tp.pvp} to location of player
  45.     message "PvP : %{tp.pvp}%"
  46.  
  47. command /setres:
  48.   trigger:
  49.     set {tp.resource} to location of player
  50.     message "Resource : %{tp.resource}%"
  51.  
  52. command /setlob:
  53.   trigger:
  54.     set {tp.lobby} to location of player
  55.     message "Lobby : %{tp.lobby}%"
  56.  
  57. on damage:
  58. victim is blocking
  59. if victim's tool is wood sword:
  60. play raw sound "dig.wood" at victim with pitch 1 volume 1
  61. else if victim's tool is stone sword:
  62. play raw sound "dig.stone" at victim with pitch 1 volume 1
  63. else:
  64. play raw sound "random.anvil_land" at victim with pitch 1 volume 1
  65.  
  66.  
  67. on level change:
  68. add 1 to {level.%player%}
  69.  
  70. on rightclick with nether star:
  71. execute console command "/applyskill %player%"
  72.  
  73. command /applyskill <player>:
  74. trigger:
  75. open chest with 1 row named "<green>ステータス振り" to arg
  76. wait 1 tick
  77. format slot 0 of arg with iron sword named "<pink>攻撃力" to close then run "upskill 攻撃力 %arg%"
  78. format slot 1 of arg with iron chestplate named "<aqua>防御力" to close then run "upskill 防御力 %arg%"
  79. format slot 2 of arg with blaze rod named "<purple>魔力" to close then run "upskill 魔力 %arg%"
  80. format slot 3 of arg with book named "<yellow>知力" to close then run "upskill 知力 %arg%"
  81. format slot 4 of arg with emerald named "<lime>運" to close then run "upskill 運 %arg%"
  82. format slot 7 of arg with {level.%arg%} of nether star named "<pink>残りポイント" to run ""
  83. format slot 8 of arg with barrier named "<magenta>キャンセル" to close
  84.  
  85. command /upskill <string> <player>:
  86. trigger:
  87. {level.%arg 2%} > 0
  88. remove 1 from {level.%arg 2%}
  89. if arg 1 is "攻撃力":
  90. add 1 to {str.%arg 2%}
  91. if arg 1 is "防御力":
  92. add 1 to {def.%arg 2%}
  93. if arg 1 is "魔力":
  94. add 1 to {mag.%arg 2%}
  95. if arg 1 is "知力":
  96. add 1 to {int.%arg 2%}
  97. if arg 1 is "運":
  98. add 1 to {luk.%arg 2%}
  99. if {level.%arg 2%} > 1:
  100. wait 1 tick
  101. execute console command "applyskill %arg 2%"
  102.  
  103. command /showskill:
  104. trigger:
  105. message "<gray>%player%のスキル"
  106. message "<pink>攻撃力:%{str.%player%}%"
  107. message "<aqua>防御力:%{def.%player%}%"
  108. message "<purple>魔力:%{mag.%player%}%"
  109. message "<yellow>知力:%{int.%player%}%"
  110. message "<lime>運:%{luk.%player%}%"
  111.  
  112. #------------------------------------------------------------
  113. # More Mobs
  114. # by Xenons (RealmMianite)
  115. # Add Extra mobs to your server!
  116. #------------------------------------------------------------
  117.  
  118. #------------------------------------------------------------
  119. # All here is editable!
  120. #------------------------------------------------------------
  121.  
  122. options:
  123. #---------------------------------------------------------------------------
  124. #Logo will be displayed before each message!
  125. logo: &b&lMore Mobs&7»
  126.  
  127. #-----------------
  128. #Messages
  129. #-----------------
  130. summonmsg: &aYou have successfully summoned #Mob name will be added auto
  131. moneymsg: &aYou have recieved &6{@money}$&a!
  132. cmdmessage: &aYou have recieved &6Reward Kit&a!
  133.  
  134. #-----------------
  135. #Rewards:
  136. #-----------------
  137. enablemoney: true
  138. money: 100
  139. enablecommand: false
  140. command: /kit reward %attacker% #Use %attacker% to give it to a player who killed a mob
  141.  
  142. #-----------------
  143. #Enable/Disable
  144. #-----------------
  145. firedemon: true
  146. megazombie: true
  147. spiderofdeath: true
  148. firespider: true
  149. skeletonhorse: true
  150. zombiehorse: true
  151. megacreeper: true
  152. flyingcreeper: true
  153. hellhound: true
  154. firerat: true
  155. wraith: true
  156. greatgolem: true
  157. flyingwitch: true
  158. endangeredghast: true
  159. ogre: true
  160.  
  161. #-----------------
  162. #Names:
  163. #-----------------
  164. firedemonname: &c&lFire Demon
  165. megazombiename: &2&lMega Zombie
  166. spiderofdeathname: &7Spider of Death
  167. firespidername: &cFire Spider
  168. skeletonhorsename: &7&lSkeleton Horse
  169. zombiehorsename: &2&lZombie Horse
  170. megacreepername: &a&lMega Creeper
  171. flyingcreepername: &a&lFlying Creeper
  172. hellhoundname: &4Hell Hound
  173. fireratname: &cFire Rat
  174. wraithname: &8Wraith
  175. greatgolemname: &7Great Golem
  176. flyingwitchname: &5&lFlying Witch
  177. endangeredghastname: &4Endangered Ghast
  178. ogrename: &2Ogre
  179. #---------------------------------------------------------------------------
  180. #------------------------------------------------------------
  181. # DO NOT TOUCH anything after this!
  182. #------------------------------------------------------------
  183.  
  184. #=========================================================================================================================
  185. # Mobs
  186. #=========================================================================================================================
  187.  
  188. on spawn of a skeleton:
  189. if {@firedemon} is true:
  190. chance of 1%:
  191. set name of the skeleton to "{@firedemonname}"
  192. apply speed 1 to the skeleton for 9999 minutes
  193. apply resistance 2 to the skeleton for 9999 minutes
  194. apply strength 1 to the skeleton for 9999 minutes
  195. apply fire resistance 2 to the skeleton for 9999 minutes
  196. ignite the skeleton for 9999 minutes
  197. apply health boost 30 to the skeleton for 9999 minutes
  198. heal the skeleton
  199. set chestplate of skeleton to leather chestplate with name "&cDemon Chestplate"
  200. dye skeleton's chestplate red
  201. set leggings of skeleton to leather leggings with name "&cDemon Leggings"
  202. dye skeleton's leggings black
  203. set boots of skeleton to leather boots with name "&cDemon Boots"
  204. dye skeleton's boots red
  205. set {_p} to "Wither_Skeleton" parsed as offline player
  206. set the helmet of skeleton to {_p}'s skull
  207. stop
  208.  
  209. on spawn of a zombie:
  210. if {@megazombie} is true:
  211. chance of 2%:
  212. cancel event
  213. spawn an giant at event-location
  214. set name of the last spawned giant to "{@megazombiename}"
  215. stop
  216.  
  217. on spawn of a spider:
  218. if {@spiderofdeath} is true:
  219. chance of 3%:
  220. set name of the spider to "{@spiderofdeathname}"
  221. apply speed 1 to the spider for 9999 minutes
  222. apply resistance 2 to the spider for 9999 minutes
  223. apply strength 1 to the spider for 9999 minutes
  224. apply invisibility 1 to the spider for 9999 minutes
  225. stop
  226.  
  227. on spawn of a spider:
  228. if {@firespider} is true:
  229. chance of 3%:
  230. set name of the spider to "{@firespidername}"
  231. apply fire resistance 1 to the spider for 9999 minutes
  232. ignite the spider for 9999 minutes
  233. apply speed 1 to the spider for 9999 minutes
  234. apply resistance 2 to the spider for 9999 minutes
  235. apply strength 1 to the spider for 9999 minutes
  236. stop
  237.  
  238. on spawn of a skeleton:
  239. if {@skeletonhorse} is true:
  240. chance of 2%:
  241. cancel event
  242. spawn an skeleton horse
  243. set name of the last spawned entity to "{@skeletonhorsename}"
  244. stop
  245.  
  246. on spawn of a zombie:
  247. if {@zombiehorse} is true:
  248. chance of 2%:
  249. cancel event
  250. spawn an undead horse
  251. set name of the last spawned entity to "{@zombiehorsename}"
  252. stop
  253.  
  254. on spawn of a creeper:
  255. if {@megacreeper} is true:
  256. chance of 3%:
  257. strike lightning at the creeper
  258. set name of the creeper to "{@megacreepername}"
  259. apply fire resistance 2 to the last spawned creeper for 9999 minutes
  260. stop
  261.  
  262. on spawn of a creeper:
  263. if {@flyingcreeper} is true:
  264. chance of 4%:
  265. spawn 1 bat at event-location
  266. wait 1 tick
  267. make the event-entity ride last spawned entity
  268. set name of the creeper to "{@flyingcreepername}"
  269. apply invisibility 1 to the last spawned bat for 9999 minutes
  270. stop
  271.  
  272. on spawn of a spider:
  273. if {@hellhound} is true:
  274. chance of 5%:
  275. cancel event
  276. spawn an angry wolf
  277. set name of the last spawned angry wolf to "{@hellhoundname}"
  278. set target of last spawned wolf to player
  279. apply fire resistance 1 to the last spawned angry wolf for 9999 minutes
  280. ignite the last spawned angry wolf for 9999 minutes
  281. apply strength 3 to the last spawned angry wolf for 9999 minutes
  282. apply health boost 20 to the last spawned angry wolf for 9999 minutes
  283. heal the last spawned angry wolf
  284. stop
  285.  
  286. on spawn of a zombie:
  287. if {@firerat} is true:
  288. chance of 10%:
  289. cancel event
  290. spawn an silverfish
  291. set name of the last spawned silverfish to "{@fireratname}"
  292. apply fire resistance 1 to the last spawned silverfish for 9999 minutes
  293. ignite the last spawned silverfish for 9999 minutes
  294. apply strength 3 to the last spawned silverfish for 9999 minutes
  295. apply health boost 20 to the last spawned silverfish for 9999 minutes
  296. heal the last spawned silverfish
  297. stop
  298.  
  299. on spawn of a skeleton:
  300. if {@wraith} is true:
  301. chance of 3%:
  302. set name of the skeleton to "{@wraithname}"
  303. set {_p} to "Wither_Skeleton" parsed as offline player
  304. set the helmet of skeleton to {_p}'s skull
  305. set chestplate of skeleton to leather chestplate with name "&8Wraith Chestplate"
  306. set tool of skeleton to wooden hoe
  307. dye skeleton's chestplate black
  308. delete leggings of skeleton
  309. delete boots of skeleton
  310. apply strength 2 to the skeleton for 9999 minutes
  311. apply invisibility 1 to the skeleton for 9999 minutes
  312. apply health boost 15 to the last spawned skeleton for 9999 minutes
  313. apply strength 2 to the last spawned skeleton for 9999 minutes
  314. heal the last spawned skeleton
  315. stop
  316.  
  317. on spawn of a skeleton:
  318. if {@greatgolem} is true:
  319. chance of 3%:
  320. cancel event
  321. wait 1 tick
  322. spawn an iron golem
  323. set name of the last spawned iron golem to "{@greatgolemname}"
  324. stop
  325.  
  326. on spawn of a witch:
  327. if {@flyingwitch} is true:
  328. chance of 7%:
  329. spawn 1 bat at event-location
  330. wait 1 tick
  331. make the event-entity ride last spawned entity
  332. set name of the witch to "{@flyingwitchname}"
  333. apply invisibility 1 to the last spawned bat for 9999 minutes
  334. stop
  335.  
  336. on spawn:
  337. creature is ghast:
  338. if {@endangeredghast} is true:
  339. chance of 7%:
  340. set the name of the last spawned ghast to "{@endangeredghastname}"
  341. wait 1 second
  342. ignite the last spawned ghast for 9999 minutes
  343. apply speed 1 to the last spawned ghast for 9999 minutes
  344. apply fire resistance 1 to the last spawned ghast for 9999 minutes
  345. stop
  346.  
  347. on spawn of a zombie:
  348. if {@ogre} is true:
  349. chance of 7%:
  350. set name of the last spawned zombie to "{@ogrename}"
  351. apply speed 1 to the last spawned zombie for 9999 minutes
  352. apply resistance 3 to the last spawned zombie for 9999 minutes
  353. apply strength 2 to the last spawned zombie for 9999 minutes
  354. apply health boost 30 to the last spawned zombie for 9999 minutes
  355. heal the last spawned zombie
  356. set chestplate of the last spawned zombie to leather chestplate with name "&aOgre Chestplate"
  357. dye the last spawned zombie's chestplate green
  358. set leggings of the last spawned zombie to leather leggings with name "&aOgre Leggings"
  359. dye the last spawned zombie's leggings green
  360. set boots of the last spawned zombie to leather boots with name "&cDemon Boots"
  361. dye the last spawned zombie's boots green
  362. send "{@logo} {@summonmsg} {@ogrename}" to player
  363. cancel event
  364.  
  365. #=========================================================================================================================
  366. # Disable Hound Taming
  367. #=========================================================================================================================
  368.  
  369. on taming:
  370. if name of wolf contains "{@hellhoundname}":
  371. cancel event
  372. send "{@logo} &cYou cannot tame this wolf!"
  373. on right click:
  374. if name of targeted entity contains "{@hellhoundname}":
  375. cancel event
  376. send "{@logo} &cYou cannot tame this wolf!"
  377.  
  378. #=========================================================================================================================
  379. # Commands
  380. #=========================================================================================================================
  381.  
  382. #Wraith
  383. command /mob [<text>]:
  384. permission: mob.admin
  385. trigger:
  386. if arg 1 is not set:
  387. message "&7&m----------&r&7[&bMoreMobs&7&m]----------"
  388. message "&c/mob &bwraith"
  389. message "&c/mob &bmzombie"
  390. message "&c/mob &bmcreeper"
  391. message "&c/mob &bdspider"
  392. message "&c/mob &bfrat"
  393. message "&c/mob &bzhorse"
  394. message "&c/mob &bshorse"
  395. message "&c/mob &bhhound"
  396. message "&c/mob &bfcreeper"
  397. message "&c/mob &bfdemon"
  398. message "&c/mob &bogre"
  399. message "&c/mob &bggolem"
  400. message "&c/mob &bfwitch"
  401. message "&c/mob &bfspider"
  402. message "&c/mob &beghast"
  403. message "&7&m----------&r&7[&bMoreMobs&7&m]----------"
  404. if arg 1 is "wraith":
  405. spawn an skeleton
  406. set name of the last spawned skeleton to "{@wraithname}"
  407. set {_p} to "Wither_Skeleton" parsed as offline player
  408. set the helmet of the last spawned skeleton to {_p}'s skull
  409. set chestplate of the last spawned skeleton to leather chestplate with name "&8Wraith Chestplate"
  410. set tool of the last spawned skeleton to wooden hoe
  411. dye the last spawned skeleton's chestplate black
  412. delete leggings of the last spawned skeleton
  413. delete boots of the last spawned skeleton
  414. apply strength 2 to the last spawned skeleton for 9999 minutes
  415. apply invisibility 1 to the last spawned skeleton for 9999 minutes
  416. apply health boost 15 to the last spawned skeleton for 9999 minutes
  417. apply strength 5 to the last spawned skeleton for 9999 minutes
  418. heal the last spawned skeleton
  419. send "{@logo} {@summonmsg} {@wraithname}" to player
  420. if arg 1 is "mzombie":
  421. spawn an giant at event-location
  422. set name of the last spawned giant to "{@megazombiename}"
  423. send "{@logo} {@summonmsg} {@megazombiename}" to player
  424. if arg 1 is "mcreeper":
  425. spawn an creeper at event-location
  426. strike lightning at the last spawned creeper
  427. set name of the last spawned creeper to "{@megacreepername}"
  428. apply fire resistance 1 to the last spawned creeper for 9999 minutes
  429. send "{@logo} {@summonmsg} {@megacreepername}" to player
  430. if arg 1 is "dspider":
  431. spawn an spider at event-location
  432. set name of the spider to "{@spiderofdeathname}"
  433. apply speed 1 to the spider for 9999 minutes
  434. apply resistance 3 to the spider for 9999 minutes
  435. apply strength 2 to the spider for 9999 minutes
  436. apply invisibility 1 to the spider for 9999 minutes
  437. send "{@logo} {@summonmsg} {@spiderofdeathname}" to player
  438. if arg 1 is "frat":
  439. spawn an silverfish
  440. set name of the last spawned silverfish to "{@fireratname}"
  441. apply fire resistance 1 to the last spawned silverfish for 9999 minutes
  442. ignite the last spawned silverfish for 9999 minutes
  443. apply strength 7 to the last spawned silverfish for 9999 minutes
  444. apply health boost 20 to the last spawned silverfish for 9999 minutes
  445. heal the last spawned silverfish
  446. send "{@logo} {@summonmsg} {@fireratname}" to player
  447. if arg 1 is "zhorse":
  448. spawn an undead horse
  449. set name of the last spawned wolf to "{@zombiehorsename}"
  450. send "{@logo} {@summonmsg} {@zombiehorsename}" to player
  451. if arg 1 is "shorse":
  452. spawn an skeleton horse
  453. set name of the last spawned wolf to "{@firedemonname}"
  454. send "{@logo} {@summonmsg} {@firedemonname}" to player
  455. if arg 1 is "hhound":
  456. spawn an wolf
  457. set name of the last spawned wolf to "{@hellhoundname}"
  458. set target of last spawned wolf to player
  459. apply fire resistance 1 to the last spawned wolf for 9999 minutes
  460. ignite the last spawned wolf for 9999 minutes
  461. apply strength 7 to the last spawned wolf for 9999 minutes
  462. apply health boost 20 to the last spawned wolf for 9999 minutes
  463. heal the last spawned wolf
  464. send "{@logo} {@summonmsg} {@hellhoundname}" to player
  465. if arg 1 is "fcreeper":
  466. spawn 1 creeper
  467. spawn 1 bat
  468. make the creeper ride bat
  469. set name of the creeper to "{@flyingcreepername}"
  470. apply invisibility 1 to the bat for 9999 minutes
  471. send "{@logo} {@summonmsg} {@flyingcreepername}" to player
  472. if arg 1 is "fdemon":
  473. spawn an skeleton
  474. set name of the last spawned skeleton to "{@firedemonname}"
  475. apply speed 1 to the last spawned skeleton for 9999 minutes
  476. apply resistance 3 to the last spawned skeleton for 9999 minutes
  477. apply strength 2 to the last spawned skeleton for 9999 minutes
  478. apply fire resistance 1 to the last spawned skeleton for 9999 minutes
  479. ignite the last spawned skeleton for 9999 minutes
  480. apply health boost 30 to the last spawned skeleton for 9999 minutes
  481. heal the last spawned skeleton
  482. set chestplate of the last spawned skeleton to leather chestplate with name "&cDemon Chestplate"
  483. dye the last spawned skeleton's chestplate red
  484. set leggings of the last spawned skeleton to leather leggings with name "&cDemon Leggings"
  485. dye the last spawned skeleton's leggings black
  486. set boots of the last spawned skeleton to leather boots with name "&cDemon Boots"
  487. dye the last spawned skeleton's boots red
  488. set {_p} to "Wither_Skeleton" parsed as offline player
  489. set the helmet of the last spawned skeleton to {_p}'s skull
  490. send "{@logo} {@summonmsg} {@firedemonname}" to player
  491. if arg 1 is "ogre":
  492. spawn an zombie
  493. set name of the last spawned zombie to "{@ogrename}"
  494. apply speed 1 to the last spawned zombie for 9999 minutes
  495. apply resistance 3 to the last spawned zombie for 9999 minutes
  496. apply strength 2 to the last spawned zombie for 9999 minutes
  497. apply health boost 30 to the last spawned zombie for 9999 minutes
  498. heal the last spawned zombie
  499. set chestplate of the last spawned zombie to leather chestplate with name "&aOgre Chestplate"
  500. dye the last spawned zombie's chestplate green
  501. set leggings of the last spawned zombie to leather leggings with name "&aOgre Leggings"
  502. dye the last spawned zombie's leggings green
  503. set boots of the last spawned zombie to leather boots with name "&cDemon Boots"
  504. dye the last spawned zombie's boots green
  505. send "{@logo} {@summonmsg} {@ogrename}" to player
  506. if arg 1 is "ggolem":
  507. wait 1 tick
  508. spawn an iron golem
  509. wait 1 tick
  510. set name of the last spawned iron golem to "{@greatgolemname}"
  511. send "{@logo} {@summonmsg} {@greatgolemname}" to player
  512. if arg 1 is "fwitch":
  513. spawn 1 witch
  514. spawn 1 bat
  515. make the witch ride bat
  516. set name of the last spawned witch to "{@flyingwitchname}"
  517. wait 1 tick
  518. apply invisibility 2 to the last spawned bat for 9999 minutes
  519. send "{@logo} {@summonmsg} {@flyingwitchname}" to player
  520. if arg 1 is "fspider":
  521. spawn 1 spider
  522. set name of the last spawned spider to "{@firespidername}"
  523. apply fire resistance 1 to the last spawned spider for 9999 minutes
  524. ignite the last spawned spider for 9999 minutes
  525. apply speed 1 to the last spawned spider for 9999 minutes
  526. apply resistance 2 to the last spawned spider for 9999 minutes
  527. apply strength 2 to the last spawned spider for 9999 minutes
  528. send "{@logo} {@summonmsg} {@firespidername}" to player
  529. if arg 1 is "eghast":
  530. spawn 1 ghast
  531. set the name of the last spawned ghast to "{@endangeredghastname}"
  532. wait 1 second
  533. ignite the last spawned ghast for 9999 minutes
  534. apply speed 1 to the last spawned ghast for 9999 minutes
  535. apply fire resistance 1 to the last spawned ghast for 9999 minutes
  536. send "{@logo} {@summonmsg} {@endangeredghastname}" to player
  537.  
  538. #=============================================================================================================================
  539. # ALL MOBS GUI
  540. #=============================================================================================================================
  541. command /mmob:
  542. permission: mob.menu
  543. trigger:
  544. wait 3 ticks
  545. open chest with 3 row named "&2&lMobs" to player
  546. wait 3 ticks
  547. format slot 0 of player with gunpowder named "&a&lMega Creeper" with lore "&7Summon Mega Creeper" to run [make player execute command "/mob mcreeper"]
  548. format slot 2 of player with rotten flesh named "&2&lMega Zombie" with lore "&7Summon Mega Zombie" to run [make player execute command "/mob giant"]
  549. format slot 4 of player with ender pearl named "&8&lWraith" with lore "&7Summon Wraith" to run [make player execute command "/mob wraith"]
  550. format slot 6 of player with red mushroom named "&c&lFire Rat" with lore "&7Summon Fire Rat" to run [make player execute command "/mob frat"]
  551. format slot 8 of player with spider eye named "&7&lSpider of Death" with lore "&7Summon Spider of Death" to run [make player execute command "/mob dspider"]
  552. format slot 9 of player with slimeball named "&2&lZombie Horse" with lore "&7Summon Zombie Horse" to run [make player execute command "/mob zhorse"]
  553. format slot 11 of player with ghast tear named "&7&lSkeleton Horse" with lore "&7Summon Skeleton Horse" to run [make player execute command "/mob shorse"]
  554. format slot 13 of player with egg named "&4&lHell Hound" with lore "&7Summon Hell Hound" to run [make player execute command "/mob hell"]
  555. format slot 15 of player with gunpowder named "&a&lFlying Creeper" with lore "&7Summon Flying Creeper" to run [make player execute command "/mob fcreeper"]
  556. format slot 17 of player with blaze rod named "&c&lFire Demon" with lore "&7Summon Fire Demon" to run [make player execute command "/mob demon"]
  557. format slot 18 of player with iron ingot named "&7&lGreat Golem" with lore "&7Summon Great Golem" to run [make player execute command "/mob ggolem"]
  558. format slot 20 of player with water bottle named "&5&lFlying Witch" with lore "&7Summon Flying Witch" to run [make player execute command "/mob fwitch"]
  559. format slot 22 of player with blaze powder named "&c&lFire Spider" with lore "&7Summon Fire Spider" to run [make player execute command "/mob fspider"]
  560. format slot 24 of player with ghast tear named "&4Endangered Ghast" with lore "&7Summon Endangered Ghast" to run [make player execute command "/mob eghast"]
  561. format slot 26 of player with rotten flesh named "&2Ogre" with lore "&7Summon Ogre" to run [make player execute command "/mob ogre"]
  562.  
  563. #=========================================================================================================================
  564. # Money Rewards
  565. #=========================================================================================================================
  566.  
  567. on death of a skeleton:
  568. if name of skeleton contains "{@firedemonname}":
  569. if attacker is a player:
  570. if {@enablemoney} is true:
  571. execute console command "/eco give {@money} %attacker%"
  572. send "{@logo} {@moneymsg}" to the attacker
  573. if {@enablecommand} is true:
  574. execute console command "{@command}"
  575. send "{@logo} {@cmdmsg}" to attacker
  576.  
  577. on death of a giant:
  578. if name of giant contains "{@megazombiename}":
  579. if attacker is a player:
  580. if {@enablemoney} is true:
  581. execute console command "/eco give {@money} %attacker%"
  582. send "{@logo} {@moneymsg}" to the attacker
  583. if {@enablecommand} is true:
  584. execute console command "{@command}"
  585. send "{@logo} {@cmdmsg}" to attacker
  586.  
  587. on death of a spider:
  588. if name of spider contains "{@spiderofdeathname}":
  589. if attacker is a player:
  590. if {@enablemoney} is true:
  591. execute console command "/eco give {@money} %attacker%"
  592. send "{@logo} {@moneymsg}" to the attacker
  593. if {@enablecommand} is true:
  594. execute console command "{@command}"
  595. send "{@logo} {@cmdmsg}" to attacker
  596.  
  597. on death of a spider:
  598. if name of spider contains "{@firespidername}":
  599. if attacker is a player:
  600. if {@enablemoney} is true:
  601. execute console command "/eco give {@money} %attacker%"
  602. send "{@logo} {@moneymsg}" to the attacker
  603. if {@enablecommand} is true:
  604. execute console command "{@command}"
  605. send "{@logo} {@cmdmsg}" to attacker
  606.  
  607. on death of a creeper:
  608. if name of creeper contains "{@megacreepername}":
  609. if attacker is a player:
  610. if {@enablemoney} is true:
  611. execute console command "/eco give {@money} %attacker%"
  612. send "{@logo} {@moneymsg}" to the attacker
  613. if {@enablecommand} is true:
  614. execute console command "{@command}"
  615. send "{@logo} {@cmdmsg}" to attacker
  616.  
  617. on death of a creeper:
  618. if name of creeper contains "{@flyingcreepername}":
  619. if attacker is a player:
  620. if {@enablemoney} is true:
  621. execute console command "/eco give {@money} %attacker%"
  622. send "{@logo} {@moneymsg}" to the attacker
  623. if {@enablecommand} is true:
  624. execute console command "{@command}"
  625. send "{@logo} {@cmdmsg}" to attacker
  626.  
  627. on death of a wolf:
  628. if name of wolf contains "{@hellhoundname}":
  629. if attacker is a player:
  630. if {@enablemoney} is true:
  631. execute console command "/eco give {@money} %attacker%"
  632. send "{@logo} {@moneymsg}" to the attacker
  633. if {@enablecommand} is true:
  634. execute console command "{@command}"
  635. send "{@logo} {@cmdmsg}" to attacker
  636.  
  637. on death of a skeleton:
  638. if name of skeleton contains "{@wraithname}":
  639. if attacker is a player:
  640. if {@enablemoney} is true:
  641. execute console command "/eco give {@money} %attacker%"
  642. send "{@logo} {@moneymsg}" to the attacker
  643. if {@enablecommand} is true:
  644. execute console command "{@command}"
  645. send "{@logo} {@cmdmsg}" to attacker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement