Filled Ban + MySQL + UUID

Discussion in 'Archived: Plugin Requests' started by MineTheCube, Jul 27, 2014.

  1. Offline

    MineTheCube

    Plugin category: Admin
    Suggested name: BanSync
    Explanations: I have 3 instances of bukkit (pvp.myserver, games.myserver, and skyblock.myserver), they work totally independently.
    But I want to synchronize banned players, they are some plugins for that but I don't find a plugin that support MySQL and UUID.
    And, I want to use ban method of essentials (usefull to display the reason when he is banned).
    What I want: Command:
    /ban <player> <reason> execute command defined in the config (like /essentials:ban %player% You are banned for %reason% by %banner%) and store the ban in the SQL database
    /unban <player> unban player and update the database
    /isban <player> check if the player is banned
    When aplayer tries to connect to a server:
    - If player is banned: check mysql database to know if he is unbanned
    - If player is not banned: check mysql database to know if he is banned, if true ban with command defined in config
    Ideas for permissions: banSync.ban, banSync.unban, banSync.check, banSync.notify
    When I'd like it by: ASAP
    Feel free to ask more explanations !
     
  2. Offline

    Danielh90

  3. Offline

    MineTheCube

    Doesn't support UUID..
     
  4. Offline

    timtower Administrator Administrator Moderator

    Why don't you request UUID support then?
     
  5. Offline

    MineTheCube

    I ask him, and it's not a planned feature..
     
  6. Offline

    timtower Administrator Administrator Moderator

  7. Offline

    MineTheCube

Share This Page