Guest User

Config

a guest
Dec 31st, 2018
1,525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.39 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: 10
  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: 3
  73.  
  74. # The command executed when a player reaches the "maximum".
  75. ban-command: "ban %player% &4Met three warnings. Appeal @ &7www.shithcf.net&4."
  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: 100
  131.  
  132. # The cooldown, in seconds, for chatting when the chat is slowed.
  133. # Bypass permission is "chat-slow".
  134. slow: 5
  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: true
  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: SPAWNER, DIAMOND_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. # Should Staff mode disable on world change
  287. disable-on-world-change: true
  288.  
  289. ############################################################
  290. # +------------------------------------------------------+ #
  291. # | Compass | #
  292. # +------------------------------------------------------+ #
  293. ############################################################
  294.  
  295. # When clicked, this launches the staff towards the direction they are facing.
  296. compass-module:
  297. # Whether or not this feature is enabled.
  298. enabled: true
  299.  
  300. # The slot that this module's item is at by default.
  301. slot: 1
  302.  
  303. # The velocity at which a player will be launched.
  304. velocity: 5
  305.  
  306. # The type of item for this module.
  307. item: COMPASS
  308.  
  309. # The name of the compass item.
  310. name: "&4Launcher"
  311.  
  312. # The lore of the compass item.
  313. # Lines are separated by commas.
  314. lore: "&7Launches you towards the, &7location you are facing."
  315.  
  316. ############################################################
  317. # +------------------------------------------------------+ #
  318. # | Random Teleport | #
  319. # +------------------------------------------------------+ #
  320. ############################################################
  321.  
  322. # When clicked, this teleports the staff to a random player.
  323. random-teleport-module:
  324. # Whether or not this feature is enabled.
  325. enabled: true
  326.  
  327. # The slot that this module's item is at by default.
  328. slot: 9
  329.  
  330. # The type of item for this module.
  331. item: ENDEREYE
  332.  
  333. # The name of the compass item.
  334. name: "&cRandom Teleport"
  335.  
  336. # The lore of the compass item.
  337. # Lines are separated by commas.
  338. lore: "&7Teleports you to a random player."
  339.  
  340. # Whether or not actual pseudo-randomness will be used.
  341. # If set to false, "random" teleport will just cycle through players in order.
  342. random: false
  343.  
  344. ############################################################
  345. # +------------------------------------------------------+ #
  346. # | Vanish | #
  347. # +------------------------------------------------------+ #
  348. ############################################################
  349.  
  350. # When clicked, this will toggle the staff"s invisibility.
  351. vanish-module:
  352. # Whether or not this feature is enabled.
  353. enabled: true
  354.  
  355. # The slot that this module's item is at by default.
  356. slot: 8
  357.  
  358. # The type of item for this module.
  359. item: INK:10
  360.  
  361. # The name of the compass item.
  362. name: "&6&lVanish"
  363.  
  364. # The lore of the compass item.
  365. # Lines are separated by commas.
  366. lore: "&7Toggles your total vanish."
  367.  
  368. # The type of item for when vanish is disabled.
  369. item-off: INK:8
  370.  
  371. ############################################################
  372. # +------------------------------------------------------+ #
  373. # | GUI Hub | #
  374. # +------------------------------------------------------+ #
  375. ############################################################
  376.  
  377. # When clicked, this will open unresolved reports in a GUI.
  378. gui-module:
  379. # Whether or not this feature is enabled.
  380. enabled: false
  381.  
  382. # The slot that this module's item is at by default.
  383. slot: 4
  384.  
  385. # The type of item for this module.
  386. item: PAPER
  387.  
  388. # The name of the compass item.
  389. name: "&eGUI Hub"
  390.  
  391. # The lore of the compass item.
  392. # Lines are separated by commas.
  393. lore: "&7Opens the GUI hub."
  394.  
  395. # Whether or not the unresolved reports GUI is enabled in the hub.
  396. reports-gui: true
  397.  
  398. # The title of the unresolved reports GUI.
  399. reports-title: "&bUnresolved reports"
  400.  
  401. # Whether or not the miner GUI is enabled in the hub.
  402. miner-gui: true
  403.  
  404. # The title of the miner GUI.
  405. miner-title: "&bUnderground users"
  406.  
  407. # The y-level at which a player will be marked as a miner.
  408. xray-level: 16
  409.  
  410. ############################################################
  411. # +------------------------------------------------------+ #
  412. # | Counter | #
  413. # +------------------------------------------------------+ #
  414. ############################################################
  415.  
  416. # Simply shows all staff online and in staff mode.
  417. counter-module:
  418. # Whether or not this feature is enabled.
  419. enabled: false
  420.  
  421. # The slot that this module's item is at by default.
  422. slot: 5
  423.  
  424. # The type of item for this module.
  425. item: HEAD
  426.  
  427. # The name of the compass item.
  428. name: "&aStaff List"
  429.  
  430. # The lore of the compass item.
  431. # Lines are separated by commas.
  432. lore: "&7Shows all staff online and in staff mode"
  433.  
  434. # The title of the counter GUI.
  435. title: "&bCurrent staff online"
  436.  
  437. # Whether or not the head item count will represent online staff or staff in staff mode.
  438. show-staff-mode: false
  439.  
  440. ############################################################
  441. # +------------------------------------------------------+ #
  442. # | Freeze | #
  443. # +------------------------------------------------------+ #
  444. ############################################################
  445.  
  446. # When clicked, this will freeze the player that the staff is looking at.
  447. freeze-module:
  448. # Whether or not this feature is enabled.
  449. enabled: true
  450.  
  451. # The slot that this module's item is at by default.
  452. slot: 5
  453.  
  454. # The type of item for this module.
  455. item: packed_ice
  456.  
  457. # The name of the compass item.
  458. name: "&2Freeze"
  459.  
  460. # The lore of the compass item.
  461. # Lines are separated by commas.
  462. lore: "&7Freezes/ScreenShare's Someone"
  463.  
  464. # Whether or not a player can chat while frozen.
  465. chat: true
  466.  
  467. # Whether or not a player is able to damage or be damaged while frozen.
  468. damage: false
  469.  
  470. # The interval, in seconds, at which a frozen player will be reminded that they are frozen.
  471. # Disable by setting to zero.
  472. timer: 5
  473.  
  474. # The sound that is played to the player when warned.
  475. # Set to "NONE" to disable.
  476. sound: ORB_PICKUP
  477.  
  478. # Whether or not a GUI prompt will open up with a paper containing the freeze message.
  479. prompt: false
  480.  
  481. # The title of the frozen prompt GUI.
  482. prompt-title: "&bFrozen"
  483.  
  484. logout-commands: "ban %player%"
  485.  
  486. ############################################################
  487. # +------------------------------------------------------+ #
  488. # | CPS | #
  489. # +------------------------------------------------------+ #
  490. ############################################################
  491.  
  492. # When clicked, this will test the CPS of the player and send it to the staff.
  493. cps-module:
  494. # Whether or not this feature is enabled.
  495. enabled: false
  496.  
  497. # The slot that this module's item is at by default.
  498. slot: 7
  499.  
  500. # The type of item for this module.
  501. item: CLOCK
  502.  
  503. # The name of the compass item.
  504. name: "&3CPS"
  505.  
  506. # The lore of the compass item.
  507. # Lines are separated by commas.
  508. lore: "&7Runs a click per second test on, &7the player that was clicked."
  509.  
  510. # Amount of time, in seconds, that the test will run for.
  511. time: 10
  512.  
  513. # The maximum allowed amount of CPS. If a result contains this amount or more, it will be significantly marked.
  514. max: 16.0
  515.  
  516. ############################################################
  517. # +------------------------------------------------------+ #
  518. # | Examine | #
  519. # +------------------------------------------------------+ #
  520. ############################################################
  521.  
  522. # When clicked, this will open the inventory of the player that the staff is looking at.
  523. examine-module:
  524. # Whether or not this feature is enabled.
  525. enabled: true
  526.  
  527. # The slot that this module's item is at by default.
  528. slot: 2
  529.  
  530. # The type of item for this module.
  531. item: BOOK
  532.  
  533. # The name of the compass item.
  534. name: "&bInspect"
  535.  
  536. # The lore of the compass item.
  537. # Lines are separated by commas.
  538. lore: "&7Inspects the inventory of the player that was clicked."
  539.  
  540. # The title of the examine GUI.
  541. title: "&bExamine inventory"
  542.  
  543. # The configuration of the final line of the examine GUI.
  544. # Set the slot of a node to zero to disable it.
  545. # Remember that the maximum amount of allowed items within this line is nine!
  546. info-line:
  547. # Food and hunger information.
  548. food: 2
  549.  
  550. # IP address information.
  551. ip-address: 3
  552.  
  553. # Gamemode and flight information.
  554. gamemode: 4
  555.  
  556. # Infractions information.
  557. infractions: 5
  558.  
  559. # Location information and teleport button.
  560. location: 6
  561.  
  562. # Player "notes" button.
  563. notes: 7
  564.  
  565. # Freeze button
  566. freeze: 8
  567.  
  568. # Warn button.
  569. warn: 0
  570.  
  571. ############################################################
  572. # +------------------------------------------------------+ #
  573. # | Follow | #
  574. # +------------------------------------------------------+ #
  575. ############################################################
  576.  
  577. # When clicked, this will mount the player that the staff is looking at.
  578. follow-module:
  579. # Whether or not this feature is enabled.
  580. enabled: false
  581.  
  582. # The slot that this module's item is at by default.
  583. slot: 9
  584.  
  585. # The type of item for this module.
  586. item: LEAD
  587.  
  588. # The name of the compass item.
  589. name: "&9Follow"
  590.  
  591. # The lore of the compass item.
  592. # Lines are separated by commas.
  593. lore: "&7Mounts the player that was clicked."
  594.  
  595. # Whether or not following will literally mount a player.
  596. use-mount: true
  597.  
  598. ############################################################
  599. # +------------------------------------------------------+ #
  600. # | Custom | #
  601. # +------------------------------------------------------+ #
  602. ############################################################
  603.  
  604. # When clicked, this will execute the custom action.
  605. # You can copy and paste one of the modules to create a new one (there are no limits on the amount of modules!).
  606. # All examples of available module types are shown below.
  607. custom-modules:
  608. # The name of the module (just a reference point; can be anything really).
  609. StaticCommand:
  610. # Whether or not this module is enabled.
  611. enabled: false
  612.  
  613. # The type of module this is.
  614. # A static command is a command that is executed by the player and the same way every single time.
  615. type: COMMAND_STATIC
  616.  
  617. # The slot that this module's item is at by default.
  618. slot: 30
  619.  
  620. # The type of item for this module.
  621. item: DIAMOND
  622.  
  623. # The real name of the item.
  624. name: "&4Ban all god kids"
  625.  
  626. # The lore of the item.
  627. lore: "&4line1, &6line2, &3line3"
  628.  
  629. # The command that this item will execute.
  630. command: "ban Shortninja &4For coding 2hard!!11!1!one!"
  631.  
  632. # The name of the module (just a reference point; can be anything really).
  633. DynamicCommand:
  634. # Whether or not this module is enabled.
  635. enabled: false
  636.  
  637. # The type of module this is.
  638. # A dynamic command will be executed by the player.
  639. # The two placeholders are "%clicker%" and "%clicked%"; both optional.
  640. type: COMMAND_DYNAMIC
  641.  
  642. # The slot that this module's item is at by default.
  643. slot: 31
  644.  
  645. # The type of item for this module.
  646. item: QUARTZ
  647.  
  648. # The real name of the item.
  649. name: "&4Ban this kid"
  650.  
  651. # The lore of the item.
  652. lore: "&cyou damn lazy staff"
  653.  
  654. # The command that this item will execute.
  655. command: "ban %clicked% &6for shitposting too much with %clicker%"
  656.  
  657. # The name of the module (just a reference point; can be anything really).
  658. ConsoleCommand:
  659. # Whether or not this module is enabled.
  660. enabled: false
  661.  
  662. # The type of module this is.
  663. # A console command will be executed by console with the player clicked as an argument.
  664. # The two placeholders are "%clicker%" and "%clicked%"; both optional.
  665. type: COMMAND_CONSOLE
  666.  
  667. # The slot that this module's item is at by default.
  668. slot: 33
  669.  
  670. # The type of item for this module.
  671. item: OBSIDIAN
  672.  
  673. # The real name of the item.
  674. name: "&bDisable staff mode"
  675.  
  676. # The lore of the item.
  677. lore: "&7you're so lazy"
  678.  
  679. # The command that this item will execute.
  680. command: "staff %clicker% disable"
  681.  
  682. # The name of the module (just a reference point; can be anything really).
  683. Item:
  684. # Whether or not this module is enabled.
  685. enabled: false
  686.  
  687. # The type of module this is.
  688. # An item is just an item; it does nothing but sit there.
  689. type: ITEM
  690.  
  691. # The slot that this module's item is at by default.
  692. slot: 34
  693.  
  694. # The type of item for this module.
  695. item: WOOD_AXE
  696.  
  697. # The real name of the item.
  698. name: "&7WorldEdit Wand"
  699.  
  700. # The lore of the item.
  701. lore: "&8don't grief shitlord!!"
  702.  
  703. ############################################################
  704. # +------------------------------------------------------+ #
  705. # | Permissions | #
  706. # +------------------------------------------------------+ #
  707. ############################################################
  708.  
  709. # All permission nodes.
  710. permissions:
  711. # Use this to give a player all Staff+ permissions.
  712. # Take note that this will NOT give the player the "block" permission.
  713. # This also gives the player permission to toggle other player's vanish, staff mode, and etc.
  714. wild-card: "staff.*"
  715.  
  716. # Permission for blocking listed commands at "blocked-commands" and "blocked-mode-commands".
  717. block: "staff.block"
  718.  
  719. # Permission for clearing/getting player reports.
  720. report: "staff.report"
  721.  
  722. # Permission for bypassing reports.
  723. report-bypass: "staff.report.bypass"
  724.  
  725. # Permission for using "/warn" and clearing/getting player warnings.
  726. warn: "staff.warn"
  727.  
  728. # Permission for bypassing warnings.
  729. warn-bypass: "staff.warn.bypass"
  730.  
  731. # Permission for using staff chat.
  732. staff-chat: "staff.staffchat"
  733.  
  734. # Permission for using "/v total".
  735. vanish-total: "staff.vanish.total"
  736.  
  737. # Permission for using "/v list".
  738. vanish-list: "staff.vanish.list"
  739.  
  740. # Permission for using "/chat clear".
  741. chat-clear: "staff.chat.clear"
  742.  
  743. # Permission for using "/chat toggle".
  744. chat-toggle: "staff.chat.toggle"
  745.  
  746. # Permission for using "/chat slow".
  747. chat-slow: "staff.chat.slow"
  748.  
  749. # Permission for bypassing the word blacklist.
  750. blacklist: "staff.blacklist"
  751.  
  752. # Permission for managing tickets.
  753. tickets: "staff.tickets"
  754.  
  755. # Permission for receiving mention alerts.
  756. mention: "staff.alerts.mention"
  757.  
  758. # Permission for receiving name change alerts.
  759. name-change: "staff.alerts.namechange"
  760.  
  761. # Permission for receiving xray alerts.
  762. xray: "staff.alerts.xray"
  763.  
  764. # Permission for toggling staff mode.
  765. mode: "staff.mode"
  766.  
  767. # Permission for using the staff mode compass
  768. compass: "staff.compass"
  769.  
  770. # Permission for using the staff mode random teleport
  771. random-teleport: "staff.random-teleport"
  772.  
  773. # Permission for the staff mode GUI hub
  774. gui: "staff.gui"
  775.  
  776. # Permission for the staff mode counter GUI
  777. counter: "staff.counter"
  778.  
  779. # Permission for using freeze.
  780. freeze: "staff.freeze"
  781.  
  782. # Permission for bypassing freeze.
  783. freeze-bypass: "staff.freeze.bypass"
  784.  
  785. # Permission for initializing clicks per second tests
  786. cps: "staff.cps"
  787.  
  788. # Permission for using examine
  789. examine: "staff.examine"
  790.  
  791. # Permission for editing inventories with examine.
  792. examine-modify: "staff.examine.modify"
  793.  
  794. # Permission for using staff mode follow
  795. follow: "staff.follow"
  796.  
  797. # Permission for locking/unlocking the server.
  798. lockdown: "staff.lockdown"
  799.  
  800. # Permission for giving a player's previous inventory back.
  801. revive: "staff.revive"
  802.  
  803. # Permission for being noted as a staff member in the staff list command and for login.
  804. # This also excludes the player from being randomly teleported to!
  805. member: "staff.member"
  806.  
  807. # Permission for using "/strip".
  808. strip: "staff.strip"
  809.  
  810. # Permission for use /tp
  811. tp: "staff.tp"
  812.  
  813. # Permission for using /staffplus
  814. staffplus: "staff.staffplus"
  815.  
  816. ############################################################
  817. # +------------------------------------------------------+ #
  818. # | Commands | #
  819. # +------------------------------------------------------+ #
  820. ############################################################
  821.  
  822. # All commands and their according names.
  823. # Leave a command blank to disable it.
  824. commands:
  825. # The command for toggling staff mode.
  826. staff-mode: "staff"
  827.  
  828. # The command for toggling freeze on players.
  829. freeze: "freeze"
  830.  
  831. # The command for examining players' inventory
  832. examine: "examine"
  833.  
  834. # The command for managing notes for players.
  835. notes: "notes"
  836.  
  837. # The command for running a clicks per second test on a player
  838. cps: "cps"
  839.  
  840. # The command for toggling and using staff chat.
  841. staff-chat: "sc"
  842.  
  843. # The command for reporting and managing reports.
  844. report: "report"
  845.  
  846. # The command for warning and managing warnings.
  847. warn: "warn"
  848.  
  849. # The command for toggling vanish modes.
  850. vanish: "vanish"
  851.  
  852. # The command for chat management.
  853. chat: "chat"
  854.  
  855. # The command for creating and managing tickets.
  856. ticket: "ticket"
  857.  
  858. # The command for alerts management.
  859. alerts: "alerts"
  860.  
  861. # The command for toggling player following.
  862. follow: "follow"
  863.  
  864. # The command for reviving players.
  865. revive: "revive"
  866.  
  867. # The command for listing staff members.
  868. staff-list: "personnel"
  869.  
  870. # The command for logging in.
  871. login: "login"
  872.  
  873. # The command for registering a password.
  874. register: "register"
  875.  
  876. # The command for stripping a player's armor.
  877. strip: "strip"
  878.  
  879.  
  880.  
  881. ############################################################
  882. # +------------------------------------------------------+ #
  883. # | Storage | #
  884. # +------------------------------------------------------+ #
  885. ############################################################
  886.  
  887. # How will the plugin still Data
  888. storage:
  889. #Type is how it will store either a flatfile (yml) or mysql
  890. type: 'flatfile'
  891. mysql:
  892. host: 'localhost'
  893. user: 'root'
  894. database: 'root'
  895. password: 'mypass'
  896. port: 3306
  897. #DO NOT TOUCH
  898. migrated: false
  899.  
  900. ############################################################
  901. # +------------------------------------------------------+ #
  902. # | Advanced | #
  903. # +------------------------------------------------------+ #
  904. ############################################################
  905.  
  906. # The declared version of this configuration file, used for configuration file changes.
  907. # Do NOT change this unless you know what you're doing (hint: just don't change it).
  908. config-version: 6200
  909. # The interval in seconds at which auto saves will be performed.
  910. # The higher this is, the less lag there will be.
  911. auto-save: 3600
  912.  
  913. # The interval in seconds at which calculations, like freeze checking, will be performed.
  914. # The higher this is, the less lag there will be.
  915. clock: 2
  916.  
  917. # Whether or not packet modifying will be completely disabled.
  918. # Enable this if you get packet errors and cannot fix them.
  919. disable-packets: false
  920.  
  921. # The animation packets that will be listened for and cancelled for total vanished players.
  922. # Each packet is separated by a comma.
  923. animation-packets: PacketPlayOutBlockBreakAnimation, PacketPlayOutBlockAction
  924.  
  925. # The sound names that will be listened for and cancelled for total vanished players.
  926. # Each name is separated by a comma.
  927. sound-names: random.chestopen, random.chestclosed
  928.  
  929. # you're done with the config file, shit waddup
Add Comment
Please, Sign In to add comment