BlurVision

Discussion in 'Plugin Requests' started by MrCobalt, May 26, 2018.

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

    MrCobalt

    Minecraft version: Spigot MC version 1.12 .2

    Suggested name: BlurVision

    What I want: A plugin that allows you to your a players vision on a scale of 1 to 100. Ideas for commands: /blur <player> <blur level>

    Ideas for permissions: player.canblurothers

    When I'd like it by: Asap
     
  2. Offline

    MightyOne

    Plugins are not capable of affecting rendering or shadering
     
  3. Offline

    MrCobalt

    Oh RIP.
     
  4. Offline

    critikull

    Here's a plugin that uses potion effects to achieve this. May not be 100% what you are looking for but give it a go. In the config you can change "blur" to any potion effect type (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html). I'm guessing you want BLINDNESS or CONFUSION.

    Code:
    blur: BLINDNESS
    errors:
      playeroffline: '&cError: Player is offline!'
      playermissing: '&cError: Missing player!'
    tasks:
      blur:
        interval: 5
    Commands:

    Code:
    /blur <player> <intensity>
    
    permission: critikull.blur.player
    
    /unblur <player>
    
    permission: critikull.unblur.player
     

    Attached Files:

Thread Status:
Not open for further replies.

Share This Page