项目作者: Mippy

项目描述 :
Only allow players in your Hypixel Guild to join your Spigot server!
高级语言: Java
项目地址: git://github.com/Mippy/GuildWhitelist.git
创建时间: 2020-07-11T05:30:47Z
项目社区:https://github.com/Mippy/GuildWhitelist

开源协议:

下载


GuildWhitelist

Only allow players in your Hypixel guild to join your Spigot server!

This plugin allows for you to only allow players on your Hypixel guild, and add exceptions to the rule for others if you wish.

Commands

/gwl add <username or UUID> - Add user to exception list.\
/gwl remove <username or UUID> - Remove user from exception list.\
/gwl list - Show exception list.

You could also do /guildwhitelist but seriously who wants to type that out?

All above commands require OP or guildwhitelist.manage.

config.yml

  1. HypixelApiKey: Run /api new on Hypixel and put the key here.
  2. GuildID: Go to https://api.hypixel.net/guild?name=GUILD-NAME-HERE&key=API-KEY-HERE and paste the "_id" from the response here.
  3. DeniedMsg: "You can put a custom kick message here. Color codes using & work."
  4. # If the plugin fails to get a user's guild (if the Hypixel API is down, or for other reasons), allow users to join the server?
  5. # This could potentially let users not in your guild join!
  6. AllowLoginOnGuildFetchFail: false

Resources Used

Hypixel Java PublicAPI \
SparklingComet Mojang API Wrapper