Item that pushes players away when right clicked?

Discussion in 'Plugin Requests' started by Nebensaechlich, Apr 19, 2020.

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

    Nebensaechlich

    Hello! I saw a pluign on a server that pushes player away when right clicked. I cant find anything about if so I thought It would be a good idea to request it here. The item is a music disc that pushes players 360° around you away a little as soon as you right click it.

    Maybe someone knows a plugin like that for 1.12.2 or is willing to make one.

    Thank you for your attention!

    Nebensaechlich
     
  2. Offline

    JonathanCC

    Please clarify:

    Do you want it to shove them away when there's a music disc on the ground, or when a player right clicks it?

    Does the music disc have to be in a Juke Box?
     
  3. I made a Plugin for you called Dash-Disc. It throws all players in a specified radius (settable in config.yml) away from you.
    When you right click the dashdisc every player in the specified radius is pushed directly away from your location (like you descibed (The item is a music disc that pushes players 360°)

    You can also set the dash-multiplyer in the config.yml to set the dash-intensity.

    permissions are : dashdisc.give - for creating a dashdisc
    permissions are : dashdisc.use - for using the dashdisc

    Plugin is currently under approval. I think it will take a day until it is ready for download from dev.bukkit.org

    I noticed I could post the plugin here directly as a file so why not.

    Command: /dashdisc <player> -> gives specified player a dash-disc

    Permissions:
    dashdisc.give - for creating a dashdisc
    dashdisc.use - for using the dashdisc

    config.yml:
    Code:
    dash_radius:
      x: 5
      y: 5
      z: 5
    
    dash_multiplyer: 1
    play_dash_sound: true
    play_dash_particles: true
    enable_dashdisc_get_message: true
    Have fun :)


    Edit:

    The Attached file is for 1.15.2, my bad. Here is the file for 1.12.2:
    <Edit by Moderator: Redacted mediafire url>

    I haven't tested it for 1.12.2, but it should work fine. Let me know if something is not working properly
     
    Last edited by a moderator: Apr 19, 2020
Thread Status:
Not open for further replies.

Share This Page