Filled custom kick/ban msg plugin

Discussion in 'Plugin Requests' started by swaggod, Feb 7, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    swaggod

    so in this plugin i want when player die and in 10 sec they will get kicked and kick msg can be customized in config and for ban when you ban someone a witherexploding sound will play and he get banned also in game ban msg and ban msg can be customized in config.

    also i can disable or enable when player die they get kicked or no.




    1.8 to 1.10 plugin (mostly for 1.8)
     
  2. Offline

    oliver276

    @swaggod

    I'll start work on this now

    As for names, what would you like me to call it? Is DeathKick OK?
     
  3. Offline

    swaggod

    I want the msg to be configurable.
     
  4. Offline

    oliver276

    @swaggod

    I was talking about the name of the plugin lol

    This plugin should be done by (if not then on) Friday. Tahg me or something if I don't do it by then
     
  5. Offline

    swaggod

    Oh i thought u mean kick msg name xD
     
  6. Offline

    swaggod

    hey did u make that plugin?
     
  7. Offline

    oliver276

    @swaggod

    It's made, but I need to test and document/explain it.

    It's 1:00AM here, so I'll do that tomorrow hopefully.

    I think I went a little more in-depth than you wanted, but it should do what you needed it to.
     
  8. Offline

    swaggod

    kk
     
  9. Offline

    oliver276

    @swaggod

    It seems to be working as you wanted it.

    Download it here, https://www.dropbox.com/s/wajz5q18rv8ew45/DeathKick.jar

    Also, an excerpt of the plugin.yml is here if you want to look at the commands and permissions:

    excerpt from plugin.yml (open)

    Code:
    commands:
      deathkick:
        description: The base command
        usage: /<command> <help|reload|set|get|kick|ban> [args]
        permission: deathkick.base
        aliases: [dk,deathk,dkick]
    permissions:
      deathkick.all:
        default: false
        description: allow all permissions from this plugin.
        children:
          deathkick.base: true
          deathkick.reload: true
          deathkick.set: true
          deathkick.get: true
          deathkick.overridedeathkick: true
          deathkick.kick: true
          deathkick.ban: true
          deathkick.kickimmune: true
          deathkick.banimmune: true
      deathkick.*:
        default: false
        description: allow all permissions from this plugin.
        children:
          deathkick.base: true
          deathkick.reload: true
          deathkick.set: true
          deathkick.get: true
          deathkick.overridedeathkick: true
          deathkick.kick: true
          deathkick.ban: true
          deathkick.kickimmune: true
          deathkick.banimmune: true
      deathkick.base:
        default: true
        description: allow access to the base command
      deathkick.reload:
        default: op
        description: reload the config file permission
      deathkick.get:
        default: true
        description: allow get the state of the system
      deathkick.set:
        default: op
        description: allow setting state of system
      deathkick.overridedeathkick:
        default: false
        description: allow overriding of the deathkick system
      deathkick.kick:
        default: op
        description: allow users to kick others
      deathkick.ban:
        default: op
        description: allow users to ban others
      deathkick.banimmune:
        default: false
        description: be immune to being banned
      deathkick.kickimmune:
        default: false
        description: be immune to being kicked
    
     
Thread Status:
Not open for further replies.

Share This Page