-
Notifications
You must be signed in to change notification settings - Fork 7
Official extensions
DKBans has many official extensions that adds many new features to DKBans.
If you have a useful extension, then you can send us the link and sourcecode and we will add the description and sourcecode to GitHub.
- Ban broadcast
- Report reward for DKCoins
- Report connect
- Console command extension
- MotdManager extension
- Maintenance extension
- DKPerms connection
- Rest api server
- GuiExtension
The ban broadcast extension sends a broadcast when a player gets banned, muted, kicked, unbanned or warned.
Permission to receive a message: dkbans.banbroadcast.receive
The report rewards extensions gives a player for an accepted report coins.
In the config you can set how many coins a player gets.
This extension requires also DKCoins
As soon a reported player switched a server, the staff which is checking this player will automatically be sent to the new server of this player.
So the staff is always on the same server as the player, which he is checking.
With this extension you can execute advanced ban, kick, unban and warn commands from your console. This is useful for your anticheat or auto banning players over the console.
All commands can only be performed by the console.
- /cban
- /ckick
- /cunban
- /cwarn
More information about this commands in your console.
A simple extension for handling your motd. You can set different motds, which will randomly be taken.
Command: /motd | dkbans.motd
A simple extension for handling maintenance work on your network. You can set a auto timeout and a reason for your maintenance.
Command: /maintenance | dkbans.maintenance.change
Join permission: dkbans.maintenance.join
This extension connects DKBans with DKPerms for synchronising color from the permission groups and checking offline player permissions.
This extension requires also DKPerms
This extension is completly rest api of DKBans, you are able to ban, warn or get inforamtion about a player over the web. With this you are able to integrate external system completly to your minecraft server.
SpigotMc: https://www.spigotmc.org/resources/dkbansguiextension.63875/
This extension brings gui's for the most commands in DKBans. If you use BungeeCord, you have disable every command in the config.yml for the gui's, you want to use. If you use Bukkit, do the same in the config.yml on your bukkit server.
Developer: Fridious (https://github.com/Fridious)