Sprache

CommandQueue

CommandQueue

SpigotMCModrinth

Command queue system for offline players

151 Downloads 5.0 Bewertung
neueste v1.0b SpigotMC
1.7 – 1.16
Description
CommandQueue is a plugin designed for staff members to execute a command on a certain player's join.
Features
[ +] Simplified commands & customize-able permissions
[ +] MySQL Support
[ +] Supports offline servers
[ +] Fast support (Sage#9591 on Discord)
[ +] API for developers
Commands
/CommandQueue <player> <command>
Permissions
commandqueue.admin - Main permission node
commandqueue.notify - Staff Notify permission node
Config
Code (YAML):
#Database details (Currently only supports MySQL
database
:
  type
: mysql
  mysql
:
    host
: 127.0.0.1
    port
: 3306
    databasename
: 'CommandQueue'
    user
: 'admin'
    password
: 'pa$$w0rd'
    sslenabled
: false
messaging
:
  notify-staff
:
    enabled
: true
    format
: "&e&lCQ» &f%command% &eran for &f%player%&e!"
  player-not-online
: "&e&lCQ» &c%player% is not online!"
  command-success
: "&e&lCQ» &aCommand added to the database!"
  invalid-usage
: "&e&lCQ» &cInvalid usage, try /commandqueue <player> <command>!"
permissions
:
  main
: "commandqueue.admin"
  notify-staff
: "commandqueue.notify"
API
Code (Java):
//Adds entry to the database through external source
CommandQueueAPI. addEntry (player, admin, command ) ;

Versionen

Release
1.0b
·
51
Release
1.0
·
30

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

Herunterladen CommandQueue

Modrinth

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.