Advertisement
Guest User

config.yml

a guest
Jan 8th, 2017
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.94 KB | None | 0 0
  1. #ArenaPvP by Royendero
  2. #If you have a problem or bug, sendme a PM in spigot!
  3. #No distribute this plugin, or your id will disabled for use this plugin.
  4. #
  5. #world: choose the world when the arenas are installed.
  6. world: "BuildUHC"
  7. #Tp to lobby on join server.
  8. tplobbytojoin: true
  9. #Time in seconds, cooldown per duel.
  10. duelcooldown: 10
  11. #Use commands in game,
  12. #If you want bypass this, use permission "arenapvp.bypasscommands
  13. usecommandsingame: false
  14. #Antirain protection in the world.
  15. antirain: true
  16. #View health when you hurt a player.
  17. viewhealthbyarrow: true
  18. #Enable sounds
  19. sounds: true
  20. #Enable display message
  21. enabletitleandsubtitlescreen: true
  22. #Enable action bar messages
  23. enableactionbar: true
  24. #Enable party fire
  25. partyfire: false
  26. #Save file (If you use FlatFile) every x seconds.
  27. #If your file is big, add more seconds!
  28. saveelo: 240
  29. #Rankeds defaulf for users.
  30. rankedsdefault: 20
  31. #Unankeds default for users.
  32. unrankedsdefault: 30
  33. #When a Party vs Party finish, remove all drops in x radious.
  34. removedropsradious: 50
  35. #When the meetup finish, remove all drops in x radious.
  36. removedropsmeetupradious: 100
  37. #Enable heal mode of the plugin.
  38. #First, use /gamerule naturalRegeneration false.
  39. #And the plugin, heal automatically in kits: Soup, McSg, etc.
  40. #No heal in BuildUHC, IronBuild, UHC, FInalUHC, ComboBuild, etc.
  41. healmodeoftheplugin: true
  42. #If you are using 1.8 server:
  43. #if use olds pectator is false:
  44. #the spectators are invisibles.
  45. #if use olds pectator is enable:
  46. #the spectarors are in gamemode 3
  47. useoldspectator: false
  48. #Cancel break when the player are not playing (Any block)
  49. protectantibreak: true
  50. #Cancel build when the player are not playing (Any block)
  51. protectantibuild: true
  52. meetup:
  53.   maxplayers: 20
  54.   minplayers: 4
  55. # start meetup when are 4 players.
  56.   start: 60
  57. #ITEM ON HOTBAR
  58. hotbar:
  59.   ranked:
  60. #   Give the item in hotbar.
  61.     enable: true
  62.     id: 276
  63. #   data-value: example:
  64. #   35:5, the id is 35, the dava-value is 5
  65.     data-value: 0
  66. #   amount, please keep 1, in new updates you can change it.
  67. #   if you change it, the players can drop this item.
  68.     amount: 1
  69. #   Slots: [0|1|2|3|4|5|6|7|8]
  70.     slot: 0
  71.   unranked:
  72.     enable: true
  73.     id: 268
  74.     data-value: 0
  75.     amount: 1
  76.     slot: 1
  77.   duelaccept:
  78.     enable: true
  79.     id: 283
  80.     data-value: 0
  81.     amount: 1
  82.     slot: 2
  83.   meetup:
  84.     enable: true
  85.     id: 399
  86.     data-value: 0
  87.     amount: 1
  88.     slot: 4
  89.   sethotbar:
  90.     enable: true
  91.     id: 396
  92.     data-value: 0
  93.     amount: 1
  94.     slot: 5
  95.   party:
  96.     enable: true
  97.     id: 421
  98.     data-value: 0
  99.     amount: 1
  100.     slot: 6
  101.   options:
  102.     enable: true
  103.     id: 266
  104.     data-value: 0
  105.     amount: 1
  106.     slot: 8
  107.   spectator:
  108.     enable: true
  109.     id: 381
  110.     data-value: 0
  111.     amount: 1
  112.     slot: 7
  113. hotbarparty:
  114.   rank2v2:
  115.     id: 276
  116.     data-value: 0
  117.     amount: 1
  118.     slot: 0
  119.   rank3v3:
  120.     id: 276
  121.     data-value: 0
  122.     amount: 1
  123.     slot: 2
  124.   duel:
  125.     id: 283
  126.     data-value: 0
  127.     amount: 1
  128.     slot: 4
  129.   actions:
  130.     id: 399
  131.     data-value: 0
  132.     amount: 1
  133.     slot: 6
  134.   leave:
  135.     id: 331
  136.     data-value: 0
  137.     amount: 1
  138.     slot: 8
  139.      
  140. hotbarranked:
  141.   leave:
  142.     id: 331
  143.     data-value: 0
  144.     amount: 1
  145.     slot: 8
  146.    
  147. #GUI ITEMS
  148. gui:
  149.   playingmsg: true
  150.   queuemsg: true
  151.   kits:
  152.     builduhc:
  153. #     enable this kit in the GUI
  154.       enable: true
  155.       id: 327
  156.       data-value: 0
  157.       amount: 1
  158.       slot: 0
  159.     ironbuild:
  160.       enable: true
  161.       id: 326
  162.       data-value: 0
  163.       amount: 1
  164.       slot: 1
  165.     pots:
  166.       enable: true
  167.       id: 373
  168.       data-value: 16453
  169.       amount: 1
  170.       slot: 2
  171.     potsdebuff:
  172.       enable: true
  173.       id: 373
  174.       data-value: 16388
  175.       amount: 1
  176.       slot: 3
  177.     vanilla:
  178.       enable: true
  179.       id: 373
  180.       data-value: 8261
  181.       amount: 1
  182.       slot: 4
  183.     gapple:
  184.       enable: true
  185.       id: 322
  186.       data-value: 1
  187.       amount: 1
  188.       slot: 5
  189.     iron:
  190.       enable: true
  191.       id: 306
  192.       data-value: 0
  193.       amount: 1
  194.       slot: 6
  195.     diamond:
  196.       enable: true
  197.       id: 310
  198.       data-value: 0
  199.       amount: 1
  200.       slot: 7
  201.     mcsg:
  202.       enable: true
  203.       id: 259
  204.       data-value: 0
  205.       amount: 1
  206.       slot: 8
  207.     uhc:
  208.       enable: true
  209.       id: 322
  210.       data-value: 0
  211.       amount: 1
  212.       slot: 9
  213.     soup:
  214.       enable: true
  215.       id: 282
  216.       data-value: 0
  217.       amount: 1
  218.       slot: 10
  219.     finaluhc:
  220.       enable: true
  221.       id: 30
  222.       data-value: 0
  223.       amount: 1
  224.       slot: 18
  225.     combobuild:
  226.       enable: true
  227.       id: 420
  228.       data-value: 0
  229.       amount: 1
  230.       slot: 25
  231.     combofly:
  232.       enable: true
  233.       id: 349
  234.       data-value: 3
  235.       amount: 1
  236.       slot: 26
  237.   party:
  238.     ffa:
  239.       enable: true
  240.       id: 276
  241.       data-value: 0
  242.       amount: 1
  243.       slot: 0
  244. mysql:
  245.   use: false
  246.   ip: 'localhost'
  247.   port: '3306'
  248.   database: 'database'
  249.   username: 'user'
  250.   password: 'password'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement