项目作者: BentoBoxWorld

项目描述 :
TeamChat and IslandChat for BentoBox gamemodes.
高级语言: Java
项目地址: git://github.com/BentoBoxWorld/Chat.git
创建时间: 2019-08-25T18:45:14Z
项目社区:https://github.com/BentoBoxWorld/Chat

开源协议:Eclipse Public License 2.0

下载


Chat

This addon gives players Team Chat and Island Chat for any BentoBox gamemode.

Island chat

When enabled, chat is limited to just players on the island, including visitors. Admins or mods can listen into island chats using a spy command.

Team chat

When enabled, chats will go only to team members. Team players can toggle whether their chat will go onto the team chat channel or not. Admins can listen into all team chats using a spy command.

Commands

Player commands

  • chat - toggles island chat on and off
  • teamchat - toggles whether player’s chat goes to the team channel or not

Admin commands

  • chatspy - toggles island chat on and off
  • teamchatspy - toggles whether player’s chat goes to the team channel or not

The config also has settings to log all chats if required.

Configuration

  1. # Configuration file for Chat
  2. team-chat:
  3. gamemodes:
  4. - BSkyBlock
  5. - AcidIsland
  6. - CaveBlock
  7. - SkyGrid
  8. # Log team chats to console.
  9. log: false
  10. island-chat:
  11. # Lists the gamemodes in which you want the Chat addon to be effective.
  12. gamemodes:
  13. - BSkyBlock
  14. - AcidIsland
  15. - CaveBlock
  16. - SkyGrid
  17. # Log island chats to console.
  18. log: false

Permissions

  1. permissions:
  2. bskyblock.chat.team-chat:
  3. description: Player can use team chat
  4. default: true
  5. bskyblock.chat.island-chat:
  6. description: Player can create a welcome warp sign
  7. default: true
  8. bskyblock.chat.spy:
  9. description: Player can use team or island chat spy
  10. default: op
  11. acidisland.chat.team-chat:
  12. description: Player can use team chat
  13. default: true
  14. acidisland.chat.island-chat:
  15. description: Player can create a welcome warp sign
  16. default: true
  17. acidisland.chat.spy:
  18. description: Player can use team or island chat spy
  19. default: op
  20. caveblock.chat.team-chat:
  21. description: Player can use team chat
  22. default: true
  23. caveblock.chat.island-chat:
  24. description: Player can create a welcome warp sign
  25. default: true
  26. caveblock.chat.spy:
  27. description: Player can use team or island chat spy
  28. default: op
  29. skygrid.chat.team-chat:
  30. description: Player can use team chat
  31. default: true
  32. skygrid.chat.island-chat:
  33. description: Player can create a welcome warp sign
  34. default: true
  35. skygrid.chat.spy:
  36. description: Player can use team or island chat spy
  37. default: op

Like this addon?

You can sponsor to get more addons like this and make this one better!