Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. Permissions​
  2. litebans.*: All permissions except notify permissions.
  3. litebans.ban: Permission to use /ban
  4. litebans.tempban: Permission to use /tempban
  5. litebans.ipban: Permission to use /ipban
  6. litebans.ipmute: Permission to use /ipmute
  7. litebans.override: Permission to override previous bans/mutes.
  8. litebans.group.unlimited: Permission to bypass ban/mute limits
  9. litebans.cooldown.bypass: Permission to bypass all cooldowns
  10. litebans.cooldown.bypass.ban: Permission to bypass ban cooldowns
  11. litebans.cooldown.bypass.warn: Permission to bypass warn cooldowns
  12. litebans.mute: Permission to use /mute
  13. litebans.tempmute: Permission to use /tempmute
  14. litebans.unban.own: Permission to use /unban on players that you have banned
  15. litebans.unmute.own: Permission to use /unmute on players that you have muted
  16. litebans.unwarn.own: Permission to use /unwarn on players that you have warned
  17. litebans.unban: Permission to use /unban -- grants litebans.override (litebans.unban.own also required)
  18. litebans.unmute: Permission to use /unmute (litebans.unmute.own also required)
  19. litebans.unwarn: Permission to use /unwarn (litebans.unwarn.own also required)
  20. litebans.unban.queue: Permission to automatically queue unbans for offline players when a matching ban is not found
  21. litebans.kick: Permission to use /kick
  22. litebans.warn: Permission to use /warn
  23. litebans.history: Permission to use /history
  24. litebans.warnings: Permission to use /warnings
  25. litebans.warnings.self: Allows a player to use /warnings to see their own warnings (with no arguments).
  26. litebans.staffhistory: Permission to use /staffhistory
  27. litebans.prunehistory: Permission to use /prunehistory
  28. litebans.staffrollback: Permission to use /staffrollback
  29. litebans.iphistory: Permission to use /iphistory
  30. litebans.banlist: Permission to use /banlist
  31. litebans.checkban: Permission to use /checkban
  32. litebans.checkmute: Permission to use /checkmute
  33. litebans.lastuuid: Permission to use /lastuuid
  34. litebans.geoip: Permission to use /geoip
  35. litebans.dupeip: Permission to use /dupeip
  36. litebans.dupeip.viewip: Permission to see IP addresses in /dupeip
  37. litebans.ipreport: Permission to use /ipreport
  38. litebans.togglechat: Permission to use /togglechat
  39. litebans.togglechat.bypass: Permission to bypass /togglechat, showing your messages to all players that have /togglechat enabled.
  40. litebans.clearchat: Permission to use /clearchat
  41. litebans.clearchat.bypass: Permission to bypass /clearchat, anyone with this permission won't have their chat cleared
  42. litebans.mutechat: Permission to use /mutechat
  43. litebans.mutechat.bypass: Permission to bypass /mutechat, anyone with this permission will still be able to chat
  44. litebans.lockdown: Permission to use /lockdown
  45. litebans.lockdown.bypass: Permission to not be kicked during a lockdown, and to join the server while a lockdown is in progress.
  46. litebans.admin: Permission to use /litebans <reload/import/...>
  47. litebans.notify: Permission to see all notifications (including staff notifications, like silent bans and dupeip on join). This permission also needs to be negated if you are removing other notify permissions.
  48. litebans.notify.clearchat: Permission to see the broadcast whenever someone uses /clearchat.
  49. litebans.notify.silent: Permission to see silent punishments (e.g. "/ban -s <target> [reason]")
  50. litebans.notify.banned_join: Permission to see when banned or blacklisted players attempt to join.
  51. litebans.notify.mute: Permission to see when muted players try to chat.
  52. litebans.notify.dupeip_join: Permission to see dupeip notifications, for example, when a player joins and has a banned account on the same IP address.
  53. litebans.json.hover_text: Permission to see hover-text
  54. litebans.tabcomplete: Permission to tab-complete names of online players across the entire network with the BungeeCord version of the plugin.
  55. litebans.server.<scope>: If the default_server_scope is not global, litebans.server.<scope> permission is required to use non-default server scopes.
  56. These permissions are true by default under Spigot, but require manual configuration under BungeeCord:
  57. litebans.notify.broadcast: Permission to see ban/mute/warning/kick broadcasts.
  58. litebans.notify.warned: Permission to see own warning notifications.
  59. litebans.notify.muted: Permission to see own muted notifications.
  60.  
  61. Exempt permissions require Vault for offline player checks under Spigot.
  62. Under BungeeCord, no additional plugins are required.
  63. litebans.exempt: Exempt from bans/mutes/warnings/kicks
  64. litebans.exempt.ban: Exempt from bans
  65. litebans.exempt.mute: Exempt from mutes
  66. litebans.exempt.warn: Exempt from warnings
  67. litebans.exempt.kick: Exempt from being kicked
  68. litebans.exempt.bypass: Bypass exempt permissions
  69. litebans.exempt.bypass.<type>: Same as above, bypasses specific exempt permissions.
  70. litebans.exempt.dupeip_join: Exempt from dupeip checks on join
  71. For exempt permissions to work, a player needs litebans.exempt or litebans.exempt.<type>. For example, if Admin is trying to ban Player, first Player is checked for litebans.exempt, then litebans.exempt.ban. If Player has either of those permissions, Admin is checked for litebans.exempt.bypass, then litebans.exempt.bypass.ban. If Admin has either of these permissions, Player is banned anyway.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement