Advertisement
deadman96385

Untitled

May 14th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.17 KB | None | 0 0
  1. #Version: 1.2.6
  2. #Author: T0X1C
  3. ############################################
  4. # Worlds #
  5. ############################################
  6. DisabledWorlds:
  7. - 'world_name'
  8. - 'disabled_world'
  9. - 'AWorldThatILove'
  10.  
  11. #This is where all the settings will be (like enabled/disabled stuff)
  12. ############################################
  13. # Settings #
  14. ############################################
  15. Settings:
  16. UpdateCheck: true
  17. CommandBlock: true
  18. UnknownCommand: true
  19. PreventDrop: true
  20. PreventItemsOnDeath: true
  21. PreventPickup: true
  22. PreventInventoryMove: true
  23. PreventHunger: true
  24. FireworkJoin: true
  25. TitleJoin: true
  26. ChatFormat: true
  27. PlayerVanishSound: true
  28. BlockBreakPlace: true
  29. SilentStaffJoin: true
  30. SilentStaffQuit: true
  31. PlusOne: false
  32. NoXpBar: true
  33. Tablist: true
  34. SpawnOnJoin: true
  35. Motd: true
  36. AutoBroadcast: true
  37. PermissionsManager: true
  38. Scoreboard: true
  39. AntiAdvertise: true
  40. DisableVanishOnQuit: true
  41. NoRain: true
  42. #This is gonna set the time to 600 every tick!
  43. AutoDay: true
  44. DoubleJump: true
  45. JumpPad: true
  46. #Disable quit message
  47. DisableQuit: false
  48. #Disable join message
  49. DisableJoin: false
  50. FirstJoin: true
  51. ServerMotd: true
  52.  
  53. #Join items
  54. #Note: This is basically where you can enable or disable the items
  55. ServerSelector: true
  56. Cosmetics: true
  57. TeleportBow: true
  58. PlayerVanish: true
  59. Settings: true
  60. Arrow: true
  61.  
  62. ############################################
  63. # AutoBroadcast #
  64. ############################################
  65. #In seconds
  66. AutoBroadcastDelay: 1000
  67. #This is all the messages that is gonna be broadcasted
  68. AutoBroadcast:
  69. - '&7Thanks for playing on Oxide Network'
  70.  
  71. ############################################
  72. # Tablist #
  73. ############################################
  74. #In ticks (20 ticks = 1 second)
  75. UpdateTime: 2
  76. #Just the header of the tablist
  77. Headers:
  78. - '&7T'
  79. - '&7T'
  80. - '&7Th'
  81. - '&7Th'
  82. - '&7Tha'
  83. - '&7Tha'
  84. - '&7Than'
  85. - '&7Than'
  86. - '&7Thank'
  87. - '&7Thank'
  88. - '&7Thanks'
  89. - '&7Thanks'
  90. - '&7Thanks f'
  91. - '&7Thanks f'
  92. - '&7Thanks fo'
  93. - '&7Thanks fo'
  94. - '&7Thanks for'
  95. - '&7Thanks for'
  96. - '&7Thanks for u'
  97. - '&7Thanks for u'
  98. - '&7Thanks for us'
  99. - '&7Thanks for us'
  100. - '&7Thanks for usi'
  101. - '&7Thanks for usi'
  102. - '&7Thanks for usin'
  103. - '&7Thanks for usin'
  104. - '&7Thanks for using'
  105. - '&7Thanks for using'
  106. - '&7Thanks for using &5H'
  107. - '&7Thanks for using &5H'
  108. - '&7Thanks for using &5Hu'
  109. - '&7Thanks for using &5Hu'
  110. - '&7Thanks for using &5Hub'
  111. - '&7Thanks for using &5Hub'
  112. - '&7Thanks for using &5Hub&d+'
  113. - '&7Thanks for using &5Hub&d+'
  114.  
  115. #Tablist footer.. I don't know what else to say
  116. Footers:
  117. - '&5&m--------------------'
  118. - '&5&m--------------------'
  119. - '&d&m--------------------'
  120. - '&d&m--------------------'
  121. - '&5&m--------------------'
  122. - '&5&m--------------------'
  123. - '&d&m--------------------'
  124. - '&d&m--------------------'
  125.  
  126. ############################################
  127. # ChatFormat #
  128. ############################################
  129. #How is the chat gonna look?
  130. ChatFormat: "%prefix% &6%name% &8\xbb &7%message%"
  131.  
  132. ############################################
  133. # Titles #
  134. ############################################
  135. #If titlejoin is enabled you can use this to change the "message" + time
  136. TitleJoin:
  137. FirstJoin:
  138. MainTitle: "&7Welcome, &6%player% &7to"
  139. SubTitle: "&bServer name"
  140. #In ticks (20 ticks = 1 second)
  141. FadeinTime: 30
  142. #In seconds
  143. StayTime: 5
  144. #In ticks (20 ticks = 1 second)
  145. FadeoutTime: 10
  146. MainTitle: "&7Welcome back, &6%player% &7to"
  147. SubTitle: "&bServer name"
  148. FadeinTime: 30
  149. StayTime: 5
  150. FadeoutTime: 10
  151.  
  152. ############################################
  153. # Help page #
  154. ############################################
  155. #When a player types /helpme
  156. Help:
  157. - '&8&m--------------------------------------------'
  158. - ''
  159. - '&5Hub&d+ &8> &7Help page:'
  160. - ''
  161. - '&7/helpme &8- &7Display this help page'
  162. - '&7Right click the server selector to go to a other server'
  163. - '&7Right click the player vanish item to vanish other people'
  164. - '&7Teleport around with your teleport bow'
  165. - ''
  166. - '&8&m--------------------------------------------'
  167.  
  168. ############################################
  169. # Motds #
  170. ############################################
  171. #When the players join..
  172. Motd:
  173. - '&8&m--------------------------------------------'
  174. - '&7If you need help, type /helpme'
  175. - ''
  176. - '&7There is currently &6%players_online%&7/&6%maxplayers%'
  177. - '&8&m--------------------------------------------'
  178.  
  179. #The motd in the multiplayer server selection
  180. #Note: use %n to make a new line
  181. ServerMotd: "&6Oxide &fNetwork Lobby"
  182.  
  183. ############################################
  184. # PermissionsHelp #
  185. ############################################
  186. GroupHelp:
  187. - '&8&m-----------------------------'
  188. - '&5Hub&d+ &8> &7Group manager:'
  189. - ''
  190. - '&d/group create <group>'
  191. - '&d/group delete <group>'
  192. - '&d/group setdefault <group>'
  193. - '&d/group setprefix <group> <prefix>'
  194. - '&d/group setsuffix <group> <suffix>'
  195. - '&d/group addpermission <group> <perm>'
  196. - '&d/group removepermission <group> <perm>'
  197. - '&8&m-----------------------------'
  198.  
  199. PlayerHelp:
  200. - '&8&m-----------------------------'
  201. - '&5Hub&d+ &8> &7Player manager:'
  202. - ''
  203. - '&d/player addpermission <player> <perm>'
  204. - '&d/player removepermission <player> <perm>'
  205. - '&d/player setgroup <player> <group>'
  206. - '&8&m-----------------------------'
  207.  
  208. ############################################
  209. # TeleportBow #
  210. ############################################
  211. #When the arrows lands.. What sound/effect should it make?
  212. TeleportBow:
  213. Sound: WOOD_CLICK
  214. Effect: ENDER_SIGNAL
  215.  
  216. ############################################
  217. # PlayerVanish #
  218. ############################################
  219. #If you have PlayerVanishSound enabled what is the sound gonna be when they right click the player vanish item
  220. PlayerVanish:
  221. EnabledSound: SUCCESSFUL_HIT
  222. DisabledSound: NOTE_PLING
  223.  
  224. ############################################
  225. # Blocked commands #
  226. ############################################
  227. #Use '' if you want to block a command that contains : for example 'bukkit:?'
  228. #Note: the ? command will only be blocked if it's surrounded by ''
  229. Blocked-cmds:
  230. - '?'
  231. - plugins
  232. - pl
  233. - ver
  234. - version
  235. - help
  236.  
  237. ############################################
  238. # Mysterious #
  239. ############################################
  240. Mysterious:
  241. #This is how much it's gonna cost to open 1 mysterious chest
  242. Cost: 1000
  243. #This is how much credits they get per minute
  244. Salary: 50
  245.  
  246. ############################################
  247. # JoinItems #
  248. ############################################
  249. JoinItems:
  250. Cosmetics:
  251. Material: Chest
  252. Slot: 1
  253. Name: "&aCosmetics &7(Right click)"
  254. Lore:
  255. - '&8&o> &7&oRight click to open the cosmetics gui'
  256. TeleportBow:
  257. Slot: 3
  258. Name: "&2Teleport bow &7(Shoot!)"
  259. Lore:
  260. - '&8&o> &7&oShoot an arrow and let it teleport you!'
  261. ServerSelector:
  262. Material: Compass
  263. Slot: 5
  264. Name: "&bServer Selector &7(Right click)"
  265. Lore:
  266. - '&8&o> &7&oRight click to open the server selector'
  267. PlayerVanish:
  268. Material: Magma_cream
  269. Slot: 7
  270. Name: "&3Player vanish &7(Right click)"
  271. Lore:
  272. - '&8&o> &7&oRight click to vanish players'
  273. PlayerVanish2:
  274. Material: Slime_ball
  275. Slot: 7
  276. Name: "&3Player vanish &7(Right click)"
  277. Lore:
  278. - '&8&o> &7&oRight click to unvanish players'
  279. Settings:
  280. Slot: 9
  281. Name: "&9Settings &7(Right click)"
  282. Lore:
  283. - '&8&o> &7&oRight click to open your settings'
  284. Arrow:
  285. Slot: 18
  286. Name: "&9The magically arrow"
  287. Lore:
  288. - '&8&o> &7&oThe arrow of the gods!'
  289.  
  290. ############################################
  291. # Inventory #
  292. ############################################
  293. Inventories:
  294. ServerSelector:
  295. Rows: 3
  296. Name: "&5Hub&d+ &7Server selector"
  297. Cosmetics:
  298. Name: "&5Hub&d+ &7Cosmetics"
  299. Gadgets:
  300. Name: "&5Hub&d+ &7Gadgets"
  301. Gear:
  302. Name: "&5Hub&d+ &7Gear"
  303. NormalParticles:
  304. Name: "&5Hub&d+ &7Normal particles"
  305. AdvancedParticles:
  306. Name: "&5Hub&d+ &7Advanced particles"
  307. ParticleSelector:
  308. Name: "&5Hub&d+ &7Particle selector"
  309. BowParticles:
  310. Name: "&5Hub&d+ &7Bow particles"
  311. Hats:
  312. Name: "&5Hub&d+ &7Hats"
  313. Pets:
  314. Name: "&5Hub&d+ &7Pets"
  315. Settings:
  316. Name: "&5Hub&d+ &7Settings"
  317. Mounts:
  318. Name: "&5Hub&d+ &7Mounts"
  319. Crate:
  320. Name: "&5Hub&d+ &7Crate"
  321. Morphs:
  322. Name: "&5Hub&d+ &7Morphs"
  323. Profile:
  324. Name: "&5Hub&d+ &7Profile"
  325.  
  326. ############################################
  327. # Cosmetics #
  328. ############################################
  329. Cosmetics:
  330. Pets:
  331. Enabled: true
  332. Name: "&6&lPets"
  333. Material: Bone
  334. Slot: 4
  335. Lore:
  336. - '&8&o> &7&oClick here to open the pets menu'
  337. Morphs:
  338. Enabled: true
  339. Name: "&5&lMorphs"
  340. Material: Leather
  341. Slot: 5
  342. Lore:
  343. - '&8&o> &7&oClick here to open the morphs menu'
  344. Mounts:
  345. Enabled: true
  346. Name: "&e&lMounts"
  347. Material: Iron_barding
  348. Slot: 6
  349. Lore:
  350. - '&8&o> &7&oClick here to open the mounts menu'
  351. Hats:
  352. Enabled: true
  353. Name: "&a&lHats"
  354. Material: Leather_helmet
  355. Slot: 12
  356. Lore:
  357. - '&8&o> &7&oClick here to open the hats menu'
  358. Gadgets:
  359. Enabled: true
  360. Name: "&e&lGadgets"
  361. Material: Bow
  362. Slot: 13
  363. Lore:
  364. - '&8&o> &7&oClick here to open the gadgets menu'
  365. Particles:
  366. Enabled: true
  367. Name: "&3&lParticles"
  368. Material: Nether_star
  369. Slot: 14
  370. Lore:
  371. - '&8&o> &7&oClick here to open the particle menu'
  372. Gear:
  373. Enabled: true
  374. Name: "&6&lGear"
  375. Material: Leather_chestplate
  376. Slot: 15
  377. Lore:
  378. - '&8&o> &7&oClick here to open the gear menu'
  379. BowParticles:
  380. Enabled: true
  381. Name: "&2&lBowParticles"
  382. Material: Arrow
  383. Slot: 16
  384. Lore:
  385. - '&8&o> &7&oClick here to open the bow particle menu'
  386. Profile:
  387. Enabled: true
  388. Name: "Your profile"
  389. Slot: 19
  390. Lore:
  391. - '&8&o> &7&oClick here to open your profile stats'
  392. Crate:
  393. Enabled: true
  394. Name: "&4&lMysterious"
  395. Material: Chest
  396. Slot: 23
  397. Lore:
  398. - '&8&o> &7&oClick here to open a &4mysterious &7&ochest'
  399. - '&8&o> &6&oCost&7&o: %cost%'
  400. PvP:
  401. Enabled: true
  402. Name: "&5&lP&d&lv&5&lP"
  403. Slot: 27
  404. Lore:
  405. - '&8&o> &7&oClick here to enable PvP'
  406.  
  407. ############################################
  408. # Crate #
  409. ############################################
  410. Crate:
  411. Prizes:
  412. #Note: to make more prizes just put 2:, 3:, 4: etc..
  413. 1:
  414. #These are some few settings you may want
  415. Settings:
  416. #This is if there should be a sound at the end (when winning the prize)
  417. Sound: true
  418. #If you have this enabled you can broadcast a message when the player wins
  419. Broadcast: true
  420. #If you have this enabled you can message the player saying for example 'Congratulations!'
  421. PlayerMessage: true
  422. #This is only if you have Sound enabled
  423. #Note: here's a list of all the sounds: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  424. Sound: cat_meow
  425. Messages:
  426. #This if only if you have Broadcast enable you'll be able to send a message to the server
  427. Broadcast: "&5Hub&d+ &8> &6%player% &7just won the particle: &aLove"
  428. #This is only if you have PlayerMessage enabled you'll be able to message the player :D
  429. PlayerMessage: "&5Hub&d+ &8> &7Congratulations! you won the &aLove &7particle!"
  430. #These are the commands that gets executed when winning the prize
  431. Commands:
  432. - 'player addpermission %player% Hub.NormalParticles.Love'
  433. InventoryItem:
  434. #This is the name of the item in the winning inventory
  435. Name: "&aLove particle"
  436. #This is the material of the item in the winning inventory
  437. #Note: here's a list of all the materials: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  438. Material: red_rose
  439. 2:
  440. Settings:
  441. Sound: true
  442. Broadcast: false
  443. PlayerMessage: true
  444. Sound: cat_meow
  445. Messages:
  446. Broadcast: "&5Hub&d+ &8> &6%player% &7just won the particle: &aCrit"
  447. PlayerMessage: "&5Hub&d+ &8> &7Congratulations! you won the &aCrit &7particle!"
  448. Commands:
  449. - 'player addpermission %player% Hub.NormalParticles.Crit'
  450. InventoryItem:
  451. Name: "&aCrit particle"
  452. Material: fireball
  453. 3:
  454. Settings:
  455. Sound: true
  456. Broadcast: true
  457. PlayerMessage: true
  458. Sound: enderdragon_death
  459. Messages:
  460. Broadcast: "&5Hub&d+ &8> &6%player% &7just won the &4&llegendary &7hat: &aPiston"
  461. PlayerMessage: "&5Hub&d+ &8> &7Congratulations! you won the &aPiston &7hat!"
  462. Commands:
  463. - 'player addpermission %player% Hub.Hats.Piston'
  464. InventoryItem:
  465. Name: "&aPiston hat"
  466. Material: piston
  467. 4:
  468. Settings:
  469. Sound: true
  470. Broadcast: true
  471. PlayerMessage: true
  472. Sound: cat_meow
  473. Messages:
  474. Broadcast: "&5Hub&d+ &8> &6%player% &7just won the mount: &8Ere&7bos"
  475. PlayerMessage: "&5Hub&d+ &8> &7Congratulations! you won the &8Ere&7bos &7mount!"
  476. Commands:
  477. - 'player addpermission %player% Hub.Mounts.Erebos'
  478. InventoryItem:
  479. Name: "&8Ere&7bos mount"
  480. Material: enchantment_table
  481. 5:
  482. Settings:
  483. Sound: true
  484. Broadcast: true
  485. PlayerMessage: false
  486. Sound: cat_meow
  487. Messages:
  488. Broadcast: "&5Hub&d+ &8> &6%player% &7just won &a500 &7credits!"
  489. PlayerMessage: "&5Hub&d+ &8> &7Congratulations! you won &a500 &7credits"
  490. Commands:
  491. - 'credits give %player% 500'
  492. InventoryItem:
  493. Name: "&a500 credits"
  494. Material: nether_star
  495.  
  496. ############################################
  497. # Profile #
  498. ############################################
  499. Profile:
  500. Credits:
  501. Name: "Credits: &a%credits%"
  502. Rank:
  503. Name: "Rank: &a%rank%"
  504. Back:
  505. Name: "&cBack"
  506. Lore:
  507. - '&8&o> &7&oClick here to get go back'
  508.  
  509. ############################################
  510. # Morphs #
  511. ############################################
  512. Morphs:
  513. HaveAccess: "&aYes"
  514. NoAccess: "&cNo"
  515. Enderman:
  516. Name: "&aEnderman"
  517. Lore:
  518. - '&8&o> &7&oClick here to get the &aEnderman &7&omorph'
  519. - '&7Have permissions: %access%'
  520. Zombie:
  521. Name: "&aZombie"
  522. Lore:
  523. - '&8&o> &7&oClick here to get the &aZombie &7&omorph'
  524. - '&7Have permissions: %access%'
  525. Skeleton:
  526. Name: "&aSkeleton"
  527. Lore:
  528. - '&8&o> &7&oClick here to get the &aSkeleton &7&omorph'
  529. - '&7Have permissions: %access%'
  530. Dog:
  531. Name: "&aDog"
  532. Lore:
  533. - '&8&o> &7&oClick here to get the &aDog &7&omorph'
  534. - '&7Have permissions: %access%'
  535. Blaze:
  536. Name: "&aBlaze"
  537. Lore:
  538. - '&8&o> &7&oClick here to get the &aBlaze &7&omorph'
  539. - '&7Have permissions: %access%'
  540. Pig:
  541. Name: "&aPig"
  542. Lore:
  543. - '&8&o> &7&oClick here to get the &aPig &7&omorph'
  544. - '&7Have permissions: %access%'
  545. Cow:
  546. Name: "&aCow"
  547. Lore:
  548. - '&8&o> &7&oClick here to get the &aCow &7&omorph'
  549. - '&7Have permissions: %access%'
  550. Chicken:
  551. Name: "&aChicken"
  552. Lore:
  553. - '&8&o> &7&oClick here to get the &aChicken &7&omorph'
  554. - '&7Have permissions: %access%'
  555. Villager:
  556. Name: "&aVillager"
  557. Lore:
  558. - '&8&o> &7&oClick here to get the &aVillager &7&omorph'
  559. - '&7Have permissions: %access%'
  560. Creeper:
  561. Name: "&aCreeper"
  562. Lore:
  563. - '&8&o> &7&oClick here to get the &aCreeper &7&omorph'
  564. - '&7Have permissions: %access%'
  565. IronGolem:
  566. Name: "&aIron golem"
  567. Lore:
  568. - '&8&o> &7&oClick here to get the &aIron golem &7&omorph'
  569. - '&7Have permissions: %access%'
  570. Slime:
  571. Name: "&aSlime"
  572. Lore:
  573. - '&8&o> &7&oClick here to get the &aSlime &7&omorph'
  574. - '&7Have permissions: %access%'
  575. Witch:
  576. Name: "&aWitch"
  577. Lore:
  578. - '&8&o> &7&oClick here to get the &aWitch &7&omorph'
  579. - '&7Have permissions: %access%'
  580. ArmorStand:
  581. Name: "&aArmor stand"
  582. Lore:
  583. - '&8&o> &7&oClick here to get the &aArmor stand &7&omorph'
  584. - '&7Have permissions: %access%'
  585. Snowman:
  586. Name: "&aSnowman"
  587. Lore:
  588. - '&8&o> &7&oClick here to get the &aSnowman &7&omorph'
  589. - '&7Have permissions: %access%'
  590. Ghast:
  591. Name: "&aGhast"
  592. Lore:
  593. - '&8&o> &7&oClick here to get the &aGhast &7&omorph'
  594. - '&7Have permissions: %access%'
  595. Wither:
  596. Name: "&aWither"
  597. Lore:
  598. - '&8&o> &7&oClick here to get the &aWither &7&omorph'
  599. - '&7Have permissions: %access%'
  600. Enderdragon:
  601. Name: "&aEnderdragon"
  602. Lore:
  603. - '&8&o> &7&oClick here to get the &aEnderdragon &7&omorph'
  604. - '&7Have permissions: %access%'
  605. Guardian:
  606. Name: "&aGuardian"
  607. Lore:
  608. - '&8&o> &7&oClick here to get the &aGuardian &7&omorph'
  609. - '&7Have permissions: %access%'
  610. Horse:
  611. Name: "&aHorse"
  612. Lore:
  613. - '&8&o> &7&oClick here to get the &aHorse &7&omorph'
  614. - '&7Have permissions: %access%'
  615. Back:
  616. Name: "&cBack"
  617. Lore:
  618. - '&8&o> &7&oClick here to get go back'
  619. Clear:
  620. Name: "&4Clear morph"
  621. Lore:
  622. - '&8&o> &7&oClick here to get rid of your morph'
  623.  
  624. ############################################
  625. # Mounts #
  626. ############################################
  627. Mounts:
  628. HaveAccess: "&aYes"
  629. NoAccess: "&cNo"
  630. GlacialSteed:
  631. Name: "&bGlacial steed"
  632. Lore:
  633. - '&8&o> &7&oClick here to get the &bGlacial steed &7&omount'
  634. - '&7Have permissions: %access%'
  635. Infernal:
  636. Name: "&cInfernal"
  637. Lore:
  638. - '&8&o> &7&oClick here to get the &cInfernal &7&omount'
  639. - '&7Have permissions: %access%'
  640. Adranus:
  641. Name: "&cAdranus"
  642. Lore:
  643. - '&8&o> &7&oClick here to get the &cAdranus &7&omount'
  644. - '&7God of &cfire'
  645. - '&7Have permissions: %access%'
  646. Poseidon:
  647. Name: "&bPoseidon"
  648. Lore:
  649. - '&8&o> &7&oClick here to get the &bPoseidon &7&omount'
  650. - '&7God of &bwater'
  651. - '&7Have permissions: %access%'
  652. Apollo:
  653. Name: "&2A&cp&4o&dl&5l&bo"
  654. Lore:
  655. - '&8&o> &7&oClick here to get the &2A&cp&4o&dl&5l&bo &7&omount'
  656. - '&7God of &2m&cu&4s&di&5c'
  657. - '&7Have permissions: %access%'
  658. Erebos:
  659. Name: "&8Ere&7bos"
  660. Lore:
  661. - '&8&o> &7&oClick here to get the &8Ere&7bos &7&omount'
  662. - '&7God of &8enchant&7ments'
  663. - '&7Have permissions: %access%'
  664. Hecate:
  665. Name: "&3Hec&bate"
  666. Lore:
  667. - '&8&o> &7&oClick here to get the &3Hec&bate &7&omount'
  668. - '&7God of &3mag&bic'
  669. - '&7Have permissions: %access%'
  670. Back:
  671. Name: "&cBack"
  672. Lore:
  673. - '&8&o> &7&oClick here to get go back'
  674.  
  675. ############################################
  676. # Pets #
  677. ############################################
  678. Pets:
  679. Name:
  680. #This means if the player's name ends with s
  681. EndingWithS: "&6%player%' &e%pet%"
  682. #This means if the player's name doesn't end with an s
  683. NotEndingWithS: "&6%player%'s &e%pet%"
  684. HaveAccess: "&aYes"
  685. NoAccess: "&cNo"
  686. Pig:
  687. Name: "&aPig"
  688. Lore:
  689. - '&8&o> &7&oClick here to get the &aPig &7&opet'
  690. - '&7Have permissions: %access%'
  691. Cow:
  692. Name: "&aCow"
  693. Lore:
  694. - '&8&o> &7&oClick here to get the &aCow &7&opet'
  695. - '&7Have permissions: %access%'
  696. Chicken:
  697. Name: "&aChicken"
  698. Lore:
  699. - '&8&o> &7&oClick here to get the &aChicken &7&opet'
  700. - '&7Have permissions: %access%'
  701. Dog:
  702. Name: "&aDog"
  703. Lore:
  704. - '&8&o> &7&oClick here to get the &aDog &7&opet'
  705. - '&7Have permissions: %access%'
  706. Cat:
  707. Name: "&aCat"
  708. Lore:
  709. - '&8&o> &7&oClick here to get the &aCat &7&opet'
  710. - '&7Have permissions: %access%'
  711. IronGolem:
  712. Name: "&aIron golem"
  713. Lore:
  714. - '&8&o> &7&oClick here to get the &aIron golem &7&opet'
  715. - '&7Have permissions: %access%'
  716. Sheep:
  717. Name: "&aSheep"
  718. Lore:
  719. - '&8&o> &7&oClick here to get the &aSheep &7&opet'
  720. - '&7Have permissions: %access%'
  721. MushroomCow:
  722. Name: "&aMushroom cow"
  723. Lore:
  724. - '&8&o> &7&oClick here to get the &aMushroom cow &7&opet'
  725. - '&7Have permissions: %access%'
  726. Zombie:
  727. Name: "&aZombie"
  728. Lore:
  729. - '&8&o> &7&oClick here to get the &aZombie &7&opet'
  730. - '&7Have permissions: %access%'
  731. Villager:
  732. Name: "&aVillager"
  733. Lore:
  734. - '&8&o> &7&oClick here to get the &aVillager &7&opet'
  735. - '&7Have permissions: %access%'
  736. Spider:
  737. Name: "&aSpider"
  738. Lore:
  739. - '&8&o> &7&oClick here to get the &aSpider &7&opet'
  740. - '&7Have permissions: %access%'
  741. Back:
  742. Name: "&cBack"
  743. Lore:
  744. - '&8&o> &7&oClick here to get go back'
  745. Clear:
  746. Name: "&4Clear pet"
  747. Lore:
  748. - '&8&o> &7&oClick here to get rid of your pet'
  749.  
  750. ############################################
  751. # Hats #
  752. ############################################
  753. Hats:
  754. HaveAccess: "&aYes"
  755. NoAccess: "&cNo"
  756. Grass:
  757. Name: "&aGrass"
  758. Lore:
  759. - '&8&o> &7&oClick here to get the &aGrass &7&ohat'
  760. - '&7Have permissions: %access%'
  761. Cobblestone:
  762. Name: "&aCobblestone"
  763. Lore:
  764. - '&8&o> &7&oClick here to get the &aCobblestone &7&ohat'
  765. - '&7Have permissions: %access%'
  766. Stone:
  767. Name: "&aStone"
  768. Lore:
  769. - '&8&o> &7&oClick here to get the &aStone &7&ohat'
  770. - '&7Have permissions: %access%'
  771. Glass:
  772. Name: "&aGlass"
  773. Lore:
  774. - '&8&o> &7&oClick here to get the &aGlass &7&ohat'
  775. - '&7Have permissions: %access%'
  776. EnchantmentTable:
  777. Name: "&aEnchantmentTable"
  778. Lore:
  779. - '&8&o> &7&oClick here to get the &aEnchantmentTable &7&ohat'
  780. - '&7Have permissions: %access%'
  781. Fence:
  782. Name: "&aFence"
  783. Lore:
  784. - '&8&o> &7&oClick here to get the &aFence &7&ohat'
  785. - '&7Have permissions: %access%'
  786. StoneFence:
  787. Name: "&aStoneFence"
  788. Lore:
  789. - '&8&o> &7&oClick here to get the &aStoneFence &7&ohat'
  790. - '&7Have permissions: %access%'
  791. Chest:
  792. Name: "&aChest"
  793. Lore:
  794. - '&8&o> &7&oClick here to get the &aChest &7&ohat'
  795. - '&7Have permissions: %access%'
  796. Fruit:
  797. Name: "&aFruit"
  798. Lore:
  799. - '&8&o> &7&oClick here to get the &aFruit &7&ohat'
  800. - '&7Have permissions: %access%'
  801. Anvil:
  802. Name: "&aAnvil"
  803. Lore:
  804. - '&8&o> &7&oClick here to get the &aAnvil &7&ohat'
  805. - '&7Have permissions: %access%'
  806. Bookshelf:
  807. Name: "&aBookshelf"
  808. Lore:
  809. - '&8&o> &7&oClick here to get the &aBookshelf &7&ohat'
  810. - '&7Have permissions: %access%'
  811. Beacon:
  812. Name: "&aBeacon"
  813. Lore:
  814. - '&8&o> &7&oClick here to get the &aBeacon &7&ohat'
  815. - '&7Have permissions: %access%'
  816. Piston:
  817. Name: "&aPiston"
  818. Lore:
  819. - '&8&o> &7&oClick here to get the &aPiston &7&ohat'
  820. - '&7Have permissions: %access%'
  821. TNT:
  822. Name: "&aTNT"
  823. Lore:
  824. - '&8&o> &7&oClick here to get the &aTNT &7&ohat'
  825. - '&7Have permissions: %access%'
  826. Obsidian:
  827. Name: "&aObsidian"
  828. Lore:
  829. - '&8&o> &7&oClick here to get the &aObsidian &7&ohat'
  830. - '&7Have permissions: %access%'
  831. Furnace:
  832. Name: "&aFurnace"
  833. Lore:
  834. - '&8&o> &7&oClick here to get the &aFurnace &7&ohat'
  835. - '&7Have permissions: %access%'
  836. Pumpkin:
  837. Name: "&aPumpkin"
  838. Lore:
  839. - '&8&o> &7&oClick here to get the &aPumpkin &7&ohat'
  840. - '&7Have permissions: %access%'
  841. SeaLantern:
  842. Name: "&aSea lantern"
  843. Lore:
  844. - '&8&o> &7&oClick here to get the &aSea lantern &7&ohat'
  845. - '&7Have permissions: %access%'
  846. Back:
  847. Name: "&cBack"
  848. Lore:
  849. - '&8&o> &7&oClick here to get go back'
  850. Clear:
  851. Name: "&4Clear hat"
  852. Lore:
  853. - '&8&o> &7&oClick here to get rid of your hat'
  854.  
  855. ############################################
  856. # Gadgets #
  857. ############################################
  858. Gadgets:
  859. HaveAccess: "&aYes"
  860. NoAccess: "&cNo"
  861. SnowballGun:
  862. Name: "&9Snowball gun"
  863. Lore:
  864. - '&8&o> &7&oClick here to get the &9Snowball gun'
  865. - '&7Have permissions: %access%'
  866. Firework:
  867. Name: "&9Firework"
  868. Lore:
  869. - '&8&o> &7&oClick here to get &9Firework'
  870. - '&7Have permissions: %access%'
  871. PaintballGun:
  872. Name: "&9Paintball gun"
  873. Lore:
  874. - '&8&o> &7&oClick here to get the &9Paintball gun'
  875. - '&7Have permissions: %access%'
  876. BatGun:
  877. Name: "&9Bat gun"
  878. Lore:
  879. - '&8&o> &7&oClick here to get the &9Bat gun'
  880. - '&7Have permissions: %access%'
  881. MelonLauncher:
  882. Name: "&9Melon launcher"
  883. Lore:
  884. - '&8&o> &7&oClick here to get the &9Melon launcher'
  885. - '&7Have permissions: %access%'
  886. TNT:
  887. Name: "&9Tnt"
  888. Lore:
  889. - '&8&o> &7&oClick here to get the &9TNT'
  890. - '&7Have permissions: %access%'
  891. KittyCannon:
  892. Name: "&9Kitty cannon"
  893. Lore:
  894. - '&8&o> &7&oClick here to get the &9Kitty cannon'
  895. - '&7Have permissions: %access%'
  896. ExplosiveBow:
  897. Name: "&9Explosive bow"
  898. Lore:
  899. - '&8&o> &7&oClick here to get the &9Explosive bow'
  900. - '&7Have permissions: %access%'
  901. Back:
  902. Name: "&cBack"
  903. Lore:
  904. - '&8&o> &7&oClick here to get go back'
  905.  
  906. ############################################
  907. # Gear #
  908. ############################################
  909. Gear:
  910. ClearHelmet:
  911. Name: "&4Click to clear your helmet!"
  912. ClearChestplate:
  913. Name: "&4Click to clear your chestplate!"
  914. ClearLeggings:
  915. Name: "&4Click to clear your leggings!"
  916. ClearBoots:
  917. Name: "&4Click to clear your boots!"
  918. Leather:
  919. #This is gonna be the name of all the leather armor!
  920. Name: "&6&lLeather armor"
  921. Gold:
  922. #This is gonna be the name of all the gold armor!
  923. Name: "&e&lGold armor"
  924. Iron:
  925. #This is gonna be the name of all the iron armor!
  926. Name: "&7&lIron armor"
  927. Diamond:
  928. #This is gonna be the name of all the diamond armor!
  929. Name: "&b&lDiamond armor"
  930. RainbowHelmet:
  931. Name: "&4&lR&6&la&e&li&a&ln&2&lb&b&lo&3&lw &6Helmet"
  932. RainbowChestplate:
  933. Name: "&4&lR&6&la&e&li&a&ln&2&lb&b&lo&3&lw &6Chestplate"
  934. RainbowLeggings:
  935. Name: "&4&lR&6&la&e&li&a&ln&2&lb&b&lo&3&lw &6Leggings"
  936. RainbowBoots:
  937. Name: "&4&lR&6&la&e&li&a&ln&2&lb&b&lo&3&lw &6Boots"
  938. Back:
  939. Name: "&cBack"
  940. Lore:
  941. - '&8&o> &7&oClick here to get go back'
  942.  
  943. ############################################
  944. # BowParticles #
  945. ############################################
  946. #More bow particles coming soon!
  947. BowParticles:
  948. NoAccess: "&cNo"
  949. HaveAccess: "&aYes"
  950. Crit:
  951. Name: "&aCrit"
  952. Lore:
  953. - '&8&o> &7&oClick here to get the &aCrit &7bow particle'
  954. - '&7Have permissions: %access%'
  955. Flame:
  956. Name: "&aFlame"
  957. Lore:
  958. - '&8&o> &7&oClick here to get the &aFlame &7bow particle'
  959. - '&7Have permissions: %access%'
  960. Ender:
  961. Name: "&aEnder"
  962. Lore:
  963. - '&8&o> &7&oClick here to get the &aEnder &7bow particle'
  964. - '&7Have permissions: %access%'
  965. EnchantmentTable:
  966. Name: "&aEnchantmentTable"
  967. Lore:
  968. - '&8&o> &7&oClick here to get the &aEnchantmentTable &7bow particle'
  969. - '&7Have permissions: %access%'
  970. Love:
  971. Name: "&aLove"
  972. Lore:
  973. - '&8&o> &7&oClick here to get the &aLove &7bow particle'
  974. - '&7Have permissions: %access%'
  975. HappyVillager:
  976. Name: "&aHappyVillager"
  977. Lore:
  978. - '&8&o> &7&oClick here to get the &aHappyVillager &7bow particle'
  979. - '&7Have permissions: %access%'
  980. Cloud:
  981. Name: "&aCloud"
  982. Lore:
  983. - '&8&o> &7&oClick here to get the &aCloud &7bow particle'
  984. - '&7Have permissions: %access%'
  985. Lava:
  986. Name: "&aLava"
  987. Lore:
  988. - '&8&o> &7&oClick here to get the &aLava &7bow particle'
  989. - '&7Have permissions: %access%'
  990. Portal:
  991. Name: "&aPortal"
  992. Lore:
  993. - '&8&o> &7&oClick here to get the &aPortal &7bow particle'
  994. - '&7Have permissions: %access%'
  995. Smoke:
  996. Name: "&aSmoke"
  997. Lore:
  998. - '&8&o> &7&oClick here to get the &aSmoke &7bow particle'
  999. - '&7Have permissions: %access%'
  1000. Back:
  1001. Name: "&cBack"
  1002. Lore:
  1003. - '&8&o> &7&oClick here to get go back'
  1004. Clear:
  1005. Name: "&4Clear bow particle"
  1006. Lore:
  1007. - '&8&o> &7&oClick here to get rid of your bow particle'
  1008.  
  1009. ############################################
  1010. # ParticleSelector #
  1011. ############################################
  1012. ParticleSelector:
  1013. NormalParticles:
  1014. Name: "&a&lNormal particles"
  1015. Lore:
  1016. - '&8&o> &7&oClick here to open the normal particle menu'
  1017. AdvancedParticles:
  1018. Name: "&2&lAdvanced particles"
  1019. Lore:
  1020. - '&8&o> &7&oClick here to open the advanced particle menu'
  1021. Back:
  1022. Name: "&cBack"
  1023. Lore:
  1024. - '&8&o> &7&oClick here to get go back'
  1025.  
  1026. ############################################
  1027. # AdvancedParticles #
  1028. ############################################
  1029. AdvancedParticles:
  1030. NoAccess: "&cNo"
  1031. HaveAccess: "&aYes"
  1032. BloodHelix:
  1033. Name: "&cBlood helix"
  1034. Lore:
  1035. - '&8&o> &7&oClick here to get the &cBlood helix &7particle'
  1036. - '&7Have permissions: %access%'
  1037. Cloud:
  1038. Name: "&fCloud"
  1039. Lore:
  1040. - '&8&o> &7&oClick here to get the &fCloud &7particle'
  1041. - '&7Have permissions: %access%'
  1042. HeartAura:
  1043. Name: "&cHeart &4aura"
  1044. Lore:
  1045. - '&8&o> &7&oClick here to get the &cHeart &4aura &7particle'
  1046. - '&7Have permissions: %access%'
  1047. HumanTorch:
  1048. Name: "&6Human &etorch"
  1049. Lore:
  1050. - '&8&o> &7&oClick here to get the &6Human &etorch &7particle'
  1051. - '&7Have permissions: %access%'
  1052. Footstep:
  1053. Name: "&7Footstep"
  1054. Lore:
  1055. - '&8&o> &7&oClick here to get the &7Footstep &7particle'
  1056. - '&7Have permissions: %access%'
  1057. Back:
  1058. Name: "&cBack"
  1059. Lore:
  1060. - '&8&o> &7&oClick here to get go back'
  1061. Remove:
  1062. Name: "&4Remove current particle"
  1063. Lore:
  1064. - '&8&o> &7&oClick here to remove your current particle'
  1065.  
  1066. ############################################
  1067. # NormalParticles #
  1068. ############################################
  1069. NormalParticles:
  1070. NoAccess: "&cNo"
  1071. HaveAccess: "&aYes"
  1072. Crit:
  1073. Name: "&aCrit"
  1074. Lore:
  1075. - '&8&o> &7&oClick here to get the &aCrit &7particle'
  1076. - '&7Have permissions: %access%'
  1077. Love:
  1078. Name: "&aLove"
  1079. Lore:
  1080. - '&8&o> &7&oClick here to get the &aLove &7particle'
  1081. - '&7Have permissions: %access%'
  1082. Flame:
  1083. Name: "&aFlame"
  1084. Lore:
  1085. - '&8&o> &7&oClick here to get the &aFlame &7particle'
  1086. - '&7Have permissions: %access%'
  1087. Smoke:
  1088. Name: "&aSmoke"
  1089. Lore:
  1090. - '&8&o> &7&oClick here to get the &aSmoke &7particle'
  1091. - '&7Have permissions: %access%'
  1092. Lava:
  1093. Name: "&aLava"
  1094. Lore:
  1095. - '&8&o> &7&oClick here to get the &aLava &7particle'
  1096. - '&7Have permissions: %access%'
  1097. HappyVillager:
  1098. Name: "&aHappyVillager"
  1099. Lore:
  1100. - '&8&o> &7&oClick here to get the &aHappyVillager &7particle'
  1101. - '&7Have permissions: %access%'
  1102. Cloud:
  1103. Name: "&aCloud"
  1104. Lore:
  1105. - '&8&o> &7&oClick here to get the &aCloud &7particle'
  1106. - '&7Have permissions: %access%'
  1107. Note:
  1108. Name: "&aNote"
  1109. Lore:
  1110. - '&8&o> &7&oClick here to get the &aNote &7particle'
  1111. - '&7Have permissions: %access%'
  1112. Enchantment:
  1113. Name: "&aEnchantment"
  1114. Lore:
  1115. - '&8&o> &7&oClick here to get the &aEnchantment &7particle'
  1116. - '&7Have permissions: %access%'
  1117. Water:
  1118. Name: "&aWater"
  1119. Lore:
  1120. - '&8&o> &7&oClick here to get the &aWater &7particle'
  1121. - '&7Have permissions: %access%'
  1122. Portal:
  1123. Name: "&aPortal"
  1124. Lore:
  1125. - '&8&o> &7&oClick here to get the &aPortal &7particle'
  1126. - '&7Have permissions: %access%'
  1127. Slime:
  1128. Name: "&aSlime"
  1129. Lore:
  1130. - '&8&o> &7&oClick here to get the &aSlime &7particle'
  1131. - '&7Have permissions: %access%'
  1132. Snow:
  1133. Name: "&aSnow"
  1134. Lore:
  1135. - '&8&o> &7&oClick here to get the &aSnow &7particle'
  1136. - '&7Have permissions: %access%'
  1137. Potion:
  1138. Name: "&aPotion"
  1139. Lore:
  1140. - '&8&o> &7&oClick here to get the &aPotion &7particle'
  1141. - '&7Have permissions: %access%'
  1142. BlueCrit:
  1143. Name: "&aBlueCrit"
  1144. Lore:
  1145. - '&8&o> &7&oClick here to get the &aBlueCrit &7particle'
  1146. - '&7Have permissions: %access%'
  1147. AngryVillager:
  1148. Name: "&aAngryVillager"
  1149. Lore:
  1150. - '&8&o> &7&oClick here to get the &aAngryVillager &7particle'
  1151. - '&7Have permissions: %access%'
  1152. Back:
  1153. Name: "&cBack"
  1154. Lore:
  1155. - '&8&o> &7&oClick here to get go back'
  1156. Remove:
  1157. Name: "&4Remove current particle"
  1158. Lore:
  1159. - '&8&o> &7&oClick here to remove your current particle'
  1160.  
  1161. ############################################
  1162. # ServerSelector #
  1163. ############################################
  1164. ServerSelector:
  1165. '1':
  1166. #This is the name of the server
  1167. #Note: CaSe-SeNsiTive!
  1168. Server: 'TestServer'
  1169. #The name of the item
  1170. Name: "&7Test &6Server"
  1171. #Where it should be in the server selector gui
  1172. Slot: 1
  1173. #What material it should be (you can also use the id of the item)
  1174. #Note: here's a list of all the materials: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  1175. Material: 2
  1176. #Lore for example you want a description of the server
  1177. Lore:
  1178. - '&7This is the test server'
  1179. - '&7Click to join'
  1180. '2':
  1181. Server: 'Prison'
  1182. Name: "&5Prison &9Server"
  1183. Slot: 2
  1184. Material: stone
  1185. Lore:
  1186. - '&7This is the prison server'
  1187. - '&7Click to join'
  1188.  
  1189. ############################################
  1190. # Other #
  1191. ############################################
  1192. JumpPadY: 1
  1193. JumpPadMultiply: 1.5
  1194. DoubleJumpY: 1
  1195. DoubleJumpMultiply: 1.5
  1196. LowestYPoint: 0
  1197. HighestYPoint: 240
  1198. SnowballGun:
  1199. Name: "&9Snowball gun &7(Right click)"
  1200. Slot: 1
  1201. Lore:
  1202. - '&8&o> &7&oRight click to shoot a snowball'
  1203. Firework:
  1204. Name: "&9Firework &7(Right click)"
  1205. Slot: 1
  1206. Lore:
  1207. - '&8&o> &7&oRight click to shoot a firework'
  1208. PaintballGun:
  1209. Name: "&9Paintball gun &7(Right click)"
  1210. Slot: 1
  1211. Lore:
  1212. - '&8&o> &7&oRight click to paint the floor'
  1213. BatGun:
  1214. Name: "&9Bat gun &7(Right click)"
  1215. Slot: 1
  1216. Lore:
  1217. - '&8&o> &7&oRight click to shoot bats'
  1218. MelonLauncher:
  1219. Name: "&9Melon launcher &7(Right click)"
  1220. Slot: 1
  1221. Lore:
  1222. - '&8&o> &7&oRight click to shoot melons'
  1223. TNT:
  1224. Name: "&9Tnt &7(Right click)"
  1225. Slot: 1
  1226. Lore:
  1227. - '&8&o> &7&oRight click to fire tnt'
  1228. KittyCannon:
  1229. Name: "&9Kitty cannon &7(Right click)"
  1230. Slot: 1
  1231. Lore:
  1232. - '&8&o> &7&oRight click to fire cats'
  1233. ExplosiveBow:
  1234. Name: "&9Explosive bow &7(Right click)"
  1235. Slot: 1
  1236. Lore:
  1237. - '&8&o> &7&oRight click to shoot 1 explosive arrow'
  1238. Back:
  1239. Material: Arrow
  1240. Name: "&cBack &7(Right click)"
  1241. Slot: 9
  1242. Lore:
  1243. - '&8&o> &7&oRight click to get your items back'
  1244.  
  1245. ############################################
  1246. # Settingsv2 #
  1247. ############################################
  1248. Settings2:
  1249. Speed:
  1250. Name: "&aSpeed"
  1251. Enabled:
  1252. Name: "&7Speed &aenabled"
  1253. Lore:
  1254. - '&8&o> &7&oLeft click to de-activate your speed'
  1255. Disabled:
  1256. Name: "&7Speed &cdisabled"
  1257. Lore:
  1258. - '&8&o> &7&oLeft click to activate your speed'
  1259. Jump:
  1260. Name: "&aJump"
  1261. Enabled:
  1262. Name: "&7Jump &aenabled"
  1263. Lore:
  1264. - '&8&o> &7&oLeft click to de-activate your jump'
  1265. Disabled:
  1266. Name: "&7Jump &cdisabled"
  1267. Lore:
  1268. - '&8&o> &7&oLeft click to activate your jump'
  1269. Stacker:
  1270. Name: "&aStacker"
  1271. Enabled:
  1272. Name: "&7Stacker &aenabled"
  1273. Lore:
  1274. - '&8&o> &7&oLeft click to de-activate your stacker'
  1275. Disabled:
  1276. Name: "&7Stacker &cdisabled"
  1277. Lore:
  1278. - '&8&o> &7&oLeft click to activate your stacker'
  1279.  
  1280. #This is the end of the config! believe it or not xD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement