Facebook
From sunaap, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 280
  1. #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
  2. #  _____       _                _    _       _       #
  3. # |  __ \     | |              | |  | |     | |      #
  4. # | |  | | ___| |_   ___  _____| |__| |_   _| |__    #
  5. # | |  | |/ _ \ | | | \ \/ / _ \  __  | | | | '_ \   #
  6. # | |__| |  __/ | |_| |>  <  __/ |  | | |_| | |_) |  #
  7. # |_____/ \___|_|\__,_/_/\_\___|_|  |_|\__,_|_.__/   #                                              
  8. #                                                    #
  9. #               -- By ItsLewizzz --                  #
  10. #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
  11. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  12. # GENERAL SETTINGS
  13. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  14.  
  15. # Recommended to keep this true
  16. update-check: false
  17.  
  18. # List any worlds you don't want DeluxeHub to manage
  19. disabled-worlds:
  20.   - world_nether
  21.  
  22. Date_Format: "dd-MM-yyyy"
  23.  
  24. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  25. # SCOREBOARD
  26. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  27. # BUILT IN PLACEHOLDERS -
  28. #
  29. # %player% - Returns player name
  30. # %location% - Returns player location
  31. # %online% - Returns number of players online
  32. # %online_max% - Returns number of max player slots
  33. # %date% - Returns current date
  34. # %group% - Returns player primary group (REQUIRES VAULT)
  35. # %money% - Returns player economy balance (REQUIRES VAULT)
  36. #
  37. # ** USE PLACEHOLDERAPI TO GET MORE **
  38.  
  39. Scoreboard_Enabled: true
  40.  
  41. # How often should the scoreboard update (in ticks)?
  42. #
  43. # 20 TICKS = 1 SECOND
  44. #
  45. # Default value is 100 ticks update (5 seconds)
  46. # Higher refresh rate = Slower update, better performance
  47. # Lower refresh rate = Faster update, poor performance
  48. Refresh-Rate: 1
  49.  
  50. Scoreboard_Title: "&e&lDuck&6&lcraft &7(%online%/%online_max%)"
  51. Scoreboard_Lines:
  52.   - "&7&m----------------------"
  53.   - "&6&lPlayer:"
  54.   - "&f%player%"
  55.   - ""
  56.   - "&6&lRank:"
  57.   - "&f%group%"
  58.   - ""
  59.   - "&6play.duckcraft.nl"
  60.   - "&7&m---------------------"
  61.  
  62. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  63. # AUTO BROADCAST
  64. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  65.  
  66. Announcements_Enabled: false
  67.  
  68. # Delay to send announcements (in seconds)
  69. Announcements_Delay: 60
  70.  
  71. # VALID ACTIONS -
  72. #
  73. # [broadcastmessage] - Broadcast a message to everyone
  74. # [title] e.g. MainTitle;Subtitle - Send the player a title message
  75. # [sound] - Send the player a sound
  76. # [command] - Execute a command as the player
  77. # [consolecommand] - Execute a command as console
  78. #
  79. Announcements:
  80.   test1:
  81.     - '[broadcastmessage] &e&lANNOUNCEMENT &fMake sure to rate this plugin &65 stars &fon Spigot!'
  82.   test2:
  83.     - '[broadcastmessage] &e&lANNOUNCEMENT &bDeluxeHub is made by ItsLewizzz on Spigot!'
  84.   test3:
  85.     - '[broadcastmessage] &e&lANNOUNCEMENT &3Configure these messages in the configuration!'
  86.    
  87. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  88. # LAUNCHPAD SETTINGS
  89. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  90.  
  91. Launchpad_Enabled: true
  92.  
  93. Launchpad_Launch_Power: 3.0
  94. Launchpad_Launch_Power_Y: 1.0
  95.  
  96. Top_Block: STONE_PRESSURE_PLATE
  97. Bottom_Block: REDSTONE_BLOCK
  98.  
  99. # VALID ACTIONS -
  100. #
  101. # [message] - Send a message to the player
  102. # [broadcastmessage] - Broadcast a message to everyone
  103. # [title] e.g. MainTitle;Subtitle - Send the player a title message
  104. # [sound] - Send the player a sound
  105. # [command] - Execute a command as the player
  106. # [consolecommand] - Execute a command as console
  107.  
  108. Launchpad_Actions:
  109.   - '[sound] ENTITY_BAT_TAKEOFF'
  110.   - '[message] &6&lLAUNCHPAD &eWhoosh!'
  111.  
  112. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  113. # DOUBLE JUMP SETTINGS
  114. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  115.  
  116. Doublejump_Enabled: true
  117.  
  118. Doublejump_Launch_Power: 1.0
  119. Doublejump_Launch_Power_Y: 0.5
  120.  
  121. # Time in seconds
  122. Doublejump_Cooldown: 3
  123. Doublejump_Cooldown_Message: '%prefix% &cYou must wait &e%time%s &cto Double Jump again!'
  124.  
  125. # VALID ACTIONS -
  126. #
  127. # [message] - Send a message to the player
  128. # [broadcastmessage] - Broadcast a message to everyone
  129. # [title] e.g. MainTitle;Subtitle - Send the player a title message
  130. # [sound] - Send the player a sound
  131. # [command] - Execute a command as the player
  132. # [consolecommand] - Execute a command as console
  133.  
  134. Doublejump_Actions:
  135.   - '[sound] ENTITY_BAT_TAKEOFF'
  136.  
  137. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  138. # CHAT MANAGEMENT
  139. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  140.  
  141. Plugin_Blocker:
  142.   Enabled: true
  143.   Deny_Message: '%prefix% &cThis command is blocked'
  144.   Blocked_Commands:
  145.     - /pl
  146.     - /plugins
  147.     - /?
  148.     - /bukkit:?
  149.     - /bukkit:plugins
  150.     - /bukkit:pl
  151.     - /ver
  152.     - /version
  153.     - /bukkit:version
  154.     - /bukkit:ver
  155.    
  156. Anti-Swear:
  157.   Enabled: true
  158.   Swear_Block: '%prefix% &cMessage removed by anti-swear systems'
  159.   Swear_Notify: '%prefix% &c%player% &7attempted to say: &b%word%'
  160.   Blocked_Words:
  161.     - fuck
  162.     - shit
  163.     - bitch
  164.  
  165. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  166. # WORLD EVENTS SETTINGS
  167. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  168.  
  169. World_Settings:
  170.  
  171.   Disable_Hunger_Loss: true
  172.  
  173.   Disable_Fall_Damage: true
  174.  
  175.   Disable_Weather_Change: true
  176.  
  177.   Disable_Death_Message: true
  178.  
  179.   Disable_Fire_Spread: true
  180.  
  181.   Disable_Leaf_Decay: true
  182.  
  183.   Disable_Mob_Spawning: true
  184.  
  185.   Disable_Block_Burning: true
  186.  
  187. # When a player falls into the void, should they will be teleported back to the set spawn point?
  188.   Disable_Void_Death: true
  189.  
  190.   Item_Drop:
  191.     Disabled: true
  192.     Deny_Message: '%prefix% &cYou are not allowed to drop items.'
  193.  
  194.   Item_Pickup:
  195.     Disabled: true
  196.     Deny_Message: '%prefix% &cYou are not allowed to pickup items.'
  197.  
  198.   Block_Break:
  199.     Disabled: true
  200.     Deny_Message: '%prefix% &cYou are not allowed to break blocks.'
  201.  
  202.   Block_Place:
  203.     Disabled: true
  204.     Deny_Message: '%prefix% &cYou are not allowed to place blocks.'
  205.  
  206.   PvP:
  207.     Disabled: true
  208.     Deny_Message: '%prefix% &cYou are not allowed to pvp here.'
  209.  
  210. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  211. # JOIN EVENTS
  212. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  213.  
  214. Join_Leave_Messages:
  215.   # Should DeluxeHub handle join/quit messages?
  216.   Enabled: true
  217.  
  218.   # Set to '' if you wish silent join/quit messages
  219.   Join: '&2&l+ &7%player% &7Connected'
  220.   Quit: '&4&l- &7%player% &7Disconnected'
  221.  
  222. # PlaceholderAPI is supported, the only placeholder built into DHUB is %player%.
  223. # Use PAPI to get a huge library of placeholders from other popular plugins.
  224. # Make sure you have it installed and the expansions downloaded you wish to use.
  225. #
  226. # VALID JOIN EVENTS:
  227. # [message] - Send the player a message
  228. # [title] e.g. MainTitle;Subtitle - Send the player a title message
  229. # [sound] - Send the player a sound
  230. # [command] - Execute a command as the player
  231. # [consolecommand] - Execute a command as console
  232. # [gamemode] - Change the gamemode for the player
  233. #
  234. Join_Events:
  235.   - '[gamemode] survival'
  236.   - '[message] &8&m+------------***------------+'
  237.   - '[message] &r'
  238.   - '[message]           &e&l* &6&lW E L K O M &e&l*'
  239.   - '[message] &e              &e%player%     '
  240.   - '[message] &r'
  241.   - '[message] &r'
  242.   - '[message] &8&m+------------***------------+'
  243.   - '[title] &6&l* &e&lWEKOM &6&l*;&6%player%;3;5;3'
  244.   - '[sound] ENTITY_PLAYER_LEVELUP'
  245.  
  246. # Extra join events
  247. Player_Join_Settings:
  248.   Spawn_Join: true
  249.   Heal: true
  250.   Extinguish: true
  251.   Clear_Inventory: false
  252.   Firework: true
  253.  
  254. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  255. # SERVER SELECTOR
  256. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  257. # You can use PlaceholderAPI in the lore section
  258. # of each item in the GUI for example to display
  259. # how many players are on each server using the
  260. # PAPI Bungee expansion!
  261.  
  262. Server_Selector:
  263.   Enabled: true
  264.   Disable_Inventory_Movement: true
  265.  
  266.   Filler_Item:
  267.     Enabled: true
  268.     Item: GRAY_STAINED_GLASS_PANE
  269.     Amount: 1
  270.  
  271.   Item: BOOK
  272.   Amount: 1
  273.   Slot: 4
  274.   Name: '&eServer Selector &7(Right-Click)'
  275.   Lore:
  276.     - '&7Click to open the server selector!'
  277.  
  278.   GUI:
  279.     Name: 'Server Selector'
  280.     Slots: 27
  281.     Items:
  282.       factions:
  283.         Item: DIAMOND
  284.         Slot: 11
  285.         Amount: 1
  286.         Name: '&eMinetopia'
  287.         Lore:
  288.           - '&7Join nu!'
  289.           - '&aOnze reallife gamemode!'
  290.         Commands:
  291.           - '[bungee] minetopia'
  292.           - '[message] &7Je wordt verzonden naar: &eFactions'
  293.       survival:
  294.         Item: GRASS
  295.         Slot: 15
  296.         Amount: 1
  297.         Name: '&aSurvival'
  298.         Lore:
  299.           - '&7Join nu!'
  300.           - '&aOnze grind gamemode!'
  301.         Commands:
  302.           - '[bungee] survival'
  303.           - '[message] &7Je wordt verzonden naar: &eSurvival'
  304.       Kingdom:
  305.         Item: DIAMOND_SWORD
  306.         Slot: 13
  307.         Amount: 1
  308.         Name: '&aKingdom'
  309.         Lore:
  310.           - '&7Join nu!'
  311.           - '&aOnze oorlogs gamemode!'
  312.         Commands:
  313.           - '[bungee] kingdom'
  314.           - '[message] &7Je wordt verzonden naar: &eKingdom'
  315.        
  316. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  317. # PLAYER HIDER
  318. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  319.  
  320. Player_Hider:
  321.   Enabled: true
  322.   Slot: 8
  323.   Disable_Inventory_Movement: true
  324.   # Cooldown in seconds
  325.   Cooldown: 3
  326.  
  327.   Not_Hidden:
  328.     Item: LIME_DYE
  329.     Amount: 1
  330.     Name: '&dPlayers &8&l> &aShown &7(Right-Click)'
  331.     Lore:
  332.       - '&7Click to hide all players!'
  333.      
  334.   Hidden:
  335.     Item: GRAY_DYE
  336.     Amount: 1
  337.     Name: '&dPlayers &8&l> &cHidden &7(Right-Click)'
  338.     Lore:
  339.       - '&7Click to show all players!'