Resource icon

ULTRA MoonStaff Displaying Administrators/Moderators Online in GUI 2024-11-20

A unique plugin that allows you to see how many administrators/moderators are online in a convenient GUI menu. Now your players will be able to know exactly who to contact if they find a bug/cheater or want to contact the staff. The plugin works without a database, but if you want BungeeCord support, there's nothing stopping you from tying it to a database.

Plugin commands:
– open menu
– reload plugin/staff/staff reload


YAML:
MySQL: # Database
  Enable: false # Ability to enable/disable database connection (when 'false', data will be stored in configs, in the 'players' folder)

  Host: 'localhost'
  Port: 3306
  UserName: 'root'
  Password: ''
  DataBase: 'mysql'

StaffGroups: # Section names
- 'Helper'
- 'Moderator'
- 'Admin'

Messages: # Messages
  NoPermissions: '&cYou do not have permission!'
  PositionNotExists: '&cThis position does not exist!'
  NotPlayed: '&cThis player is not in the roster!'
  Add:
    Usage: '&cError, use - /staff add <nickname> <position>'
    PositionNotExists: '&cThis position does not exist!'
    AlreadyInPosition: '&cThis player is already in the specified position!'
    Successfully: '&aYou have successfully added %player &a to the position &f%position'
  Remove:
    Usage: '&cError, use - /staff remove <nickname>'
    Successfully: '&aYou have successfully removed %player &a from the position &f%position'
  Gui:
    DisplayNameFormat: '%prefix %name &8| %suffix'
    Main:
      Title: 'Staff List'
      Rows: 5
      Admin:
        Enable: true
        Title: 'Administrators List'
        Texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGQwYTJmM2Q1YTNjY2I2MWNmZWFiZTQ1NGIwMWVmMzRlNWU3NTlkZjcyZTUyNGU3NTkyN2EyMTViNDI3YjlmNSJ9fX0'
        Slot: 22
        DisplayName: '&6Administrators'
        Lores:
        - ''
        - '&7Click to view the list'
        - '&7of administrators'
        - ''
        - '&fIn the list: &e%count'
      Moder:
        Enable: true
        Title: 'Moderators List'
        Texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjcxNTdjZmZiMDYwNjNiMzUyZGM2ODQ3OGY0NzZlN2QyMDJjM2JhNmU3Y2JmMjk3MjQxYmU4MTY4MTA3NGJmIn19fQ'
        Slot: 23
        DisplayName: '&6Moderators'
        Lores:
        - ''
        - '&7Click to view the list'
        - '&7of moderators'
        - ''
        - '&fIn the list: &e%count'
      Helper:
        Enable: true
        Title: 'Helpers List'
        Texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzc2MjRlMTFlYzJmZGFkYzc2MWEwY2E0NmRjMTRjNjkwZTYyYmE3ZDM1NGU5NzhkNWRiYzYyNWI0NWQ0ODczOCJ9fX0'
        Slot: 24
        DisplayName: '&6Helpers'
        Lores:
        - ''
        - '&7Click to view the list'
        - '&7of helpers'
        - ''
        - '&fIn the list: &e%count'
    Staff:
      Online:
      - ''
      - '&fOnline: &aYes'
      - '&fServer: &a%server'
      Offline:
      - ''
      - '&fOnline: &cNo'
      - '&7Last seen online %lastDate'
Author
Wifi
Downloads
0
Views
16
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Wifi

Top