Guest User

Untitled

a guest
Oct 19th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.68 KB | None | 0 0
  1. # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
  2. # _____ _ _ _ _ #
  3. # | __ \ | | | | | | | | #
  4. # | | | | ___| |_ ___ _____| |__| |_ _| |__ #
  5. # | | | |/ _ \ | | | \ \/ / _ \ __ | | | | '_ \ #
  6. # | |__| | __/ | |_| |> < __/ | | | |_| | |_) | #
  7. # |_____/ \___|_|\__,_/_/\_\___|_| |_|\__,_|_.__/ #
  8. # #
  9. # -- By ItsLewizzz -- #
  10. # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
  11. #
  12. # BUILT IN PLUGIN PLACEHOLDERS -
  13. #
  14. # %player% - Returns player name
  15. # %location% - Returns player location
  16. # %online% - Returns number of players online
  17. # %online_max% - Returns number of max player slots
  18. # %date% - Returns current date
  19. #
  20. # *** USE PLACEHOLDERAPI TO GET MORE ***
  21. # (https://www.spigotmc.org/resources/placeholderapi.6245/)
  22. #
  23. #
  24. #
  25. # VALID ACTIONS -
  26. #
  27. # [message] - Send a message to the player
  28. # [broadcastmessage] - Broadcast a message to everyone
  29. # [title] e.g. MainTitle;Subtitle;FadeIn;Stay:FadeOut - Send the player a title message
  30. # [sound] - Send the player a sound
  31. # [command] - Execute a command as the player
  32. # [consolecommand] - Execute a command as console
  33. # [gamemode] - Change a players' gamemode
  34. # [bungee] - Send a player to a server
  35. #
  36. #
  37. # MESSAGE FORMATTING -
  38. # <center> Centered message! </center> - Centers a message in chat
  39.  
  40. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  41. # | GENERAL SETTINGS |
  42. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  43.  
  44. # Recommended to keep this true
  45. Update_Check: true
  46.  
  47. # List any worlds you don't want DeluxeHub to manage,
  48. # Note: This does not disable commands except custom commands!
  49. Disabled_Worlds:
  50. - world_nether
  51.  
  52. # This will make the the plugin ONLY work in worlds
  53. # in the 'Disabled_Worlds' list, making the blacklist a whitelist
  54. Disabled_Worlds_Is_Enabled_Worlds: false
  55.  
  56. # Date formatting for the %date% placeholder
  57. Date_Format: "dd-MM-yyyy"
  58.  
  59. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  60. # | ANTI-WORLD DOWNLOADER |
  61. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  62.  
  63. # Prevent users downloading your world via the world downloader mod
  64. AntiWDL:
  65. # Should AntiWDL be enabled?
  66. Enabled: true
  67.  
  68. # Should players with 'deluxehub.antiwdl.alert' will be notified?
  69. Notify_Admins: true
  70.  
  71. # There is no need to kick the player if he is running WDL as our system hooks into the mod to prevent a world download
  72.  
  73. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  74. # | SCOREBOARD |
  75. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  76.  
  77. Scoreboard:
  78. # Should the scoreboard feature be enabled?
  79. Enabled: true
  80.  
  81. # How often should the scoreboard update (in ticks)?
  82. # 20 TICKS = 1 SECOND
  83. #
  84. # Default value is 100 ticks update (5 seconds)
  85. Refresh_Rate: 100
  86.  
  87. Title: "&d&lDeluxeHub &7(%online%/%online_max%)"
  88. Lines:
  89. - "&7&m----------------------"
  90. - "&6&lPlayer:"
  91. - " &f%player%"
  92. - ""
  93. - "&6&lRank:"
  94. - " &f%vault_rank%"
  95. - ""
  96. - "&6www.examplemc.net"
  97. - "&7&m---------------------"
  98.  
  99. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  100. # |TABLIST |
  101. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  102.  
  103. Tablist:
  104. # Should the tablist feature be enabled?
  105. Enabled: true
  106.  
  107. # How often should the tablist update (in ticks)?
  108. # 20 TICKS = 1 SECOND
  109. #
  110. # Default value is 400 ticks update (20 seconds)
  111. Refresh_Rate:
  112. Enabled: true
  113. Rate: 400
  114.  
  115. # USE "\n" TO CREATE A NEW LINE
  116. Header: "&r\n&d&lDeluxeHub &7(%online%/%online_max%)\n"
  117.  
  118. Footer: "&r\n &6&lWebsite &fwww.examplemc.net\n &e&lStore &fbuy.examplemc.net\n"
  119.  
  120. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  121. # | AUTO BROADCAST |
  122. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  123.  
  124. Announcements:
  125. # Should the announcements system be enabled ?
  126. Enabled: true
  127.  
  128. # Delay to send announcements (in seconds)
  129. Delay: 120
  130.  
  131. # Announcement list
  132. Announcements:
  133. test1:
  134. - '[broadcastmessage] &r'
  135. - '[broadcastmessage] <center>&e&l* &6&l[Voting] &e&l*</center>'
  136. - '[broadcastmessage] <center>&6&l Make sure to /vote for awesome rewards &b&ldaily&6&l!</center>'
  137. - '[broadcastmessage] &r'
  138. test2:
  139. - '[broadcastmessage] &r'
  140. - '[broadcastmessage] <center>&e&l* &c&lBuycraft &e&l*</center>'
  141. - '[broadcastmessage] <center>&6&l75% off everything on &c&l/buy&6&l this week only!>'
  142. - '[broadcastmessage] &r'
  143. test3:
  144. - '[broadcastmessage] &r'
  145. - '[broadcastmessage] <center>&e&l* &6&lANNOUNCEMENT &e&l*</center>'
  146. - '[broadcastmessage] <center>&d&lSurvival&6&l,&e&lBedwars&6&l, & &a&lSkywars &6&l Coming soon!</center>'
  147. - '[broadcastmessage] &r'
  148.  
  149. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  150. # LAUNCHPAD
  151. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  152.  
  153. Launchpad:
  154. # Should the launchpad feature be enabled ?
  155. Enabled: true
  156.  
  157. # Launch power for launchpad
  158. Launch_Power: 3.0
  159. Launch_Power_Y: 1.0
  160.  
  161. # Top and bottom block required to make a launchpad
  162. Top_Block: STONE_PRESSURE_PLATE
  163. Bottom_Block: REDSTONE_BLOCK
  164.  
  165. # Actions executed upon use of a launchpad
  166. Actions:
  167. - '[sound] ENTITY_BAT_TAKEOFF'
  168. - '[message] &6&lLAUNCHPAD &eWhoosh!'
  169.  
  170. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  171. # DOUBLE JUMP
  172. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  173.  
  174. Double_Jump:
  175. # Should the double jump feature be enabled?
  176. Enabled: true
  177.  
  178. # Launch power for double jump
  179. Launch_Power: 1.0
  180. Launch_Power_Y: 0.8
  181.  
  182. # Cooldown time in seconds
  183. # Set to 0 to disable cooldown
  184. Cooldown: 3
  185.  
  186. # Actions executed upon use of double jump
  187. Actions:
  188. - '[sound] ENTITY_BAT_TAKEOFF'
  189.  
  190. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  191. # CHAT MANAGEMENT
  192. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  193.  
  194. Command_Blocker:
  195. # Should the command blocker feature be enabled?
  196. Enabled: true
  197.  
  198. # If set to true then it will override the disabled worlds list
  199. Enabled_In_Disabled_Worlds: false
  200.  
  201. # List of commands that will be blocked
  202. Blocked_Commands:
  203. - /pl
  204. - /plugins
  205. - /?
  206. - /bukkit:?
  207. - /bukkit:plugins
  208. - /bukkit:pl
  209. - /bukkit:help
  210. - /ver
  211. - /version
  212. - /bukkit:version
  213. - /bukkit:ver
  214.  
  215. Anti-Swear:
  216. # Should the anti-swear feature be enabled?
  217. Enabled: true
  218.  
  219. # List of words that will be blocked
  220. Blocked_Words:
  221. - fuck
  222. - shit
  223. - bitch
  224.  
  225. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  226. # WORLD EVENTS SETTINGS
  227. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  228.  
  229. World_Settings:
  230. Disable_Hunger_Loss: true
  231. Disable_Fall_Damage: true
  232. Disable_Weather_Change: true
  233. Disable_Death_Message: true
  234. Disable_Fire_Spread: true
  235. Disable_Leaf_Decay: true
  236. Disable_Mob_Spawning: true
  237. Disable_Block_Burning: true
  238. Disable_Void_Death: true
  239. Disable_Item_Drop: true
  240. Disable_Item_Pickup: true
  241. Disable_Block_Break: true
  242. Disable_Block_Place: true
  243. Disable_Block_Interact: true
  244. Disable_Player_PvP: true
  245.  
  246. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  247. # JOIN EVENTS
  248. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  249.  
  250. Join_Leave_Messages:
  251. # Should deluxehub handle join/quit messages?
  252. Enabled: true
  253.  
  254. # Set to '' if you want silent join/quit messages
  255. Join: '&2&l+ &6%player% &7Connected'
  256. Quit: '&4&l- &6%player% &7Disconnected'
  257.  
  258. # Actions executed upon join
  259. Join_Events:
  260. - '[gamemode] survival'
  261. - '[message] &8&m+------------***------------+'
  262. - '[message] &r'
  263. - '[message] &e&l* &6&lW E L C O M E &e&l*'
  264. - '[message] &e &e%player% '
  265. - '[message] &r'
  266. - '[message] &fYou can edit this message in the config.yml!'
  267. - '[message] &r'
  268. - '[message] &7&oPowered By DeluxeHub'
  269. - '[message] &8&m+------------***------------+'
  270. - '[title] &6&l* &e&lWELCOME &6&l*;&6%player%;1;3;1'
  271. - '[sound] ENTITY_PLAYER_LEVELUP'
  272. - '[effect] SPEED;1'
  273.  
  274. # Extra join events
  275. Player_Join_Settings:
  276. # Should we teleport the player to the spawn point (if set) on join?
  277. Spawn_Join: true
  278. # Should we heal the player?
  279. Heal: true
  280. # Should we extinguish the player?
  281. Extinguish: true
  282. # Should we clear their inventory?
  283. Clear_Inventory: false
  284. # Spawn a firework on join
  285. Firework:
  286. Enabled: true
  287. FirstJoinOnly: true
  288. Type: BALL_LARGE
  289. Power: 1
  290. Flicker: true
  291. Trail: true
  292. Colors:
  293. - AQUA
  294. - RED
  295. - TEAL
  296. - WHITE
  297.  
  298. Custom_Join_Items:
  299. # Should custom join items be enabled? (This does not affect the Server Selector and Player Hider items, see provided sections)
  300. Enabled: true
  301. # Should we prevent them from moving/dropping the items?
  302. Disable_Inventory_Movement: true
  303.  
  304. Items:
  305. infobook:
  306. Item: BOOK
  307. Amount: 1
  308. Slot: 0
  309. Name: '&dServer Information &7(Right-Click)'
  310. Lore:
  311. - '&7Right-click to see information about the server!'
  312. Actions:
  313. - '[message] &r'
  314. - '[message] &e&lServer Information'
  315. - '[message] &r'
  316. - '[message] &bWebsite: &fwww.examplemc.net'
  317. - '[message] &cStore: &fbuy.examplemc.net'
  318. - '[message] &dDiscord: &fhttps://discord.gg/R7hYPBa'
  319. - '[message] &r'
  320.  
  321.  
  322. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  323. # SERVER SELECTOR
  324. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  325. # You can use PlaceholderAPI in the lore section
  326. # of each item in the GUI for example to display
  327. # how many players are on each server using the
  328. # PAPI Bungee expansion!
  329.  
  330. Server_Selector:
  331. # Should the server selector be enabled?
  332. Enabled: true
  333. # Should we prevent them from moving/dropping the item?
  334. Disable_Inventory_Movement: true
  335.  
  336. # The filler item fills the inventory if there is any blank item slots
  337. Filler_Item:
  338. Enabled: true
  339. Item: GRAY_STAINED_GLASS_PANE
  340. Amount: 1
  341. Name: '&r'
  342.  
  343. # Item for the server selector
  344. Item: NETHER_STAR
  345. Amount: 1
  346. Slot: 4
  347. Name: '&eServer Selector &7(Right-Click)'
  348. Lore:
  349. - '&7Click to open the server selector!'
  350.  
  351. # GUI for the Server Selector
  352. GUI:
  353. Name: '&f&lClick to join!'
  354. Slots: 27
  355. Items:
  356. skyblock:
  357. Item: grass_block
  358. Slot: 11
  359. Amount: 1
  360. Glow: true
  361. Name: '&b&lSkyblock'
  362. Lore:
  363. - '&7Join now!'
  364. - '&aPlaceholderAPI support!'
  365. Commands:
  366. - '[bungee] factions'
  367. - '[message] &7Sending you to: &b&lSkyblock'
  368. - '[consolecommand] mvtp %player% <bskyblock_world>'
  369. # For multi-world servers using Multiverse-Core:
  370. # - '[consolecommand] mvtp %player% <worldname>'
  371. survival:
  372. Item: diamond_sword
  373. Slot: 15
  374. Amount: 1
  375. Glow: true
  376. Name: '&c&lKitpvp'
  377. Lore:
  378. - '&7Join now!'
  379. - '&aMulti lore support too!'
  380. Commands:
  381. - '[bungee] survival'
  382. - '[message] &7Sending you to: '&b&lKitpvp'
  383.  
  384. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  385. # PLAYER HIDER
  386. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  387.  
  388. Player_Hider:
  389. # Should the player hider feature be enabled?
  390. Enabled: true
  391. # Slot the item should be given to?
  392. Slot: 8
  393. # Should we prevent them from moving/dropping the item?
  394. Disable_Inventory_Movement: true
  395. # Cooldown in seconds
  396. # Set to 0 to disable
  397. Cooldown: 3
  398.  
  399. Not_Hidden:
  400. Item: LIME_DYE
  401. Amount: 1
  402. Name: '&dPlayers &8&l> &aShown &7(Right-Click)'
  403. Lore:
  404. - '&7Click to hide all players!'
  405.  
  406. Hidden:
  407. Item: GRAY_DYE
  408. Amount: 1
  409. Name: '&dPlayers &8&l> &cHidden &7(Right-Click)'
  410. Lore:
  411. - '&7Click to show all players!'
Add Comment
Please, Sign In to add comment