HomeJavaModsPlayerCameraEffect [OpenSource]
PlayerCameraEffect  [OpenSource]
PlayerCameraEffect
This plugin adds the ability to add a filter to the view of the player.


How does it work?
It's working through a bug in minecraft.

The player will keep the effect of the entity he's spectating after he dies.

Which camera effects exist?
There are 4 different available effects:

Spoiler: Normal
Basically, you're already playing in it when joining a server
rsz_normal.png
Spoiler: Creeper
creeper.png
Spoiler: Enderman
rsz_enderman.png
Spoiler: Spider
rsz_spider.png


Is there any command?
Yes, /pce!

To change your camera effect, use /pce playeffect <camera effect>
To change it back to normal, use /pce playeffect normal

Can I change the effect with my plugin?
Sure, simply add this plugin as a library to your IDE.

We have a public repo on which this plugin is getting hosted on:
Code (Text):
<repositories>
  <repository>
     <id>marcely-repo</id>
     <url>https://repo.marcely.de/repository/maven-public/</url>
  </repository>
</repositories>
Code (Text):
<dependencies>
  <dependency>
     <groupId>de.marcely.playercameraeffect</groupId>
     <artifactId>Plugin</artifactId>
     <version>1.0.3</version>
     <scope>provided</scope>
  </dependency>
</dependencies>
After that, all you have to do is to invoke this method:
Code (Java):
PlayerCameraEffectPlugin. playEffect (player, CameraEffect. effect ) ;




[​IMG]
Official Website || SpigotMC

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

PlayerCameraEffect [OpenSource] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,487 times (via Spigot). Download it and open it directly in the game.

Explore more