Advertisement
Guest User

Untitled

a guest
Aug 25th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. configVersion: 2.3.3
  2.  
  3. # For help the wiki is a good source of information
  4. # Wiki: # http://wiki.battleplugins.com/w/index.php/BattleArena
  5.  
  6. # Updates will be retrieved from the latest plugin on the bukkit site. Valid Options : none, release, beta, all
  7. # none (don't auto update)
  8. # release (only get release version, ignore beta and alpha)
  9. # beta (get release and beta versions, ignore alpha)
  10. # all (get all new updates)
  11. autoUpdate: release
  12.  
  13. # show newer versions. Valid Options: none, console, ops
  14. # none (don't show new versions)
  15. # console (show only to console log on startup)
  16. # ops (announce to ops on join, will only show this message once per server start)
  17. announceUpdate: console
  18.  
  19.  
  20. ## What is the money on this server called, or if you use Vault the money name will come from there
  21. moneyName: Gold
  22.  
  23. ### Misc Options
  24. # some servers like to teleport people into the floor, you can adjust the Y offset of the teleport
  25. # to make them teleport higher by default, 1.0 = 1 block
  26. teleportYOffset: 0.0
  27. teleportYVelocity: 0.0
  28.  
  29. # When a player joins an arena and their inventory is stored
  30. # how many old inventories should be saved
  31. # put in 0 if you don't want this option
  32. numberSavedInventories: 5
  33.  
  34. # which player commands should be disabled when they enter an arena (use ['all'] to disable everything)
  35. disabledCommands: [spawn, espawn, home, ehome, f home, sethome, esethome, createhome, ecreatehome, tpaccept, tpyes, etpyes, etpaccept, warp, home, ehome, ewarp, tokenshop, tntfill, vrepair, sell, esell, unname, redeem, lc, limitedcreative, lc s, lc c, limitedcreative creative, limitedcreative survival, enderchest, eenderchest, echest, openender, eopenender, pv, epv, playervault, eplayervault, vault, evault, ma, ma j, tnt, tntfill, auc, auction, auc start]
  36.  
  37. # which player commands will be allowed. commands specified here will work even if ('all') is specified above
  38. enabledCommands: [arena leave]
  39.  
  40. # What commands should be disabled when the player is inside of a queue, but not in a match, (use ['all'] to disable everything)
  41. disabledQueueCommands: [spawn, espawn, home, ehome, f home, sethome, esethome, createhome, ecreatehome, tpaccept, tpyes, etpyes, etpaccept, warp, home, ehome, ewarp, tokenshop, tntfill, vrepair, sell, esell, unname, redeem, lc, limitedcreative, lc s, lc c, limitedcreative creative, limitedcreative survival, enderchest, eenderchest, echest, openender, eopenender, pv, epv, playervault, eplayervault, vault, evault, ma, ma j, tnt, tntfill, auc, auction, auc start]
  42.  
  43. # which player commands will be allowed in a queue. commands specified here will work even if ('all') is specified above
  44. enabledQueueCommands: [arena leave]
  45.  
  46. # If set to true, items that are usually not stackable will be stacked when
  47. # a player is given items. Examples: 64 mushroom soup, or 64 snow_ball, instead of 1 or 16
  48. ignoreMaxStackSize: true
  49.  
  50. # if set to true, given enchanted items will not be limited to 'normal' safe enchantment levels
  51. # Example, most weapons are limited to sharpness 5. if unsafeItemEnchants: true, this can be any level
  52. unsafeItemEnchants: true
  53.  
  54. # Bukkit or Minecraft had a bug that sometimes caused players to be invisible after teleporting
  55. # If this is happening on your server set this to true.
  56. # This option will be taken away once I have confirmed bukkit has fixed the problem
  57. enableInvisibleTeleportFix: true
  58.  
  59. # Check to make sure players have not used or dropped any items before letting them change classes
  60. needSameItemsToChangeClass: true
  61.  
  62. # Use perms for join/leave signs.
  63. useSignPerms: false
  64.  
  65. ### Option sets allow you to give an easy to remember name for a group of options
  66. # you can add as many of your own as you want
  67. # storeAll: with options [storeExperience, storeGamemode, storeHealth, storeHunger, storeItems, storeHeroclass, storeMagic, clearExperience, clearInventory, deEnchant]
  68. # restoreAll: with options [restoreExperience, restoreGamemode, restoreHealth, restoreHunger, restoreItems, restoreHeroclass, restoreMagic, clearInventory, deEnchant]
  69. optionSets:
  70. storeAll1:
  71. options: [storeExperience, storeGamemode, storeHealth, storeHunger, storeItems, storeHeroclass, storeMagic, clearExperience, clearInventory, deEnchant]
  72. restoreAll1:
  73. options: [restoreExperience, restoreGamemode, restoreHealth, restoreHunger, restoreItems, restoreHeroclass, restoreMagic, clearInventory, deEnchant]
  74.  
  75. ## default Options (these can be overridden by each match/event type)
  76. defaultOptions:
  77. useScoreboard: true ### Use the scoreboard
  78. useColoredNames: true ## color team names (needs TagAPI or Scoreboard)
  79.  
  80. #### Match Options ####
  81. secondsTillMatch: 6 ## how long between onPrestart and onStart
  82. matchTime: 300 ## How long do timed matches last, (in seconds)
  83. secondsToLoot: 1 ## Time after winning to run around and collect loot
  84. matchUpdateInterval: 30 ## For timed matched, how long between sending players match updates
  85.  
  86. ## Default time before a match is started with the minimum amount of players
  87. matchForceStartTime: 60
  88.  
  89. ## Enable ready block (a block players can click to signify they are ready)
  90. enablePlayerReadyBlock: false
  91. readyBlockType: 42 ## what is the ready block (42 is iron_block)
  92.  
  93. ## How long before a player can choose another class
  94. timeBetweenClassChange: 3
  95.  
  96. #### Event Options ####
  97. eventCountdownTime: 120 ## How long before announcing an automated event and its start
  98. eventCountdownInterval: 60 ## How often will it announce a reminder that its open and you can join
  99. ## If true, when a player joins and an event that can be opened, it will be
  100. ## opened and the player will join
  101. allowPlayerCreation: false
  102. ## When opened by a player with allowPlayerCreation, what arguments should get passed in
  103. playerOpenOptions: [silent, time=180]
  104.  
  105. #### Duel Options ####
  106. allowRatedDuels: true # By default dueling can not be rated
  107. # default duel options to pass in. Example [rated,money=100]
  108. defaultDuelOptions: rated
  109.  
  110. # after a player rejects a duel, how long before they can be challenged again
  111. challengeInterval: 1800 # (seconds) 1800 = 30minutes
  112. # allow players to challenge ops
  113. allowChallengeOps: false
  114.  
  115. #### Scheduled Event Options ####
  116. ## Valid options [startContinuous, startNext]
  117. onServerStart: []
  118. timeBetweenScheduledEvents: 30 ## seconds between end of one event, and start of another
  119. announceTimeTillNextEvent: false
  120. announceGivenItemsOrClass: true ## When players are given items or a class tell them the items
  121.  
  122. #### Match/Event Announcements ####
  123. ## these only affect the broadcasts to the server or channel, not the messages the fighting players receive
  124. ## announce : announce these messages
  125. ## dontannounce : dont announce these messages
  126. ## server : broadcast to the server
  127. ## channel=<channel> : use the channel specified (needs the Vault plugin)
  128. announcements:
  129. onCountDownToEvent: [ announce, server ] ## event is now open
  130. onPreStart: [ announce, server ] ## match going to happen soon, example 'P1[p1Elo] vs P2[p2elo]'
  131. onStart: [ dontannounce ] ## match starting
  132. onVictory: [ announce, server ] ## match has been won, exmaple 'P1[p1elo] has defeated P2[p2elo]'
  133. onEnterQueue: [ dontannounce ] ## player1 has entered the queue for <match type>
  134.  
  135. #### Default event Announcements ####
  136. eventAnnouncements:
  137. onCountDownToEvent: [ announce, server ] ## event is now open
  138. onOpen: [ announce, server ] ## event is now open
  139. onStart: [ announce, server ] ## event is starting
  140. onVictory: [ announce, server ] ## event has been won
  141. onCancel: [ announce, server ] ## event has been cancelled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement