All Projects → DiscordSRV → Staff-Chat

DiscordSRV / Staff-Chat

Licence: MIT license
A staff-chat plugin that hooks into DiscordSRV

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Staff-Chat

Parties
Party manager plugin for your Minecraft server!
Stars: ✭ 61 (+144%)
Mutual labels:  bukkit, spigot
Depenizen
Addon to Denizen that provides script support for other major plugins.
Stars: ✭ 42 (+68%)
Mutual labels:  bukkit, spigot
LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (+472%)
Mutual labels:  bukkit, spigot
Origami
Bukkit/Spigot/Paper based Minecraft server used by Minebench.de | Looking for an 1.17 version? If so most patches are PRd into Paper now, Origami 1.17 will continue once patches that Paper wont accept are necessary.
Stars: ✭ 29 (+16%)
Mutual labels:  bukkit, spigot
RealIP
The Spigot, Bungee and Velocity plugin that parses client IP addresses passed from the TCPShield network.
Stars: ✭ 121 (+384%)
Mutual labels:  bukkit, spigot
triumph-gui
Simple lib to create inventory GUIs for Bukkit platforms.
Stars: ✭ 196 (+684%)
Mutual labels:  bukkit, spigot
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (+4%)
Mutual labels:  bukkit, spigot
ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (+360%)
Mutual labels:  bukkit, spigot
AreaShop
A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Stars: ✭ 55 (+120%)
Mutual labels:  bukkit, spigot
Debuggery
A small plugin designed to expose API values at runtime.
Stars: ✭ 36 (+44%)
Mutual labels:  bukkit, spigot
chorus
📝 The first editor for Spigot configurations.
Stars: ✭ 133 (+432%)
Mutual labels:  bukkit, spigot
StructureBlockLib
StructureBlockLib is a bukkit implementation for handling structures on spigot server.
Stars: ✭ 46 (+84%)
Mutual labels:  bukkit, spigot
MinetopiaVehicles
A realistic vehicle plugin for your Minecraft server!
Stars: ✭ 52 (+108%)
Mutual labels:  bukkit, spigot
WheelCore
轮芯——为IndustrialWorld等插件设计的一个前置插件
Stars: ✭ 24 (-4%)
Mutual labels:  bukkit, spigot
Treasury
Modern, multi-platform library facilitating integrations with economies and more
Stars: ✭ 46 (+84%)
Mutual labels:  bukkit, spigot
ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (+160%)
Mutual labels:  bukkit, spigot
HamsterAPI
Simple and easy to use API to read and write Packets.
Stars: ✭ 25 (+0%)
Mutual labels:  bukkit, spigot
HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (+40%)
Mutual labels:  bukkit, spigot
Survival-Games
Survival Games plugin for Spigot - UPDATED for 1.13+
Stars: ✭ 24 (-4%)
Mutual labels:  bukkit, spigot
WorldGuardExtraFlagsPlugin
Extension for the WorldGuard plugin.
Stars: ✭ 47 (+88%)
Mutual labels:  bukkit, spigot

Spigot: https://www.spigotmc.org/resources/discordsrv-staff-chat.44245/

DiscordSRV-Staff-Chat is a staff chat plugin that connects to a Discord channel (via DiscordSRV), allowing in-game staff to communicate with staff on Discord.

Installation

  • Add DiscordSRV and DiscordSRV-Staff-Chat to your plugins/ directory.
  • Restart the server.
  • Add a staff-chat channel to DiscordSRV's config.
  • Execute: /discord reload or restart the server again.

Adding a staff-chat channel

Add a "staff-chat" entry to DiscordSRV's config. Note: it's very important that this entry is called "staff-chat".

# Channel links from game to Discord
# syntax is Channels: {"in-game channel name from Minecraft": "numerical channel ID from Discord", "another in-game channel name from Minecraft": "another numerical channel ID from Discord"}
#
Channels: {"global": "000000000000000000", "staff-chat": "000000000000000000"}

Replace all those zeros with your staff chat's channel ID.

Channels: {"global": "000000000000000000", "staff-chat": "337769984539361281"}

Commands & Permissions

/staffchat

Permission: staffchat.access

Aliases: /adminchat, /schat, /achat, /sc, /ac, and /a

Usage:

  • /staffchat - Toggle automatic staff chat.
  • /staffchat <message> - Send a message to the staff chat.

/leavestaffchat

Permission: staffchat.access

Aliases: /leaveadminchat

Usage:

  • /leavestaffchat - Stop receiving staff chat messages.
    • This can be disabled in the config if you don't want staff members to turn off their staff chat.

/joinstaffchat

Permission: staffchat.access

Aliases: /joinadminchat

Usage:

  • /joinstaffchat - Start receiving staff chat messages again if you previously left.

/managestaffchat

Permission: staffchat.manage

Aliases: /discordsrv-staff-chat, /discordsrvstaffchat, /discordstaffchat, /discordadminchat, /manageadminchat

Usage:

  • /managestaffchat - Display plugin information and command usage.
  • /managestaffchat reload - Reload configs.
  • /managestaffchat debug - Enable or disable debugging.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].