Guest User

Untitled

a guest
Jun 30th, 2013
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. configVersion: 2.2.6
  2.  
  3. # For help the wiki is a good source of information
  4. # Wiki: # http://battleplugins.com/w/index.php/BattleArena
  5.  
  6. # Updates will be retrieved from the latest plugin on the bukkit site
  7. autoUpdate: true
  8.  
  9. ## What is the money on this server called, or if you use Vault the money name will come from there
  10. moneyName: Gold
  11.  
  12. ### Misc Options
  13. # some servers like to teleport people into the floor, you can adjust the Y offset of the teleport
  14. # to make them teleport higher by default, 1.0 = 1 block
  15. teleportYOffset: 0.0
  16.  
  17. # When a player joins an arena and their inventory is stored
  18. # how many old inventories should be saved
  19. # put in 0 if you don't want this option
  20. numberSavedInventories: 5
  21.  
  22. # which player commands should be disabled when they enter an arena
  23. disabledCommands: [home, spawn, payhome, warp, watch, sethome, ma, f, factions]
  24.  
  25. # What commands should be disabled when the player is inside of a queue, but not in a match
  26. disabledQueueCommands: []
  27.  
  28. # which heroes skills should be disabled when they enter an arena
  29. disabledHeroesSkills: []
  30.  
  31. # If set to true, items that are usually not stackable will be stacked when
  32. # a player is given items. Examples: 64 mushroom soup, or 64 snow_ball, instead of 1 or 16
  33. ignoreMaxStackSize: false
  34.  
  35. # if set to true, given enchanted items will not be limited to 'normal' safe enchantment levels
  36. # Example, most weapons are limited to sharpness 5. if unsafeItemEnchants: true, this can be any level
  37. unsafeItemEnchants: false
  38.  
  39. # If true if a player joins a match which has 2 arenas. 1v1 and 1v1v1v1. Then 1v1 will happen first
  40. # afterwards the 1v1v1v1 is guaranteed to be the next arena used.
  41. # if false. if after the 1v1 is used, and the match ends, the 1v1 can be used again before the 1v1v1v1
  42. useArenasOnlyInOrder: false
  43.  
  44. # Bukkit or Minecraft had a bug that sometimes caused players to be invisible after teleporting
  45. # If this is happening on your server set this to true.
  46. # This option will be taken away once I have confirmed bukkit has fixed the problem
  47. enableInvisibleTeleportFix: true
  48.  
  49. ### Option sets allow you to give an easy to remember name for a group of options
  50. # you can add as many of your own as you want
  51. # storeAll: with options [storeExperience, storeGamemode, storeHealth, storeHunger, storeItems, storeHeroclass, storeMagic, clearExperience, clearInventory, deEnchant]
  52. # restoreAll: with options [restoreExperience, restoreGamemode, restoreHealth, restoreHunger, restoreItems, restoreHeroclass, restoreMagic, clearInventory, deEnchant]
  53. optionSets:
  54. storeAll1:
  55. options: [storeExperience, storeGamemode, storeHealth, storeHunger, storeItems, storeHeroclass, storeMagic, clearExperience, clearInventory, deEnchant]
  56. restoreAll1:
  57. options: [restoreExperience, restoreGamemode, restoreHealth, restoreHunger, restoreItems, restoreHeroclass, restoreMagic, clearInventory, deEnchant]
  58.  
  59. ## default Options (these can be overridden by each match/event type)
  60. defaultOptions:
  61. useScoreboard: true ### Use the scoreboard
  62. useColoredNames: true ## color team names (needs TagAPI or Scoreboard)
  63.  
  64. #### Match Options ####
  65. secondsTillBegin: 6
  66. secondsTillMatch: 6 ## how long between onPrestart and onStart
  67. matchTime: 120 ## How long do timed matches last, (in seconds)
  68. secondsToLoot: 5 ## Time after winning to run around and collect loot
  69. matchUpdateInterval: 30 ## For timed matched, how long between sending players match updates
  70.  
  71. ## when set to true when a player joins a queue the match will attempt to
  72. ## start after the forceStartTime regardless if the minimum amount of people
  73. ## have joined. Example: say 2 teams of 4 people each is needed, if after
  74. ## the forceStartTime is exceeded only 2 teams of 1 person is needed to start.
  75. matchEnableForceStart: true
  76. matchForceStartTime: 60
  77.  
  78. ## Enable ready block (a block players can click to signify they are ready)
  79. enablePlayerReadyBlock: false
  80. readyBlockType: 42 ## what is the ready block (42 is iron_block)
  81.  
  82. ## How long before a player can choose another class
  83. timeBetweenClassChange: 1
  84.  
  85. #### Event Options ####
  86. eventCountdownTime: 180 ## How long before announcing an automated event and its start
  87. eventCountdownInterval: 60 ## How often will it announce a reminder that its open and you can join
  88. ## If true, when a player joins and an event that can be opened, it will be
  89. ## opened and the player will join
  90. allowPlayerCreation: false
  91. ## When opened by a player with allowPlayerCreation, what arguments should get passed in
  92. playerOpenOptions: [silent, time=180]
  93.  
  94. #### Duel Options ####
  95. allowRatedDuels: false # By default dueling can not be rated
  96. # default duel options to pass in. Example [rated,money=100]
  97. defaultDuelOptions: []
  98.  
  99. # after a player rejects a duel, how long before they can be challenged again
  100. challengeInterval: 1800 # (seconds) 1800 = 30minutes
  101. # allow players to challenge ops
  102. allowChallengeOps: false
  103.  
  104. #### Scheduled Event Options ####
  105. ## Valid options [startContinuous, startNext]
  106. onServerStart: []
  107. timeBetweenScheduledEvents: 30 ## seconds between end of one event, and start of another
  108. announceTimeTillNextEvent: false
  109.  
  110. #### Match/Event Announcements ####
  111. ## these only affect the broadcasts to the server or channel, not the messages the fighting players receive
  112. ## announce : announce these messages
  113. ## dontannounce : dont announce these messages
  114. ## server : use herochat with the channel specified
  115. ## herochat=<channel> : use herochat with the channel specified
  116. announcements:
  117. onPreStart: [ announce, server ] ## match going to happen soon, example 'P1[p1Elo] vs P2[p2elo]'
  118. onStart: [ dontannounce ] ## match starting
  119. onVictory: [ announce, server ] ## match has been won, exmaple 'P1[p1elo] has defeated P2[p2elo]'
  120. onEnterQueue: [ dontannounce, server ] ## player1 has entered the queue for <match type>
  121.  
  122. #### Default event Announcements ####
  123. eventAnnouncements:
  124. onCountDownToEvent: [ announce, server ] ## event is now open
  125. onOpen: [ announce, server ] ## event is now open
  126. onStart: [ announce, server ] ## event is starting
  127. onVictory: [ announce, server ] ## event has been won
  128. onCancel: [ announce, server ] ## event has been cancelled
Advertisement
Add Comment
Please, Sign In to add comment