Guest User

Untitled

a guest
Feb 24th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.87 KB | None | 0 0
  1. # Staff+ | Made with love by Shortninja - ♥
  2.  
  3. # If you're having trouble with item type names, refer to here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  4. # All item slots are how they "should be", meaning the first slot of an inventory will be one. Maximum is 36.
  5.  
  6. ############################################################
  7. # +------------------------------------------------------+ #
  8. # | General | #
  9. # +------------------------------------------------------+ #
  10. ############################################################
  11.  
  12. # The language file that will be referred to for messages.
  13. # Current available languages are: lang_en, lang_sv, lang_de, lang_nl, lang_es, lang_hr, lang_no, and lang_fr.
  14. # If you would like to translate Staff+, please message me on Spigot!
  15. lang: "lang_en"
  16.  
  17. # Commands that staff will not be allowed to use at all.
  18. # Must have "permissions.block" permission to take effect.
  19. # Leave blank to disable.
  20. blocked-commands: "/example1, /example2, /example3"
  21.  
  22. # Commands that staff will not be allowed to use while in staff mode.
  23. # Must have "permissions.block" permission to take effect.
  24. # Leave blank to disable.
  25. blocked-mode-commands: "/example1, /example2, /example3"
  26.  
  27. # The default color of glass for the side of GUIs. Just a cosmetic thing that staff members can change.
  28. glass-color: 0
  29.  
  30. # The title of the glass color chooser GUI.
  31. glass-title: "&bChoose GUI glass color"
  32.  
  33. ############################################################
  34. # +------------------------------------------------------+ #
  35. # | Reports | #
  36. # +------------------------------------------------------+ #
  37. ############################################################
  38.  
  39. # No permission required for regular users, requires "permissions.report" permission for moderator commands.
  40. reports-module:
  41. # Whether or not the plugin will use "/report" features.
  42. enabled: true
  43.  
  44. # The sound that is played to staff when someone is reported.
  45. # Set to "NONE" to disable.
  46. sound: ORB_PICKUP
  47.  
  48. # The cooldown, in seconds, for using "/report".
  49. # This is disabled for players with the "permissions.report" permission.
  50. cooldown: 60
  51.  
  52. # Whether or not the player that reported another player will be visible in GUIs.
  53. show-reporter: true
  54.  
  55. ############################################################
  56. # +------------------------------------------------------+ #
  57. # | Warnings | #
  58. # +------------------------------------------------------+ #
  59. ############################################################
  60.  
  61. # Requires "permissions.warn" permission.
  62. warnings-module:
  63. # Whether or not the plugin will use "/warn" features.
  64. enabled: true
  65.  
  66. # The sound that is played to the player when warned.
  67. # Set to "NONE" to disable.
  68. sound: ORB_PICKUP
  69.  
  70. # The amount of warnings required before "ban-command" is executed.
  71. # Set to 0 if you want to disable this.
  72. maximum: 0
  73.  
  74. # The command executed when a player reaches the "maximum".
  75. ban-command: "ban %player% &e&lYou Have Recieved 5 Warnings, &"
  76.  
  77. # The amount of time, in seconds, that it will take for a warning to be removed.
  78. # Set to zero to disable.
  79. clear: 604800
  80.  
  81. # Whether or not the player issued the warning will be visible in GUIs.
  82. show-issuer: true
  83.  
  84. ############################################################
  85. # +------------------------------------------------------+ #
  86. # | Staff Chat | #
  87. # +------------------------------------------------------+ #
  88. ############################################################
  89.  
  90. # Requires "permissions.staff-chat" permission.
  91. staff-chat-module:
  92. # Whether or not the plugin will use "/sc" features.
  93. enabled: true
  94.  
  95. # The string that can be used at the beginning of a message to make it appear in staff chat.
  96. # If you have "@" as your string, typing "@hey guys" would send "hey guys" to staff chat.
  97. # Leave blank to disable.
  98. handle: ""
  99.  
  100. ############################################################
  101. # +------------------------------------------------------+ #
  102. # | Vanish | #
  103. # +------------------------------------------------------+ #
  104. ############################################################
  105.  
  106. # Requires "permissions.vanish" permission.
  107. vanish-module:
  108. # Whether or not the plugin will use "/v" features.
  109. enabled: true
  110.  
  111. # Whether or not list vanish will hide the vanished users from tab list.
  112. # Does not completely hide players in tab for 1.7 versions.
  113. tab-list: true
  114.  
  115. # Whether or not list vanish users will be shown as "away" or "offline" in the staff list.
  116. show-away: false
  117.  
  118. ############################################################
  119. # +------------------------------------------------------+ #
  120. # | Chat | #
  121. # +------------------------------------------------------+ #
  122. ############################################################
  123.  
  124. # Requires "permissions.chat" permission.
  125. chat-module:
  126. # Whether or not the plugin will use "/chat" features.
  127. enabled: true
  128.  
  129. # The amount of lines that will be sent when "/chat clear" is executed.
  130. lines: 300
  131.  
  132. # The cooldown, in seconds, for chatting when the chat is slowed.
  133. # Bypass permission is "chat-slow".
  134. slow: 10
  135.  
  136. # All word blacklist options.
  137. # Leave any of the lists below blank to disable them!
  138. blacklist-module:
  139. # Whether or not the blacklist will be enabled.
  140. enabled: false
  141.  
  142. # Whether or not messages that have censored words in them will be hoverable.
  143. # This means you will be able to hover over a chat message to see an uncensored message if you have the "permissions.blacklist" permission.
  144. # This may not work well with other chat plugins!
  145. hoverable: false
  146.  
  147. # The character that will replace blocked word characters.
  148. character: "*"
  149.  
  150. # Whether or not messages that have merged blocked words will be detected.
  151. # So if you block the word "ass", it will also block "asshole" or "dickass".
  152. # May cause issues with legal words like "bypass"! Fix is below.
  153. merging: true
  154.  
  155. # All words that will be censored.
  156. # Separate words with commas.
  157. words: fuck, shit, ass, bitch, dick, cock, piss, cunt, fag, faggot, slut, nigger, nigga
  158.  
  159. # All characters that will be censored.
  160. # These are merely characters that will be detected anywhere in messages.
  161. characters: 卐, 卍
  162.  
  163. # All domain levels that will be censored.
  164. # This can prevent users from sending links in chat.
  165. # This will only check the end of words which have detected periods!
  166. domains: com, net, org
  167.  
  168. # All strings that will be detected as periods in messages. Of course characters like "." and "," are detected by default.
  169. # This will work in coordination with "domains".
  170. # For example, it can detect "mineplex()com" as "mineplex.com".
  171. periods: (), (dot),
  172.  
  173. # All words that will be allowed to be typed no matter what.
  174. # This helps quite a bit if you have "merging" enabled.
  175. # I recommend using http://www.morewords.com/contains/[word]/!
  176. allowed: bypass, assembly, assassin, compass, assume, assault, asset, assort
  177.  
  178. ############################################################
  179. # +------------------------------------------------------+ #
  180. # | Tickets | #
  181. # +------------------------------------------------------+ #
  182. ############################################################
  183.  
  184. # Requires no permission for opening tickets and requires "permissions.ticket" permission for managing.
  185. tickets-module:
  186. # Whether or not the plugin will use ticket features.
  187. enabled: false
  188.  
  189. # Whether or not additional responses to tickets will be sent to all staff members.
  190. # The initial ticket will be sent to all staff members no matter what.
  191. global: false
  192.  
  193. # Whether or not multiple staff members will be able to respond to a single ticket.
  194. keep-open: false
  195.  
  196. ############################################################
  197. # +------------------------------------------------------+ #
  198. # | Alerts | #
  199. # +------------------------------------------------------+ #
  200. ############################################################
  201.  
  202. # Requires "permissions.notify" permission.
  203. alerts-module:
  204. # Whether or not staff will be notified when a user changes their name.
  205. name-notify: true
  206.  
  207. # Whether or not staff will be notified when they are mentioned.
  208. mention-notify: true
  209.  
  210. # The sound that is played to staff when notified.
  211. sound: ORB_PICKUP
  212.  
  213. # Notifies staff when a player mines blocks listed in "blocks".
  214. xray-alerts:
  215. # Whether or not this module is enabled.
  216. enabled: true
  217.  
  218. # Block type that, when mined, will invoke an alert.
  219. blocks: MOB_SPAWNER, DIAMOND_ORE, GOLD_ORE
  220.  
  221. ############################################################
  222. # +------------------------------------------------------+ #
  223. # | Security | #
  224. # +------------------------------------------------------+ #
  225. ############################################################
  226.  
  227. # Requires "permissions.member" permission.
  228. login:
  229. # Whether or not /login will be enabled.
  230. # This is just a security feature that can be used to prevent staff accounts from being hijacked on your server.
  231. enabled: false
  232.  
  233. # The kick message that is sent when a player enters an invalid password.
  234. kick-message: "&cInvalid login password!"
  235.  
  236. ############################################################
  237. # +------------------------------------------------------+ #
  238. # | Staff Mode | #
  239. # +------------------------------------------------------+ #
  240. ############################################################
  241.  
  242. # Requires "permissions.mode" permission.
  243. staff-mode:
  244. # Whether or not a player is allowed to break/place blocks while in staff mode.
  245. block-manipulation: false
  246.  
  247. # Whether or not a player is allowed to interact with their inventory while in staff mode.
  248. inventory-interaction: true
  249.  
  250. # Whether or not a player is allowed to drop/pickup items while in staff mode.
  251. item-change: false
  252.  
  253. # The type of vanish that will be applied when a player goes into staff mode.
  254. # Valid vanish types are: TOTAL, LIST, and NONE.
  255. vanish-type: TOTAL
  256.  
  257. # Whether or not a player will be invincible while in staff mode.
  258. invincible: true
  259.  
  260. # Whether or not a player in staff mode can attack other players.
  261. damage: false
  262.  
  263. # Whether or not a player will lose hunger while in staff mode.
  264. hunger-loss: false
  265.  
  266. # Whether or not a player can fly while in staff mode.
  267. flight: true
  268.  
  269. # Whether or not a player will be put into creative while in staff mode.
  270. creative: false
  271.  
  272. # Whether or not to a player to the location they were in before they toggled staff mode.
  273. original-location: false
  274.  
  275. # Whether or not staff mode will be enabled for staff when they login.
  276. enable-on-login: false
  277.  
  278. # Commands to execute when staff mode is enabled. Leave blank to disable.
  279. # Each command is separated with a comma.
  280. enable-commands: "example1 %player%, example2 %player%"
  281.  
  282. # Commands to execute when staff mode is disable. Leave blank to disable.
  283. # Each command is separated with a comma.
  284. disable-commands: "example1 %player%, example2 %player%"
  285.  
  286. ############################################################
  287. # +------------------------------------------------------+ #
  288. # | Compass | #
  289. # +------------------------------------------------------+ #
  290. ############################################################
  291.  
  292. # When clicked, this launches the staff towards the direction they are facing.
  293. compass-module:
  294. # Whether or not this feature is enabled.
  295. enabled: false
  296.  
  297. # The slot that this module's item is at by default.
  298. slot: 1
  299.  
  300. # The velocity at which a player will be launched.
  301. velocity: 5
  302.  
  303. # The type of item for this module.
  304. item: COMPASS
  305.  
  306. # The name of the compass item.
  307. name: "&4Launcher"
  308.  
  309. # The lore of the compass item.
  310. # Lines are separated by commas.
  311. lore: "&7Launches you towards the, &7location you are facing."
  312.  
  313. ############################################################
  314. # +------------------------------------------------------+ #
  315. # | Random Teleport | #
  316. # +------------------------------------------------------+ #
  317. ############################################################
  318.  
  319. # When clicked, this teleports the staff to a random player.
  320. random-teleport-module:
  321. # Whether or not this feature is enabled.
  322. enabled: true
  323.  
  324. # The slot that this module's item is at by default.
  325. slot: 1
  326.  
  327. # The type of item for this module.
  328. item: EYE_OF_ENDER
  329.  
  330. # The name of the compass item.
  331. name: "&a&lRandom Player"
  332.  
  333. # The lore of the compass item.
  334. # Lines are separated by commas.
  335. lore: "&e&lTeleports you to a random player."
  336.  
  337. # Whether or not actual pseudo-randomness will be used.
  338. # If set to false, "random" teleport will just cycle through players in order.
  339. random: false
  340.  
  341. ############################################################
  342. # +------------------------------------------------------+ #
  343. # | Vanish | #
  344. # +------------------------------------------------------+ #
  345. ############################################################
  346.  
  347. # When clicked, this will toggle the staff"s invisibility.
  348. vanish-module:
  349. # Whether or not this feature is enabled.
  350. enabled: true
  351.  
  352. # The slot that this module's item is at by default.
  353. slot: 3
  354.  
  355. # The type of item for this module.
  356. item: INK_SACK:10
  357.  
  358. # The name of the compass item.
  359. name: "&a&lToggle Vanish"
  360.  
  361. # The lore of the compass item.
  362. # Lines are separated by commas.
  363. lore: "&e&lToggles your total vanish."
  364.  
  365. # The type of item for when vanish is disabled.
  366. item-off: INK_SACK:8
  367.  
  368. ############################################################
  369. # +------------------------------------------------------+ #
  370. # | GUI Hub | #
  371. # +------------------------------------------------------+ #
  372. ############################################################
  373.  
  374. # When clicked, this will open unresolved reports in a GUI.
  375. gui-module:
  376. # Whether or not this feature is enabled.
  377. enabled: true
  378.  
  379. # The slot that this module's item is at by default.
  380. slot: 5
  381.  
  382. # The type of item for this module.
  383. item: PAPER
  384.  
  385. # The name of the compass item.
  386. name: "&a&lStaff Hub"
  387.  
  388. # The lore of the compass item.
  389. # Lines are separated by commas.
  390. lore: "&e&lOpens the GUI hub."
  391.  
  392. # Whether or not the unresolved reports GUI is enabled in the hub.
  393. reports-gui: true
  394.  
  395. # The title of the unresolved reports GUI.
  396. reports-title: "&b&lUnresolved reports"
  397.  
  398. # Whether or not the miner GUI is enabled in the hub.
  399. miner-gui: true
  400.  
  401. # The title of the miner GUI.
  402. miner-title: "&b&lMiners"
  403.  
  404. # The y-level at which a player will be marked as a miner.
  405. xray-level: 20
  406.  
  407. ############################################################
  408. # +------------------------------------------------------+ #
  409. # | Counter | #
  410. # +------------------------------------------------------+ #
  411. ############################################################
  412.  
  413. # Simply shows all staff online and in staff mode.
  414. counter-module:
  415. # Whether or not this feature is enabled.
  416. enabled: true
  417.  
  418. # The slot that this module's item is at by default.
  419. slot: 7
  420.  
  421. # The type of item for this module.
  422. item: SKULL_ITEM
  423.  
  424. # The name of the compass item.
  425. name: "&a&lStaff List"
  426.  
  427. # The lore of the compass item.
  428. # Lines are separated by commas.
  429. lore: "&e&lShows all staff online and in staff mode"
  430.  
  431. # The title of the counter GUI.
  432. title: "&b&lCurrent staff online"
  433.  
  434. # Whether or not the head item count will represent online staff or staff in staff mode.
  435. show-staff-mode: false
  436.  
  437. ############################################################
  438. # +------------------------------------------------------+ #
  439. # | Freeze | #
  440. # +------------------------------------------------------+ #
  441. ############################################################
  442.  
  443. # When clicked, this will freeze the player that the staff is looking at.
  444. freeze-module:
  445. # Whether or not this feature is enabled.
  446. enabled: false
  447.  
  448. # The slot that this module's item is at by default.
  449. slot: 6
  450.  
  451. # The type of item for this module.
  452. item: BLAZE_ROD
  453.  
  454. # The name of the compass item.
  455. name: "&2Freeze"
  456.  
  457. # The lore of the compass item.
  458. # Lines are separated by commas.
  459. lore: "&7Toggles freeze for the clicked player."
  460.  
  461. # Whether or not a player can chat while frozen.
  462. chat: true
  463.  
  464. # Whether or not a player is able to damage or be damaged while frozen.
  465. damage: false
  466.  
  467. # The interval, in seconds, at which a frozen player will be reminded that they are frozen.
  468. # Disable by setting to zero.
  469. timer: 5
  470.  
  471. # The sound that is played to the player when warned.
  472. # Set to "NONE" to disable.
  473. sound: ORB_PICKUP
  474.  
  475. # Whether or not a GUI prompt will open up with a paper containing the freeze message.
  476. prompt: false
  477.  
  478. # The title of the frozen prompt GUI.
  479. prompt-title: "&bFrozen"
  480.  
  481. ############################################################
  482. # +------------------------------------------------------+ #
  483. # | CPS | #
  484. # +------------------------------------------------------+ #
  485. ############################################################
  486.  
  487. # When clicked, this will test the CPS of the player and send it to the staff.
  488. cps-module:
  489. # Whether or not this feature is enabled.
  490. enabled: false
  491.  
  492. # The slot that this module's item is at by default.
  493. slot: 7
  494.  
  495. # The type of item for this module.
  496. item: WATCH
  497.  
  498. # The name of the compass item.
  499. name: "&3CPS"
  500.  
  501. # The lore of the compass item.
  502. # Lines are separated by commas.
  503. lore: "&7Runs a click per second test on, &7the player that was clicked."
  504.  
  505. # Amount of time, in seconds, that the test will run for.
  506. time: 10
  507.  
  508. # The maximum allowed amount of CPS. If a result contains this amount or more, it will be significantly marked.
  509. max: 16.0
  510.  
  511. ############################################################
  512. # +------------------------------------------------------+ #
  513. # | Examine | #
  514. # +------------------------------------------------------+ #
  515. ############################################################
  516.  
  517. # When clicked, this will open the inventory of the player that the staff is looking at.
  518. examine-module:
  519. # Whether or not this feature is enabled.
  520. enabled: true
  521.  
  522. # The slot that this module's item is at by default.
  523. slot: 9
  524.  
  525. # The type of item for this module.
  526. item: CHEST
  527.  
  528. # The name of the compass item.
  529. name: "&a&lOpen Inventory"
  530.  
  531. # The lore of the compass item.
  532. # Lines are separated by commas.
  533. lore: "&e&lInspects the inventory of the player that was clicked."
  534.  
  535. # The title of the examine GUI.
  536. title: "&b&lExamine inventory"
  537.  
  538. # The configuration of the final line of the examine GUI.
  539. # Set the slot of a node to zero to disable it.
  540. # Remember that the maximum amount of allowed items within this line is nine!
  541. info-line:
  542. # Food and hunger information.
  543. food: 1
  544.  
  545. # IP address information.
  546. ip-address: 3
  547.  
  548. # Gamemode and flight information.
  549. gamemode: 0
  550.  
  551. # Infractions information.
  552. infractions: 5
  553.  
  554. # Location information and teleport button.
  555. location: 7
  556.  
  557. # Player "notes" button.
  558. notes: 9
  559.  
  560. # Freeze button
  561. freeze: 0
  562.  
  563. # Warn button.
  564. warn: 0
  565.  
  566. ############################################################
  567. # +------------------------------------------------------+ #
  568. # | Follow | #
  569. # +------------------------------------------------------+ #
  570. ############################################################
  571.  
  572. # When clicked, this will mount the player that the staff is looking at.
  573. follow-module:
  574. # Whether or not this feature is enabled.
  575. enabled: false
  576.  
  577. # The slot that this module's item is at by default.
  578. slot: 9
  579.  
  580. # The type of item for this module.
  581. item: LEASH
  582.  
  583. # The name of the compass item.
  584. name: "&9Follow"
  585.  
  586. # The lore of the compass item.
  587. # Lines are separated by commas.
  588. lore: "&7Mounts the player that was clicked."
  589.  
  590. # Whether or not following will literally mount a player.
  591. use-mount: true
  592.  
  593. ############################################################
  594. # +------------------------------------------------------+ #
  595. # | Custom | #
  596. # +------------------------------------------------------+ #
  597. ############################################################
  598.  
  599. # When clicked, this will execute the custom action.
  600. # You can copy and paste one of the modules to create a new one (there are no limits on the amount of modules!).
  601. # All examples of available module types are shown below.
  602. custom-modules:
  603. # The name of the module (just a reference point; can be anything really).
  604. StaticCommand:
  605. # Whether or not this module is enabled.
  606. enabled: false
  607.  
  608. # The type of module this is.
  609. # A static command is a command that is executed by the player and the same way every single time.
  610. type: COMMAND_STATIC
  611.  
  612. # The slot that this module's item is at by default.
  613. slot: 30
  614.  
  615. # The type of item for this module.
  616. item: DIAMOND
  617.  
  618. # The real name of the item.
  619. name: "&4Ban all god kids"
  620.  
  621. # The lore of the item.
  622. lore: "&4line1, &6line2, &3line3"
  623.  
  624. # The command that this item will execute.
  625. command: "ban Shortninja &4For coding 2hard!!11!1!one!"
  626.  
  627. # The name of the module (just a reference point; can be anything really).
  628. DynamicCommand:
  629. # Whether or not this module is enabled.
  630. enabled: false
  631.  
  632. # The type of module this is.
  633. # A dynamic command will be executed by the player.
  634. # The two placeholders are "%clicker%" and "%clicked%"; both optional.
  635. type: COMMAND_DYNAMIC
  636.  
  637. # The slot that this module's item is at by default.
  638. slot: 31
  639.  
  640. # The type of item for this module.
  641. item: QUARTZ
  642.  
  643. # The real name of the item.
  644. name: "&4Ban this kid"
  645.  
  646. # The lore of the item.
  647. lore: "&cyou damn lazy staff"
  648.  
  649. # The command that this item will execute.
  650. command: "ban %clicked% &6for shitposting too much with %clicker%"
  651.  
  652. # The name of the module (just a reference point; can be anything really).
  653. ConsoleCommand:
  654. # Whether or not this module is enabled.
  655. enabled: false
  656.  
  657. # The type of module this is.
  658. # A console command will be executed by console with the player clicked as an argument.
  659. # The two placeholders are "%clicker%" and "%clicked%"; both optional.
  660. type: COMMAND_CONSOLE
  661.  
  662. # The slot that this module's item is at by default.
  663. slot: 33
  664.  
  665. # The type of item for this module.
  666. item: OBSIDIAN
  667.  
  668. # The real name of the item.
  669. name: "&bDisable staff mode"
  670.  
  671. # The lore of the item.
  672. lore: "&7you're so lazy"
  673.  
  674. # The command that this item will execute.
  675. command: "staff %clicker% disable"
  676.  
  677. # The name of the module (just a reference point; can be anything really).
  678. Item:
  679. # Whether or not this module is enabled.
  680. enabled: false
  681.  
  682. # The type of module this is.
  683. # An item is just an item; it does nothing but sit there.
  684. type: ITEM
  685.  
  686. # The slot that this module's item is at by default.
  687. slot: 34
  688.  
  689. # The type of item for this module.
  690. item: WOOD_AXE
  691.  
  692. # The real name of the item.
  693. name: "&7WorldEdit Wand"
  694.  
  695. # The lore of the item.
  696. lore: "&8don't grief shitlord!!"
  697.  
  698. ############################################################
  699. # +------------------------------------------------------+ #
  700. # | Permissions | #
  701. # +------------------------------------------------------+ #
  702. ############################################################
  703.  
  704. # All permission nodes.
  705. permissions:
  706. # Use this to give a player all Staff+ permissions.
  707. # Take note that this will NOT give the player the "block" permission.
  708. # This also gives the player permission to toggle other player's vanish, staff mode, and etc.
  709. wild-card: "staff.*"
  710.  
  711. # Permission for blocking listed commands at "blocked-commands" and "blocked-mode-commands".
  712. block: "staff.block"
  713.  
  714. # Permission for clearing/getting player reports.
  715. report: "staff.report"
  716.  
  717. # Permission for bypassing reports.
  718. report-bypass: "staff.report.bypass"
  719.  
  720. # Permission for using "/warn" and clearing/getting player warnings.
  721. warn: "staff.warn"
  722.  
  723. # Permission for bypassing warnings.
  724. warn-bypass: "staff.warn.bypass"
  725.  
  726. # Permission for using staff chat.
  727. staff-chat: "staff.staffchat"
  728.  
  729. # Permission for using "/v total".
  730. vanish-total: "staff.vanish.total"
  731.  
  732. # Permission for using "/v list".
  733. vanish-list: "staff.vanish.list"
  734.  
  735. # Permission for using "/chat clear".
  736. chat-clear: "staff.chat.clear"
  737.  
  738. # Permission for using "/chat toggle".
  739. chat-toggle: "staff.chat.toggle"
  740.  
  741. # Permission for using "/chat slow".
  742. chat-slow: "staff.chat.slow"
  743.  
  744. # Permission for bypassing the word blacklist.
  745. blacklist: "staff.blacklist"
  746.  
  747. # Permission for managing tickets.
  748. tickets: "staff.tickets"
  749.  
  750. # Permission for receiving mention alerts.
  751. mention: "staff.alerts.mention"
  752.  
  753. # Permission for receiving name change alerts.
  754. name-change: "staff.alerts.namechange"
  755.  
  756. # Permission for receiving xray alerts.
  757. xray: "staff.alerts.xray"
  758.  
  759. # Permission for toggling staff mode.
  760. mode: "staff.mode"
  761.  
  762. # Permission for using the staff mode compass
  763. compass: "staff.compass"
  764.  
  765. # Permission for using the staff mode random teleport
  766. random-teleport: "staff.random-teleport"
  767.  
  768. # Permission for the staff mode GUI hub
  769. gui: "staff.gui"
  770.  
  771. # Permission for the staff mode counter GUI
  772. counter: "staff.counter"
  773.  
  774. # Permission for using freeze.
  775. freeze: "staff.freeze"
  776.  
  777. # Permission for bypassing freeze.
  778. freeze-bypass: "staff.freeze.bypass"
  779.  
  780. # Permission for initializing clicks per second tests
  781. cps: "staff.cps"
  782.  
  783. # Permission for using examine
  784. examine: "staff.examine"
  785.  
  786. # Permission for editing inventories with examine.
  787. examine-modify: "staff.examine.modify"
  788.  
  789. # Permission for using staff mode follow
  790. follow: "staff.follow"
  791.  
  792. # Permission for locking/unlocking the server.
  793. lockdown: "staff.lockdown"
  794.  
  795. # Permission for giving a player's previous inventory back.
  796. revive: "staff.revive"
  797.  
  798. # Permission for being noted as a staff member in the staff list command and for login.
  799. # This also excludes the player from being randomly teleported to!
  800. member: "staff.member"
  801.  
  802. # Permission for using "/strip".
  803. strip: "staff.strip"
  804.  
  805. ############################################################
  806. # +------------------------------------------------------+ #
  807. # | Commands | #
  808. # +------------------------------------------------------+ #
  809. ############################################################
  810.  
  811. # All commands and their according names.
  812. # Leave a command blank to disable it.
  813. commands:
  814. # The command for toggling staff mode.
  815. staff-mode: "staff"
  816.  
  817. # The command for toggling freeze on players.
  818. freeze: "freeze"
  819.  
  820. # The command for examining players' inventory
  821. examine: "examine"
  822.  
  823. # The command for managing notes for players.
  824. notes: "notes"
  825.  
  826. # The command for running a clicks per second test on a player
  827. cps: "cps"
  828.  
  829. # The command for toggling and using staff chat.
  830. staff-chat: "sc"
  831.  
  832. # The command for reporting and managing reports.
  833. report: "report"
  834.  
  835. # The command for warning and managing warnings.
  836. warn: "warn"
  837.  
  838. # The command for toggling vanish modes.
  839. vanish: "vanish"
  840.  
  841. # The command for chat management.
  842. chat: "chat"
  843.  
  844. # The command for creating and managing tickets.
  845. ticket: "ticket"
  846.  
  847. # The command for alerts management.
  848. alerts: "alerts"
  849.  
  850. # The command for toggling player following.
  851. follow: "follow"
  852.  
  853. # The command for reviving players.
  854. revive: "revive"
  855.  
  856. # The command for listing staff members.
  857. staff-list: "personnel"
  858.  
  859. # The command for logging in.
  860. login: "login"
  861.  
  862. # The command for registering a password.
  863. register: "register"
  864.  
  865. # The command for stripping a player's armor.
  866. strip: "strip"
  867.  
  868. ############################################################
  869. # +------------------------------------------------------+ #
  870. # | Advanced | #
  871. # +------------------------------------------------------+ #
  872. ############################################################
  873.  
  874. # The declared version of this configuration file, used for configuration file changes.
  875. # Do NOT change this unless you know what you're doing (hint: just don't change it).
  876. config-version: 6194
  877.  
  878. # The interval in seconds at which auto saves will be performed.
  879. # The higher this is, the less lag there will be.
  880. auto-save: 3600
  881.  
  882. # The interval in seconds at which calculations, like freeze checking, will be performed.
  883. # The higher this is, the less lag there will be.
  884. clock: 2
  885.  
  886. # Whether or not packet modifying will be completely disabled.
  887. # Enable this if you get packet errors and cannot fix them.
  888. disable-packets: false
  889.  
  890. # The animation packets that will be listened for and cancelled for total vanished players.
  891. # Each packet is separated by a comma.
  892. animation-packets: PacketPlayOutBlockBreakAnimation, PacketPlayOutBlockAction
  893.  
  894. # The sound names that will be listened for and cancelled for total vanished players.
  895. # Each name is separated by a comma.
  896. sound-names: random.chestopen, random.chestclosed
  897.  
  898. # you're done with the config file, shit waddup
Add Comment
Please, Sign In to add comment