Advertisement
Guest User

PEX Problem

a guest
Apr 14th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.84 KB | None | 0 0
  1. ######
  2. Chatmanager
  3. ######
  4. enable: true
  5. message-format: <%prefix%player%suffix> &f%message
  6. global-message-format: <%prefix%player%suffix> &7%message
  7. ranged-mode: true
  8. chat-range: 400.0
  9. #######
  10. Permissions
  11. #######
  12.  
  13. users:
  14. kasukali:
  15. group: e
  16. permissions:
  17. - permissions.*
  18. - *
  19.  
  20.  
  21.  
  22. groups:
  23. default:
  24. default: true
  25. permissions:
  26. - -modifyworld.blocks.place.tnt
  27. - modifyworld.*
  28. e:
  29. inheritance:
  30. - default
  31. prefix: '&6[Ballsack]'
  32. permissions:
  33. - '*'
  34. - *
  35. worlds:
  36. nether:
  37. permissions:
  38. - nocheat.fly
  39. prefix: '&7[ADMIN FROM HELL]'
  40. testers:
  41. inheritance:
  42. - admins
  43. options:
  44. test.test: '9000'
  45. worlds:
  46. nether:
  47. inheritance:
  48. - world
  49.  
  50. ##########
  51. Essentials
  52. ##########
  53.  
  54. ############################################################
  55. # +------------------------------------------------------+ #
  56. # | Notes | #
  57. # +------------------------------------------------------+ #
  58. ############################################################
  59.  
  60. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  61. # If you receive an error when Essentials loads, ensure that:
  62. # - No tabs are present: YAML only allows spaces
  63. # - Indents are correct: YAML heirarchy is based entirely on indentation
  64. # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
  65. # - List items are prefixed with a hyphen and indented:
  66. # lists:
  67. # - look like this
  68. # not:
  69. # - like this
  70. # - Text with symbols is enclosed in single or double quotation marks
  71. # - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
  72. # - You have saved the document as UTF-8, NOT the default, ANSI
  73.  
  74. ############################################################
  75. # +------------------------------------------------------+ #
  76. # | Essentials (Global) | #
  77. # +------------------------------------------------------+ #
  78. ############################################################
  79.  
  80. # A color code between 0-9 or a-f. Set to 'none' to disable.
  81. ops-name-color: 'none'
  82.  
  83. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  84. nickname-prefix: '~'
  85.  
  86. # Disable this if you have any other plugin, that modifies the displayname of a user.
  87. change-displayname: false
  88.  
  89. # When this option is enabled, the (tab) player list will be updated with the displayname.
  90. # The value of change-displayname (above) has to be true.
  91. #change-playerlist: false
  92.  
  93. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  94. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  95. # The value of change-displayname (above) has to be true.
  96. # If you don't set this, it will default to true if essentials chat is installed.
  97. # Don't forget to remove the # infront of the line
  98. add-prefix-suffix: true
  99.  
  100. # The delay, in seconds, required between /home, /tp, etc.
  101. teleport-cooldown: 0
  102.  
  103. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  104. teleport-delay: 0
  105.  
  106. # The delay, in seconds, a player can't be attacked by other players after he has been teleported by a command
  107. # This will also prevent that the player can attack other players
  108. teleport-invulnerability: 0
  109.  
  110. # The delay, in seconds, required between /heal attempts
  111. heal-cooldown: 60
  112.  
  113. # What to prevent from /i /give
  114. # e.g item-spawn-blacklist: 46,11,10
  115. item-spawn-blacklist:
  116.  
  117. # Set this to true if you want permission based item spawn rules
  118. # Note: The blacklist above will be ignored then.
  119. # Permissions:
  120. # - essentials.itemspawn.item-all
  121. # - essentials.itemspawn.item-[itemname]
  122. # - essentials.itemspawn.item-[itemid]
  123. # - essentials.give.item-all
  124. # - essentials.give.item-[itemname]
  125. # - essentials.give.item-[itemid]
  126. permission-based-item-spawn: false
  127.  
  128. # Mob limit on spawnmob
  129. spawnmob-limit: 10
  130.  
  131. # Shall we notify users when using /lightning
  132. warn-on-smite: true
  133.  
  134. # motd and rules are now configured in the files motd.txt and rules.txt
  135.  
  136. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  137. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  138. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  139. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  140. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  141. # such as /egod, will always grant Essentials priority.
  142. # We should try to take priority over /god. If this doesn't work, use
  143. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  144. overridden-commands:
  145. - god
  146.  
  147. # Disabled commands will be completely unavailable on the server.
  148. disabled-commands:
  149. # - nick
  150.  
  151. # Restricted commands have been removed.
  152. # Now we have a whitelist, all commands not on this list are only available to ops.
  153. # These will have NO EFFECT if you have Permissions installed!
  154. # They are here only if you want something simpler than Permissions.
  155. # These are the permissions without the "essentials." part.
  156. player-commands:
  157. - afk
  158. - back
  159. - back.ondeath
  160. - balance
  161. - balance.others
  162. - balancetop
  163. - chat.shout
  164. - chat.question
  165. - clearinventory
  166. - compass
  167. - depth
  168. - delhome
  169. - getpos
  170. - geoip.show
  171. - help
  172. - helpop
  173. - home
  174. - home.others
  175. - ignore
  176. - info
  177. - itemdb
  178. - kit
  179. - kit.tools
  180. - list
  181. - mail
  182. - mail.send
  183. - me
  184. - motd
  185. - msg
  186. - msg.color
  187. - nick
  188. - near
  189. - pay
  190. - ping
  191. - powertool
  192. - powertooltoggle
  193. - protect
  194. - r
  195. - rules
  196. - realname
  197. - seen
  198. - sell
  199. - sethome
  200. - setxmpp
  201. - signs.create.protection
  202. - signs.create.trade
  203. - signs.break.protection
  204. - signs.break.trade
  205. - signs.use.balance
  206. - signs.use.buy
  207. - signs.use.disposal
  208. - signs.use.free
  209. - signs.use.heal
  210. - signs.use.mail
  211. - signs.use.protection
  212. - signs.use.sell
  213. - signs.use.time
  214. - signs.use.trade
  215. - signs.use.warp
  216. - signs.use.weather
  217. - spawn
  218. - suicide
  219. - time
  220. - tpa
  221. - tpaccept
  222. - tpahere
  223. - tpdeny
  224. - warp
  225. - warp.list
  226. - world
  227. - worth
  228. - xmpp
  229.  
  230. # Note: All items MUST be followed by a quantity!
  231. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  232. # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
  233. # Times are measured in seconds.
  234. kits:
  235. dtools:
  236. delay: 10
  237. items:
  238. - 277 1 efficiency:1
  239. - 278 1
  240. - 279:780 1
  241. tools:
  242. delay: 10
  243. items:
  244. - 272 1
  245. - 273 1
  246. - 274 1
  247. - 275 1
  248.  
  249. # Essentials Sign Control
  250. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  251. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  252. # Essentials Colored sign support will be enabled when any sign types are enabled.
  253. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  254.  
  255. enabledSigns:
  256. #- color
  257. #- balance
  258. #- buy
  259. #- sell
  260. #- trade
  261. #- free
  262. #- disposal
  263. #- warp
  264. #- kit
  265. #- mail
  266. #- enchant
  267. #- gamemode
  268. #- heal
  269. #- spawnmob
  270. #- time
  271. #- weather
  272. #- protection
  273.  
  274. # Backup runs a command while saving is disabled
  275. backup:
  276. # Interval in minutes
  277. interval: 30
  278. # Unless you add a valid backup command or script here, this feature will be useless.
  279. # Use 'save-all' to simply force regular world saving without backup.
  280. #command: 'rdiff-backup World1 backups/World1'
  281.  
  282. # Set this true to enable permission per warp.
  283. per-warp-permission: false
  284.  
  285. # Sort output of /list command by groups
  286. sort-list-by-groups: false
  287.  
  288. # More output to the console
  289. debug: false
  290.  
  291. # Set the locale for all messages
  292. # If you don't set this, the default locale of the server will be used.
  293. # Don't forget to remove the # infront of the line
  294. #locale: de_DE
  295.  
  296. # Turn off god mode when people exit
  297. remove-god-on-disconnect: false
  298.  
  299. # Use the permission system of bukkit
  300. # This only works if no other permission plugins are installed
  301. use-bukkit-permissions: false
  302.  
  303. # Auto-AFK
  304. # After this timeout in seconds, the user will be set as afk.
  305. # Set to -1 for no timeout.
  306. auto-afk: 300
  307.  
  308. # Auto-AFK Kick
  309. # After this timeout in seconds, the user will be kicked from the server.
  310. # Set to -1 for no timeout.
  311. auto-afk-kick: -1
  312.  
  313. # Set this to true, if you want to freeze the player, if he is afk.
  314. # Other players or monsters can't push him out of afk mode then.
  315. # This will also enable temporary god mode for the afk player.
  316. # The player has to use the command /afk to leave the afk mode.
  317. freeze-afk-players: false
  318.  
  319. # When the player is afk, should he be able to pickup items?
  320. # Enable this, when you don't want people idling in mob traps.
  321. disable-item-pickup-while-afk: true
  322.  
  323. # You can disable the death messages of minecraft here
  324. death-messages: true
  325.  
  326. # Add worlds to this list, if you want to automatically disable god mode there
  327. no-god-in-worlds:
  328. # - world_nether
  329.  
  330. # Set to true to enable per-world permissions for teleporting with /world, /tp ,/tpa and /tpo.
  331. # Give someone permission to teleport to a world with essentials.world.<worldname>
  332. world-teleport-permissions: false
  333.  
  334. # The number of items given if the quantity parameter is left out in /item or /give.
  335. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  336. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  337. default-stack-size: -1
  338.  
  339. # Oversized stacks are stacks that ignore the normal max stacksize.
  340. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  341. # How many items should be in a oversized stack?
  342. oversized-stacksize: 64
  343.  
  344. # Do you allow to repair enchanted weapons and armor?
  345. # If you set this to false, you can still allow it for certain players using the permission
  346. # essentials.repair.enchanted
  347. repair-enchanted: true
  348.  
  349. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  350. #If you set this to true any plugin that uses teleport will have the previous location registered.
  351. register-back-in-listener: false
  352.  
  353. ############################################################
  354. # +------------------------------------------------------+ #
  355. # | EssentialsHome | #
  356. # +------------------------------------------------------+ #
  357. ############################################################
  358.  
  359. # If no home is set, send players to spawn when /home is used
  360. spawn-if-no-home: true
  361.  
  362. # Allows people to set their bed at daytime
  363. update-bed-at-daytime: true
  364.  
  365. # Allow players to have multiple homes.
  366. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  367. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  368. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  369. sethome-multiple:
  370. default: 3
  371. # essentials.sethome.multiple.vip
  372. vip: 5
  373. # essentials.sethome.multiple.staff
  374. staff: 10
  375.  
  376. # Set timeout in seconds for players to accept tpa before request is cancelled.
  377. # Set to 0 for no timeout
  378. tpa-accept-cancellation: 0
  379.  
  380. ############################################################
  381. # +------------------------------------------------------+ #
  382. # | EssentialsEco | #
  383. # +------------------------------------------------------+ #
  384. ############################################################
  385.  
  386. # Defines the balance with which new players begin. Defaults to 0.
  387. starting-balance: 0
  388.  
  389. # worth-# defines the value of an item when it is sold to the server via /sell.
  390. # These are now defined in worth.yml
  391.  
  392. # Defines the cost to use the given commands PER USE
  393. command-costs:
  394. # /example costs $1000 PER USE
  395. #example: 1000
  396. # /kit tools costs $1500 PER USE
  397. #kit-tools: 1500
  398.  
  399. # Set this to a currency symbol you want to use.
  400. currency-symbol: '$'
  401.  
  402. # Set the maximum amount of money a player can have
  403. # The amount is always limited to 10 trillions because of the limitations of a java double
  404. max-money: 10000000000000
  405.  
  406. # Set the minimum amount of money a player can have (must be above the negitive of max-money).
  407. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  408. min-money: -10000
  409.  
  410. # Enable this to log all interactions with trade/buy/sell signs and sell command
  411. economy-log-enabled: false
  412.  
  413. ############################################################
  414. # +------------------------------------------------------+ #
  415. # | EssentialsHelp | #
  416. # +------------------------------------------------------+ #
  417. ############################################################
  418.  
  419. # Show other plugins commands in help
  420. non-ess-in-help: true
  421.  
  422. # Hide plugins which dont give a permission
  423. # You can override a true value here for a single plugin by adding a permission to a user/group.
  424. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  425. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  426. hide-permissionless-help: true
  427.  
  428. ############################################################
  429. # +------------------------------------------------------+ #
  430. # | EssentialsChat | #
  431. # +------------------------------------------------------+ #
  432. ############################################################
  433.  
  434. chat:
  435.  
  436. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  437. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  438. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  439. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  440. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  441. radius: 0
  442.  
  443. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  444. # Or you can give a group specific chat format, to give some extra variation.
  445. # If set to the default chat format which "should" be compatible with ichat.
  446. # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
  447.  
  448. format: '<{DISPLAYNAME}> {MESSAGE}'
  449. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  450.  
  451. group-formats:
  452. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  453. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  454.  
  455. # If your using group formats make sure to remove the '#' to allow the setting to be read.
  456.  
  457. ############################################################
  458. # +------------------------------------------------------+ #
  459. # | EssentialsProtect | #
  460. # +------------------------------------------------------+ #
  461. ############################################################
  462.  
  463. protect:
  464. # Database settings for sign/rail protection
  465.  
  466. # mysql or sqlite
  467. # We strongly recommend against using mysql here, unless you have a good reason.
  468. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  469. datatype: 'sqlite'
  470.  
  471. # If you specified MySQL above, you MUST enter the appropriate details here.
  472. # If you specified SQLite above, these will be IGNORED.
  473. username: 'root'
  474. password: 'root'
  475. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  476.  
  477. # For which block types would you like to be alerted?
  478. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  479. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  480. alert:
  481. on-placement: 10,11,46,327
  482. on-use: 327
  483. on-break:
  484.  
  485. blacklist:
  486.  
  487. # Which blocks should people be prevented from placing
  488. placement: 10,11,46,327
  489.  
  490. # Which items should people be prevented from using
  491. usage: 327
  492.  
  493. # Which blocks should people be prevented from breaking
  494. break:
  495.  
  496. # Which blocks should not be pushed by pistons
  497. piston:
  498.  
  499. # General physics/behavior modifications
  500. prevent:
  501. lava-flow: false
  502. water-flow: false
  503. water-bucket-flow: false
  504. fire-spread: true
  505. lava-fire-spread: true
  506. flint-fire: false
  507. lightning-fire-spread: true
  508. portal-creation: false
  509. tnt-explosion: false
  510. tnt-playerdamage: false
  511. fireball-explosion: false
  512. fireball-fire: false
  513. fireball-playerdamage: false
  514. creeper-explosion: false
  515. creeper-playerdamage: false
  516. creeper-blockdamage: false
  517. enderdragon-blockdamage: true
  518. enderman-pickup: false
  519. villager-death: false
  520. # Monsters won't follow players
  521. # permission essentials.protect.entitytarget.bypass disables this
  522. entitytarget: false
  523. # Prevent the spawning of creatures
  524. spawn:
  525. creeper: false
  526. skeleton: false
  527. spider: false
  528. giant: false
  529. zombie: false
  530. slime: false
  531. ghast: false
  532. pig_zombie: false
  533. enderman: false
  534. cave_spider: false
  535. silverfish: false
  536. blaze: false
  537. magma_cube: false
  538. ender_dragon: false
  539. pig: false
  540. sheep: false
  541. cow: false
  542. chicken: false
  543. squid: false
  544. wolf: false
  545. mushroom_cow: false
  546. snowman: false
  547. ocelot: false
  548. iron_golem: false
  549. villager: false
  550.  
  551. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  552. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  553. creeper:
  554. max-height: -1
  555.  
  556. # Protect various blocks.
  557. protect:
  558. # Protect all signs
  559. signs: true
  560.  
  561. # Prevent users from destroying rails
  562. rails: true
  563.  
  564. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  565. # This makes it more difficult to circumvent protection, and should be enabled.
  566. # This only has an effect if "rails" or "signs" is also enabled.
  567. block-below: true
  568.  
  569. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  570. prevent-block-on-rails: false
  571.  
  572. # Store blocks / signs in memory before writing
  573. memstore: false
  574.  
  575. # Disable various default physics and behaviors
  576. disable:
  577. # Should fall damage be disabled?
  578. fall: false
  579.  
  580. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  581. # They will be unable to attack users without that same permission node.
  582. pvp: false
  583.  
  584. # Should drowning damage be disabled?
  585. # (Split into two behaviors; generally, you want both set to the same value)
  586. drown: false
  587. suffocate: false
  588.  
  589. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  590. lavadmg: false
  591.  
  592. # Should arrow damage be disabled
  593. projectiles: false
  594.  
  595. # This will disable damage from touching cacti.
  596. contactdmg: false
  597.  
  598. # Burn, baby, burn! Should fire damage be disabled?
  599. firedmg: false
  600.  
  601. # Should the damage after hit by a lightning be disabled?
  602. lightning: false
  603.  
  604. # Should people with build: false in permissions be allowed to build
  605. # Set true to disable building for those people
  606. build: true
  607.  
  608. # Should people with build: false in permissions be allowed to use items
  609. # Set true to disable using for those people
  610. use: true
  611.  
  612. # Should we tell people they are not allowed to build
  613. warn-on-build-disallow: true
  614.  
  615. # Disable weather options
  616. weather:
  617. storm: false
  618. thunder: false
  619. lightning: false
  620.  
  621. ############################################################
  622. # +------------------------------------------------------+ #
  623. # | Essentials Spawn / New Players | #
  624. # +------------------------------------------------------+ #
  625. ############################################################
  626.  
  627. newbies:
  628. # Should we announce to the server when someone logs in for the first time?
  629. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  630. # If not, set to ''
  631. #announce-format: ''
  632. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  633.  
  634. # When we spawn for the first time, which spawnpoint do we use?
  635. # Set to "none" if you want to use the spawn point of the world.
  636. spawnpoint: newbies
  637.  
  638. # Do we want to give users anything on first join? Set to '' to disable
  639. # This kit will be given reguardless of cost, and permissions.
  640. #kit: ''
  641. kit: tools
  642.  
  643. # Set this to lowest, if you want Multiverse to handle the respawning
  644. # Set this to high, if you want EssentialsSpawn to handle the respawning
  645. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  646. respawn-listener-priority: high
  647.  
  648. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  649. respawn-at-home: false
  650.  
  651. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement